-
用MAXPLUS设计的CMI程序,好不容易弄到的,
用MAXPLUS设计的CMI程序,好不容易弄到的,-MAXPLUS designed by CMI procedures, easy to get, and
- 2023-08-23 00:55:03下载
- 积分:1
-
蝗虫搜索算法
说明: 蝗虫算法:蝗虫优化算法是模拟自然界蝗虫种群捕食行为而提出的一种群智能优化算法,主要利用了蝗虫间的社会作用力把空间分为吸引空间、舒适空间和排斥空间,根据不同蝗虫间距离大小的变化来改变空间范围从而找到最优位置。该算法具有结构简单、稳定性强、参数较少、收敛较快等特点。(The locust optimization algorithm is a swarm intelligence optimization algorithm proposed by simulating the predation behavior of locust populations in nature. It mainly uses the social force between locusts to divide the space into attractive space, comfortable space and repulsive space, according to the changes in the distance between different locusts. Change the spatial range to find the optimal position. The algorithm has the characteristics of simple structure, strong stability, fewer parameters and faster convergence.)
- 2020-07-26 16:31:25下载
- 积分:1
-
光学仿真
说明: 设计半径为1mm的平面波经凸面曲率半径为25mm,中心厚度3mm的平凸透镜。用matlab仿真平面波在透镜几何焦平面上的聚焦光斑强度分布,计算光斑半径。并与理论光斑半径值进行对比,得出误差大小。(方法:采用波动理论,利用基尔霍夫—菲涅尔衍射积分公式。)(Design a plano-convex lens with a plane wave radius of 1 mm and a convex curvature radius of 25 mm and a center thickness of 3 mm. Matlab simulates the intensity distribution of the focused spot on the geometric focal plane of the lens with a plane wave, and calculates the spot radius. The error is compared with the theoretical beam spot radius.)
- 2021-01-28 15:18:39下载
- 积分:1
-
20170526-DPCA
SAR动目标检测DPCA方法的整个流程,包括回波的仿真,脉压,对消,成像,你值得拥有!(SAR moving target index including the entire process of the DPCA method, echo simulation, pulse compression, cancellation, imaging, and you deserve it!)
- 2020-09-23 20:57:50下载
- 积分:1
-
非负矩阵分解与能量检测
说明: 产生BPSK信号,使用能量检测求检测概率;
对信号和噪声进行非负矩阵分解实现信号增强,和信号压缩(BPSK signal is generated by this code and ED is used to detect and calculate the detection probability.Finally, NMF method is used to enhance the signal.)
- 2020-10-11 11:40:40下载
- 积分:1
-
CPPlearn
C++全套学习课件-PPT格式,适合于C++初学者学习使用(C++ a full learning courseware-PPT format, suitable for beginners learning to use C++)
- 2016-09-02 22:25:19下载
- 积分:1
-
实现用vc++对sql server 数据库的管理 常用sql语句的使用
实现用vc++对sql server 数据库的管理 常用sql语句的使用-Achieved with the vc++ on the sql server database management used to use sql statements
- 2022-04-24 09:27:29下载
- 积分:1
-
Aula-6-Aletas-teoria-1
说明: a descrption of alets, transfer heat, cold, hot, calculate area of change.
- 2019-04-06 00:16:03下载
- 积分:1
-
OllyDBG-Tutorial
OllyDBG 实例教程 入门教程 OD入门教程包含实例(Getting Started Tutorial Tutorial OllyDBG instance)
- 2010-02-12 15:20:38下载
- 积分:1
-
account
设计一个名为Account类。这个类包含:
(1)一个名为id的int型数据域,表示账户的身份号(默认值为0)。
(2)一个名为balance的double型数据域,表示账户余额(默认值为0)。
(3)一个名为annualInterestRate的double型数据域,保存当前年利率(默认值为0)。
(4)一个无实参构造函数,创建一个默认账户。
(5)id、balance和annualInterestRate的访问器和更改器函数。
(6)一个名为getMonthlyInterestRate()的函数,返回月利率。
(7)一个名为withDraw的函数,从账户中支取指定金额。
(8)一个名为deposit的函数,向账户中存入指定金额。
画出类的UML图,实现类。编写一个测试程序,它创建一个Account对象,其ID为1122,账户余额为20000,年利率为4.5 。使用withDraw函数取出2500美元,使用deposit函数存入3000美元,然后输出账户余额、月利率和账户创建时间。(Design a class named Account. This class includes: (a) a named data type int id field that indicates the account identification number (default is 0). (2) a double-called balance of data fields, which means that the account balance (default is 0). (3) a double type named annualInterestRate of data fields, save the current interest rate (default is 0). (4) a no-argument constructor creates a default account. (5) id, balance and annualInterestRate access control and change control functions. (6) a named getMonthlyInterestRate () function returns a monthly rate. (7) a function named withDraw, drawn from the account specified amount. (8) a function called deposit to the account into a designated amount. Draw a UML class diagram, the implementation class. Write a test program that creates an Account object, its ID is 1122, the account balance is 20,000, an interest rate of 4.5 . Use withDraw function out $ 2,500, $ 3,000 deposit with deposit function, and then outputs the account balance, m)
- 2013-06-01 13:21:54下载
- 积分:1