-
ROI_of_Simulink
ROI_of_Simulink 有关Matlab下的simulink的应用,英文版(ROI_of_Simulink)
- 2010-05-23 20:22:01下载
- 积分:1
-
黄金分割与Scilab
一个变量的优化目标函数值与黄金分割法。黄金分割搜索求极值的方法(最小或最大)的一个严格单峰functionby依次缩小值内的极值是已知存在的范围。该技术源于它的名字来自事实,该算法保持点的距离的三元组形成一个黄金比例的函数值。该算法是斐波那契搜索限制(也见下文)为大量的功能评价。Fibonacci搜索和黄金分割搜索发现了基弗(1953)。(参见Avriel和怀尔德(1966))。
- 2022-03-26 14:03:48下载
- 积分:1
-
fkmig
This code is about migration of seismic data.
- 2009-11-09 04:22:22下载
- 积分:1
-
BAnet
产生另外一种BA无标度网路模型,然后可以计算及网路参数(Produce another BA scale-free network model, which can then be calculated and network parameters)
- 2013-03-27 17:33:51下载
- 积分:1
-
DFT
绘制OFDMA/ LFDMA/ IFDMA信号的PAPR
DFT传播有/无脉冲整形滤波器
不同数量的每个终端的子载波(用户)(plot the PAPRs of OFDMA/LFDMA/IFDMA signals
DFT spreading with/without pulse shaping filter and
different number of subcarriers per terminal (user))
- 2015-04-06 13:15:25下载
- 积分:1
-
esnake
贪食蛇,蛇头是蓝色的,挺好玩的,在turbo c下运行(Tanshichi, snakeheads are blue, very good play, in running turbo c)
- 2007-04-14 22:47:57下载
- 积分:1
-
程序正割
Hitung_secant 程序 ;
使用 wincrt ;
函数 f(x:real):real ;
开始
f: = x * x + x-94 ;
结束 ;
函数 error(x1,x2:real):real ;
var
err: 真实 ;
开始
err:=(((x2-x1)/x2)*100) ;
如果犯错 < 0 然后
error:=err*(-1)
其他
错误: = 犯错 ;
结束 ;
函数 hitxc(xa,xb:real):real ;
开始
hitxc:=(xb-(f(xb)*((xb-xa)/(f(xb)-f(xa))) ;
结束 ;
程序 pilakar (var xa、 xb:real ; xc:real) ;
开始
xa: = xb;
xb: = xc ;
结束 ;
函数 cek(xa,xb:real):real ;
开始
cek:=(f(xa)*f(xb)) ;
结束 ;
程序拉 (var it: 整数 ; var xc1,xc2:real ; xc:real) ;
开始
它: = 它 + 1 ;
xc1: = xc2 ;
xc2: = xc ;
结束 ;
var
x 1,x 2,额敏,呃,xc、 xc1、 xc2,a、 b、 c:real ;
iterasi:integer ;
开始
重复
开始
clrscr ;
写 ("masukan x 1: ") ; readln(x1) ;
写 ("masukan
- 2022-08-17 06:09:53下载
- 积分:1
-
sf1704
基于遗传算法的电力系统无功优化程序,可以帮您更好的进行电力系统的优化,使用标准的MATLAB程序-(based on genetic algorithm reactive power optimization program that can help you better electrical system optimization, the use of standard MATLAB)
- 2020-12-17 14:49:11下载
- 积分:1
-
ParticleEx4
对普通的粒子滤波和一种改进的粒子滤波算法进行比较,证明改进算法优越性(Of ordinary particle filter and an improved particle filter for comparison, to prove the superiority of improved algorithm)
- 2008-07-09 19:56:51下载
- 积分:1
-
qpsk
基于MATLAB的QPSK调制程序,简单易懂(QPSK demodulation based on MATLAB program, easy to understand)
- 2015-03-28 17:34:45下载
- 积分:1