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

搜索资源列表

  1. PathFinder2D

    1下载:
  2. a星路径规划,各种方式的实现,用于二维路径查找算法,(包括使用数组,链表,堆的实现)各种搜索算法-a path-planning, the realization of various ways, for two-dimensional path search algorithms, (including the use of arrays, linked lists, Stack achieved) search algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:873944
    • 提供者:刘昆
  1. TC求解迷宫问题并显示

    0下载:
  2. 输入一个任意大小的迷宫, 用栈求出一条走出迷宫的路径, 并显示在屏幕上。-importation of a maze of arbitrary size, with a stack get out of the maze of trails and on the screen.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7878
    • 提供者:光清
  1. migongxunlu.rar

    0下载:
  2. 实现迷宫自动寻路的一个机器人算法,使用了递归算法及堆栈操作,很具有参考价值,Automatically achieve the maze routing algorithm for a robot, the use of a recursive algorithm and the stack operation, is a reference value
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:4047
    • 提供者:赵长风
  1. wode_bashuma

    0下载:
  2. 八数码难题 A*算法 利用堆栈实现启发式搜索-Eight digital dilemma A* algorithm uses the stack to achieve heuristic search
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:12260
    • 提供者:laozi
  1. MazeStack

    0下载:
  2. 使用数据结构栈的方式实现迷宫寻路 人工智能机器人算法 希望对大家有所帮助-Stack data structure using the realization of artificial intelligence robot maze pathfinding algorithm we want to help
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:94151
    • 提供者:王俊
  1. ESshellForPlant

    0下载:
  2. 该系统能进行诸如堆高温度和低锅炉效率检测,分析和诊断异常和低效率的工作条件。系统的某些特殊功能包括:在任何单位装载并根据正常和不正常的条件范围内电厂过程仿真。备件是一个工程上使用Gensym的G2的工作站实现面向对象的实时专家系统外壳上的250兆瓦发电机组建模在新加坡举行。是备用获得的知识被编码在工程模型和对象的形式。规则和数学模拟和公式。-A prototype real-time knowledge based system. SPARES (Steam Plant Analysis usi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:513350
    • 提供者:韩小峰
  1. 0-1-back-pag-problem

    0下载:
  2. 背包问题 主要是应用了回溯的算法实现的 还用到了栈的思想-Knapsack problem is the application of backtracking algorithm are also thought to use a stack
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:257819
    • 提供者:马浩原
  1. pso_binary

    0下载:
  2. 离散粒子群算法,在VC++使用时,需改变设置 project->setting->link: 在category里选择output,在stack的Reserve里输入0x10000000(也就是10M) 原因: 局部变量申请得太多,默认stack只有1M,声明的局部变量超过这个限制就会overflow-binary pso algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:20563
    • 提供者:小黑
  1. prolog-DFS

    0下载:
  2. 在用prolog来实现DFS算法,基本思想是使用回溯和stack-Using the DFS in Prolog
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:14139
    • 提供者:霍锋
  1. 8-1

    0下载:
  2. 编写子程序嵌套结构的程序,把整数分别用二进制和八进制形式显示出来。 主程序BANDO:把整数字变量VAL1存入堆栈,并调用子程序PAIRS 子程序PAIRS:从堆栈中取出VAL1 调用二进制显示程序OUTBIN显示出与其等效的二进制数,输出八个空格;调用八进制显示程序OUTOCT显示出与其等效的八进制数,调用输出回车及换行符的子程序。-Write subroutine nesting structure of the program, and integer, respective
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:766
    • 提供者:钟文坚
  1. Mouse_walker

    0下载:
  2. 老鼠走迷宮一直是個經典的問題 運用stack是其基本精神 已經走過的死路不會再走 運用C++的物件導向 使的stack的製作更為容易 CODE前半段是SATCK 中間是老鼠走路的判斷 最後面是顯示 可以讓人清楚知道老鼠走路的邏輯 -Mouse in a Maze
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2070146
    • 提供者:Pin
  1. Stacked_Denoising_Autoencoders

    1下载:
  2. 每层以去噪自动编码算法训练,以栈式结构组成深度的学习结构-Noising algorithm to automatically encode each training to the depth of the stack structure consisting learning structure
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-08-26
    • 文件大小:31744
    • 提供者:BeSky
  1. ELMandSTACk

    0下载:
  2. 此程序将stack与ELM相结合,并验证其效果。该程序可以用于对数据的处理和预测。-This program will stack with ELM combined and verify its effectiveness. This program can be used for data processing and prediction.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:49978
    • 提供者:逐风
  1. stackedAE

    2下载:
  2. 堆栈自编码,通过两个稀疏自编码的堆叠和softmax分类模型,实现手写体的分类。-Stack self-encoding, since encoding by two sparse stack and softmax classification model to classify handwriting.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-28
    • 文件大小:10853815
    • 提供者:单清序
  1. Sparse-Autoencoder

    0下载:
  2. 稀疏自编码是构成堆栈式自编码的基础,通过稀疏自编码可以提取图像的边缘特征。-Sparse coding constitute the basis of the stack self-encoded by sparse coding can be extracted the edge feature of the image.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-29
    • 文件大小:11825042
    • 提供者:单清序
  1. deeplearningbook-chinese-0.5-beta

    1下载:
  2. 卷积神经网络、循环神经网络、递归神经网络、深度信念网络、深度堆叠网络、LSTM长短时记忆(Convolution neural network, circulating neural network, recursive neural network, deep belief network, deep stack network, LSTM length memory)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:1994752
    • 提供者:StevenHuang
搜珍网 www.dssz.com