资源列表
equ
- 编写具有如下函数原型的递归与非递归两种函数equ,负责判断数组a与b的前n个元素值是否按下标对应完全相同,是则返回true,否则返回false。并编制主函数对它们进行调用,以验证其正确性。 bool equ(int a[], int b[], int n) 提示:递归函数中可按如下方式来分解并处理问题,先判断最后一个元素是否相同,不同则返false;相同则看n是否等于1,是则返回true,否则进行递归调用(传去实参a、b与 n-1,去判断前n-1个元素的相等性),并返回递归调用的结果
FIR
- 设计一个数字FIR低通滤波器,其技术指标如下:Wp=0.2 Rp=0.25 Ws=0.3 As=50-Design a digital FIR low-pass filter, the technical indicators are as follows: Wp = 0.2 Rp = 0.25 Ws = 0.3 As = 50
Mondrian
- Java game programming
Polish
- 实现普通表达式到逆波兰表达式的转化,使用C++完成,用于编译原理-To achieve common expression to reverse the transformation of the Polish expression, the use C++ to complete, for compiling principle
Guest-thinkphp
- 此源码包含一个大类,里面写有诸多方法 能够实现留言板功能,前台留言,后台处理留言,审核留言,删除留言等-This source contains a category, there are many ways to write a message board function can be achieved, front message, background processing messages, audit messages, delete messages, etc.
Project1
- visual basic program
addimages
- image processing _ add two images
gongetidu
- 共轭梯度法,MATLAB程序,计算方法作业,内有说明-Conjugate gradient method, MATLAB procedures, calculation methods work, there are instructions
a
- 单正太分布总体区间估计(均值已知,对方差进行估计)-Single normal distribution population interval estimation (mean is known, estimation of variance)
G-P法计算关联维数
- 运用G-P法计算分形数据关联维数的Matlab程序,适用于一维时间序列。希望对大家做分析有用。
FDTD1_1
- 1D FDTD design by mohammad reza-1D FDTD design by mohammad reza
c_secuencial-tarea1-donacion
- programa q imprime en pantalla una donacion en euros y repartida en tres grupos
