搜索资源列表
PathFinder2D
- 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
TC求解迷宫问题并显示
- 输入一个任意大小的迷宫, 用栈求出一条走出迷宫的路径, 并显示在屏幕上。-importation of a maze of arbitrary size, with a stack get out of the maze of trails and on the screen.
migongxunlu.rar
- 实现迷宫自动寻路的一个机器人算法,使用了递归算法及堆栈操作,很具有参考价值,Automatically achieve the maze routing algorithm for a robot, the use of a recursive algorithm and the stack operation, is a reference value
wode_bashuma
- 八数码难题 A*算法 利用堆栈实现启发式搜索-Eight digital dilemma A* algorithm uses the stack to achieve heuristic search
MazeStack
- 使用数据结构栈的方式实现迷宫寻路 人工智能机器人算法 希望对大家有所帮助-Stack data structure using the realization of artificial intelligence robot maze pathfinding algorithm we want to help
ESshellForPlant
- 该系统能进行诸如堆高温度和低锅炉效率检测,分析和诊断异常和低效率的工作条件。系统的某些特殊功能包括:在任何单位装载并根据正常和不正常的条件范围内电厂过程仿真。备件是一个工程上使用Gensym的G2的工作站实现面向对象的实时专家系统外壳上的250兆瓦发电机组建模在新加坡举行。是备用获得的知识被编码在工程模型和对象的形式。规则和数学模拟和公式。-A prototype real-time knowledge based system. SPARES (Steam Plant Analysis usi
0-1-back-pag-problem
- 背包问题 主要是应用了回溯的算法实现的 还用到了栈的思想-Knapsack problem is the application of backtracking algorithm are also thought to use a stack
pso_binary
- 离散粒子群算法,在VC++使用时,需改变设置 project->setting->link: 在category里选择output,在stack的Reserve里输入0x10000000(也就是10M) 原因: 局部变量申请得太多,默认stack只有1M,声明的局部变量超过这个限制就会overflow-binary pso algorithm
prolog-DFS
- 在用prolog来实现DFS算法,基本思想是使用回溯和stack-Using the DFS in Prolog
8-1
- 编写子程序嵌套结构的程序,把整数分别用二进制和八进制形式显示出来。 主程序BANDO:把整数字变量VAL1存入堆栈,并调用子程序PAIRS 子程序PAIRS:从堆栈中取出VAL1 调用二进制显示程序OUTBIN显示出与其等效的二进制数,输出八个空格;调用八进制显示程序OUTOCT显示出与其等效的八进制数,调用输出回车及换行符的子程序。-Write subroutine nesting structure of the program, and integer, respective
Mouse_walker
- 老鼠走迷宮一直是個經典的問題 運用stack是其基本精神 已經走過的死路不會再走 運用C++的物件導向 使的stack的製作更為容易 CODE前半段是SATCK 中間是老鼠走路的判斷 最後面是顯示 可以讓人清楚知道老鼠走路的邏輯 -Mouse in a Maze
Stacked_Denoising_Autoencoders
- 每层以去噪自动编码算法训练,以栈式结构组成深度的学习结构-Noising algorithm to automatically encode each training to the depth of the stack structure consisting learning structure
ELMandSTACk
- 此程序将stack与ELM相结合,并验证其效果。该程序可以用于对数据的处理和预测。-This program will stack with ELM combined and verify its effectiveness. This program can be used for data processing and prediction.
stackedAE
- 堆栈自编码,通过两个稀疏自编码的堆叠和softmax分类模型,实现手写体的分类。-Stack self-encoding, since encoding by two sparse stack and softmax classification model to classify handwriting.
Sparse-Autoencoder
- 稀疏自编码是构成堆栈式自编码的基础,通过稀疏自编码可以提取图像的边缘特征。-Sparse coding constitute the basis of the stack self-encoded by sparse coding can be extracted the edge feature of the image.
deeplearningbook-chinese-0.5-beta
- 卷积神经网络、循环神经网络、递归神经网络、深度信念网络、深度堆叠网络、LSTM长短时记忆(Convolution neural network, circulating neural network, recursive neural network, deep belief network, deep stack network, LSTM length memory)