虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

法的<b>改进</b>

  • 《遗传算法--理论、应用与软件实现》配套源程序 遗传算法——理论、应用与软件实现》

    《遗传算法--理论、应用与软件实现》配套源程序 遗传算法——理论、应用与软件实现》,王小平、曹立明编着 西安交通大学出版社 2002年第一版本书全面系统地介绍了遗传算法的基本理论,重点介绍了遗传算法的经典应用和国内外的新发展。全书共分11章。第1章概述了遗传算法的产生与发展、基本思想、基本操作以及应用情况;第2章介绍了基本遗传算法;第3章论述了遗传算法的数学基础;第4章分析了遗传算法的多种改进方法;第5章初步介绍了进货计算理论体系;第6章介绍了遗传算法应用于数值优化问题;第7章介绍了遗传算法应用于组合优化问题;第8章介绍了遗传算法应用于机器学习;第9章讨论了遗传算法在智能控制中的应用;第10章讨论了遗传算法与人工生命研究的相关问题;第11章介绍了遗传算法在图像处理、模式识别中的应用。

    标签: 算法 软件实现 源程序

    上传时间: 2015-09-14

    上传用户:shanml

  • 程序在vc++6.0下面通过

    程序在vc++6.0下面通过,内点法的优化程序

    标签: 6.0 vc 程序

    上传时间: 2015-10-21

    上传用户:l254587896

  • 图象处理源代码

    图象处理源代码,演示程序提供了哈夫曼编码法的压缩和解压缩函数,并实现了对图象 文件的压缩和解压缩

    标签: 图象处理 源代码

    上传时间: 2015-11-03

    上传用户:klin3139

  • 6位共阴数码管

    6位共阴数码管,CD4511驱动,使用反极法的键盘

    标签: 共阴数码管

    上传时间: 2015-11-27

    上传用户:498732662

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    标签: represented integers group items

    上传时间: 2016-01-17

    上传用户:jeffery

  • RSA加密C源码 1978年就出现了这种算法

    RSA加密C源码 1978年就出现了这种算法,它是第一个既能用于数据加密 也能用于数字签名的算法。它易于理解和操作,也很流行。算 法的名字以发明者的名字命名:Ron Rivest, AdiShamir 和 Leonard Adleman。但RSA的安全性一直未能得到理论上的证明。

    标签: 1978 RSA 加密 源码

    上传时间: 2014-01-15

    上传用户:yuanyuan123

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    标签: converts Toolbox complex logical

    上传时间: 2016-02-12

    上传用户:a673761058

  • “叮咚”门铃设计

    “叮咚”门铃设计,好用。上传上来给大家分享。有不好的可改进。

    标签: 门铃设计

    上传时间: 2014-01-21

    上传用户:gaome

  • 内存回放

    内存回放,文件的具体说明在压缩文件里面。这是模拟一个对不是活动的内存的回收的程序,主要是对回溯法的应用,是一个算法题

    标签: 内存 回放

    上传时间: 2014-01-27

    上传用户:zhengzg

  • 计算方法--拉格朗日插值函数

    计算方法--拉格朗日插值函数,迭代法,欧拉法的实现

    标签: 计算方法 插值 函数

    上传时间: 2014-12-08

    上传用户:redmoons