typedef struct {
int value;
int *idxs;
int size;
UT_hash_handle hh;
} Hash;
typedef struct {
Hash *hash_table;
int *nums;
int size;
} RandomizedCollection, RC;
/** Initiali...
英文文章 | 文章字数 | 测试时长 | 准确率 | 速度 | 退格数 | 出错数 | 成绩 |
---|---|---|---|---|---|---|---|
《code》 | 5597字 | 5.0分钟 | 2% | 7 CPM | 0 次 | 2151 | 不及格,错误太多! |
本次出错的字 t,y,p,e,d,e,f, ,s,t,r,u,c,t, ,{,i,n,t, ,v,a,l,u,e,;,i,n,t, ,*,i,d,x,s,;,i,n,t, ,s,i,z,e,;,U,T,_,h,a,s,h,_,h,a,n,d,l,e, ,h,h,;,}, ,H,a,s,h,;,t,y,p,e,d,e,f, ,s,t,r,u,c,t, ,{,H,a,s,h, ,*,h,a,s,h,_,t,a,b,l,e,;,i,n,t, ,*,n,m,s,;,i,n,t, ,s,i,z,e,;,}, ,R,a,n,d,o,m,i,z,e,d,C,o,l,l,e,c,t,i,o,n,,, ,R,C,;,/,*,*, ,I,n,i,t,i,a,l,i,z,e, ,y,o,u,r, ,d,a,t,a, ,s,t,r,c,t,u,r,e, ,h,e,r,e,., ,*,/,R,a,n,d,o,m,i,z,e,d,C,o,l,l,e,c,t,i,o,n,*, ,r,a,n,d,o,m,i,z,e,d,C,o,l,l,e,c,t,i,o,n,C,r,e,a,t,e,(,), ,{,/,/, ,p,r,i,n,t, | |||||||
小小建议:
正确率比较低,多观察一下出错的字加以修正,一般来讲都要达到95%以上比较好。
总的来说速度上可能不是很快,多练习键位、或英文文章巩固一下,然后试着对应的输入法练习上,多增加词组等、一次性多字的输出,这样可以总体上提高部份速度。
|
|||||||
励志名言: 没有人会因学问而成为智者,学问或许能由勤奋得来,而机智与智慧却有懒于天赋。 ——约翰·塞尔登 | |||||||
您觉的这篇文章怎么样,评个分吧,做其他人的指路灯 |