资源列表
structaalgrithm
- 数据结构和一些经典算法的源码,适合新手学习,高手参考-Data structure and some classical algorithm source code
DATA-STRUCTURE-C-CODE
- C语言实现各种常见的数据结构,是研究算法的基础。-C language to achieve a variety of common data structure that is the basis of the algorithm.
Dijkstra
- 有向图某顶点到其他顶点最短路径的C程序实现代码(Dijkstra算法) -Digraph a vertex to another vertex shortest path C program code (Dijkstra algorithm)
Ford_Fulkerson
- 最大流Ford-Fulkerson算法源代码 流量网络中,寻找流量最大的可行流-Ford-Fulkerson maximum flow algorithm source code flow network, looking for the greatest possible flow of traffic
DD
- 硬件加密RSA KEY
32
- 32进制转10进制,输入32进制后自动转换成10进制-32 to 10
mimotool
- mimo技术的一个工具箱,里面有很多有用的信息,适合新手
AVL_ABP_tree_sort
- Code for creation, manipulation, balanciation of ABP_AVL trees. (study)
linkExample
- 单链表的基本操作:判断链表是否为空,空为真;插入链表数据;删除链表指定位置节点;释放链表空间-Single list of basic operations: to determine whether the list is empty, null is true insert linked list data deleted node list specified location releasing space list
controlling_companies
- USACO中的controlling compinies,用C++编写,运用了队列和动态规划的知识-controlling compinies of USACO, with C++ prepared, using a queue and dynamic programming knowledge
bessie_come_home
- USACO中的bessie come home,用C++编写,用了BFS的知识-bessie come home of USACO, with C++ prepared ,with the knowledge of the BFS
memcpy-and-memmove
- memcpy函数测试,在linux和VC编译器下面运行,效果不一样(不能重叠copy)。linux内核memmove函数实现。-memcpy function tests, and VC compiler in linux running below, the effect is the same. linux kernel memmove function implementation.