-
搜索算法解分油问题,用c语言实现。附上实验报告
搜索算法解分油问题,用c语言实现。附上实验报告-search algorithm
- 2022-02-02 01:15:36下载
- 积分:1
-
清华大学出版社最新出版的《vc 项目开发全程实录》一书中的超市进销存管理系统的源程序。...
清华大学出版社最新出版的《vc 项目开发全程实录》一书中的超市进销存管理系统的源程序。-Tsinghua University Press published the latest " vc project development throughout Record" book supermarket source Invoicing Management System.
- 2022-03-29 23:36:31下载
- 积分:1
-
创建、管理线程池的源代码,跟传统的有些不同
创建、管理线程池的源代码,跟传统的有些不同
- 2022-01-25 20:27:56下载
- 积分:1
-
扑克牌的游戏,有兴趣可以试一下
扑克牌的游戏,有兴趣可以试一下-poker games, interested Try
- 2022-06-02 00:53:58下载
- 积分:1
-
全排列的一个算法,用的是暴力法写出来的,老师要求的,
全排列的一个算法,用的是暴力法写出来的,老师要求的,-full array of one algorithm, the Violence Act is written, the teacher asked, Oh
- 2022-01-24 15:20:35下载
- 积分:1
-
提出一种改进的禁忌搜索算法来求解背包问题。该算法基于禁忌搜索技术,并采用I&D策略,同时设计了两种针对局
部最优解的变异算子。改进后的算法能有效地弥补标准...
提出一种改进的禁忌搜索算法来求解背包问题。该算法基于禁忌搜索技术,并采用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-05-24 04:09:08下载
- 积分:1
-
计算车灯投影光斑的程序,内附程序的NS流程图
计算车灯投影光斑的程序,内附程序的NS流程图-projector beam headlights calculation procedures, the procedures attached flowchart NS
- 2023-02-01 22:45:04下载
- 积分:1
-
himself wrote the document segmentation program's source code
自己写的文件分割程序的源代码-himself wrote the document segmentation program"s source code
- 2022-02-04 19:41:17下载
- 积分:1
-
电机控制--通过安川伺服控制电机
#include "DIALOG.h"
#include "ButtonUse.h"
#include "led.h"
#include "beep.h"
//////////////////////////////////////////////////////////////////////////////////
//±¾³ÌÐòÖ»¹©Ñ§Ï°Ê¹Óã¬Î´¾×÷ÕßÐí¿É£¬²»µÃÓÃÓÚÆäËüÈκÎÓÃ;
//ALIENTEK STM32F103Õ½½¢¿ª·¢°å
//STemWin BUTTONʹÓÃ
//ÕýµãÔ×Ó@ALIENTEK
//¼¼ÊõÂÛ̳:www.openedv.com
//´´½¨ÈÕÆÚ:2015/4/10
//°æ±¾£ºV1.0
//°æÈ¨ËùÓУ¬µÁ°æ±Ø¾¿¡£
//Copyright(C) ¹ãÖÝÊÐÐÇÒíµç×ӿƼ¼ÓÐÏÞ¹«Ë¾ 2014-2024
//All rights reserved
//////////////////////////////////////////////////////////////////////////////////
#define ID_FRAMEWIN_0 (GUI_ID_USER + 0x00)
#define ID_BUTTON_0 (GUI_ID_USER + 0x01)
#define ID_BUTTON_1 (GUI_ID_USER + 0x02)
#define ID_BUTTON_2 (GUI_ID_USER + 0x03)
#define ID_BUTTON_3 (GUI_ID_USER + 0x04)
//¶Ô»°¿ò×ÊÔ´±í
- 2022-03-24 05:49:03下载
- 积分:1
-
一个简单的VC6.0控制台程序,可以实现SQL的select,create table .create index ,drop table ,drop inde...
一个简单的VC6.0控制台程序,可以实现SQL的select,create table .create index ,drop table ,drop index ,insert into ,delete等功能。-VC6.0 console a simple procedure, the SQL can select, create table. Create index, drop table, drop index, insert into, delete functions.
- 2022-03-24 04:03:51下载
- 积分:1