CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 模拟 basic

搜索资源列表

  1. 5个遗传算法源码

    2下载:
  2. (其中已经包含5个源码)所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序, 输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt ,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-03-20
    • 文件大小:631310
    • 提供者:Thread
  1. 模拟计算器的实现

    0下载:
  2. 模拟计算器的实现,可以进行基本的运算-the realization simulation calculators, the basic arithmetic
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:12175
    • 提供者:王斌
  1. 模拟退火源码

    1下载:
  2. 模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S—R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动,产生一个新的状态S’ S’=S+sign(η).δ 其中δ
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:55205
    • 提供者:qianyg
  1. GA-wangxp

    0下载:
  2. 王小平《遗传算法——理论、应用与软件实现》随书光盘,内容有: \\GA 本书中所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4516410
    • 提供者:zhuli
  1. randpso

    0下载:
  2. 粒子群算法是同蚁群算法相似的群体智能算法,其基本思想是模拟自然界的群体行为来构造随机化算法,本程序是随机粒子群算法源代码,可以直接运行,针对不同的问题,只要稍加修改就可以马上使用,希望能对大家有点帮助。-PSO with the ant algorithm is similar groups intelligent algorithm, The basic idea is to simulate natural behavior groups to construct random algori
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:9817
    • 提供者:曾生宝
  1. standpso

    0下载:
  2. 粒子群算法是同蚁群算法相似的群体智能算法,其基本思想是模拟自然界的群体行为来构造随机化算法,本程序是标准粒子群算法源代码,可以直接运行,针对不同的问题, 只要稍加修改,既可。-PSO with the ant algorithm is similar groups intelligent algorithm, The basic idea is to simulate natural behavior groups to construct random algorithm, the pro
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8504
    • 提供者:曾生宝
  1. Multisensorrefusion

    0下载:
  2. 本程序采用matlab编程,通过设计训练一个人工神经网络来达到其对一个4传感器实时检测输出结果融合判断的模拟,文中涉及人工圣经网络和多传感器融合两们学科的基本知识。-the procedures used Matlab programming, through the design of a training artificial neural network to achieve its right to a four-detection sensor fusion output judgme
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5208
    • 提供者:张天
  1. tarc.rar

    2下载:
  2. 2车道交通流模拟元胞自动机换道模型代码,是学习换道模型的基础.,It is the source code of two_lane change mode of traffic and it is the basic of studying change lane model
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-01-03
    • 文件大小:4429
    • 提供者:李建
  1. BankCallingSystem

    0下载:
  2. 模拟银行叫号系统。使用基本队列操作。假设某银行有5 个服务窗口,一个统一的叫号系统。在服务时段内,每个时间单位有随机数目的顾客到来,每个新来的顾客得到一个顺序号,排入等待服务队列,等待叫号。 每个服务窗口的职员处理完一个顾客的业务后,顾客即刻离开,职员呼叫下一个顾客,窗口显示下一个顾客的服务号。被叫号的顾客随即得到服务。假定每个顾客需要的服务时间也是随机的。试设计程序模拟上述场景。-Simulated bank calling system. Use basic queue operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:83089
    • 提供者:Yuan
  1. CFD

    2下载:
  2. 计算流体力学(CFD)的基本思想。 里面有一个matlab编写的模拟例子-Computational Fluid Dynamics (CFD) There is a basic idea of the preparation of the simulated example matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:776532
    • 提供者:joyvin
  1. 123

    0下载:
  2. 信号与系统基础知识包括连续信号与模型、离散信号与模型;常用信号变换包括Z变换、Chirp Z变换、FFT变换、DCT变换和Hilbert变换等;离散系统结构包括IIR、fir和Lattice结构;IIR滤波器设计包括模拟和数字低通、高-Basic knowledge of signals and systems, including continuous signal with the model, discrete signals and model common signal, inclu
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3050
    • 提供者:
  1. hymxszmnrmzn

    5下载:
  2. 黑油模型数值模拟入门指南 市场上有不少关于油藏数值模拟的书,但好像没有类似围棋入门指南那样从基础开始一步 一步介绍的书。我收到不下二十个问油藏数值模拟如何入门的问题。我尝试写一写油藏数值模拟 入门指南,希望对那些刚刚开始进入油藏数值模拟领域的工作者有所帮助-Numerical simulation of black oil model Start Guide on the market, many of reservoir simulation, but it seems there
  3. 所属分类:matlab

    • 发布日期:2015-11-05
    • 文件大小:343572
    • 提供者:bora16
  1. pso

    4下载:
  2. 粒子群优化算法是一种进化优化技术,源于对鸟群扑食的行为,是一种基于迭代的优化工具。此文件提供了基本粒子群算法、带压缩因子的粒子群算法、二阶粒子群算法、二阶振荡粒子群算法、权重改进的粒子群算法、混沌粒子群算法、基于杂交的粒子群算法、基于模拟退火的粒子群算法的MATLAB源代码。-PSO is an evolutionary optimization technique, derived from the behavior of the birds of prey, is based on iter
  3. 所属分类:matlab

    • 发布日期:2015-09-25
    • 文件大小:16769
    • 提供者:熊杰
  1. montcarlomatlabcode

    0下载:
  2. 运用MATLAB编写最基本的蒙特卡罗模拟法,以学习基本原理-Prepared using the most basic MATLAB Monte Carlo simulation to learn basic principles of
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:544
    • 提供者:李萌
  1. timelyManner

    0下载:
  2. 模拟控制正反向运动加减速及时换向和最高速度控制.-Analog control, positive and negative acceleration and deceleration, reversing a timely manner.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:26792
    • 提供者:yuri
  1. watchanddoaboutmonituihuo

    0下载:
  2. 模拟退火算法的非常详细的介绍,模拟退火的基本理论、算法实现、实例-profile about monituihuo.basic knowlege/examples/realization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:368524
    • 提供者:武茗
  1. Basic-Intelligent-algorithm-source

    0下载:
  2. BP神经网络和模拟退火算法源码,不使用工具箱,适合初学者理解智能算法本质-basic source code for intelligent algorithm having no using tool box of matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2816
    • 提供者:Kerry
  1. program

    0下载:
  2. 这是一个应用了模拟退火算法的来解决最短距离的问题的程序,基础适合初次接触模拟退火算法缺实例程序的同学(This is a program about mohu in the shortest route between the cities using some sub- program.Maybe this is easy to understand for the freshman as a part in the basic knowledge but this is also a goo
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:凌霄丶
  1. 涡旋光束空间相位模拟

    5下载:
  2. 涡旋光束在光束的传播方向上有一个位相项e,而且它拥有一个光束轨道角动量,该matlab程序实现了从一个高斯基模变换到涡旋光束的基本功能。(The vortex beam has a phase term E in the direction of beam propagation, and it has a beam orbit angular momentum. The matlab program realizes the basic function of transforming fro
  3. 所属分类:matlab例程

    • 发布日期:2020-10-09
    • 文件大小:1024
    • 提供者:muxiaoxiao
  1. Two phase flow - basic Shan-Chen model

    6下载:
  2. 通过格子玻尔兹曼方法模拟Shan-Chen模型的两相流(Two phase flow simulation of Shan Chen model by lattice Boltzmann method)
  3. 所属分类:matlab例程

    • 发布日期:2020-10-03
    • 文件大小:3072
    • 提供者:QDJoey
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com