-
介绍了一种求解复杂优化问题的启发式算法
介绍了一种求解复杂优化问题的启发式算法--蚁群算法.该方法通过模拟蚁群对"信息素"的控制和利用进行搜索食物的过程-a distributed
algorithm for the solution of combinatorial optimization
problems which was inspired by the observation of real
colonies of ants. We apply ACS to both symmetric and
asymmetric traveling salesman problems. Results show
that ACS is able to find good solutions to these problems
- 2023-08-15 20:45:03下载
- 积分:1
-
用vb制作的火车票订票系统。欢迎大家下载
用vb制作的火车票订票系统。欢迎大家下载-Schools designed specifically for students of information management systems. Welcome to download
- 2022-02-10 09:47:33下载
- 积分:1
-
labview 声卡配置实例,利用函数选板里提供的函数配置好参数,连线即可...
labview 声卡配置实例,利用函数选板里提供的函数配置好参数,连线即可-labview examples of the sound card configuration
- 2022-03-13 15:06:47下载
- 积分:1
-
可以实现vc开发GIS中颜色框的任意选择,简单高效
可以实现vc开发GIS中颜色框的任意选择,简单高效-Vc development of GIS can be achieved in the arbitrary choice of the color box, simple and efficient
- 2022-02-18 13:35:59下载
- 积分:1
-
一问多人参与,评论,分享DIGG 多种模式于一体系统,更多好的功能请站长们自己体会吧!...
一问多人参与,评论,分享DIGG 多种模式于一体系统,更多好的功能请站长们自己体会吧!-One question many people to participate, comment, share DIGG integrated multi-modality systems, more good features, please head their own experience of it!
- 2022-04-30 12:21:35下载
- 积分:1
-
这个程序的目的是使构建一个配置文件
The purpose of this program is to enable building a config file
to the radarFDTD package using a modern GUI.
- 2022-05-22 09:37:13下载
- 积分:1
-
k均值聚类算法源码
聚类算法学习的实例功能
k均值聚类算法源码
聚类算法学习的实例功能-k-means cluster algorithm
- 2022-06-21 05:24:22下载
- 积分:1
-
在这里只给出了主要的与系统功能相关的 ASP文件中的VBScript代码。...
在这里只给出了主要的与系统功能相关的 ASP文件中的VBScript代码。-here is the only major system functions associated with the document, the ASP VBScript code.
- 2023-06-14 11:55:03下载
- 积分:1
-
输入一系列递减顺序的整数(100,50,40,30……),以0标志结束,将这些数作为data域逆序建立一个单链表;从键盘输入一个整数X,将X插入到此单链表中并保...
输入一系列递减顺序的整数(100,50,40,30……),以0标志结束,将这些数作为data域逆序建立一个单链表;从键盘输入一个整数X,将X插入到此单链表中并保持单链表data域的值递增关系,输出此时单链表各结点data域的值;从键盘输入一个整数Y,若Y值在单链表中存在,则删除data域的值为Y的结点(注单链表中没有data域值相同的结点),并输出此时单链表各结点data域的值。-importation of a series of descending order of the integers (100,50,40,30 ...), to mark the end of 0, As several of these data to establish a domain reversal single-linked list; Keyboard input from an integer X, That will insert the single X-linked lists and maintain single-chain data domain increases the value, At this time the output of the single-linked list node data domain value; Keyboard input from an integer Y, if Y value in a single linked list exists, delete data domain is the value of Y node (single-chain data domain is not the same value nodes), At this point and the output of the single-linked list node data domain values.
- 2022-07-08 15:03:43下载
- 积分:1
-
对任何集体(如你自己的类)的问题描述…
一:问题描述
针对某个集体(比如你所在的班级)中的“人名”设计一个哈希表,使得平均查找长度不超过R,完成相对的建表和查表程序。
二:基本要求
假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。
三:实现提示
如果随机函数自行构造,则应首先调整好随机函数,使其分布均匀。人名的长度均不超过19个字符(最长的人名如:庄双双(ZHAGN SHUANG SHUANG)。字符的取码方法可直接利用C语言中的tosacii函数,并可对过长的人名先作折叠处理。
四:需求分析
本演示程序是对哈希表的建立和查找进行演示,主要数据来自自己编写的人名“A~~Z”等字母组成,拼音由开头的字母组成的词组,查找时用伪随机探测再散列法处理冲突。随机产生人名的位置。具体的程序内容在源程序里面有比较详细的解析。程序的运行在下列有详细的介绍。
-one : Problem description against any collective (such as your own classes) of "names" design a hash table. you make the average length of not more than R, completes the construction and Lookup Table procedures. Two : the assumption that the basic requirements were known as the Chinese name of Chinese pinyin form. Hash Table question Enter the names of a total of 30, you take the average length of a maximum of two. Hash functions with a few exception I stay constructed using pseudo-random re-hash detection method to resolve disputes. 3 : Achieving suggested ra
- 2022-01-22 16:42:56下载
- 积分:1