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

搜索资源列表

  1. Sieger

    1下载:
  2. 围棋人机对弈程序源码 此版本目前还只能下布局阶段,但很多用于中盘的数据结构及算法已实现。含2000多基本定式库。-procedures source of this version has only under the layout stage, but many were used to set the data structure and algorithm has achieved. Containing more than 2,000 for the basic mode.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:513.92kb
    • 提供者:方哥
  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
    • 文件大小:261.13kb
    • 提供者:李成
  1. vpr

    0下载:
  2. 用c++写的用于FPGA设计中布图布线的工具源码,有几万行程序,包含文档-using c + + to write for FPGA design the layout of the wiring tools source, there are tens of thousands of procedure, the document contains
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-15
    • 文件大小:411.67kb
    • 提供者:qihuolin
  1. LinPacker-0.0.12

    0下载:
  2. LinPacker是一个优化矩形布局的工具,是在具有遗传算法的半无限大小区完成这一操作的。对缩减工厂的库存是有用的。-LinPacker optimization is a rectangular layout of the tool, with a genetic algorithm in the semi-infinite size of the area to complete the operation. To reduce factory stocks will be useful.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:181.26kb
    • 提供者:苏明春
  1. Genetic Algorithm

    0下载:
  2. LinPacker是一个优化矩形布局的工具,是在具有遗传算法的半无限大小区完成这一操作的。对缩减工厂的库存是有用的。-LinPacker optimization is a rectangular layout of the tool, with a genetic algorithm in the semi-infinite size of the area to complete the operation. To reduce factory stocks will be useful.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8.96kb
    • 提供者:苏明春
  1. chengxu.rar

    0下载:
  2. 利用改进后的遗传算法来实现排样优化的关键代码,The use of genetic algorithm to optimize the layout to achieve
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:2.72kb
    • 提供者:方桭枯
  1. EightPuzzles

    0下载:
  2. 本程序采用 blind breadth search解eight puzzles问题, 且消除了重复的布局。-This procedure blind breadth search solution using eight puzzles problems, as well as the elimination of duplicate layout.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:9.47kb
    • 提供者:chen yong
  1. position

    0下载:
  2. 学生位置编排系统,实现了学生的位置按身高、成绩、性别自动排位置。-Students in the layout system, the location of the students according to height, performance, gender Auto position.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:30.18kb
    • 提供者:李雪琼
  1. scripts

    0下载:
  2. 在一个任意的天线方向图下,利用遗传算法使其接近所给的理想天线方向图。这种方法已经在NASA和其他机构中所利用来制造航天器。这些程序是自动生成一个2.4GHz的微波天线,利用遗传算法和NEC2模拟工具,来实现优化天线。包括最初级的简单双极形天线,在这个基础上又设计了三维空间中两部分天线和三维空间中多部分天线。-In a partially random antenna layout, and use a genetic algorithm to evolve a better solution.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:10.81kb
    • 提供者:胡云
  1. kohonen

    0下载:
  2. This program is a simple demonstration of a Kohonen self-organizing neural network. The program merely maps itself to a set of coordinates ranging from -0.5 to 0.5 on both the x and y-axis. The program layout is very simple - the Run button will
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:176.27kb
    • 提供者:Luigi
  1. layout

    0下载:
  2. 单亲遗传算法在二维不规则件排样中的应用,研究二维布局的有用资料!-Single genetic algorithm in two dimensional irregular parts nesting in the application of two-dimensional layout of useful information!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:433.05kb
    • 提供者:张鹏程
  1. eight_digital

    0下载:
  2. 八数码在3*3组成的九宫格棋盘上,摆有8个将牌,每一个将牌都刻有1-8中的某一个数码。棋盘中留有一个空格,允许其周围的某一个将牌向空格移动,这样通过移动将牌就可以不断改变将牌的布局。给定一种初始的将牌布局或结构(称初始状态)和一个目标布局(称目标状态),编程给出一个合法的走步序列-Eight digital composition of the 3* 3 Jiugongge board, will be placed with 8 cards, each of the cards are eng
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:251.46kb
    • 提供者:liuyajuan
  1. aaa

    0下载:
  2. 一篇论文《量子行为粒子群优化算法的布局问题研究>-Paper " Quantum behavior of particle swarm optimization algorithm layout problem > ~~~~~~~~
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:324.26kb
    • 提供者:xionggj
  1. Rectangle

    0下载:
  2. 矩形件优化排样是一个NPC问题,在工业界有着广泛的应用.针对该问题,提出一种自适应模拟退火遗传算法.采用一种基于环形交叉算子和环形变异算子的自适应遗传算法来自动调整交叉和变异概率;同时引入模拟退火算法对个体适应度大于平均适应度的个体进行退火处理.自适应模拟退火遗传算法充分发挥了自适应遗传算法与模拟退火算法各自的全局搜索能力与局部搜索能力.对比实验表明,该算法结合改进的最左最下布局算法解决矩形件优化排样问题更加有效.-Optimal layout is rectangular pieces of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:459.75kb
    • 提供者:木易
  1. triplehandstandpendulum

    0下载:
  2. 学校布置的神经网络控制的大作业,控制三级倒立摆的,实验效果非常好!-School layout neural network control of a large operation, control triple inverted pendulum, the experimental results is very good!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:198.97kb
    • 提供者:风云
  1. code

    0下载:
  2. 在3*3组成的九宫格棋盘上,摆有8个将牌,每一个将牌都刻有1-8中的某一个数码。棋盘中留有一个空格,允许其周围的某一个将牌向空格移动,这样通过移动将牌就可以不断改变将牌的布局。给定一种初始的将牌布局或结构(称初始状态)和一个目标布局(称目标状态),编程给出一个最优的走法序列-3* 3 in the composition of squared board, will put eight cards, each engraved with the brand are 1-8 in one digi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2.44kb
    • 提供者:wangdaixin
  1. Complex-network-of-MATLAB-

    0下载:
  2. MATLAB生成的基本网络的复杂网络,相信对大家很有帮助-Complex network of MATLAB to generate basic network,I believe everyone very helpful
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:423.08kb
    • 提供者:赵文文
  1. floor-layout

    4下载:
  2. 设备布局优化设计一直是跨学科的研究课题。从数学角度来看,设备布局优化问题属于非线性规划问题,由于约束条件多,对较多设备布局优化问题求解时,将很难找到最优解。近些年来,用遗传算法解决设备布局设计趋势迅速增加。本例将说明遗传算法在车间布局优化中的应用。-floor layout
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:171.56kb
    • 提供者:resonHou
  1. Intelligent-layout

    0下载:
  2. 智能排样问题主要是利用遗传算法解决排样问题,以达到最优分配-Intelligent layout problem is the use of genetic algorithms to solve nesting problem, so as to achieve the optimal allocation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:322.87kb
    • 提供者:包梦华
  1. facility-layout-problems

    0下载:
  2. 将布局问题转化为优化问题,利用只能优化算法求解,包括遗传算法、模拟退火、一群算法、粒子群算法-Will the layout problem is transformed into optimization problem, and use only optimization algorithm, including genetic algorithm, simulated annealing, a group of algorithm, particle swarm optimization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-20
    • 文件大小:1.36mb
    • 提供者:taojing
« 12 »
搜珍网 www.dssz.com