资源列表
main
- 马踏棋盘,C++语言编程,旨在帮助众-Horse riding board, C++ programming language, designed to help the public. . .
internal-sorting-algorithm
- 4.1直接排序 10 4.2起泡排序 11 4.3选择排序 11 4.4快速排序 12 4.5希尔排序 13 4.6堆排序 13 各类内部排序算法性能比较以及文档说明。-Direct sequencing 10 4.2 4.1 11 4.3 bubble sort quick sort and select Sort 11 4.4 13 4.6 12 4.5 Hill sort HEAPSORT 13 various internal sorting algorithm
exp3
- 贪心法解背包问题的c语言源程序 编译通过-Greedy method solving knapsack problem
non-lineaire
- Robots can be either mobile or stationary. Mobile robots include rolling robots, crawling robots, swimming robots and many more. Stationary robots include robot arm, robot face, industrial robots etc. Although known as stationary,
PACKET
- 分支界限问题中的背包算法,希望对大家有所帮助!-Knapsack algorithm of branch line questions, hope to be of help!
shenduyouxian
- 深度优先搜素 前序中序后序 大连理工大学软件学院-After the depth-first search elements in the preamble sequence sequence Dalian University of Technology School of Software
erchashu
- 二叉树的链式存储、先序中序遍历和层次遍历。(构造一棵树并输入数据,编写三个函数,非别是树的前序递归遍历算法、树的后序递归遍历算法、树的非递归中序遍历算法(这里的非递归以中序为例)。在主程序中调用这三个函数进行树的遍历,观察用不同的遍历方法输出的数据的顺序和验证递归与非递归输出的数据是否一样。)-Chain store binary tree, preorder traversal and hierarchy traversal.
Huffman
- 数据结构实验之哈夫曼算法,欢迎下载指正。带有可执行程序-Experimental data structure of the Huffman algorithm.Welcome to download correction. With an executable program
StackandQueue
- 该ppt包含了栈和队列的数据结构及基本操作,同时还有栈的举例-This ppt contains the stack and queue data structure and basic operation, as well as examples of the stack
list
- 此ppt包含了线性表的数据结构,及其基本操作和实现,同时举了线性表的应用-This data structure contains ppt linear form,and its basic operations and achieve, while the linear form of the application cited
Maze
- 利用栈实现走迷宫的算法,走通的路径,走过但走不通的路径也已标出-Use stacks maze algorithm, the path to go through, and walked the path that leads to nowhere, but has also been marked
EditorSystem
- 简易行编辑系统。功能包括读入写入文件,显示文件信息,向文件增添内容,删除内容等一系列操作。-Simple line editing system. Features include read write files, display file information, add content to the file, delete the contents of a series of operations.