资源列表
iiir
- 实现数字滤波器的功能,具体参数可以自己修改,通过频域变换来观察数字滤波器来观察其功能。-Digital filter function, specific parameters can make amendments on her own transformation through frequency domain to observe the digital filter to observe its functions.
1
- 带关闭按钮的滚动广告 随下拉列表的滚动而移动-Rolling with a close button drop-down list with scrolling ads and mobile
HEXTODEC.ZIP
- 将16进制转换成10进制的C语言源码 提供任意位数(包含小数点)的转换, 适合在校大学生C语言课程参考-base for the conversion of 16% of the 10 C-band source of arbitrary median (including decimal point) conversion, suitable for the college students C language courses reference
changeshuzhi
- 将不同的数通过数制转化来使其相等的效果。很好用-number of different pass through into the system to enable it to the same effect. Good use
TestReflection
- 一个介绍JAVA语言反射机制 的小 例子-introduced a Java language reflection mechanism small examples
zhongxinchafen
- 这是用matlab编写的显示积分方法中心差分法的源程序,可用于求解微分方程描述的工程问题和相关仿真
wavedetect
- 这是一个比较有用的小程序,能对被水印出理过的图象进行检测,效果很明显.
richardson.cpp
- richardson algorithm of approximation of integrals
dsddsd
- 浪花-透明窗口,适合初学者进行学习研究,不错的源码-Spray- transparent windows, suitable for beginners to learn research, a good source
Untitled
- 试验三 :用双线性变换法设计IIR数字滤波器
class
- 给定m个n维向量a , a , ,am 1 2 ,向量分类问题要求将相同的向量划分为同一类。试用 抽象数据类型表设计解向量分类问题的有效算法。
closestpoints
- 输入一组点的x、y坐标 求解这些点之中,两个最近点的距离 使用分治法