资源列表
SDFSDFSAFSDF
- 题目:从键盘输入一些字符,逐个把它们送到磁盘上去,直到输入一个#为止。 -Topic: from the keyboard input some characters, them one by one to take them to a disk up, until you enter a# so far.
migong
- 以一个M*N的长方阵表示迷宫,分别用0和1表示迷宫中的通道和障碍。设计一个程序,对任意设定的迷宫,求出一个从入口到出口的通路。-A M* N matrix that long labyrinth of 0 and 1 respectively, said the maze of channels and barriers. Designing a program, for any set of the maze, find a pathway from the entrance to the e
Dijkstra
- Dijkstra 贪心法求单源最短路径.Dijkstra算法是解单源最短路径问题的一个贪心算法。
tu
- 数据结构-图的一些基本操作和功能,采用C语言进行编写-Data structures- some of the basic operations and graph functions, written using C language
RBTree-Program
- RBTree树的构建算法,经本人的实践验证,该算法有效可用-RBTree tree construction algorithm is verified by my practice, the algorithm can be used effectively
shujujiegou
- C/C++数据结构算法(二叉排序树的实现)-C/C++ data structure algorithms (binary sort tree implementation)
b
- 数据结构图的存储结构及基本操作 要求: ⑴能根据输入的顶点、边/弧的信息建立图; ⑵实现图中顶点、边/弧的插入、删除; ⑶实现对该图的深度优先遍历; ⑷实现对该图的广度优先遍历。 备注:单号基于邻接矩阵,双号基于邻接表存储结构实现上述操作。 -Data storage structure diagram and the basic operational requirements: ⑴ can build chart based on the input ve
park
- 停车场用C语言编写的 绝对正确 是数据结构的经典题目
算法(插入,删除)
- 一个些基本算法。有关于数组元素插入,删除等。可以加我QQ:254760008-a more basic algorithm. On the array element insertion, deletion and so on. Can I QQ : 254760008
DIANTI
- 此程序是一个电梯模拟程序,电梯的运行,停候等模块。
二叉树综合
- 数据结构的基本应用,二叉树的综合应用。适合初学者。比较简单-the basic data structure applications, the comprehensive application of a binary tree. For beginners. Relatively simple
phone
- 简单的电话号码查询,插入,删除,排序等功能。 应用了数据结构中的链表等知识-A simple phone number query, insert, delete, sorting and other functions. Application of the data structure linked list of such knowledge
