搜索资源列表
UWB_channel_sim
- IEEEuwb仿真UWB信道冲击相应;rmsds仿真UWB信道的均方根时延扩展;PDP仿真UWB信道的功率延迟剖面 rakeselector仿真RAKE接收机的路径选择 PPMcorrmask_P仿真RAKE接收机的相关模板信号-IEEEuwb simulation UWB channel corresponding impact; rmsds simulation of UWB Channel rms delay expansion; PDP simulation UWB channel po
matlab
- 使用须知 1. 文件夹 两个文件夹:Mbook和Mfiles。 Mbook文件夹:存放可以用于教学或自学的Mbook形式的文档。 MFiles文件夹:存放所有例题的M文件,保存的文件名为“Ex+章+序号.m”、“Ex+章+序号.fig”、“Ex+章+序号.mdl”或“Ex+章+序号.doc”。 2. 使用前的准备 (1)软件需要安装Office2000 和MATLAB6.5。 (2) 将文件夹Mbook和Mfiles的内容拷贝到用于教学的计算机的硬盘上。 (3)在
GAljgh
- 基于遗传算法的移动机器人路径规划研究,该论文在分析了目前各种路径规划方法优缺点的基础上,选择遗传算法来解决静态和动态环境下移动机器人的路径规划问题。
floyd
- 利用floyd算法能解决最短路径的选择功能还有最短路径的距离-Use of Floyd algorithm can solve the shortest path choice function and the shortest path distance
蚁群算法求解TSP问题的matlab程序
- %蚁群算法求解TSP问题的matlab程序 clear all close all clc %初始化蚁群 m=31;%蚁群中蚂蚁的数量,当m接近或等于城市个数n时,本算法可以在最少的迭代次数内找到最优解 C=[1304 2312;3639 1315;4177 2244;3712 1399;3488 1535;3326 1556;3238 1229;4196 1004; 4312 790;4386 570;3007 1970;2562 1756;2788 1491;2381 1
emd
- matlab的工具箱的安装步骤: 1.解压下载的文件包,将tft/mfile复制到matlab的toolbox文件夹下 2.建立搜索路径,matlab->file->Set Path->Add Folder ->选择mfile文件夹复制到matlab的toolbox的路径->save->close 3.测试是否建立搜索路径成功,在matlab命令窗口打入:which fmsin 返回的结果是你放mfile的正确路径说明建立搜索路径成功。此时
griddrawn
- 实现了 栅格路径规划 可以自己选择随机路障 -The realization of raster path planning can choose random roadblocks
pidsr
- PID用于机器人路径控制的MATLAB程序,路径选择是一个简单的正弦函数.控制参数是速度和角速度.-PID control for robot path MATLAB program, the path of choice is a simple sine function. Control parameter is the speed and angular velocity.
AntColonyAlgorithmforTSP
- matlab编写的蚁群算法解决TSP问题,对路径选择部分作了改进,有详细中文注解。-ant colony algorithm written in matlab to solve TSP problem, select the part of the path has been improved, there are more Chinese comments.
Thgorithm
- 测试系统模型的测试路径选择算法研究The test based on the test system model path algorithm-The test based on the test system model path algorithm
road
- 数学建模中的最优路径选择问题,通过数学建模,matalb编程找到最有路劲,最优策略-Mathematical model interpolation algorithm, with the mathematical modeling, use of matble programming solve interpolation fitting mathematical modeling optimal path problem and investment examples solutions,
paper5
- 多路径并行传输中传输路径选择策略.PDF 多路径并行传输中传输路径选择策略.PDF-The Strategy for Transmission Path Selection in Concurrent Multipath Transfer
Dijkf
- dijkstra最短路径算法,获取最短的路径方法,是路径选择的经典算法。-dijstra shortest path algorithm
viterbi
- 使用viterbi方法译码的源代码,可以绘制最佳路径选择过程的仿真图-Viterbi decoding method using the source code, you can draw the best path selection process simulation diagram
SingleBOT
- 基于改进的遗传算法的matlab机器人最优路径选择-Select the improved genetic algorithm based on the optimal path matlab robot
agent_bizhang
- 机器人避障,本算法研究了机器人在避障时的路径选择-Robot obstacle avoidance, the algorithm when the robot obstacle avoidance path selection
基于Hopfield神经网络的旅行商优化计算
- 实现最短路径选择问题 运用MATLAB神经网络算法(Achieve the shortest path choice)
T5guangyi
- 路径规划,选择最短路径,计算时间,多目标优化(Path planning, selection of the shortest path, computing time, multi-objective optimization)
MATLAB自编程序(仅函数程序)
- matlab定量决策五大类问题:资源配置问题;作业安排问题;库存订货问题;路径选择问题;经济金融问题。有详细的源代码及注释。(There are five major problems in MATLAB quantitative decision making: resource allocation problem; job arrangement problem; inventory order problem; path selection problem; economic and f
vrp
- 应用蚁群算法,求解路径规划、路径选择、最优路径的VRP等问题。(Ant colony algorithm to solve VRP problem)