搜索资源列表
linux011zhushizhong
- linux最初版本的源代码呀,对操作系统开发有兴趣的朋友可以研究一下!! 代码由国内的某位牛人做了注释(中文的)!别的就不用多说了,-initial version of the Linux source code ah, the development of the operating system are interested in the study can be friends! ! Code from the domestic cattle of a certain person
avrasm100
- AVR单片机100个汇编代码,如BCD码转换,步进电机驱动,异步串行口的使用等等,并有详细的中文注释
eluosi
- C语言写的俄罗斯方块程序 其中的主要逻辑有: (1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。 (2)得分越高,方块下降速度越快(每200分为单位)。 (3)每下落一个方块加1分,每消除一行加10分,两行加30分,三行加70分,四行加150分。初试分数为100分。 游戏控制: up-旋转;空格-下落到底; 左右下方向键-控制方向。P-开始或暂停游戏。 ESC-退出。 特点: (1)由于tc不支持中文,所以基本都是英文注释。 (2)函数
e60k
- 此程序可以计算自然对数的底到小数点后6万位。如果编译器对汉字有限制,可以把文件名和代码中的汉字改成英文的,把中文注释删除就可以了。-This program can calculate the natural logarithm of the decimal point after the end of 60000. If the compiler is limited to the characters, you can code the file name and the Chinese c
droidwall
- Android防火墙软件 Droid Wall的源代码文件,代码里都有注释,不过不是中文的-Android Droid Wall firewall software source code files, code has a comment, but not Chinese
MyASMSRC
- <30天自制操作系统>书中使用的汇编工具源码粗粗整理版,并且改了个名字 注意这个汇编格式是该书作者自己修改过的,和一般的不同.主要可以用来分析下原理,其他没啥用.有文法分析.... 使用Qt-QMake+Mingw能编译通过生成exe,有Qtpro文件,可以加到eclipse里面看代码了,部分注释翻译成了中文.-asm tools source code,for fun....