Welcome![Sign In][Sign Up]
Location:
Search - BFS

Search list

[Other resourceLeasen图的建立和DFS&BFS算法

Description: 数据结构中关于DFS和BFS的练习,较简单的实现了二叉树的DFS和BFS搜索-data structure of DFS and BFS practice, the realization of a simple binary tree search DFS and the BFS
Platform: | Size: 1652 | Author: 李立纯 | Hits:

[Other resourceBFS

Description: BFS变度量算法,.............用于工程中的数值计算
Platform: | Size: 2879 | Author: yanhongliang | Hits:

[Other resourcebfs

Description: 数据结构里的bfs算法,用vc6.0编写-data structure, the zheng algorithm used to prepare vc6.0
Platform: | Size: 1012 | Author: 叶芦芦 | Hits:

[Mathimatics-Numerical algorithms1229_bfs

Description: n个石头(每相邻两个的距离是1米,最边上石头和岸的距离也是1米),礼物放在第m个石头上,青蛙第i次跳2*i-1米.问能否得到礼物.(n>=49肯定能得到礼物,n<49,可以bfs或递归)-n stones (each of the two adjacent distance of a meter, the most edge of the rocks and the shore is a distance meters), gifts m on the first stone, the frog first time i jump 2* i-1 meter. Gifts can be asked. (NGT; = 49 gift can be sure , 4; 49, zheng or recursive)
Platform: | Size: 1024 | Author: | Hits:

[Mathimatics-Numerical algorithmsbfs

Description: 宽度优先算法解决八码难题-width priority code algorithm to solve eight problems
Platform: | Size: 2048 | Author: 高兵 | Hits:

[JSP/JavaDFS_BFS

Description: java的DFS(Depth-first search )和BFS(Breadth-first search)的实现-the DFS (Depth-first search) and BFS (Breadth-first search) Implementation
Platform: | Size: 6144 | Author: Rachel | Hits:

[Data structsbfs

Description: 数据结构里的bfs算法,用vc6.0编写-data structure, the zheng algorithm used to prepare vc6.0
Platform: | Size: 1024 | Author: 叶芦芦 | Hits:

[Other用C实现的bfs源程序

Description: 图论算法中必学的内容之一,希望能给学习编程的学弟学妹们有所帮助-graph algorithm will learn one of the elements in hopes of giving the incoming young men and women to learn programming help
Platform: | Size: 2048 | Author: ipkh | Hits:

[Data structs图论

Description: BFS、DFS、有向图、无向图中的各种算法的实现,可以自动生成图形。-BFS, DFS, to the map, no map to the realization of the algorithm can be automatically generated graphics.
Platform: | Size: 119808 | Author: 李想 | Hits:

[Data structsLeasen图的建立和DFS&BFS算法

Description: 数据结构中关于DFS和BFS的练习,较简单的实现了二叉树的DFS和BFS搜索-data structure of DFS and BFS practice, the realization of a simple binary tree search DFS and the BFS
Platform: | Size: 1024 | Author: 李立纯 | Hits:

[Data structsEidffakght

Description: 利用BFS算法解八数码问题 在3*3的方格上放着1-8数码,有一空格为0变化规则为空格可以和上,下,右,左四个相邻的数字互换, 至到和目标状态相等, 每一种状态用一个结点表示 而每个结点每次变化最多有四种结点,将这些结点依次入队列中, 例如初始结点S0,入队列后出队,将S0变化最多产生的四种结点S01,S02,S03,S04依次入队列中, 当S01出队后,产生的四种结点S11,S12,S13,S14(实际上不会有四种结点)依次入队, 每次出队时与结束结点相比较,如果相等则退出, 为了,防止已经入队的结点再次入队,(这样会造成列循环),将每次入队的结点设置一个标识号, 四种变化即:向上,向下,向右,向左,我们要求向上和向下互斥,向右和向左互斥-use BFS Algorithm for eight in digital 3* 3, the box copy digital 1-8, 0 for a change in spacing rules for space and can, under the right, left four adjacent digital exchange, and to target state of the same, each state with a node and each said nodes changes each have up to four nodes, and these nodes will be followed into the queue, for example, the initial node S0, out into the queue after the teams will have the most S0 changes of the four nodes S01, S02, SO3, S04-followed cohort, when S01 out teams after the four nodes S11 , S12, S13, S14 (not, in fact, four nodes), followed by the team, each team up with the end node comparison, if the same were to withdraw from, in order to prevent the team has the guitar again joined the team, (this will lead out cycle), each of the team set up a
Platform: | Size: 13312 | Author: 刘少人 | Hits:

[matlab多变量寻优

Description: 多变量寻优的源码,包括基本算法如下:DFP法(又称变尺度法),BFS法、一阶梯度法,共扼梯度法。-multivariate optimization of the source code, including basic algorithm is as follows : DFP Act (also known as the variable scale), BFS, a ladder degrees, a total of the accused gradient method.
Platform: | Size: 4096 | Author: 陈镇静 | Hits:

[JSP/Java九宫问题(八数)码分析

Description: 九宫问题(八数码)的一个小软件,实现了多个程序的通讯解题和一套用BFS,双端BFS,A*搜索的分析程序。 rar中含一篇解题报告、软件、及netbeans源码。 环境是JDK1.5_6-JiuGongTu (Digital 8), a small software Implementation of a number of procedures and a set of communication to solve problems with BFS, double-BFS, A* search of analytical procedures. Rar Solution containing a report, software, and Netbeans source. The environment is JDK1.5_6
Platform: | Size: 1235968 | Author: wind | Hits:

[Data structsBFS

Description: BFS变度量算法,.............用于工程中的数值计算-BFS ,............. variable metric algorithm for engineering in the numerical calculation
Platform: | Size: 3072 | Author: yanhongliang | Hits:

[Data structsBFS+hash

Description: ACM入门题,BFS + hash 的使用与结合-ACM entry title, BFS+ Hash use and combination of
Platform: | Size: 1024 | Author: liziyu | Hits:

[Data structsbfs

Description: This bfs program-This is bfs program..
Platform: | Size: 9216 | Author: yohanes | Hits:

[Graph Drawingbfs

Description: BFS IMPLEMENTATION OF GRAPH
Platform: | Size: 1024 | Author: mithi | Hits:

[Mathimatics-Numerical algorithmsBFS-DFS

Description: code in c for DFS AND BFS
Platform: | Size: 9216 | Author: dief | Hits:

[AI-NN-PRBFS 求解 N 皇后问题(252370)

Description: BFS算法实现N皇后问题,12个皇后是速度还行,超过了就有点慢。(BFS algorithm to achieve N queen problem, 12 queens is the speed is OK, more than a little slow.)
Platform: | Size: 9216 | Author: loganic | Hits:

[Data structsbfs.c

Description: c program to find the path using bfs
Platform: | Size: 7168 | Author: drrenu | Hits:
« 12 3 4 5 6 7 8 9 10 ... 20 »

CodeBus www.codebus.net