资源列表
两幅图像匹配
- 两个图像匹配,有很好的结果。本来的程序有错,现在改好后运行正常。
shape
- 一、声明一个Shape抽象类,在此基础上派生出Rectangle和Circle类,二者都有GetArea()和GetPerim()函数,GetArea用来计算对象的面积,GetPerim用来计算对象的周长。封装上述各类,并编写测试程序。 -First, declare an abstract class Shape, on this basis, derived classes Rectangle and Circle, the two have GetArea () and GetPeri
yanghui
- 杨辉三角的实现,打印杨辉三角,呈三角形,输入行数,直接打印。-Yang Hui triangle implementation, print Yang Hui triangle, triangular in shape, enter the number of rows, direct print.
smsorgnokii
- gnokii scr ipt to send sms through cellphone
Lorenz
- 在matlab中画Lorenz吸引子的源代码-Lorenz attactor
transmission
- 交叉編譯transmission 這是我成功放在我的開發版上的編譯方式-This is my cross-compile successful transmission on my development version on the compilation method
Maze
- This is a .cpp file of a maze. Works just fine in both c and c-This is a .cpp file of a maze. Works just fine in both c and c++
walshcdma
- this walsh and cdma code....,-this is walsh and cdma code....,
full_per
- 使用递归和回溯算法实现的全排列。 输入要求为带排列的数据长度和要排列的数据元素。-full permutation method using backtrack and recursion.
Adobe-Creative-Suite-5.5
- Adobe Creative Suite 5.5
1
- Windows中的线程与线程同步现象.创建两个线程,一个对 i 执行加 1 操作,另一个对 i 执行减 1 操作。两个线程执行相同的次数。-Windows threads and thread synchronization.
pipe
- 1个父进程、2个子进程,利用管道和共享内存实现两个子进程之间数据快速传送-A parent process, two sub-processes, the use of pipes and shared memory to achieve fast data transfer between the two sub-processes