资源列表
C++来实现模P算法
- 模P实现.也是用C++来实现模P算发,算出最后的监督元及累计和
single_chain_reverse
- 单链表逆置,数据结构作业-Single-chain reverse function
dynamic_programming_seeking_to_strike_points
- 动态规划求取点距,求200点A中插入30个点B后,A到最近B的最小和-dynamic programming, seeking to strike points beyond 200 point a to insert a 30- point b, c to the nearest b the minimum and
count-occurences-element
- count occurrence element code
Lab08_1-Sort-the-names
- c语言对数据按照字母顺序重排序代码,可用作C语言教程例题-c language data alphabetically reordering code, can be used as a C language tutorial examples
tsvd
- 截断奇异值分解技术是一种正则化方法,用于不适定问题的数值计算-Truncated Singular Value Decomposition is a regularizaiton method for ill-conditioned problem computation.
zzx3
- 此小程序是实现数学问题的N乘方表,用于初学者应用。-This small program is a mathematical problem of N power table for beginners applications.
NoiseCancellation
- It is the matlab code for denoising an EEG signal using adaptive algorithm. Moreover, the code also explains the performance difference between IIR and FIR comapared to adaptive techniques
TVsingradiente
- TV for denoising with step adaptative range selection
顺序查找代码
- 顺序查找适合于存储结构为顺序存储或链接存储的线性表。 基本思想:顺序查找也称为线形查找,属于无序查找算法。从数据结构线形表的一端开始,顺序扫描,依次将扫描到的结点关键字与给定值k相比较,若相等则表示查找成功;若扫描结束仍没有找到关键字等于k的结点,表示查找失败。
