资源列表
reverse_matrix
- 这是一个求矩阵的逆矩阵快速算法的c语言代码,非常好用,你可以将其封装成动态库用,也可以直接用-This is a matrix for the rapid inverse matrix algorithm c language code and very handy, You can be as dynamic Packaging library, can be directly used
same
- 有时需要测试2 个数据结构的同构性,即2个同构的结构在相应的位置具有相同结点数 和分枝数。试设计一个递归函数用于测试2 棵二叉树是否同构。
qipanfugaiwenti
- 特殊棋盘覆盖问题,主要是熟悉递归调用过程,把一个大问题转换为若干个相似的小问题,从而递归调用函数解决。-Special board covering problem is familiar with the process of recursive call into a big problem is converted to a small number of similar problems in order to solve the recursive call function.
Least-squares-method
- Least-squares method
stack
- 表达式求值是程序设计语言编译中的一个最基本问题,它的实现是栈的应用的典型例子。-Expression evaluation is a programming language compiler in a fundamental question, and its implementation is a typical example of the application stack.
zhan
- 使用TC的数据结构的基本操作——栈的基本操作-TC data structure using the basic operations- the basic operation of the stack
2-9
- 假设在长度大于1的单循环链表中,既无头结点也无头指针。s为指向某个结点的指针,试编写算法删除结点*s的直接前驱结点,该程序是数据结构的范例-Assuming the single cycle in length greater than 1 in the list, neither the first nor the head node pointer. s is a pointer pointing to a node, delete node algorithm test preparati
double-linklist
- doubly link list in C
chexiang
- 系统应具备的功能: (1)求出由一个编号依次为1,2,……,n的车厢序列可能产生的所有出栈系列; (2)求出有多少种出栈的可能性; (3)对于每个输出序列演示出所有操作序列的变化过程。 -System should have the function: (1) obtained by a number followed by 1,2, ... ..., n the car all the possible sequences of stack series (2) Find
shdl
- 实用数据结构基础(第三版),实验4,循环队列的实现和运算-Based the practical data structure (third edition), experimental 4, circular queue implementation and operation
hw1
- 改代码主要描述链表逆置,并生产txt文档读写-Change the code describes the list against the home, and produced documents to read and write txt
Order-linear-
- 数据结构实验:(通过c语言代码)线性表的表示和实现-:( Experimental data structure represented by c language code) linear table and implement
