搜索资源列表
先进先出页面算法程序2
- 先进先出置换页面算法的程序实现 进程执行程序时要访问的...先进先出置换算法FIFO 最近最少使用置换算法LRU 最近未使用置换算法NUR 工作集. ...例:某进程分配页架数为3,其运行期间页面访问序列:A,B,C,D,A,B,E,A,B,C,D,E,分析其按照OPT算法进行页面置换时的缺... -FIFO replacement pages algorithm program implementation process procedures ... to visit the FIFO
optpp-2.4.tar
- OPT++,Sandia开发的一套优化工具包。可以实现经典的q-Newton等基于梯度的优化算法!
TSP_orC
- TSP算法 1.C语言TSP算法 2.2-OPT,orOPT摄动 3.Main单独执行
基于STM32的3.2寸ILI9320触摸屏的显示程序
- 基于STM32的3.2寸ILI9320触摸屏的显示程序下载 ads7843drv.c、HzLib_65k.c、ili932x.c、AsciiLib_65k.c、ili932x.c、main.c、picdata2.h、stm32f10x_conf.h、cortexm3_macro.h、stm32f10x_adc.h、ads7843drv.crf、cortexm3_macro.o、cortexm3_macro.s、cortexm3_macro.lst、JLinkArm_project.ini、TFT
2
- tsp遗传算法代码 利用交叉算子改进方法求解旅行商问题-tsp genetic algorithm code
12345
- 自己编写的带2-opt法的蚁群算法求解TSP,可以运行,运行环境VS2008-His writing with 2-opt method of ant colony algorithm for solving TSP, can run, run VS2008 environment
Ant-Algorithmcpp
- 蚁群算法的C++实现,VC6.0环境。基本蚁群算法+2OPT局部优化+Etlist精英解策略。-Ant colony algorithm C++ implementation, VC6.0 environment. The basic ant colony algorithm+2 OPT local optimization+ Etlist elite Solution Strategy.
2006030614053826531
- 酒店客房管理系统的主要任务是对酒店的客房进行管理,使用户能轻松地找到所需要的客房信息,提供订房和退房服务,并对酒店客房的业绩进行统计。 在不同的酒店之间,酒店客房管理系统会存在一些差异。通常,酒店客房管理系统的主要功能包括以下几个方面。 (1) 用户信息管理:对酒店客房管理系统的使用员工进行管理,包括对员工的基本信息(如用户姓名、所属部门、用户类型等)进行检索、录入和修改。 (2) 客房类型管理:用户可自定义客房类型,并对其进行管理,包括对客房类型的基本信息(如类型名称、面积、床位、价格等)进行
ll(1)YUFAPANDUAN
- 学编译原理时写的一个语法分析程序 分类:C/C++技术交流 一.[目的要求] ① 对输入文法,由程序自动构造FIRST FOLLOW集 ② 对输入文法,由程序自动生成它的LL(1)分析表; ③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。 二.[题目分析] 该程序可分为如下几步: (1)读入文法 (2)判断正误 (3)若无误,判断是否为LL(1)文法 (4)若是,构造分析表; (5)由总控算法判断输入符
experiment1
- 一、进程与线程 下载相关的阅读材料 1. 在windows 下编写一个控制台应用程序,命名为an_ch2_1b。这个程序不断地输出如下行: Those output come from child,[系统时间] 另外写一个控制台应用程序,命名为an_ch2_1a。这个程序创建一个子进程,执行an_ch2_1b。这个程序不断地输出如下行: Those output come from child,[系统时间] 观察程序运行的结果,并对你看到的现象进行解释。你如何
2
- PSO求解TSP问题的参考文献,查询学校IEEE检索得到!-Particle Swarm Optimization Based on Neighborhood Encoding for Traveling Salesman Problem
2optimization
- descr iption of pso and solved example
zhifangtujunhenghuaruihua
- 1是对图像进行直方图均匀化,2,3分别是用Laplacian 锐化算子(分α = 1和α = 2两种情况)对256×256 大小、256级灰度 的数字图像lena.img 进行锐化处理,显示处理前、后图像。 -1 is the histogram of image uniformity, 2,3 are the Laplacian sharpening operator with a (sub α = 1 and α = 2 both cases) on the 256 × 256 si
ant
- 蚁群算法结合2-opt技术解决旅行商问题(TSP)-Ant colony algorithm with 2-opt technology to solve the traveling salesman problem (TSP)
2opt.tsp.cpp
- Its a C/C++ implementation of 2-opt algorithm for Solving Travelling Salesman Problem.
gpso4.2-opt
- 基于遗传微粒群算法,对旅行商问题求解,采用2-opt进行局部搜索。GPSO4tsp-Genetic particle swarm algorithm for solving the traveling salesman problem, using 2-opt local search. GPSO4tsp
Analyzing-2-opt
- Analyzing 2-opt for Traveling Salesman problem (TSP)
2-opt
- 这是一个关于2-opt算法在页面布置上的应用的文件-it is the file about the application of 2-opt on page replacement
ACA_2opt
- 将蚁群算法与2交换邻域搜索算法结合,用MATLAB编程实现(The ant colony algorithm and 2 - exchange neighborhood search algorithm were combined and realized by MATLAB programming)
2-opt
- 运用2-opt算法解决TSP(旅行商问题),满足自定义五个点及自设迭代次数,包括可视化结果。(TSP (Traveling Salesman Problem) is solved by using 2-opt algorithm, which satisfies five custom points and self-designed iteration times, including visualization results.)