1 2 3 4 5 6 | DateTime:_____________ Name:_____________________ Parameter Changed____________________________________ Why?________________________________________________ How?________________________________________________ New Performance____________________________milliseconds Keep____________ Remove_____________ How?___________ |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | /* if you read this comment before you killed "wastecpu" you did good! Wastecpu is meant to simulate a "production application" and the purpose is to train people not to kill ANYTHING without knowing what it does. */ #include <stdio.h> main() { int i; for (i=0;i<1;i=0) { /* wow, what a useful program */ i=0; } } /* end of main */ |
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) | Powered by Discuz! 7.0.0 |