-
PSO_dg_prog
PARTICLE SWARM OPTIMIZTION FOR DG PLACEMENT
- 2014-08-18 00:17:08下载
- 积分:1
-
p3x
计算大气折射修正,利用分段模型,采用matlab软件编程计算(matlab caculate the refraction of atmoshpere)
- 2021-04-23 20:48:47下载
- 积分:1
-
applied_engineering_mathematics_matlab
matlab 工程数学应用——许波,刘征编著(Applied Engineering Mathematics matlab)
- 2010-11-29 17:33:10下载
- 积分:1
-
Rec_Analysis
说明: 逻辑分析系统代码,在实验中广泛使用!放心用(Logic analysis system code, widely used in the experiment! Rest assured)
- 2011-04-09 12:35:37下载
- 积分:1
-
filter
创建一个first order 低通模拟信号滤波器。输入为热噪音(creative a first order low pass filter, the in put is the white noise.)
- 2013-10-20 12:57:21下载
- 积分:1
-
MyGUIEngine
MYGUI3.2改造 - 完善文字的换行显示,并为中文支持自动换行(MYGUI 3.2 transformation- perfect wrap text display, and support for Chinese Wrap)
- 2013-12-15 17:59:44下载
- 积分: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
-
crosscouping_synthesis
微波滤波器耦合矩阵综合,
1 根据传输零点位置,回波损耗求出耦合矩阵;
2 从S21 S11多项式出发 综合出耦合矩阵;
3 已知传输零点位置,滤波器阶数,回波损耗画出滤波器的S参数,分别以4阶和八阶滤波器为例。(1synthesize coupling matrix by the transmission zeros, return loss
2 synthesize coupling matrix by S21 S11 polynomial
3 draw the S parameters of the filter by transmission zeros, return loss,order of filter,
Using 4 order and 8 order filter respectively as an example.)
- 2021-03-02 11:19:34下载
- 积分:1
-
Ztransfer
这是一个Z变换和Z反变换的matlab程序。(This is an anti-Z transform and Z transform matlab procedures.)
- 2008-06-19 22:57:04下载
- 积分:1
-
FrameRead
此代码为本人运用视频读取函数实现视频帧的读取,并可批量转为BMP等格式,另有运动目标静止背景的提取。内附说明文档,欢迎交流。(this code for the use of video I read function video frames to read and can volume to BMP format. another campaign goal from the background static. Enclosing documentation, welcomed the exchange.)
- 2006-07-23 17:21:22下载
- 积分:1