-
PP
说明: 摘 要:0IE 问题是一个典型的优化组合问题,现在有很多解决的方法。本文针对遗传算法求解0IE 问题进行了研究,对
选择、交叉和变异算子进行了算法设计,最后在_ C- N软件上进行编程实现。结果表明,遗传算法在求解0IE 问题时具有
结果准确、收敛速度快等特点。
关键词:遗传算法;0IE 问题;最优化问题;_ C- N 软(Abstract: 0IE problem is a typical combinatorial optimization, there are many solutions. In this paper, genetic algorithm 0IE conducted a study on the selection, crossover and mutation operators of the algorithm design, and finally _ C- N software for programming. The results indicate that the genetic algorithm in solving problems with 0IE accurate, fast convergence and so on. Key words: genetic algorithm 0IE problem optimization problems _ C- N Soft)
- 2010-12-21 10:58:01下载
- 积分:1
-
SplashScreen
this the sample of splash screen application
- 2014-09-08 11:33:36下载
- 积分:1
-
New-Folder
We have discussed and analyzed the case of no noise uncertainty. Now, considering the case with uncertainty in the noise model [20], the distributional uncertainty of noise can be represented
- 2012-09-25 13:51:46下载
- 积分:1
-
VS2005CallMatlab
VS2005调用matlab,适合于初学者学习研究(VS2005callmatlab,for the students who study early)
- 2011-12-05 16:10:16下载
- 积分:1
-
clustering
图像分割算法之间的比较,比较前沿的放发,利用了kmeans和模糊K均值(Between the image segmentation algorithm compares the release cutting-edge hair, use a K-means and fuzzy kmeans)
- 2009-05-17 13:00:42下载
- 积分:1
-
gui
说明: 基于MATLAB的双音多频电话模拟^^^^^^^(failed to translate)
- 2010-04-27 19:13:35下载
- 积分:1
-
layer
This function model the troposphere based on the inputs of the user: it adds clouds, fog,cirrus, wet air and dry air
- 2014-09-29 20:35:43下载
- 积分:1
-
dijkstra
图论中关于最短路径的Dijkstra算法和通过两指定顶点的最短路径算法。(The shortest path on graph theory and the Dijkstra algorithm specified by two vertices of the shortest path algorithm.)
- 2011-10-10 16:04:26下载
- 积分:1
-
0IterativeSOCP
This code run in matlab and it is the iterative SOCP
- 2015-01-14 22:03:05下载
- 积分:1
-
Insert-matlab-intotext
在文本文件中嵌入MATLAB代码并运行返回结果
类似在HTML中嵌入PHP和ASP代码,本函数实现在文本文件中嵌入matlab代码并运行!
主要作用以及价值:
在文本文件中嵌入matlab代码,并可以直接运行该文本文件
根据matlab变量的当前值,实时修改文件文件中相应的数据
目前具有如下功能:
matlab代码使用必须包含在< >符号中,中间的内容都被解析为matlab代码
matlab代码可以放在文本的任意位置,你想放在什么地方都可以
matlab代码允许被文本分割而不连续书写,比如循环语句
fprintf(fid_target,...)函数用来向文件中写入字符,目前还比较麻烦
有待改进的方面有:
在文本文件中增加对matlab function的支持
简化变量输出,目前只能fprintf(fid_target,...)
目前是M脚本完成功能的,后期会提供M函数(MATLAB code embedded in the text file and run return results
Similar PHP and ASP code embedded in HTML, the function matlab code embedded in the text file and run!
A major role as well as the value of:
Matlab code embedded in the text file, and can be run directly on the text file
Modify the data file file based on the current value of the matlab variables, real-time
Currently has the following functions:
matlab code uses the symbol in the middle of the parse matlab code must contain
matlab code can be placed anywhere in the text, where you want to put
matlab code allows text segmentation without the consecutive writing, such as loop statement
fprintf (fid_target, ...) function is used to write characters to the file, there is too much trouble
Areas for improvement:
Increase support for matlab function in a text file
Simplify variable output, can only the fprintf (fid_target ...)
M script completed, late M function)
- 2012-11-15 13:46:40下载
- 积分:1