一些关于 Computer Aided Learning System 的paper和thesis: Computer Aided Pronunciation Learning System Using Speech Recognition Techniques PLASER: Pronunciation Learning via Automatic Speech Recognition Computer Assisted Language Learning system based on d
Delphi7.0将TDBGrid导入到Excel表中,测试程序先连接好SQLSERVER数据库,并将数据读取到TDBGrid中,然后再将数据从TDBGrid导入到Excel表中,为了测试方便,SQLSERVER数据库文件已经附在源码包中。以下代码片断会有参考意义,完整源码请下载: //将TDBGrid表中的标题插入到Excel表中的首行 for I:=0 to DbName.Columns.Count-1 do begin if DbName.Columns[i].Visi
capt Capt is short for Class Annotation Processor Tool on Android. Like apt, capt provide some mechanism to parse annotations at compile time. But capt can do more stuff than apt, because capt visit every class that will packing into APK, and apt on