资源列表
002
- 用C语言编写的八皇后问题的源代码,对于C的练习提高有好处-itis the eight queens problem using C language source code ,it is good C exercises to improve 。
STRING
- 介绍string功能,并通过实例来说明,并介绍相关可能出现的问题。-Introduced the string functions, and an example to illustrate and introduce the relevant issues that may arise.
Datastructure-Design
- 只是一个用C++写出来的通讯录管理系统,源于学校的数据结构课程设计,主要涉及到链表的增删改查,有需要的可以看下-Just one use C++ and write out the address book management system, from the data structure of the school curriculum design, mainly related to the linked list of CRUD, need to look
chazao
- 通过c语言实现了二叉树的排序,这个源码可以运行,希望对你们有帮助。-C language, sort of binary tree, this source can run, you want to help.
Template-linked-list
- 模版链表 有添加节点AddNode 遍历链表IterateList等函数-Template linked list add nodes to the AddNode traverse the linked list IterateList, function
[38]
- (stack)栈的常用操作,包括删除顶部数据,判空栈表,读取栈顶元素,将新数据存入栈内,等等。-(Stack) stack commonly used operations, including to remove the top data and sentenced to an empty stack table, read the top element, the new data into the stack, and so on.
zifufenleitongji-
- 实现字符的分类统计,代码简洁,占内存少,数据结构-Character classification and statistics, simple code, accounting for less memory, and data structures
juzheng
- 用一维数据组存储图中顶点的信息,用矩阵表示图中各顶点之间的相邻关系。-Information of the vertices in the graph of one-dimensional data set is stored, with the matrix representation of the relationship between adjacent vertices in the graph.
erchashudebianli
- 用非递归法实现二叉树的遍历 非递归算法中,必须设置堆栈,可以直接用一维数组来代替栈,但必须另外设置栈顶指针。 -Non-recursive method of binary tree traversal non-recursive algorithm, you must set the stack, which enables the direct use of one-dimensional array instead of the stack, but must also set t
danlianbiao
- 单链表的建立(头插法),插入,删除,查找、修改、计数、输出-The establishment of a singly linked list (first interpolation), insert, delete, find, modify, count, output
CRussiaOK
- 俄罗斯方块,之前的数据结构课程设计,希望对大家有所帮助-Tetris, the data structures course design
bitree
- 二叉树的运用和介绍,虽然结构简单,但在类似淘宝网等网站开发中应用广泛-The the the use of and presentation of of of the binary tree, Although the the structure is simple, but wide range of applications with the in the similar Taobao, and other web site development
