资源列表
Student
- 基于C++语言的一个数据结构问题,实现学生管理系统的编写,代码无注释-C++ language based on a data structure problem, the achievement of students in the preparation of management system, code-free notes
ShellSort
- 希尔排序(Shell Sort)是插入排序的一种。是针对直接插入排序算法的改进。该方法又称缩小增量排序,因D.L.Shell于1959年提出而得名。-Shell Sort is an insertion sort. Is for direct insertion sort algorithm. The method is also known as narrowing the incremental sort, because D. L. Shell made its name in 1959
lianbiao
- 一个用C++实现的链表结构存储线性表,小程序,课外作业-1 C++ implementation with linked list structure storage linear tables, small programs, homework
Character-transfer
- 字符形式广义表转二叉链表存储结构,编程语言:C,来源:校园教学-Character transfer form generalized binary linked list storage structure
calculator
- 乘法大整数计算器,采用数据结构,C++编写-Large integer multiplication calculator, the use of data structures, C++ writing
migong
- 迷宫算法,1代表可以通过,0代表墙壁,自动找寻路线-Maze algorithm, 1 can pass 0 for the walls, automatically find routes
Tjjuzhengh
- 实现稀疏矩阵转化为三元组,并且且进行转置和其他运算。可直接使用。 -Sparse matrix into triples, and transposition and other operators. Can be used directly.
Source1
- change hb matrix to csc matrix
queen8
- 用java 语言实现8皇后问题,实现8个 皇后都不在同一行,同一列,和同一斜线上-err
JDijkstra
- Dijkstra:: 最短路径之Dijkstra算法-Dijkstra Algorithm
stack
- C 语 言 实 现 栈 的 基 本 操 作 。 构 造 一 个 栈 并 读 入 数 据 , 进 栈 、 出 栈 、 取 栈 顶 元 素 操 作 -the fundmation operation of stack
short1
- 求最短路径的问题,用了回溯算法,内附说明 及调试 -seek the shortest path problem with the back algorithm, containing descr iptions and Debugging