登录
首页 » 工具条 » Sheffield大学Matlab遗传算法工具箱

Sheffield大学Matlab遗传算法工具箱

于 2022-04-07 发布 文件大小:678.20 kB
0 109
下载积分: 2 下载次数: 3

代码说明:

这个工具箱全面涵盖了遗传算法里面基本的操作,包括定点的crossover等,并且附带应用例子,清晰易懂。值得参考。

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

发表评论

0 个回复

  • VC实现对话编程
    VC实现对话条编程-dialogue of the VC program
    2022-02-12 11:19:23下载
    积分:1
  • 制作平面的
    制作平面的工具栏-produced horizontal toolbar
    2022-09-12 06:20:03下载
    积分:1
  • A. toolbar4
    a. ToolBar4---- 工具条 按住ALT+鼠标 工具条的按纽跟着鼠标移动。 主要是一个重写的类ToolBarEx.cpp 使用这个类的时候 使用上自定义的消息 另外,只能保存当前状态,在第二次打开本程序的时候toolbar 的工具条和上一次一样! b. TOOLBAR 里面的下拉按纽 有通知 按纽的通知 ON_NOTIFY(TBN_DROPDOWN, AFX_IDW_TOOLBAR, OnToolbarDropDown) c. TOOLBAR里面 加入 下拉combox。 重载 combox? CFlatComboBox 扩展CTOOLBAR ? CTOOLBAREX 中定义成变量 public: CFlatComboBox m_wndZoom ----- ALT tools of the press tools of the mouse button with the mouse movement. Rewriting is a major category ToolBarEx.cpp the use of this type of use from the definition of news addition, only the current state of preservation, in the second to open the proceedings of the toolbar and tools on the same time! B. TOOLBAR inside of the drop-down button a button notification notice ON_NOTIFY (TBN_DROPDOWN, AFX_IDW_TOOLBAR, OnToolbarDropDown) c. TOOLBAR inside to join the drop-down Combox. Heavy Combox CFlatComboBox expansion CTOOLBAR CTOOLBAREX defined as public variables : CFlatComboBox m_wndZoom
    2022-02-22 00:21:47下载
    积分:1
  • Ever since Windows 95 first came out, I have noticed that just about every devel
    Ever since Windows 95 first came out, I have noticed that just about every developer was scambling to get all the new common controls and UI features into their applications... but it seems like nobody has yet to make a taskbar-like control. So I set out to make one. 甚至从Windows95首先出现至今,我注意到几乎每个开发者都试图在他们的应用中使用所有的新的通用控件和UI功能。但是好像还没有人创建出一个像任务条一样的控件。于是我决定创建一个。 来源: http://www.codeguru.com/advancedui/Switcher.shtml-Ever since Windows 95 first came out, I have noticed that just about every developer was scambling to get all the new common controls and UI features into their applications... but it seems like nobody has yet to make a taskbar-like control. So I set out to make one. even first appears from Windows95 until now, I note nearly each development all to attempt in theirs application to use all am new general control and the UI function. But looks like also nobody to found same to control like the duty strip. Thereupon I decided founds. Origin: Http://www.codeguru.com/advancedui
    2022-12-16 17:15:03下载
    积分:1
  • CTOOLBAR的一个示例程序,用户可以根据该示例进行实现开发控件。...
    CTOOLBAR的一个示例程序,用户可以根据该示例进行实现开发工具条控件。-CTOOLBAR an example of the procedure, the user can realize under the example of development tools for the control article.
    2022-04-06 23:37:49下载
    积分:1
  • 带图片的栏, 可以改变界面哦! 很美观哦!
    带图片的工具栏, 可以改变界面哦! 很美观哦!-Toolbar with pictures, can change the interface Oh! Oh very beautiful!
    2023-07-09 01:10:03下载
    积分:1
  • MFC打造个性化菜单栏
    应用背景 本例程使用的是微软MFC6.0开发工具,主要针对MFC生成的工具栏图标太小形式单一的缺点,从而打造属于自己的个性化软件工具栏,工具栏的程序代码对工具栏的修改提供了广阔的修改空间.满足不同审美需求. 本代码是本人花了很多时间才摸索出来的,经过实际测试可用,网上独一无二. 关键技术 1.通过MFC生成单文档程序. 2.双击CMainFram类,在右边显示的protected成员里定义两个CToolBar和 CImageList 对象. 3.在Rescourceview视图里的ICON插入8个ico图标. 4.在CMainFram类里打开onCreate函数里将系统生成的工具栏代码注释起来,并添加代码产生自己的个性化工具栏.
    2022-08-13 14:31:52下载
    积分:1
  • 考勤系统
    与时间管理系统进行考勤,并与每个用户连接,通过报表显示timein和timeout。它还可以清楚地说明用户的工作时间。
    2022-08-08 09:05:20下载
    积分:1
  • Toolbar painted design. The program is designed in two different styles of toolb...
    工具栏自绘设计方案。该程序设计了两种不同风格的工具栏,与界面协调-Toolbar painted design. The program is designed in two different styles of toolbar, and interface coordination
    2022-08-04 03:38:19下载
    积分:1
  • 枚举法(穷举法) “笨人之法”: 把所有可能的情况一一测试,筛选出符合件的各种结果进行输出。 【例一】百元买百鸡:用一百元钱买一百只鸡。已知公鸡5...
    枚举法(穷举法) “笨人之法”: 把所有可能的情况一一测试,筛选出符合条件的各种结果进行输出。 【例一】百元买百鸡:用一百元钱买一百只鸡。已知公鸡5元/只,母鸡3元/只,小鸡1元/3只。 分析: 这是个不定方程――三元一次方程组问题(三个变量,两个方程) x+y+z=100 5x+3y+z/3=100 设公鸡为x-enumeration method (exhaustive) "Benren Regulation" : all possible test of January 1, and selected eligible for the results output. Cases-- 100 yuan to buy a 100 chicken : 100 yuan to buy 100 chickens. Known rooster 5 yuan/only, the hen 3 yuan/only and chicken one yuan/3. Analysis : This is a volatile equation-- Group 3 linear equation (3 variable, equation 2) x+ y+ z = 100 5x+3 y+ z/3 = 100 x located rooster
    2023-03-22 00:30:03下载
    积分:1
  • 696522资源总数
  • 104042会员总数
  • 18今日下载