-
numerical
numerical code for matlab
analytical
bisec
differentiation
F
FALSEPOS
fixedpoint
- 2013-09-04 02:29:02下载
- 积分:1
-
fushu
简单的复数加减法
用gcc编写 进入dos 到当前路径 输入make可以编译代码 成功后 输入a.exe即可(simple fushu jia jian fa)
- 2010-08-25 13:03:08下载
- 积分:1
-
VC++高级特效界面一百例 VC++080719
VC++高级特效界面一百例,对做VC++界面GUI的有很好的参考作用(VC++ 100 cases of high-level interface effects, and to do VC++ The GUI interface has a very good reference)
- 2020-06-26 01:40:02下载
- 积分:1
-
kursovaya1.5v2
published: // IDE-managed Components
TImage *Image1
void __fastcall FormCreate(TObject *Sender)
private: // User declarations
- 2009-12-24 03:04:26下载
- 积分:1
-
UART-Product-
As an industry-leading supplier of universal
asynchronous receiver/transmitters (UARTs),
Texas Instruments provides products designed
to improve system performance and meet the
needs of next-generation applications.
- 2013-12-24 21:11:59下载
- 积分:1
-
标准NSGA-II算法基于实数和二进制
NSGA的特征: l 非支配排序(Non-Dominated Sorting):¡ 进化过程中,将当前父代群体进行交叉和变异得到子群体,将两个群体合并。¡ 在目标空间中按照Pareto最优关系将群体中个体两两按其目标函数向量进行比较,将群体中所有个体分成多个依次控制的前沿层(front)。l 适应度共享(fitness sharing):¡ 在进化过程中必须采用某种策略来保持群体的多样性,防止群体最终只收敛到个别少数解上(即早熟收敛);¡ NSGA方法为同一层的个体指定相同的适应度,从而为了保证种群的分布多样性;¡ 对于接近到了一定距离以后的个体,利用对适应度打折扣的方法提高frontier的被覆盖性;¡ 因为在最前沿的个体具有最大的适应度,所以被传递到下一代的可能性也就越大。u NSGA-II相对于NSGA方法的改进:l 在NSGA-II中,除了非支配排序以外的部分,与NSGA完全不同的运算规则。l 在NSGA-II中,全面引入存档(archive)这个的概念。¡ Pareto frontier的前进、扩大和NSGA相比,变得更加可靠 ;¡ 因为父代探索种群是从archive中根据淘汰选择生成的,对Pareto优越性高的个体,施加大的选择压(在后面详细叙述)。¡ 这个特征,表现为较高的Pareto frontier的前进能力。l 作为NSGA中的适应度共享的替换方法,导入了“拥挤距离”和“
- 2022-01-25 16:36:12下载
- 积分:1
-
MATLAB-dianjifangzhen
MATLAB电机仿真精华50例PDF+源码(MATLAB simulation of the essence of 50 cases of motor PDF+ source code)
- 2013-11-24 09:41:33下载
- 积分:1
-
ADC7192源码驱动
ADC7192嵌入式源码驱动程序,通用7190,直接驱动,单片机嵌入式程序代码void AD7192Initialization()
{
AD7192SoftwareReset();
AD7192InternalZeroScaleCalibration();
AD7192InternalFullScaleCalibration();
}
void AD7192SoftwareReset()
{
unsigned char WriteBuf[1];
unsigned char ReadBuf[1];
unsigned char i;
ADuC7026OutputBit(CS,0);
WriteBuf[0] = 0xFF;
for(i=0; i
- 2022-02-09 11:48:52下载
- 积分:1
-
Josephus algorithm, in WinForm to achieve!
Josephus算法,在winform中实现!-Josephus algorithm, in WinForm to achieve!
- 2022-03-14 09:08:12下载
- 积分:1
-
78676
修改IE浏览器的背景,C++Builder精选编程学习源码,很好的学习资料。(Modify the IE browser in the background, C++Builder select learning programming source code, very good learning materials.)
- 2013-11-23 11:42:45下载
- 积分:1