登录
首页 » 软件系统 » 关于遗传算法的MATLAB工具箱使用 怎么使用MATLAB实现遗传算法...

关于遗传算法的MATLAB工具箱使用 怎么使用MATLAB实现遗传算法...

于 2022-01-25 发布 文件大小:1.59 MB
0 38
下载积分: 2 下载次数: 1

代码说明:

关于遗传算法的MATLAB工具箱使用 怎么使用MATLAB实现遗传算法-On genetic algorithms using MATLAB toolbox How to use MATLAB to achieve the genetic algorithm pdf format papers

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 在图书馆管理中,要为每个借阅者建立一个账户,并给借阅者发放借阅卡(借阅卡可以提供借阅卡号、借阅者姓名),账户中存储借阅的个人信息、借阅信息以及预定信息。持有...
    在图书馆管理系统中,要为每个借阅者建立一个账户,并给借阅者发放借阅卡(借阅卡可以提供借阅卡号、借阅者姓名),账户中存储借阅的个人信息、借阅信息以及预定信息。持有借阅卡的借阅者可以借阅书刊、返还书刊、查阅书刊信息、预定书刊并取消预定,但这些操作都是通过图书馆管理员进行的,也及借阅者不直接与系统交互,而是图书馆管理员充当借阅者的代理与系统交互。在借阅书刊时,需要输入所借阅的书刊名,书刊的ISBN/ISSN号,然后输入借阅者的图书卡号和借阅者名,完成后提交表格,系统验证借阅者是否有效(在系统中存在账户),若有效,借阅请求被接受,然后查询数据库系统,看借阅者所借阅的书刊是否存在,若存在,则借阅者可以借出书刊,建立并在系统中存储借阅纪录。借阅者还书后,删除关于所还书刊的借阅纪录。如果借阅者所借出的书刊已经被借出,借阅者还可预订该书刊,一旦借阅者预订的书刊可以获得,就将书刊直接寄给预订人(为了简化系统,预订书刊可获得就不通知借阅者了)。另外,系统设置了书刊的最长借阅期,如果借阅者归还的时间超过了最长借阅期,要缴纳一定的滞纳金。- Readers card holders can borrow books, return books, check books information, books and planned to cancel, but these operations are carried out by the librarians, and do not borrow directly with the interactive system, but librarians who act as agents to borrow and system interaction. The books, by the need to import borrow books, and books by ISBN/ISSN, and then borrow the book numbers and those who borrow, forms submitted after completion, the system certification Readers whether effective (in the system exist account), if eff
    2022-03-26 14:50:03下载
    积分:1
  • SKK/SK2,专注于提供在线下单平台的,为庄家提供稳定的网络、便捷实用的操作和完善的功能。SKK/SK2始于2005年4月,经过3年多的磨砺现已发...
    SKK/SK2系统,专注于提供在线下单平台的系统,为庄家提供稳定的网络、便捷实用的操作和完善的功能。SKK/SK2系统始于2005年4月,经过3年多的磨砺现已发展成为涵盖所有玩法、功能、操作的系统,在同类系统中处于领先并不断开拓研发新功能,为客户提供在线下单新体验!-SKK/SK2 system, focusing on a single platform to provide online systems for bookmakers to provide a stable network, convenient and practical to operate and improve function. SKK/SK2 system began in April 2005, after 3 years has become honed to cover all options, functions, operation of the system, when compared with similar systems and a leading research and development and constantly open up new features to provide customers with online under single new experience!
    2022-03-22 08:31:55下载
    积分:1
  • CMM文档 《编码和单元测试规程》 CMM评审过程中可以借鉴,开发测试人员也可以...
    CMM文档 《编码和单元测试规程》 CMM评审过程中可以借鉴,开发测试人员也可以-CMM document
    2023-07-30 18:15:03下载
    积分:1
  • basis of the documentation on the company ERP5 planning, from the system's f...
    本说明文档依据公司关于ERP5的规划,从系统的功能要求、性能要求等方面为《销售系统》的软件作出详细规定-basis of the documentation on the company ERP5 planning, from the system"s functional requirements, performance requirements for "marketing system" software in the details
    2023-08-17 04:15:03下载
    积分:1
  • Design Patterns in layman
    深入浅出设计模式 不用我介绍的经典计算机软件工程书籍 好好珍藏 -Design Patterns in layman
    2022-06-20 16:52:20下载
    积分:1
  • This is the Complete Works of game theory algorithm Part VI: the situation descr...
    这是博弈论算法全集第六部分:局面描述,其它算法将陆续推出.以便与大家共享-This is the Complete Works of game theory algorithm Part VI: the situation described, other algorithms will be introduced. In order to share with everyone
    2023-05-03 12:50:03下载
    积分:1
  • java学习笔记,非常精彩,是初学者最佳资料,值得一看。
    java学习笔记,非常精彩,是初学者最佳资料,值得一看。-java study notes, very attractive, is the best beginner, an eye-catcher.
    2022-11-06 05:05:04下载
    积分:1
  • 实习题 [问题描述] 1. 设顺序表中的数据元素递增有序,将插入到顺序表的适当位置上,是该表仍然有序。 [输入] 初始顺序表,插入字符。 [...
    实习题 [问题描述] 1. 设顺序表中的数据元素递增有序,将插入到顺序表的适当位置上,是该表仍然有序。 [输入] 初始顺序表,插入字符。 [输出] 插入x后线性表的结果 [存储结构] 采用顺序存储结构 [算法的基本思想] 建立一个递增顺序表,插入一个数值并移动元素,使其仍然有序。 程序如下: #include "iostream.h" #include #define LIST_INTI_SIZE 100//初始空间大小 typedef struct SqList -attachment that [problem description] 1. Established order of the table data elements incremental orderly, will be inserted into the appropriate sequence table position is that the schedule remains orderly. [Imported] initial order and inserting characters. [Output] x inserted after the results of the linear scale [storage structure] sequence storage structure [algorithm for the basic idea : the establishment of a- incremental sequence table, insert a numerical and mobile elements, it remains orderly. The procedure is as follows :# include "iostream.h"# include
    2022-02-01 21:43:29下载
    积分:1
  • 用jbuilder的例子 很有针对性的部属一个程序 一定会有启发的
    用jbuilder的例子 很有针对性的部属一个程序 一定会有启发的-with JBuilder example of very targeted subordinates for certain that there will be an enlightening
    2022-02-21 12:33:02下载
    积分:1
  • pos商场、超市管理,采用DELPHI实现
    pos商场、超市管理系统,采用DELPHI实现-pos malls, supermarkets management system, using DELPHI
    2023-04-01 00:35:04下载
    积分:1
  • 696522资源总数
  • 104042会员总数
  • 46今日下载