小测试:
这是一段c头文件中的代码,请使用UltraEdit或者Editplus等支持UNDO的编辑器尽量快的抄写一遍
_CRTIMP __checkReturn int __cdecl feof(__in FILE * _File);
_CRTIMP __checkReturn int __cdecl ferror(__in FILE * _File);
_CRTIMP __checkReturn_opt int __cdecl fflush(__inout_opt FILE * _File);
_CRTIMP __checkReturn_opt int __cdecl fgetc(__inout FILE * _File);
_CRTIMP __checkReturn_opt int __cdecl _fgetchar(void);
_CRTIMP __checkReturn_opt int __cdecl fgetpos(__inout FILE * _File , __out fpos_t * _Pos);
_CRTIMP __checkReturn_opt char * __cdecl fgets(__out_ecount_z(_MaxCount) char * _Buf, __in int _MaxCount, __inout FILE * _File);
写完看看时间,不会很久吧?
现在看看效率:
执行UNDO,如果发现
1.每行都有写错,说明你的手比脑子动得快,建议放慢打字速度
2.仅有少量改写,很正常.减少改写是提高速度的关键
3.没有一处打错,高手啊,不会用了半小时吧
发表于 @ 2007年10月19日 18:04:00|评论(loading...)|编辑