资源列表
Huffman
- Huffman编码,用Huffman编码方法对string进行编码-Huffman coding
grahams
- Graham Scan to generic convexha-Graham Scan to generic convexhall
the-Josephus-problem
- 利用建立双向循环链表来解决约瑟夫环的问题-Doubly linked list to solve the Josephus problem
2
- 实现手动生成一个n×m矩阵的迷宫,寻找一条从入口点到出口点的通路。迷宫有很多的分岔口,搜索整个迷宫,实际上这是对栈和回溯算法的综合操作。 要实现的主要功能: (1)创建迷宫,将输入的迷宫数据存储到二维数组中。 (2)显示迷宫,将创建的迷宫以方阵的形式显示出来。 (3)查找路径,分别用非递归算法和递归算法查找迷宫路径。 (4)输出路径,用三元组(i,j,d)的形式输出和方阵的形式输出。 (5).恢复迷宫,把探索过后的迷宫数据恢复。 -Manually generate
cstring-3.6.2
- cstring 是一个小型、简单的C类库,用来操作C语言风格的字符串。字符串是以 cstring_t 结构的实例展现,通过这个类库的方法来操作: Selection of different allocator pools (including Global, COM Task and process heap allocators on Win32) Mapping cstring_t instances as views onto existing memory areas
CPP
- c++程序用来描述作业的,还可以吧用户起来,希望喜欢-c++ procedures used to describe the job, but also can users up hope that like
Algorithm-source-code
- 零基础学算法的每章源码,.c文件可以直接运行-Each chapter source of zero-based learning algorithm c files can be run directly
Dijkstra123
- djikstra算法的实现 建立学校网络寻找最短路径-djikstra algorithm to achieve the establishment of the school network to find the shortest path
Dijkstra
- 迪杰斯特拉算法,数据结构,C语言写的,上大学计算机系会用到的-Dijkstra algorithm, data structures, C language written on the Department of Computer Science will be used. . .
zuiduanlujing
- 最短路径算法,可以使用查找图中的任意两个节点的最短路径-The shortest path algorithm can be used any two nodes in the shortest path in the lookup in the figure
C-source-program-100-cases-
- c经典源程序100例,锻炼基础技能,寻找更好的编程方法。-c classic source 100 cases, the exercise of basic skills, looking for better programming methods.
CPPdata-
- c++数据结构源代码,搜索和排序算法,最基本的链表算法-c++ data structure of the source code, very detailed programming examples, very easy to use but also easy to understand
