资源列表
Joseph
- 约瑟夫环代码 用Visio C++写的 保证可以运行 很好用-Joseph Ring with Visio C++ code written to run well with the guarantee
zhizhengzifuzchuan
- 6-3(4)用指针找统计字符个数,例题,通过指针引用数组元素,指针矩阵转置,指针链表,指针排序,指针数组排序Cpp,指针字符串连接-6-3 (4) with a pointer to the number of characters to find statistics, examples, reference array elements via pointers, pointer matrix transpose, the pointer list, sorting pointers, po
shuzu
- 二分查找法,函数重载,矩阵,排序,顺序查找法-Binary search method, function overloading, matrix, sort, sequential search method
heap
- 堆排序,一款不错的排序方式,排序方式不错-Sort,a good sort
stackoperation
- 一个关于数据结构的小程序,压站,弹站,对编程很有用的-A small program on the data structure, pressure points, playing the station, very useful for programming
maze
- 迷宫问题的递归解法和非递归解法,里面有详细的注释。是学习递归算法的好资料。-Maze of recursive and non recursive solution method, which has detailed notes. Recursive algorithm to learn good information.
bankers-algorithm
- 银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。-Banker' s algorithm is one of the most representative algorithm to avoid deadlock. Method to avoid deadlock in the process of dy
emd-1.0.0
- emd 用经验模式分解分解出固有模式函数-empirical mode decomposition
shu
- MFC写的二叉树小程序,输入后可以显示树,递归先序中序后序遍历和非递归中序遍历,数据结构相关-MFC binary write small programs can be displayed after the input tree, recursive sequence in the first post-order traversal order and non recursive inorder traversal, the data structure associated
list
- MFC写的链表的归并,可视化界面,数据结构实验相关-MFC write list of the merger, experiment-related data structure
shudu
- 很经典的算法,利用深度搜索解决速度问题。-Classic algorithm, the speed advantage of the depth of search to solve the problem.
DijkStra
- 迪杰斯特拉算法的vc++6.0实现,算法实现了最短路径的寻找-Dijkstra algorithm vc++6.0 to achieve, the shortest path algorithm to find
