搜索资源列表
test3
- 1. 从键盘随机输入十个数据,统计其中负数的个数,并在屏幕上显示出来; 2. 求出这十个数的总和, 存入数据段SUM 单元,并在屏幕上显示出来; 3. * 将这些数从小到大排序,存入 ORDER 为首址的存储区域,并在屏幕上显示出来。 4.** 编一跳转表,按键1,2,3,分别执行上述三种操作 -1. Random input from the keyboard dozens of data, statistics on the number of negative and di
3-4
- 1.从键盘随机输入十个数据,统计其中负数的个数,并在屏幕上显示出来; 2.求出这十个数的总和, 存入数据段SUM 单元,并在屏幕上显示出来; 3.将这些数从小到大排序,存入 ORDER 为首址的存储区域,并在屏幕上显示出来。 4.编一跳转表,按键1,2,3,分别执行上述三种操作。 -1. Stochastic input from the keyboard, ten data, the number of statistical wherein negative, and on
qhpxxh
- 1.从键盘随机输入十个数据,统计其中负数的个数,并在屏幕上显示出来;2.求出这十个数的总和, 存入数据段SUM 单元,并在屏幕上显示出来;3.将这些数从小到大排序,存入 ORDER 为首址的存储区域,并在屏幕上显示出来。4.编一跳转表,按键1,2,3,4分别执行上述三种操作和实现退出功能。 -1 ten random input data from the keyboard, statistics on the number of negative and displayed on the
3
- 目前的多目标优化算法有很多,Kalyanmoy Deb 的 NSGA-II(Nondominated Sorting Genetic Algorithm II,带精英策略的快速非支配排序遗传算法)无疑是其中应用最为广泛也是最为成功的一种。MATLAB 自带的 gamultiobj 函数所采用的算法,就是基于 NSGA-II 改进的一种多目标优化算法(a variant of NSGA-II)。gamultiobj 函数的出现,为在 MATLAB 平台下解决多目标优化问题提供了良好的途径。gamu