资源列表
plusrilinoise
- 基于小波包的带通滤波器设计程序。给出了小波变换的快速算法和重构算法,讨论了应用小波变换进行信号带通滤波的方法,并通过正交小波包对信号的分解,把频率成分复杂的信号分解到各个频带上,根据需要提取指定频率的信号,然后用小波包重构算法对信号进行重构,实现对信号的提取。-Based on wavelet packet band-pass filter design program. Given the fast algorithm of wavelet transform and reconstructi
dir
- 遍历目录下的所有文件,vc++6编译通过-Traverse all the files in the directory
prime
- 实现两个四位素数之间的转换,每次变一位数 中间过程都是素数 要几次-Between the two prime numbers to achieve the conversion of four, each time varying the number of intermediate process is a prime number to be several times
ACMDaShuJianFa
- 能实现超大数相减的功能,是ACM一题目的源码,只要有足够的内存空间,就可以实现超大数的相减。很不错的哦-Subtracting large numbers to achieve the function, is a subject ACM source, as long as there is enough memory space, you can achieve large number of subtraction. Oh, very good. . .
abc
- 将字符串以数组的形式进行输出,并进行异常处理-String as an array output, and exception handling
111
- 有重复元素的排列 计算机算法分析 C语言-Repeated elements in the arrangement of C language
Desktop
- 通过调用一位全加器模块,实现四位全加器功能-By calling a full adder module, four full adder function
QPSK-constellation
- QPSK 的星座图仿真 有仿真信噪比为0dB,10dB,20dB的时候的星座图。-QPSK constellation diagram simulation the simulation signal-to-noise ratio of 0dB, 10dB, 20dB when the constellation diagram.
Untitled3
- 阈值去噪软硬阈值去噪程序 在图像中的应用汇-Of threshold denoising hard and soft threshold de-noising procedure in image exchange
SI_analysis
- 系统辨识最小二乘法中的各类算法的MATLAB实现,其中包括BLS\ELS\GLS等-System identification method of least squares in various algorithm in MATLAB, including BLS \ ELS \ GLS, etc.
adob
- ado_db实现mssql连接 并实现存于text中的sql语句-ado_db achieve mssql connection and stored in the text to achieve the sql statement
STACK
- 用C语言编写的堆栈接口,适用于各种环境,提供接口: STACK *initStack(int MaxRoom) void destroyStack(STACK **spp) void resetStack(STACK *sp) Boolean isStackEmpty(STACK stack) Boolean isStackFull(STACK stack) Boolean push(STACK *sp, USER_TYPE data) Boolean p