-
An improved tabu search algorithm to solve knapsack problem. The algorithm is ba...
提出一种改进的禁忌搜索算法来求解背包问题。该算法基于禁忌搜索技术,并采用I&D策略,同时设计了两种针对局
部最优解的变异算子。改进后的算法能有效地弥补标准禁忌算法对初始解依赖的缺陷,同时也避免了搜索停滞的现象。通过对具
体实例和随机问题的测试,表明改进后的禁忌搜索算法有更好的性能。
关-An improved tabu search algorithm to solve knapsack problem. The algorithm is based on tabu search techniques, using I & D strategies, while designed for the local optimal solution of the two kinds of mutation operator. The improved algorithm can effectively compensate for the standard tabu search algorithm depends on the initial solution defect, but also to avoid the phenomenon of search stagnation. Through specific examples and random-question test, indicating that the improved tabu search algorithm has better performance. Guan
- 2022-01-21 20:56:01下载
- 积分:1
-
讯雷是下载工具,它在我的周围很流行,在我认为它很方便,实用。...
讯雷是下载工具,它在我的周围很流行,在我认为它很方便,实用。--- mine is to download tool, in my very popular around, I think it is very convenient and practical.
- 2022-06-15 19:37:34下载
- 积分:1
-
回溯算法与八皇后问题
算法设计的经典问题,是学习算法的朋友一定会遇到的问题...
回溯算法与八皇后问题
算法设计的经典问题,是学习算法的朋友一定会遇到的问题-Backtracking algorithm and eight Queen
- 2023-06-09 04:05:03下载
- 积分:1
-
This procedure implements a few simple procedures for the solution time, but als...
本程序实现了一个简单的数读程序的解决方法,还不错的。-This procedure implements a few simple procedures for the solution time, but also good.
- 2023-03-18 00:15:03下载
- 积分:1
-
该程序用以对PSK程序的调制解调的仿真,用FFT算法对其解调
该程序用以对PSK程序的调制解调的仿真,用FFT算法对其解调-procedures for the process of PSK modulation and demodulation of the simulation, using FFT algorithm demodulation
- 2023-04-27 05:10:02下载
- 积分:1
-
Snake games, also known as Worm and Nibbles, are those classic arcade games, whe...
Snake games, also known as Worm and Nibbles, are those classic arcade games, where you feed a snake, which then grows, while moving it over the screen and avoid running into obstacles or your own snake tail.
- 2023-02-08 00:05:04下载
- 积分:1
-
RDM协议标准的图文说明,希望对有些朋友有所帮助
RDM协议标准的图文说明,希望对有些朋友有所帮助-RDM graphic protocol standards, hoping for some help to Friend
- 2022-05-11 01:24:15下载
- 积分:1
-
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删...
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删除等基本操作。
-# include
# include
# define ND sizeof(struct List)
struct List
{int data
struct List*next
}
void main()
{ int n,i=1,e,a
struct List*head
struct List*p,*q
q=head=p=(struct List*)malloc(ND)
- 2022-04-15 10:12:17下载
- 积分:1
-
河北工业大大一至大二学期,课程设计源码,课程题目是变幻线,希望对大家有所帮助,特别是河北工业大学的同学。...
河北工业大大一至大二学期,课程设计源码,课程题目是变幻线,希望对大家有所帮助,特别是河北工业大学的同学。-Hebei Tai substantially a second semester, the curriculum design source, the curriculum is changing the subject line, and they hope to help everyone, especially students of Hebei Industrial University.
- 2022-07-14 23:03:41下载
- 积分:1
-
一个以前收集的基于C/S架构的ERP客户端源代码,有助于深入学习掌握ERP技术。值得学习和参考。开发语言基于Visual Studio。本代码来源于网上收集的公...
一个以前收集的基于C/S架构的ERP客户端源代码,有助于深入学习掌握ERP技术。值得学习和参考。开发语言基于Visual Studio。本代码来源于网上收集的公开资源,谨供学习参考使用。-Based on a previously collected by C/S structure of the ERP client source code, help-depth study and master the ERP technology. Worthy of study and reference. Development language based on Visual Studio. The code from the online collection of public resources, I would like to study for their use and reference.
- 2022-03-23 23:15:28下载
- 积分:1