资源列表
jiugongge
- windows基本编程程序 实例窗口程序-Examples of the basic programming procedures windows window procedure
SAW2.c
- Stop-and-wait protocol
tt0604
- 设计创建二叉树的程序,函数名(CreatBitTree) 可用递归的方法 设计二叉树的三种遍历(前序,中序,后序) 递归的方法-Procedures designed to create a binary tree, the function name (CreatBitTree) can be recursively designed three kinds of binary tree traversal (preorder, inorder, postorder) recursive
kkk
- 用C++实现内存泄露的检测,代码虽小,但是可以为程序员带来很多方便-Using C++, memory leak detection, code may be small, but can bring a lot of convenience for the programmer
EncodeUCS2
- 非常好用,将unicode码转成PUD码,经过测试,正确。-prefect,put the unicode to PUD,pass the test!
AAGAd
- 自适应遗传算法,特别适用于初学者,具体应用时只需需更改目标程序即可 , -Adaptive genetic algorithm is especially suitable for beginners, specific applications only need to change the target program can be,
guess-number
- 猜数字游戏 用户开始有100元钱,没有钱了或不玩了就退出。 每一轮先问用户赌多少钱,如果输入0则结束游戏,赌注必须是正的且少于现有的钱数,然后猜一个1到10 的数,用这个数与计算机产生的数比较,如果猜对了,用户赢赌注这么多钱,如果猜错了,用户损失钱,损失的钱数是 赌注/5*(用户猜的数与计算机数之差) 例如赌注是50,计算机产生的是5,用户猜的是7,则损失20元,因为 50/5 * (7-5) = 20 如果损失72,而用户只有50,则损失50 -Guessi
first
- 实现了顺序表的归并和排序,内部数据可以改动,不影响结果-Implements the sequence table merging and sorting, internal data can be changed, will not affect the output
cntr_4bit
- This the 4 bit VHDL CODE which is a synchronous clock divider is added to provide the delay ot this circuit-This is the 4 bit VHDL CODE which is a synchronous clock divider is added to provide the delay ot this circuit
bishe_cphoto1_6
- MATLAB优化并叶根叶尖修正的1-6阶弦长修正结果 -MATLAB optimization and correcting the root tip 1-6 sectional chord correction result
dijkstra
- 迪杰斯特拉算法计算最短路径Dijkstra算法是由E.W.Dijkstra于1959年提出,又叫迪杰斯特拉算法,它应用了贪心算法模式,是目前公认的最好的求解最短路径的方法。算法解决的是有向图中单个源点到其他顶点的最短路径问题,其主要特点是每次迭代时选择的下一个顶点是标记点之外距离源点最近的顶点。但由于dijkstra算法主要计算从源点到其他所有点的最短路径,所以算法的效率较低。-Dijkstra shortest path algorithm Dijkstra algorithm is prop
expspl
- matlab中的exp(x)可以求的是矩阵x中的每个元素的e指数,这个矩阵x可以是任意矩阵-matlab expspl
