资源列表
zhuangzaiwenti1
- 本程序的是装载问题的C语言实现,欢迎下载-the loading process is the C language, welcomed Download
coef_3
- 关于用matlab实现滤滤器中输入波形的采样点数-on using Matlab filter filter realization of the input waveform sampling points
buzhao
- 能求出超过20的阶乘,可以结果采取文件保存!-can extract more than 20 of the factorial, the results can take the file!
kuaohao
- 判断表达式中括号是否配对的小程序-judgment regular expression matching brackets whether the small program
ReconPhaSpa
- 混沌理论中相空间程序,可以在预测中使用,效果好
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
TestReflection
- 一个介绍JAVA语言反射机制 的小 例子-introduced a Java language reflection mechanism small examples
zhongxinchafen
- 这是用matlab编写的显示积分方法中心差分法的源程序,可用于求解微分方程描述的工程问题和相关仿真
wavedetect
- 这是一个比较有用的小程序,能对被水印出理过的图象进行检测,效果很明显.
Untitled
- 试验三 :用双线性变换法设计IIR数字滤波器
class
- 给定m个n维向量a , a , ,am 1 2 ,向量分类问题要求将相同的向量划分为同一类。试用 抽象数据类型表设计解向量分类问题的有效算法。
closestpoints
- 输入一组点的x、y坐标 求解这些点之中,两个最近点的距离 使用分治法