资源列表
dlb
- 对单链表进行元素的插入和删除操作。要求:1)用头插法或尾插法(头插法指新元素总是从头部插入;尾插法指新元素总是从尾部插入)建立一个单链表(带头结点),并输出,观察输入的内容与输出的内容是否次序相反。 注意:单链表中头结点、开始结点、尾结点的区分。 2)实现单链表的插入操作(在带头结点的单链表中第I个位置插入新元素)。 3)实现单链表的删除操作(在带头结点的单链表中删除第I个元素)。
hashlist
- 数据结构哈希表的实现,用C++写的,比较完整
kris_qsort_src
- 可能是最快的排序算法.源代码和演示文件.-probably is the fastest sorting algorithms. Source code and presentations.
Common
- common function it work in mpeg algorthem to commprsion aodiu signal in digital aodiu brodcasting
ZFRR
- 数值方法中的最速下降法!用FROTRAN编写的,-Numerical methods in the steepest descent method! Written by FROTRAN, thank you
LZW
- 用lzw编码实现黑白图像的压缩/解压缩 用lzw编码方式实现文件的压缩具有很大的局限性,对于类似于黑白图像这样的具有连续相同的大面积颜色块的文件有很 高的效率,但是对于彩色图像或其他相邻两点的值都不同的文件来说,反而会增大数据量-Lzw Coding with black and white image compression/decompression with lzw encoding for file compression has serious limitatio
Random_Number_Generators
- 这是随机数发生器源代码,里面有详细的编程-This is random number generator source code, there is a detailed programming
FXLMS_offline_feedforward
- 实现前馈离线传递函数建模FXLMS算法仿真-one emulation for off-line feedback FXLMS
phd
- 基于Pisarenko谐波分解的间谐波估算方法。自己编写的程序,可直接运行。-Based Pisarenko harmonic decomposition between harmonic estimation methods. The programs that can be run directly.
cardiaoutput
- Regulation of cardiac output and venous return
GS-YUNGUANGPIAN-
- GS算法,高斯光束整形成矩形光斑,或者根据自制的图片进行逆推相位-GS algorithm, Gaussian beam shaping
Siddon算法
- 输入射线摄入网格的入射和出射坐标,即返回网格编号和截取长度。
