Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - bfs
Search - bfs - List
数据结构中关于DFS和BFS的练习,较简单的实现了二叉树的DFS和BFS搜索-data structure of DFS and BFS practice, the realization of a simple binary tree search DFS and the BFS
Update : 2008-10-13 Size : 1652 Publisher : 李立纯

DL : 0
BFS变度量算法,.............用于工程中的数值计算
Update : 2008-10-13 Size : 2879 Publisher : yanhongliang

DL : 0
数据结构里的bfs算法,用vc6.0编写-data structure, the zheng algorithm used to prepare vc6.0
Update : 2008-10-13 Size : 1012 Publisher : 叶芦芦

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)
Update : 2024-04-19 Size : 1024 Publisher :

宽度优先算法解决八码难题-width priority code algorithm to solve eight problems
Update : 2024-04-19 Size : 2048 Publisher : 高兵

DL : 0
java的DFS(Depth-first search )和BFS(Breadth-first search)的实现-the DFS (Depth-first search) and BFS (Breadth-first search) Implementation
Update : 2024-04-19 Size : 6144 Publisher : Rachel

DL : 0
数据结构里的bfs算法,用vc6.0编写-data structure, the zheng algorithm used to prepare vc6.0
Update : 2024-04-19 Size : 1024 Publisher : 叶芦芦

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

DL : 0
BFS、DFS、有向图、无向图中的各种算法的实现,可以自动生成图形。-BFS, DFS, to the map, no map to the realization of the algorithm can be automatically generated graphics.
Update : 2024-04-19 Size : 119808 Publisher : 李想

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

DL : 0
利用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
Update : 2024-04-19 Size : 13312 Publisher : 刘少人

DL : 0
多变量寻优的源码,包括基本算法如下: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.
Update : 2024-04-19 Size : 4096 Publisher : 陈镇静

九宫问题(八数码)的一个小软件,实现了多个程序的通讯解题和一套用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
Update : 2024-04-19 Size : 1235968 Publisher : wind

DL : 0
BFS变度量算法,.............用于工程中的数值计算-BFS ,............. variable metric algorithm for engineering in the numerical calculation
Update : 2024-04-19 Size : 3072 Publisher : yanhongliang

DL : 0
ACM入门题,BFS + hash 的使用与结合-ACM entry title, BFS+ Hash use and combination of
Update : 2024-04-19 Size : 1024 Publisher : liziyu

DL : 0
This bfs program-This is bfs program..
Update : 2024-04-19 Size : 9216 Publisher : yohanes

DL : 0
BFS IMPLEMENTATION OF GRAPH
Update : 2024-04-19 Size : 1024 Publisher : mithi

code in c for DFS AND BFS
Update : 2024-04-19 Size : 9216 Publisher : dief

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

DL : 0
c program to find the path using bfs
Update : 2024-04-19 Size : 7168 Publisher : drrenu
« 12 3 4 5 6 7 8 9 10 ... 20 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.