登录
首页 » matlab » chapter5

chapter5

于 2020-11-09 发布
0 89
下载积分: 1 下载次数: 2

代码说明:

说明:  蚂蚁所在的环境是一个虚拟的世界,其中有障碍物,有别的蚂蚁,还有信息素,信息素有两种,一种是找到食物的蚂蚁洒下的食物信息素,一种是找到窝的蚂蚁洒下的窝的信息素。每个蚂蚁都仅仅能感知它范围内的环境信息。环境以一定的速率让信息素消失。(The environment where ants are located is a virtual world, including obstacles, other ants, and pheromones. There are two kinds of information. One is food pheromone spilled by ants who find food, and the other is the pheromone of nest scattered by ants who find nest. Each ant can only perceive the environmental information in its scope. The environment makes pheromones disappear at a certain rate.)

文件列表:

chapter5, 0 , 2020-06-02
chapter5\ACO51.m, 4417 , 2019-11-22
chapter5\ACO52.m, 2439 , 2019-11-22
chapter5\eg52.m, 346 , 2017-08-17
chapter5\func.m, 132 , 2017-08-21

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • BDFtestfiles
    matlab program for EMG
    2009-05-01 02:34:20下载
    积分:1
  • lq
    说明:  利用MATLAB强大的图形处理功能,符号运算功能和数值计算功能,实现连续时间非周期信号频域分析的仿真波形; 1、用MATLAB实现典型非周期信号的频域分析; 2、用MATLAB实现信号的幅度调制; 3、用MATLAB实现信号傅立叶变换性质的仿真波形; (The use of MATLAB powerful graphics processing capabilities, symbolic computing and numerical computing capabilities to achieve continuous-time non-periodic signal frequency domain analysis of the simulation waveform 1, using MATLAB to achieve a typical non-periodic signal frequency domain analysis 2, using MATLAB to achieve signal amplitude modulation 3, using MATLAB for signal Fourier transform nature of the simulation waveform )
    2010-03-16 20:16:39下载
    积分:1
  • YOUYI
    噪声语音信号的处理。能够事项语音信号的自动去噪处理。效果良好。是M文件。语音信号要自己录制。( The noise speech signal processing. Automatic speech signal denoising. The effect is good. Is the M file. The speech signal to be recorded. The noise speech signal processing. Automatic speech signal denoising. The effect is good. Is the M file. The speech signal to be recorded. )
    2015-04-24 16:07:56下载
    积分:1
  • 蚁群优化算法属于群智能算法 AC_TSP
    说明:  蚁群优化算法属于群智能算法,具有强大的全局优化能力,并行计算的快速收敛性(Ant colony optimization algorithm belongs to swarm intelligence algorithm, which has strong global optimization ability and fast convergence of parallel computing)
    2020-06-23 00:20:02下载
    积分:1
  • 互信息
    说明:  This page updated 20 September 2018. Latest build = 4.4.07 on 03 Oct 2017. Contact A. David Redish (redish AT umn.edu) with questions, bug-reports, etc. If you would like to be included on an MClust-4.0 email list of bug reports, please send an email to ADR with MClust-4.0-registration in the header. The only messages that will go to this email list will be sent by ADR and will refer to data-level bugs in MClust.
    2019-05-13 10:21:42下载
    积分:1
  • sz
    说明:  水准测量平差计算,需要文件格式,三个文件,观测数据,已知数据,闭合差(English)
    2010-04-17 21:17:28下载
    积分:1
  • KNNalgorithm
    K-Nearest neighbour algorithm(K- Nearest neighbor algorithm)
    2006-12-06 16:10:39下载
    积分:1
  • DCT_IDCT
    to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution now compare our special 8X8 functions with the internal general functions use this code: A = int32(100*rand(8,8)) tic for i = 1 : 1000 IDCT_8X8(DCT_8X8(A)) end toc tic for i = 1 : 1000 idct2(dct2(A)) end toc i had built the general functions too, but with low speed (to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expressionfor M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the executionnow compare our special 8X8 functions with the internal general functionsuse this code: A = int32 (100* rand (8,8)) tic for i = 1: 1000 IDCT_8X8 (DCT_8X8 (A)) end toc tic for i = 1: 1000 idct2 (dct2 (A)) end toc i had built the general functions too, but with low speed)
    2007-12-05 18:28:42下载
    积分:1
  • 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)在MATLAB中将“Mfiles”文件夹添加在搜索路径中 添加搜索路径的步骤为: 在MATLAB界面选择菜单“File”→“Set Path”命令,在打开的设置路径对话框中通过“Add Folder…”或“Add with Subfolders…”按钮打开浏览文件夹窗口来添加搜索目录。 (3)要运行8.1小节的MEX和EXE文件,则需要有与MATLAB6.5适配的Borland C/C++或MicroSoft Visual C++或Watcom C/C++(详见11.2和11.3节)。 (4)要运行8.4小节Mbook文件夹的文件,则需要安装Notebook。 (err)
    2008-04-14 13:31:18下载
    积分:1
  • Project_thesis
    colleration in fingerprint
    2012-04-02 21:22:00下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载