资源列表
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
16D
- 16ge led zhujianl没意思 自己编的-16ge led zhujianl distasteful their own series of
Polish
- 实现普通表达式到逆波兰表达式的转化,使用C++完成,用于编译原理-To achieve common expression to reverse the transformation of the Polish expression, the use C++ to complete, for compiling principle
kebord--entry--and--show
- 简单的小程序:将键盘输入的十六进制数转换为等值的二进制数,并在屏幕上显示。列如:键入f2,则显示11110010-simple small routine:input a hexadecimal number form keyboard and transform to binary number and show on the scream. For example: iuput f2,show 11110010
maze
- 简单的迷宫求解原理,代码间接,通俗易懂.-Simple maze solving principles, code indirect, straightaway
addimages
- image processing _ add two images
ssnmj
- 基于lisp语言的cad二次开发,可以用来求得地块面积,也可以非常方便的求得多边形面积。-Obtained polygon area
gongetidu
- 共轭梯度法,MATLAB程序,计算方法作业,内有说明-Conjugate gradient method, MATLAB procedures, calculation methods work, there are instructions
yuesehuanwenti
- 约瑟夫环问题。本程序要求设编号为1-n的n(n>0)个人按顺时针方向围成一圈.首先第1个人从1开始顺时针报数.报m的人(m 为正整数).令其出列。然后再从他的下一个人开始,重新从1顺时针报数,报m的人,再令其出列。如此下去,直到圈中所有人出列为止。-Josephus problem. The procedural requirements set numbered 1-n of n (n> 0) Personal clockwise circle. First 1st person
powerefficiency
- 随着功率的变化,计算信道的遍历和速率,比较实用-With the change of power, and calculates the channel traversal rate, more practical
a
- 单正太分布总体区间估计(均值已知,对方差进行估计)-Single normal distribution population interval estimation (mean is known, estimation of variance)