资源列表
Farisexample3
- NS2 example3 for beginners helps to understand how to start the TCL
99
- 两位数码管显示程序,加动1,加到99清零,同时配合LED灯闪亮-Two digital tube display program, plus moving 1 added 99 cleared, in conjunction with LED lights flashing
Qkpass
- 快速排序,结构清晰,算法明确,十分易用,希望能帮到大家!-Quicksort, clear structure and algorithm is clear, and very easy to use, hope to help you!
gcd
- 实现求两个正整数的最大公约数和最小公倍数,代码简洁算法简单,适合初学者VC6.0平台-Seek the greatest common divisor and least common multiple of two positive integers, the code simple algorithm is simple, suitable for beginners VC6.0 platform
zy1
- watermarking in multiwvelet domain
zhexuejia
- 哲学家用筷子的问题,能够直接执行在u-cos环境下-Philosopher with chopsticks, able to direct the implementation of the u-cos environment
Net5
- RTX 实时网络源程序 很好用 欢迎使用-visual C++ RTX
111111111111
- 已知一组数字并对它们进行比较,最后得出最大值。-Known a set of numbers and compare them, and finally arrive at the maximum.
Quicksort
- 快速排序void QuickSort(int a[], int low, int high) { int i if(low<high) { i=Slipt(a,low,high) QuickSort(a,low,i) QuickSort(a,i+1,high) } } -void QuickSort(int a[], int low, int high) { int i if(low<high)
changename
- 自已做的一个批量改名字的软件,表格里一列为原名字,一列为将要改成的名字-A batch to change the name of the software, to do their own form as the original name of a column' s name will be changed to
eeprom
- AVR单片机的eeprom的单个字符以及字符串的写入读出程序-AVR MCU eeprom individual character and string write reading program
ReaderWriter(1)
- 实现读者写者问题,用的是java程序,读懂6个JAVA程序段和一个HTML文件-Readers who write java program, to read six JAVA block and an HTML file