搜索资源列表
traffic
- 交通路线最优路径寻找程序,就是做个示范,算法完善,但是路线比较简单-Traffic route optimal path search procedure, that is to be a model, algorithms improve, but the route is relatively simple
maze
- 用堆栈实现迷宫求解问题 基本思想: 若当前位置可以通过,则压入栈中,否则探求下一位置,若走不通,则回朔,迷宫大小:M*N.迷宫设置自定义。 求解迷宫问题的简单方法是:从入口出发,沿某一方向进行探索,若能走通,则继续向前走;否则沿原路返回,换一方向再进行探索,直到所有可能的通路都探索到为止。 为避免走回到已经进入的点(包括已在当前路径上的点和曾经在当前路径上的点),凡是进入过的点都应做上记号。-Maze with the stack to achieve the basic ide
TSP
- 八个点的tsp问题,matlab的源代码的m文件,要把txt文档放到指定文件夹中才能运行,能运行出路线结构-Tsp eight points of the problem, matlab source code of the m documents to txt files on the specified folder in order to run, to run a route structure
Intermediate_Nodes
- The program takes the intermediate stoichiometric matrix of a chemical reaction mechanism as the input and gives the intermediate nodes in terms of all the possible combinations of p-(q-1) reaction steps. This program is complimentary to the "Reactio
ATS_LUJIN
- 列车进路选择源代码,主要是完成列车运行途中对前进路方向的选择-Train route to select the source code, notably the completion of train run on the way the way forward is the direction of selection
ysy
- 路线问题,许多点全行遍问题求解,尽可能使路线最短-Route problem, many point line over the problem solving, as far as possible the shortest route
path_discovery_main
- AODV网络协议的matlab实现,运行主函数文件,输入始点和末点的序号,该程序会自动生成图显示基于AODV的从该始点到末点的路由-Matlab AODV network protocol implementations, run the main function of the file, enter the starting point and the end point of the serial number, the program will automatically generat
8b589dfb1962
- AODV using ns-2 simulations shows that AOMDV is able to effectively cope with mobility-induced route failures.
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
