搜索资源列表
2
- 机器鼠走迷宫是机器人比赛的常设项目之一, 要求机器鼠用最短的时间走出迷宫或者用最短路 径走出迷宫。我们提出的用PIC16F877 单片机制作 的机器鼠实现走迷宫的优化路径的一种方案,非常 适合高校进行机器人制作和竞赛。
Intel_80386_Programmer_Reference_Manual
- 80386是一种先进的32位微处理器的多任务优化 操作系统和应用需要很高的设计 性能。 32位寄存器和数据路径支持32位地址 和数据类型。该处理器可以处理多达4 GB的物理 内存和64兆兆字节(246字节的虚拟内存)。片上 内存管理的设施包括:地址转换寄存器, 先进的多任务硬件,一个保护机制,分页的虚拟 内存。特别调试寄存器提供的数据和代码甚至断点 ROM中的软件。-The 80386 is an advanced 32-bit microprocessor op
Antcolonyalgorithmpathplanning
- 用于蚁群算法,环境是matlab,是关于路径优化-Ant colony algorithm path planning
fujian.shenjingtuopu.zuiduanlu
- 神经拓扑最短路径优化,可以自动生成最短路径,简单实用-Neural shortest path topology optimization, can automatically generate the shortest path, simple and practical
The-shortest-path-VB-programming
- 实现最短路径的搜索,现将最短路径的思路告诉大家,希望大家在优化,并用不同语言编制,我正在学delphi,准备用delphi做成库,本例以由拓扑关系的arc/info 文件为数据源。-Realize the shortest path search
ant
- 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。-The ant colony algorithm (ant colony optimization, ACO), also known as ant algorithm the the probability type algorithm is a method for finding the optimal path in the graph.
Ant-Colony-Algorithmmatlab
- 蚁群算法是一种用来在图中寻找优化路径的机率型算法-Ant colony algorithm is a method used in the diagram to find the optimal path probability-based algorithm
001
- 用于数学建模解决最短路径或者类似的优化问题-Mathematical modeling is used to solve the shortest path or similar optimization problems
yichuanyuyiquan.RAR
- 蚁群算法,又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法.-Ant Colony Optimization, ACO
Particle_Swarm_VRP
- 粒子群算法求解车辆路径优化问题,有需要的可以参考一下-PSO for Vehicle Routing Problem
TSP_PSO
- 某一PSO算法优化TSP路径优化的问题,城市已经给定。-TSP scheme in a new version using some conventional PSO algorithm
daima
- 基于遗传算法的最短路径路由优化算法用MATLAB实现-The shortest path routing optimization algorithm based on genetic algorithms using MATLAB
abc
- 蚁群算法 matlab代码 解决路径优化问题-Ant colony algorithm matlab code to solve the routing problem
genetic-algorithms
- 智能优化算法—基因遗传算法解旅行商路径最短-Intelligent optimization algorithms- Genetic Algorithm for TSP
simulated-annealing
- 智能优化算法—模拟退火算法解旅行商路径最短-Intelligent optimization algorithm- simulated annealing algorithm for solving the traveling salesman shortest path
matlab_GA
- 基于十进制编码的遗传算法,求取机器人优化路径。-Based decimal coded genetic algorithm, obtaining optimized robot path.
ACO
- 蚁群算法(Ant Colony Optimization,ACO)是一种新颖的组合优化算法,它具有较强的鲁棒性、优良的分布式计算机制、易于与其他方法相结合等优点.包括改进的蚁群算法求解最优路径MATLAB源码,运行环境R2014b-Ant colony algorithm (Ant Colony Optimization, ACO) is a novel combinatorial optimization algorithm that is robust, excellent distribu
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
基于遗传算法与粗糙集理论的移动机器人路径规划研究
- 基于遗传算法与粗糙集理论的移动机器人路径规划研究的matlab代码,我已经进行了一些优化,大家随意使用
精易模块7.6.0
- 源码MD5:73ecb59958395baebdebcccac1115ce0 模块MD5:53e97b77a3f28e6bd844a324e035556c 一、新增 1、新增“文本_取某位置文本”,返回指定位置处的文本;感谢【@huangxy0051 】提供; 2、新增“文件_是否被占用”检查目标文件是否处于占用状态; 3、新增“窗口_取句柄_递归”用递归的方式取指定类名的句柄,成功返回控件的句柄,失败返回0; 4、新增“窗口_取顶端文件夹路径”成功返回路径,失败返回空文本; 5、