搜索资源列表
asm_module
- 该程序模拟UNIX中save与resume函数,并介绍在VC中如何使用汇编进行机器级的操作. 主函数很简单首先引入两个外部函数,extern \"C\"表示按传统C命名习惯.函数save将程序指针保存在(*s)中并返回0,为什么有 if(save(&sp)){...} if后的语句看起来永远都不会被执行,但是运行结果表明它被执行了.这个问题同UNIX中处理机调度函数(switch)的那个if语句(第一句)一样. 程序执行完save(&sp)后得到因为条件为假而执行else语句,
41619761-3000
- VC中使用汇编程序模块的例子,该程序模拟UNIX中save与resume函数,并介绍在VC中如何使用汇编进行机器级的操作-VC program modules used in the compilation of examples, the program simulated UNIX in the save and resume function, and describes how to use the VC compiled for the operation of the machine
xiaoshengjing
- 本文在阅读大量遗传算法小生境技术资料基础上,介绍了遗传算法的特点、物种形成和小生境技术,详细陈述上世纪80年代以来的各种小生境实现方法,包括共享函数法、确定性排挤法、可变半径的聚类算法和隔离小生境方法等;最后对小生境遗传算法的工程应用提出了展望。 -In this paper, a lot of reading technical information niching genetic algorithm based on the characteristics of genetic alg
MAX038
- PART A基于MAX038的函数发生器设计,介绍完备且有实验后的图片及波形,误差分析。PART B汇编语言实现函数发生的部分。-PART A MAX038 function generator based on the design, introduction and a complete picture and waveform after the experiment, error analysis. PART B occurred in assembly language to achi
diaoyong
- 调用两个函数计算公约数,主要介绍调用函数格式,顺便计算公约数。-Call two functions to calculate the divisor, and introduces the calling function format, the way to calculate the divisor.
INTERRUPT
- 中断函数,详细介绍了中断的处理,设置和应用-Interrupt function, interrupt handling, settings and applications details
3
- 目前的多目标优化算法有很多,Kalyanmoy Deb 的 NSGA-II(Nondominated Sorting Genetic Algorithm II,带精英策略的快速非支配排序遗传算法)无疑是其中应用最为广泛也是最为成功的一种。MATLAB 自带的 gamultiobj 函数所采用的算法,就是基于 NSGA-II 改进的一种多目标优化算法(a variant of NSGA-II)。gamultiobj 函数的出现,为在 MATLAB 平台下解决多目标优化问题提供了良好的途径。gamu
DCPSO
- 标准粒子群算法介绍,目标函数求极值仿真,同时改进型的粒子群算法,避免陷入局部收敛(Improved particle swarm algorithm to avoid falling into local convergence.)