资源列表
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
2
- 实现手动生成一个n×m矩阵的迷宫,寻找一条从入口点到出口点的通路。迷宫有很多的分岔口,搜索整个迷宫,实际上这是对栈和回溯算法的综合操作。 要实现的主要功能: (1)创建迷宫,将输入的迷宫数据存储到二维数组中。 (2)显示迷宫,将创建的迷宫以方阵的形式显示出来。 (3)查找路径,分别用非递归算法和递归算法查找迷宫路径。 (4)输出路径,用三元组(i,j,d)的形式输出和方阵的形式输出。 (5).恢复迷宫,把探索过后的迷宫数据恢复。 -Manually generate
the-Josephus-problem
- 利用建立双向循环链表来解决约瑟夫环的问题-Doubly linked list to solve the Josephus problem
grahams
- Graham Scan to generic convexha-Graham Scan to generic convexhall
Huffman
- Huffman编码,用Huffman编码方法对string进行编码-Huffman coding
work1
- 邮局选址问题的文件输入到数组处理,一个很经典的算法设计问题源码-The post office siting file input to array processing, a classic algorithm design problem source
Progetto-Prolog
- RegExp to Automata - Written in Prolog-RegExp to Automata - Written in Prolog
danlianbiao
- 实现数据结构头文件,实现数据的转置等相关功能。-Data structure to achieve the header file
uva10047
- uva10047,我们可以看到,可以AC的代码-uva10047,we can see it
traverse_floder
- 用C++语言写的可以实现对文件夹下任意文件的遍历和统计!-C++ language written any file folder traversal and statistics!
minboundrect程序
- 求外接矩形minboundrect求外接矩形求外接矩形求外接矩形
Matlab_DFS_Maze_All_Solutions
- 本函数用深度优先遍历(回溯法)来求解迷宫的所有路径 maze:是迷宫矩阵,其中0表示可以去走的路 1表示障碍 2表示入口 3表示出径 5表示路径-Road this function with a depth-first traversal (backtracking) to solve the maze path maze: a maze matrix, where 0 means you can go to go 1 shows the obstacle
