资源列表
huffman
- 哈夫曼编码的实现与解析 基于二叉树技术的搜索 遍历-Huffman coding with the analytical technique based on the binary tree search traversal
Hanoi
- 一个Hanoi的小游戏 void Hanoi(int n, char x,char y,char z) { if (n==1) { printf("%c %d %c\n",x,n,z) return } Hanoi(n-1,x,z,y) printf("%c %d %c\n",x,n,z) Hanoi(n-1,y,x,z) }-Hanoi in a game void Hanoi (int n, char x, char
QuanPaiLie
- 这是用VC实现的全排列递归排序。算法中perm(list,k,m)递归的产生所有前缀是list[0:k-]的全排列的所有排列。-This is achieved using VC-wide with recursive sort. Algorithm perm (list, k, m) all have a recursive prefix is a list [0: k-] of the whole order of all order.
47651486exercise
- the very good book for the alothem design-the source of that very thick book. Very thick book, but can read!
cdt-modbus
- 基于CDT规约下的CDT转modbus通讯协议转换装置-Under the Statute of the CDT-based CDT turn modbus communication protocol conversion device
BmpBtn
- 这个非常强大的BmpButton,应用十分灵活。挺有用的。-This very powerful BmpButton, application is very flexible. Winter ridge used.
houghline
- houghline车牌矫正houghline车牌矫正-houghline houghline houghline houghline
sin
- 功能实现对文件中代码注释的删除 ,就是删除文件中 之间的部分 和每行中//之后的部分 -Realize the functional code of the document annotated delete, that is, delete the document between the part and each line in the// after the
c
- 完成两个大整数的乘除加减运算,并将两个数的结果一数组形式输出-Complete two big integer multiplying of addition and subtraction,And the result of two Numbers one array form output
ADE7758_RefCode11
- ADE7758设置函数,电能质量检测功能,包括初始化设置,功能设置等-Power quality detection software
gousang
- 使用起来非常方便,有CDF三角函数曲线/三维曲线图,电力系统暂态稳定程序,可以进行暂态稳定计算。- Very convenient to use, There CDF trigonometric curve/3D graphs, Power System Transient Stability Program, can be transient stability.
ga-tiaoshi
- 遗传算法调试过的程序 适合初学者 加了很多注解 方便理解-GA debugged program for beginners plus a lot of comments to facilitate understanding
