-
code
基于boosting的人脸检测的matlab实现(Boosting-based face detection matlab implementation)
- 2009-03-06 14:35:06下载
- 积分:1
-
xiangliang_midh
针对磨耗性踏面和60kg轨道利用半赫兹算法完成接触斑形状计算,相比传统赫兹算法更加准确符合实际情况(For the calculation of the tread wear and 60kg semi Hertz algorithm to complete the track contact patch shape, the algorithm is more accurate compared to traditional Hertz realistic)
- 2021-04-19 12:48:51下载
- 积分:1
-
niemui
是国外的成品模型,esprit算法对有干扰的信号频率进行估计,包含收发两个客户端的链路级通信程序。( Foreign model is finished, esprit algorithm signal frequency interference can be assessed Contains two clients receive link-level communications program.)
- 2016-05-18 16:55:04下载
- 积分:1
-
termproject
rand, randn, randint.... you can understand my code
- 2015-06-06 13:57:36下载
- 积分:1
-
5
一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。
C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。
系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次执行函数体,得最终返回值x+y=15+(-6)=9。 (Compiling together the sequence of test procedures, involving the sequence of function calls and operator symbols, such as the priority problem. Now I give you to start speaking. Procedures for C compiler always start from the main function and at这道题the focus of " fun ((int) fun (a+ c, b), ac)) " statement. System must first determine the most outer layer of fun () function of real parameters, the first parameters of recursive calls required fun () function (may be called the inner function). Inner function separately for the two parameters x = a+ b = 2+8 = 10, y = b = 5, to execute the function body x+ y = 10+5 = 15, then the outer function parameters were x = 15 . Its another parameter y = ac = 2-b =- 6, once again to execute the function body may eventually return the value of x+ y = 15+ (-6) = 9.)
- 2009-03-15 15:36:23下载
- 积分:1
-
mfsetup
说明: 用C语言编的wimax 信道模型,绝对原创!(Wimax compiled by C language channel model, the absolute original!)
- 2011-02-25 15:31:17下载
- 积分:1
-
multipath_test
该程序是自己编写的,是基于matlab的多径信道的建立。该多径信道是基于电力线信道特性而构建的,其中的衰落系数是通过阅读大量文献而得到的。该程序能够顺利运行,并画出了信道的各个参数图。(The program is written by myself,which is to build a multi-path channel matlab based. The multi-path channel is based on the characteristics of the power line channel constructed, which is fading coefficients obtained by reading a lot of literature. The program can run smoothly, and draw a diagram of each parameter channel.)
- 2013-12-18 17:34:55下载
- 积分:1
-
MSE_compare
基于LS和MMSE算法实现信道估计,采用块序列(Based on LS and MMSE algorithm, realized channel estimation )
- 2010-10-19 19:50:05下载
- 积分:1
-
adi
Example of ADI method foe 2D heat equation.
- 2012-10-05 19:35:42下载
- 积分:1
-
FD1D14
Question 1.4 Sullivan
- 2010-08-12 11:40:19下载
- 积分:1