Welcome![Sign In][Sign Up]
Location:
Search - deep search

Search list

[OtherGraph

Description: 我编写的几个图论代码,包括深搜、最小生成树、最短路径,注释我写的很详细,大家可以作为入门参考。-I prepared a number of graph theory code, including deep search, minimum spanning tree, shortest path, notes I wrote in great detail, we can serve as a reference entry.
Platform: | Size: 3072 | Author: 彭立勋 | Hits:

[JSP/Javapuzzle

Description: 用A star,先深搜索等搜索算法搜索puzzle。-By A star, first search algorithm, such as deep-search search puzzle.
Platform: | Size: 140288 | Author: fancyiyang | Hits:

[Data structssrc

Description: PKU中一些数据结构基本算法题的java实现,包括DIJ、PRIM、二叉查找树、并查集、动态规划、KMP、匈牙利算法、深搜广搜等-PKU some basic data structure algorithm java realization of the title, including DIJ, PRIM, binary search tree, and search sets, dynamic programming, KMP, the Hungarian algorithm, collected, such as deep-search
Platform: | Size: 77824 | Author: 俞昊旻 | Hits:

[Data structsfind_all_loops

Description: 找出有向图中所有简单回路,深搜DFS+标记-Directed graph to find all the simple loop, deep search DFS+ Tags
Platform: | Size: 1024 | Author: Joker Lee | Hits:

[Windows Develop200816gejiuzi

Description: 十六格棋之王4层深搜小游戏代码的VC实现-Grid chess king 16 4 layers deep search of the VC game code to achieve
Platform: | Size: 34816 | Author: 木子 | Hits:

[Other Riddle gamesGomucu5

Description: 采用Alpha-Beta裁剪的高AI(人工智能)的五子棋程序,人工智能较高,搜索深度为三,难被打败-Alpha-Beta(Three Deep search AI)
Platform: | Size: 2960384 | Author: yaojunfeng | Hits:

[source in ebookshensou

Description: 深度优先搜寻的模板,深搜可以解决很多图的问题,可以遍历图中的任意位置,从而解决问题-Depth-first search template, deep search problems can be solved a lot of plans, you can traverse the graph of an arbitrary position to solve the problem
Platform: | Size: 1024 | Author: liweii | Hits:

[assembly languageC-CPP

Description: c/c++深沉搜索。研究C++底层的实现。从汇编、编译、链接的角度研究c++的实现-c/c++ deep search. Of C++ the underlying implementation. From the compilation, compile, link point of the implementation of c++
Platform: | Size: 4059136 | Author: freeing | Hits:

[Data structsdfs

Description: 先深搜索算法,图论的基础算法,用于遍历图中各点,图用点边集表示,以文件方式读入-First deep-search algorithm, graph theory based algorithm for traversing the graph, Figure with a set of edges that point to papers read
Platform: | Size: 1024 | Author: | Hits:

[Process-Threadjava

Description: java课程设计作业。功能有多线程。实现了深搜和广搜。-java course design job. Function of multiple thread. Deep search and wide search.
Platform: | Size: 22012928 | Author: 罗杰 | Hits:

[Othersl

Description: QT小扫雷,简易小扫雷,深搜算法,主要由Painter来完成界面。-QT the small mine clearance, easy Minesweeper, deep search algorithm, mainly by Painter to complete the interface.
Platform: | Size: 460800 | Author: NG | Hits:

[Windows DevelopA-Knights-Journey

Description: POJ经典名题——骑士巡游VC++版实现附代码注释。初学者理解深搜思想很好地入门题目-The POJ classic title- Knight Parade VC++ Edition attached code comments. Beginners to understand the thinking of the deep search entry subject
Platform: | Size: 1024 | Author: sc | Hits:

[Data structsgraph

Description: 几乎包含了图的所有操作,邻接矩阵,邻接表建立,递归非递归深搜广艘遍历,floyd,prim,kruscal,地界斯特拉算法,拓扑排序,关键路径-Figure includes almost all the operations, the adjacency matrix, adjacency list creation, deep search recursive non-recursive traversal wide ship, floyd, prim, kruscal, boundary Stella algorithm, topological sorting, the critical path
Platform: | Size: 1448960 | Author: 宁淡淡 | Hits:

[Consoledeep-search-for-eight-digital-issue

Description: 深度搜索实现八数码问题。控制台应用,源码和exe文件-Depth search to achieve eight digital problem. Console applications, source code and exe files
Platform: | Size: 291840 | Author: 雷建华 | Hits:

[Other24.cpp

Description: 深搜的经典游戏--计算24点,以优化可算解法和数量-Deep search of the classic game- 24 points, calculated to optimize the solution and the number can be counted
Platform: | Size: 1024 | Author: | Hits:

[Otheryuanma

Description: 两个代码,一个是深搜,一个是广搜,广搜使用栈来实现,都是在二维下来实现的。- Two codes, a deep search, a search is wide, wide search use the stack to achieve, it is implemented in a two-dimensional down.
Platform: | Size: 4096 | Author: jisi | Hits:

[Energy industrydeepsearch

Description: 基于深度优先搜索的电力系统分区:根据节点连接关系确定节点的所属分区,即系统最终分成多少个区域、每个区域包含哪些节点。-Power system Partition based on deep search according to connectivity , i.e., determining the number of sections and nodes in each section.
Platform: | Size: 563200 | Author: 刘阳升 | Hits:

[androidSilentInstall

Description: 安卓静默安装,网上搜索资料自己写了个小demo,注意手机必须root才能实现,运行的时候程序是搜索sd卡根目录下的apk文件,(注意是根目录,如果有两个sd卡的话把apk放在sd0里面)没做深层的搜索了。如果有哪位大牛能在不root的情况下实现静默安装,希望能交流下qq:1563277640!-Android silent installation, Internet search data to write a small demo, note: the phone must be root can be achieved, the running time of program is under the root directory of the SD card APK file search, attention is the root directory, if two SD card, then the APK is put inside the sd0 did not do deep search rope. If there is a big bull can achieve silent installation in the case of not root, hoping to communicate under the qq:1563277640!
Platform: | Size: 657408 | Author: fuyi | Hits:

[Chess Poker gamesmain

Description: 用数据结构来写的迷宫算法。用深搜(DFS)产生迷宫。并用A *寻路算法-Data structure of the maze algorithm to write. Generated maze with deep search (DFS). With A* pathfinding algorithm
Platform: | Size: 3072 | Author: 黄震宇 | Hits:

[Chess Poker gamesAmazon-chess-game

Description: 亚马逊棋人机博弈代码,界面美观,满足深层搜索。-Amazon chess game code, beautiful interface, meet the deep search.
Platform: | Size: 9545728 | Author: 华雨南 | Hits:
« 12 3 4 »

CodeBus www.codebus.net