资源列表
linked-list
- 使用链表实现两个多项式的基本操作。
tree_forest
- 数据结构:数据结构中森林和树的具体实现,已通过测试-Data structure: Data structure of the concrete realization of forests and trees, has been tested
chenlin
- 以二叉链表作为存储结构 由用户输入一棵二叉树 使用菜单界面 分别输出二叉树的先序、中序和后序遍历下的结点访问次序 输出二叉树的深度 输出二叉树中所有的叶子结点及其数目。-Linked list to binary storage structure from user input as a binary tree binary tree using the menu interface, the output of the first order, respectively,
All_SortS
- 各种排序算法的比较,包括快速排序(递归和非递归)希尔排序,-Comparison of various sorting algorithms, including the quick sort (recursive and non recursive) Hill, sorting, etc.
8_queen
- 8皇后问题的解决算法,VC++实现,输入N皇后,输出算法迭代次数-8 queens problem solution algorithm, the VC++ to achieve N Queen, the output of algorithm iterations
PuTongErChaShu
- 数据结构中的普通的二叉树的实现,用C语言实现了二叉树的初始化、先序、中序、后序算法,很适合初学者参考-Ordinary binary tree data structure in the realization of C language initialization of the binary tree, preorder, inorder, postorder algorithm is suitable for beginners reference
ItoPRE
- 将中缀表达式转化为后缀表达式、并计算结果-The infix expressions into postfix expression, and the results
lianbiaobiaobiao
- 数据结构课程设计 用链表实现的学生档案管理系统-data structure courses designed for students to achieve Chain File Management System
QuickSort
- 快速排序的基本思想是把数组划分成三段,然后用递归求解-The basic idea is to quickly sort the array is divided into three sections, and then use recursion to solve
SenseWordsFilter
- java 实现敏感词过滤,毕业设计做博客网站用到的。-java sensitive word filtering, graduation design blog site used.
shenjingyuan
- 文件是一个神经元模型,对于想初学神经算法的人是一个很好的参考 -File is a neuron model, for people who want to learning neural algorithm is a good reference
maze
- 该程序解决的是迷宫问题。给定一个n(n<20)行m(m<20)列的迷宫,迷宫每个位置用整数1和0表示,0表示墙,1表示通道,给出迷宫起点(x0,y0)和终点(x1,y1),求出起点到终点的最短路径。-The procedure to solve the maze problem. Given an n (n < 20) row m (m < 20) out of the maze, the maze of each position with the integer 1 an
