-
umeshmotion材料烧蚀
说明: ABAQUS子程序umeshmotion简单烧蚀模拟(Simple ablation simulation of ABAQUS subroutine)
- 2021-01-08 10:18:51下载
- 积分:1
-
00786a_Driving-MOSFET-in-High-Current--Switch-Mod
Driving MOSFET in High-Current, Switch Mode Regulators
- 2013-12-23 20:13:07下载
- 积分:1
-
Gaussian-Bare-Bones-Differential-Evolution
Gaussian Bare-Bones Differential Evolution
Differential evolution (DE) is a well-known algorithm
for global optimization over continuous search spaces. However,
choosing the optimal control parameters is a challenging task
because they are problem oriented. In order to minimize the
effects of the control parameters, a Gaussian bare-bones DE
(GBDE) and its modified version (MGBDE) are proposed which
are almost parameter free. To verify the performance of our
approaches, 30 benchmark functions and two real-world problems
are utilized. Conducted experiments indicate that the MGBDE
performs significantly better than, or at least comparable to,
several state-of-the-art DE variants and some existing bare-bones
algorithms.
- 2020-12-17 12:59:11下载
- 积分:1
-
ephotomessage
易语言代码关于获取图片信息的代码,借了别人的成果(e code Easy language code, access to picture information on the code, borrow the results of others)
- 2020-06-26 22:00:02下载
- 积分:1
-
可以获得主机IP的VB程序源码,推荐下载!
可以获得主机IP的VB程序源码,推荐下载!-can host IP VB program source code, download!
- 2023-02-28 14:40:03下载
- 积分:1
-
聊天室ChatClient源码
聊天室ChatClient源码-Chat rooms ChatClient source
- 2022-10-29 17:15:04下载
- 积分:1
-
BeiDou-ICD
北斗卫星导航系统空间信号接口控制文件,这是正式版(BeiDou Navigation Satellite System Interface Control Document)
- 2013-03-29 16:13:51下载
- 积分:1
-
CC-Link_cabling_gu
HI THIS IS THE DOCUMENT TO CONFIGURATE
CC LINK IO LINK C++
- 2019-05-20 13:39:37下载
- 积分:1
-
vc++6.0开发的ping程序,界面美观,使用方便,具有很高的参考价值....
vc++6.0开发的ping程序,界面美观,使用方便,具有很高的参考价值.-vc 6.0 ping development of the procedures, beautiful interface, easy to use, have a very high reference value.
- 2022-01-26 00:08:47下载
- 积分:1
-
graphics
实验一:类与对象实验: 几何图形类的设计
实验目的:掌握用类进行面向对象程序设计的方法,掌握使用对象作为类的成员变量,掌握方法的参数传递,掌握静态域和静态方法。
实验内容:编写4个类:Rectangle、Circle、Geometry、Exa,具体要求如下:
① Rectangle类有double型成员变量表示矩形左上角的位置坐标及矩形的宽和高,要求提供修改和返回各成员变量的方法。
② Circle类有double型成员变量表示圆心坐标和圆的半径,要求提供修改和返回各成员变量的方法。
③ Geometry类有Rectangle类和Circle型的成员变量rect和circle。即Geometry类创建的对象由一个矩形和一个圆组合而成。要求该类提供修改rect、circle位置和大小的方法;提供显示rect和circle位置关系的方法,并能够显示圆是否完全坐落于矩形中。
④ 要求能对创建的Rectangle类和Circle类对象数目进行统计。
Exa类含有main方法,在main方法中用Geometry类创建对象,该对象调用相应的方法
设置圆和矩形的位置及大小并输出圆是否包含在矩形中。输出当前Rectangle和Circle
对象数目。
(test one)
- 2014-05-05 08:37:25下载
- 积分:1