资源列表
btree
- 二叉树的前序,后序和层次收缩算法。可用C语言运行。开始时以前序输入节点。
chouyouji
- 对大型抽油机的结构和特性进行了分析,设计了其优化算法。
02051111
- 用C语言实现的打印字符串中的子串的程序,输入一个字符串,输入起始位置和要打印子串的长度,将其打印出来,如果起始位置超出字符串范围或者子串长度超出字符串范围,则会报错。
11
- 椭圆拟合的误差算法,拟合点到椭圆心的距离减去拟合点对应在椭圆上的点到椭圆心的距离,有效分析椭圆拟合的误差问题,并让其在对话框中显示出来
1073
- 设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是 Li,程序存储问题要求确定这n 个程序在磁带上的一个存储方案,使得能够在磁带上存储尽可能多的程序。对于给定的n个程序存放在磁带上的长度,编程计算磁带上最多可以存储的程序数。-N a procedure with (1,2, ..., n) should be kept in the length L of the tape. Procedures i stored in the tape length is
shpath
- Dijkstra s algorithm. Complexity : EllogV.
ABinaryTreeAndBinaryList
- 二叉树与二叉链表,采用二叉链表存储结构,用递归方式建立二叉树对应的二叉链表,并分别用递归和非递归两种方式实现该二叉树的前序、中序及后序序列的输出 -A binary tree and binary list, using the binary storage structure list, using a recursive approach to building a binary tree corresponding to the binary list, and were used r
sjfx
- 非文件的数据结构分析,用于获取数据文件结构-Analysis of non-file data structure, used to obtain the data file structure
intopo
- Converts to infix expression to postfix
beibao
- 背包问题,也就是我们常见的那个。在很多的专题实验中都会遇到-Knapsack problem, that is, our common one. Will encounter a lot of topics experiment
TZ
- 用来在AUTOCAD中标注指定点的Z坐标,空输入表示结束-Label specified point Z coordinate, indicating the end of an empty input
LUT
- 查找表法,把数据事先写入RAM后,每当输入一个信号就等于输入一个地址进行查表,找出地址对应的内容,然后输出-Look-up table method, after prior written to RAM, the data input when a signal is input an address look-up table, find out the address corresponding to the content, and then output
