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

搜索资源列表

  1. biome-0.0.4.tar

    0下载:
  2. Biome是一个c++库,它的目的是个人_基于代理的模拟器(象 Swarm 或EcoSim)。它试图尽可能达到高效并且同时有好的设计-PROJECT is a c library, it is aimed at individual _ Agent-based simulator (like Swarm or EcoSim). It seeks to achieve efficient as possible while it is good design
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:127208
    • 提供者:杨子
  1. assignt

    0下载:
  2. duda的模式分类作业源代码,第二章上机练习第2题。2类问题的分类器设计。c语言编程。-duda the pattern classification operations source code, the second chapter on the first two aircraft that practice. Two categories of classified design. C programming language.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3524
    • 提供者:李立
  1. JSmartMiner

    0下载:
  2. 【源码共享系列-JSmartMiner.Eclipse】一个JAVA版本的数据挖掘基本框架体系,框架设计理念参考了德国著名的数据挖掘算法库XELOPES,但进行了大量的缩写,主要是为了方便研究,希望能够给在数据挖掘方面的研究工作者提供一个更有力的试验平台。(注:可以在本网站上找到本人上传的C++版本的SmartMiner)-source sharing Series-JSmartMiner.Eclipse -- a Java version of the basic framework of d
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:133265
    • 提供者:洪磊明
  1. GP_VC

    0下载:
  2. 遗传规划算法的VC程序实现 智能算法:遗传规划,即关于GP的VC代码程序,在项目文件中包含了GP的程序设计代码和经典问题求解程序。可以参考该程序进行遗传规划的程序设计工作,用于自己的毕业设计中。-genetic programming algorithm for the VC program Intelligent Algorithm : genetic programming, on the VC GP code procedures, the project document conta
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:55545
    • 提供者:李洪科
  1. MDEFIR3

    0下载:
  2. 给出了FIR滤波器设计的C语言程序,可以根据设计要求,灵活地调整参数,得到需要的滤波器参数。-given FIR filter design in C language program, according to the design requirements, flexibility to adjust parameters and the filter parameters.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1521
    • 提供者:张洪欣
  1. 产品设计时间智能预测方法的研究

    0下载:
  2. 产品设计时间智能预测方法的研究,值得借鉴一下-product design time intelligent prediction method of research, worth learning about
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:159937
    • 提供者:方锐
  1. 人工神经网络BP算法_函数逼近

    3下载:
  2. 用三层BP网络实现一个单输入单输出函数的逼近,文件中一个CPP文件和一个WORD文件,其中word文档中有对算法理论,算法设计,程序结果及改进方法试验的详细说明-using neural networks to achieve a single-input single-output function approximation, a CPP paper documents and a Word document, which document a word of the algorithm t
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:48218
    • 提供者:李琳
  1. AiExpert-推理模型

    3下载:
  2. 一个面向对象的产生式推理模型,用于某专家系统的设计。提供了知识录入、编辑,自动推理,知识自检等功能。-an object-oriented production reasoning model, the expert system for a certain design. The knowledge input, editing, automated reasoning, knowledge, self-checking function.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:122869
    • 提供者:起点
  1. 5-5-2

    0下载:
  2. 这是本人在做硕士论文毕业设计时开发有关神经网络优化控制方面的代码-this is my master's thesis done in graduate design development of the neural network optimization control code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1024
    • 提供者:曾海莹
  1. orderBasedExample

    0下载:
  2. 这是本人在做硕士论文时设计的遗传算法工具箱代码-this is my master's thesis done at the design of the genetic algorithm code Toolbox
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1591
    • 提供者:曾海莹
  1. 8数码A算法

    0下载:
  2. 设计说明:1。数据结构和表示:程序用1、2、3、4分别表示将右、上、左、下的数字块移动到空格之中。采用典型的树+链表结构,每种局面产生一个BoardState类。出于避免走法顺序列表被过多复制的考虑,在树结构中保存局面的继承关系。每种新的局面产生后,引用估值函数产生f的值,再根据大小将其插入链表之中,以便实现“优先展开f值小的节点”。Solve()函数在成功解决问题之后保存一个走法序列供输出并返回零,而失败则返回失败处的节点层数。(具体的判断方法见后文)-Design Notes : 1. Da
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:13600
    • 提供者:陈士骞
  1. delphi7

    0下载:
  2. 迷宫原代码设计,自己做的,希望大家多指教-maze source design, done, I hope everyone exhibitions.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:211311
    • 提供者:黄大豆
  1. Fisher1

    1下载:
  2. 模式识别的经典算法FISHER算法,课程设计的实验作品-the classic pattern recognition algorithm Fisher algorithm, the experimental curriculum design works
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1825
    • 提供者:
  1. jgap_2.5_src

    0下载:
  2. java实现的遗传算法, 他的设计需要最小集合的支持, 并且在这个基础上实现更复杂的遗传算法! 目录结构如下: jgap_2.5_src.zip\\srcjgap_2.5_src.zip\\lib jgap_2.5_src.zip\\examples jgap_2.5_src.zip\\tests 还有相应的帮助-achieve the genetic algorithm, the design needs the support of the smallest p
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:671180
    • 提供者:star
  1. kingview6.5

    0下载:
  2. 我有组态王设计工控的朋友可以参考,这个是KingView For Omron在青海碱业热电厂的应用方案说明,对制作实际的产品有帮助的-I Kingview industrial design can refer friends, this is KingView For Omron alkali industry in Qinghai Power Plant Program indicate that the actual production of the products help
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:580249
    • 提供者:李洪臣
  1. MININNET

    0下载:
  2. Neural network中MININNET 设计用MATLAB 关于生成内容,坚固网络,净化神经网,类的比较,培训权限等的所有程序-Neural network design which MININNET on MATLAB generated content, a robust network, purification neural network, the type of comparison, the powers of the training all the procedur
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6262
    • 提供者:李成
  1. NNDESIGN

    0下载:
  2. Neural network design中的网络构建 包括结合MINI神经网,网络布局,声音,颜色的选择,存在,培训,分类,收缩,以及读写,标记等功能的编程-Neural network design Construction of the network, including MINI combining neural network, network layout, sound, color choices, there, training, classification, contr
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:267398
    • 提供者:李成
  1. ganzhiqi_s200502106

    0下载:
  2. 模式识别-基于感知函数准则的线性分类器设计,完全自编代码,有详细说明。-pattern recognition-based perceptual function criteria for the classification of linear design, completely writing code is described in detail.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2786
    • 提供者:郑军
  1. 845

    0下载:
  2. 遗传算法 要下载的找我啊!1这是我毕业设计时用到的-genetic algorithm to download approached me ah! This is a graduation I use the design
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5831
    • 提供者:123
  1. Watertank

    0下载:
  2. 三容水箱的模糊控制设计,连接pc2006数据卡,运用模糊控制和自适应控制水位,利用vc++编写界面。-three-tank design of fuzzy control, connectivity pc2006 data card, fuzzy control and adaptive control of the water level, using vc + + interface.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:148914
    • 提供者:vicki
« 1 2 34 5 6 7 8 9 10 ... 36 »
搜珍网 www.dssz.com