资源列表
heart513
- 刚才弄错了,这才是第二个源码,可以实现输入一二叉树的前序与中序,输出其后序-have just made a mistake, this is the second source, can achieve an input sequence of binary tree with the sequence, then the output sequence
chswordv3
- 拉格朗日 计算方程的根 基本很准确 不过方法不是太通用的-Lagrange Equation of basic - but very accurate method is not very common
xxbgb
- 首先,用前插法建立链表,在算法中以create函数表示;其次,定义mergeab函数,表示算法的归并: 本算法的思路为:顺次逐个将单链表的ha中的节点(P节点)在链表 hb中查找是否有重复的结点,若有,则不插入到链表hb中,将其从链表ha中删除。若在链表hb中找到第一个大于P的节点的数据域值的节点(Q节点),则在Q节点之前插入P节点,否则将链表ha联接到链表hb的表尾。为了实现方便在单连表hb之前附加一个表头节点,带归并完成后,再归还该表头节点,返回归并后连表的头指针。 最后,
埃特金不等距插值
- 很有用的算法哦。这是我好不容易找道的-useful algorithm oh. This is not easy to find the Road
jpegmain
- JPEG压缩技术十分先进,它用有损压缩方式去除冗余的图像数据,在获得极高的压缩率的同时能展现十分丰富生动的图像,换句话说,就是可以用最少的磁盘空间得到较好的图像品质。而且 JPEG是一种很灵活的格式,具有调节图像质量的功能,允许用不同的压缩比例对文件进行压缩,支持多种压缩级别
QueueCharCyclic
- Implementing a queue data structure
Maze-problem
- 解决数据结构中的迷宫问题 可在TUEBOC中直接运行-Data structure to solve the maze problem can be run directly in TUEBOC
non0_1-Knapsack-and-full-sorting
- 这是全排序算法和非零一背包问题的简单实现,程序可以正确运行。-This is the simple realization of the whole sorting algorithm and the non0_1 kanpsack problem, the program correctly.
maopao
- 冒泡排序,包含函数处理时间的计算。使用到clock(),请头文件包含time.h;#define h 30000(或其他值)-Bubble sort, including the calculation of the function of processing time.Clock () used, the header file contains from time.h. # define h 30000 (or other values )
IDA2601
- IDA算法的实现soj2061,经典搜索算法-IDA algorithm to achieve soj2061 classic search algorithm ..............
Alamouti
- 阿拉木提实现天线分集,实现多收多发或者多发单收的功能,代码比较简单易懂-Almaty mention achieve antenna diversity, to achieve multiple overcharged or received multiple single-function, the code is relatively simple to understand
Untitled9
- MATLAB实现非均匀B样条曲线拟合,采取图片上曲线的控制点,进行B样条拟合-MATLAB on non uniform B spline curve fitting, taking pictures of the control points on the curve for B spline fitting
