资源列表
紧急搜索求VRP
- TS算法通过引入一个灵活的存储结构和相应的禁忌准则来避免迂回搜索,并通过藐视准则来赦免一些被禁忌的优良状态,进而保证多样化的有效探索以最终实现全局优化(TS algorithm by introducing a flexible storage structure and corresponding tabu criteria to avoid circuit search, and the contempt of criterion to pardon a little good state
TSP双蚁群算法
- 蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为(The ant colony algorithm is a probabilistic algorithm used to find the optimal path. It was proposed by Marco Dorigo in his doctoral dissertation in 1992, inspired by the wa
SAforVRP
- 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。(The simulated annealing algorithm derived from the principle of solid annealing, heating the solid to a sufficiently high, let it slowly cooling, he
GAforVRP
- VRP指一定数量的客户,各自有不同数量的货物需求,配送中心向客户提供货物,由一个车队负责分送货物,组织适当的行车路线,目标是使得客户的需求得到满足,并能在一定的约束下,达到诸如路程最短、成本最小、耗费时间最少等目的(VRP refers to a certain number of customers, each with different amount of demand for goods distribution center to provide goods to customers
禁忌算法求解tsp
- 利用禁忌搜索算法求解经典TSP问题。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路径的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。(Tabu search algorithm for solving classical TSP problems)
邓俊辉数据结构第三版
- 邓俊辉老师数据结构的源代码visual studio工程(Deng Junhui teacher data structure of the source code visual studio Engineering)
ch4源码
- 书本源码,主要提供RMI的简单案例,包含源代码(Book source, mainly to provide a simple case of RMI, including source code)
第一章
- 本文件用于矩阵分解的直接算法,针对徐树方老师的《数值线性代数》课后第一章练习题(This document is used for matrix decomposition of the direct algorithm, for teacher Xu Shufang's "Numerical Linear Algebra" after the first chapter exercises)
huffman
- 根据随机生成的概率分布生成huffman编码(Generating Huffman coding based on randomly generated probability distribution)
MATLAB神经网络30个案例分析-源程序
- MATLAB神经网络30个案例分析-源程序,很经典的30个案例应用(MATLAB neural network analysis of 30 cases and 30 case application source program, very classic)
8209C计量芯片
- RN8209参考,包括参考程序,用户手册,通讯参考等(RN8209 reference, including reference program, user manual, communication reference etc.)
SolutionPattern
- 23 种设计模式 C++ 实现的的简单实例(A simple example of 23 design patterns implemented by C++)