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

搜索资源列表

  1. 在VC中使用MATLABC++函数库

    1下载:
  2. MATLAB广泛应用于线性代数、自动控制理论、数理统计、数字信号处理、时间序列分析、动态系统仿真等领域。因此如果在VC中对MATLAB进行调用将大大减少编程的工作量、保证程序的准确性,并且继承了VC++强大的功能,提高开发效率,-MATLAB widely used in linear algebra, automatic control theory, mathematical statistics, digital signal processing, time series analysi
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:22577
    • 提供者:杨波
  1. 结果分析演示系统

    1下载:
  2. 用BP神经网络程序模拟销售预测,能对销售数据进行时间序列预测,采用VC实现-BP neural network simulation sales forecasts, sales data can be right for time series prediction, using VC
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:220981
    • 提供者:杜昭翼
  1. 蒙特卡洛模拟法

    2下载:
  2. 蒙特卡洛模拟,利用matlab与VC++6.0软件实现.-Monte Carlo simulation using Matlab 6.0 and VC software.
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:54178
    • 提供者:张庆
  1. yiyuan

    0下载:
  2. 医院模拟:经典堆栈队列应用;VC++控制台程序;小弟上数据结构是作品.-hospital simulation : classic stack Queue application; VC console; Finding data on the structure of work.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18895
    • 提供者:li
  1. GenniticFullFill

    0下载:
  2. 采用VC++6.0环境,实现遗传算法仿真,适合中级学者。-using VC 6.0 environment and genetic algorithm simulation, suitable for intermediate scholars.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:79893
    • 提供者:陈伯
  1. lisarain

    0下载:
  2. 一个基于有限差分法的水滴动画模拟,自己第一次做,还有待改进,不过效果还不错,给大家分享。在VC++6.0下编译通过。-a finite difference method based on the animated simulation of the water droplet, their first time, there is room for improvement. But the results were pretty good for everyone to share. The
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1578411
    • 提供者:童话
  1. CAR4 用VC模拟交通状况

    1下载:
  2. 4车道交通模拟程序,用VC模拟交通状况,并能够做出统计分析-four lanes of traffic simulation program, VC simulated traffic situation and to make a statistical analysis
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-04
    • 文件大小:52734
    • 提供者:lxt
  1. fira-rob-football-simulation

    1下载:
  2. fira机器人足球仿真比赛策略系统设计与实现,在试验与比较了多种仿真算法之后,针对FIRA的机器人足球仿真比赛系统的策略系统做了系统的分析和总结。通过VC++6.0编制程序,便于实现功能。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:61185
    • 提供者:夏天
  1. 数值vc算法

    0下载:
  2. 工程计算中经常用到的数值vc算法,对于进行数值模拟的网友很有用-engineering calculation frequently used vc numerical algorithm for the numerical simulation of netizens useful
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:173909
    • 提供者:叶兴彬
  1. bilidaoyin

    1下载:
  2. 实时比例导引三维弹道仿真(VC&Matlab混编).-Real-time three-dimensional proportional navigation trajectory simulation (VC
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:97954
    • 提供者:stephen
  1. VC++GeneticAlgorithm

    0下载:
  2. 很经典的一个算法。大家做工程和通信用的着。遗传算法(Genetic Algorithm)是模拟达尔文的遗传选择和自然淘汰的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它是有美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。-A classic a
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:106693
    • 提供者:林宇贞
  1. park

    0下载:
  2. 这是学完《数据结构与算法》后做的课程设计的题目——停车场管理,主要用到了栈和队列的操作。问题描述如下: 设停车场内只有一个可停放n辆汽车的狭长通道,且有南北两大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,若车场内已停满n辆汽车,则后来的汽车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,在它之后开入的车辆必须先退出车场为它让路,待该辆车开出大门外,其它车辆再按原次序进入车场,每辆停放在车场的车在它离开停车场时必须按它停留的时间长短交
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3846
    • 提供者:在路上
  1. genetic-algorithm-artificial-life-simulation

    0下载:
  2. 基于遗传算法的人工生命模拟,用VC++编写,对于理解遗传算法有好处-Based on genetic algorithm artificial life simulation, using VC++ to prepare, good for understanding the genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:8393
    • 提供者:刘长乐
  1. GA-VC

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。压缩包中包含了由C++语言编写的算法。-Genetic Algorithm (Genetic Algorithm) is a simulation of the biological theory of evolution Darwin' s natural selection and genetic mechanism of th
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-24
    • 文件大小:16697
    • 提供者:常明
  1. ZH

    0下载:
  2. 光学夫朗和费衍射现象模拟Matlab源代码 -Optical phenomenon of Fraunhofer diffraction simulation Matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:892
    • 提供者:张华
  1. VC-calling-Matlab-Simulation-Demonstration

    1下载:
  2. 主要介绍VC++调用Matlab实现信号仿真与演示-Introduces the realization of VC++ calling Matlab Signal Simulation and Demonstration
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:95071
    • 提供者:bj
  1. RTW

    0下载:
  2. 利用Matlab RTW实现控制系统的仿真,使用VC++6.0开发。-Achieved using Matlab RTW control system simulation, using VC++6.0 development.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:325910
    • 提供者:actionLv
  1. VC-Winrar

    0下载:
  2. 一个仿真winrar程序的简单应用,只是交流其工作原理,深入理解打包与解包。-Simple application of a simulation winrar program, just to share their works, in-depth understanding of the package and unpack.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:625308
    • 提供者:embed
  1. VC

    0下载:
  2. simulink电机矢量控制仿真文件,希望对大家有用-motor vector control simulink simulation files, I want to be useful
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:9081
    • 提供者:王涛
  1. vc

    1下载:
  2. 柴油机缸内压缩模块数值计算程序,基于VC++,输出数组保存在txt文件中,数据长度datalen,基本参数可修改(Simulation calculating program of the compression module in cylinder of diesel engine)
  3. 所属分类:数学计算

    • 发布日期:2017-12-28
    • 文件大小:7168
    • 提供者:泡泡粥
« 12 3 4 »
搜珍网 www.dssz.com