资源列表
rising钥匙盘破解源码
- DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 3 MOV BX,300 ;内存基址(1面) MOV DH,01 ;磁头号01 MOV DL,00 ;驱动器号00(A盘) MOV
jintuifa
- 进退法,很好的优化程序。需要的自己下来看看啊-Advance and retreat method, the optimization procedure very well. Under their own needs来看看啊
shengmingyouxi
- 此程序的功能为,采用细胞自动机方法,进行生命游戏的模拟-The function of this procedure, using cellular automata method to simulate the game of life
Top
- 学生数据库管理系统,必要的人可以联系我。QQ没有,电话停机-Student database management system
main
- 在視窗中隨機快閃顯示給定的英文字母,要顯示其他字或換字的顏色需要自行修改程式碼-Flash in the window display for a given random letters, words or other change to show the color of the need to modify their own code
mergesort
- Program for Mergesort
RAM_TEST
- a simlpe ram test code... .asm
8259
- 这是一个汇编语言实验程序,实现的是8259的中断控制管理工作。-This is an assembly language experiment, to achieve the 8259 interrupt control management.
scndorder
- This code implements Newton s Second ordermethod to fond th rooot of a function
k_means
- 利用K-means聚类算法进行聚类运算,可将不同类别的数据进行分类-Clustering algorithm using K-means clustering algorithm, the data can be classified in different categories
Euler法-解微分方程
- 这是应用Matlab欧拉法解微分方程组的程序源代码,可以给matlab初学使用。
Stockwell transform
- This Program Compute S-Transform without "for loops" matlab code
