资源列表
python_book
- 实现Lagrange,Hermite,以及分段线性插值算法,需要用from * import *引用,如要使用lagrange, from lagrange import lagrange
QAM
- QAM调制的MATLAB仿真程序,是深入理解调制解调的一个很好的例子。
STACK2
- 数据结构中堆栈的一般性操作,如初始化、出栈、入栈等-Stack data structure in the general operations such as initialization, a stack, stack, etc.
BigInt
- Big Integer another large ionteger cla-Big Integer another large ionteger class
DNF
- 实现无向图的深度优先遍历,同时输出遍历结果--Free graph of depth-first traversal, while the output traversal results
doubly_linked_list
- 单链表实现原代码 c语言 添加 删除 修改-single linked list source code using C Add, delete, change
my-dear-c-language-design
- 关于一个在C语言环境下求一个100之内的最大的水仙花数-in order to find a special number that it is the maxinum number from 1 to 100
cls
- 最小二乘拟合法,对心电信号进行处理和去除噪声-Least squares fitting
fumes-during-wleding
- Example of fumes moves during welding
allocatable
- a program which demonstrates how a FORTRAN main program can declare an allocatable array, pass it to a subroutine, which can then allocate it and fill it with data, and then return the allocated and initialized array to the calling program
HuffmanTree
- 数据结构实验 赫夫曼树算法的C语言程序代码-Experimental data structure Huffman tree algorithm C language code
erchashu
- (1)输入字符序列,建立二叉链表。 (2)遍历二叉树输出。 (3)请设计一个算法,要求该算法把二叉树的叶子结点按从左到右的顺序连成一个单链表,表头指针为head。 二叉树按二叉链表方式存储,链接时用叶子结点的右指针域来存放单链表指针。请遍历该链表输出所有叶子结点,然后再先序遍历二叉树输出所有叶子结点,并对比两个输出结果,看是否相同。 (4)试写一算法判断某二叉树是否是完全二叉树。 (5)试写一算法判断某二叉树是否是二叉排序树。 (6)在主函数中设计一个简单的菜单,分别调试上
