搜索资源列表
Maze
- 神奇的迷宫小游戏,包含有迷宫自动生成的算法,实现了“左手摸墙”算法,深度优先,广度优先搜索算法,以自动寻路。-Magic maze game maze includes automatic generation algorithm, to achieve a " left hand touching the wall" algorithm, depth first, breadth-first search algorithm to automatically find its
PegJump
- (1)、深度优先搜索。 (2)、可以点击面板上的按钮设置七种默认的初始状态。 (3)、点击“自定义”按钮可以自行设定初始状态。 (4)、设定初始状态后点击“搜索”按钮,启动搜索算法,若找到走法,则弹出对话框提示“已找到解”,接着点击“下一步”按钮,将走法一步步呈现出来,点击一下走一步;若找不到走法,则弹出对话框提示“未找到解”。 集成开发环境(IDE) Eclipse 3.3. JDK 5.0.1 注:系统安装的JDK必须是5.0以上的版本。-(1), depth-fir
findlink
- union,find,link确定深度问题,包括详细的分析结果剖析,以及最后D森林-union, find, link to determine the depth of issues, including a detailed analysis of the results of analysis, and finally D Forest
shiyan
- 使用Javascr ipt和Applet实现网页版的插入算法、归并算法、堆排序、快速排序、多项式加减(用链实现)、十进制转化为二进制(用队+栈实现)、开放地址法(线性探测)、一次探测法(平方探测)、二次探测法(双HASH)实现快速查找、利用二叉排序树进行排序与查找以及删除一个节点、实现宽度优先或深度优先排序算法、实现Kruskal算法或Prime算法-Insertion algorithm, merging algorithm, heap sort, quick sort, polynomial
Program-for-class-Box
- /* Program for class Box to find a volume with width, height and depth
firstjava
- 通过java界面实现图的初始化,再利用图的深度优先找到从始点到终点权值最小的路径-Through the Java interface to figure initialization,Reuse the depth of the figure is from the beginning to the end point to find the path of least weights
qipuhuatu
- 用java语言画的棋谱,源代码,适合入门学习, 深入的人机下棋对弈算法没有实现,先要深入的可以自己查找,有简单的下棋功能-In the Java language of chip, source code, suitable for study entry, In-depth man-machine chess game algorithm is not implemented, the first in-depth can find ourselves, have simple che
JAVA-Hadoop-programming
- 程序源码,《Hadoop高级编程——构建与实现大数据解决方案》本书关注用于构建先进的、基于Hadoop的企业级应用的架构和方案,并为实现现实的解决方案提供深入的、代码级的讲解。本书还会带你领略数据设计以及数据设计如何影响实现。本书解释了MapReduce的工作原理,并展示了如何在MapReduce中重新定制特定的业务问题。在整本书中,你将会发现深入的Java代码示例,这些代码示例可以直接使用,它们均源自于已经成功地构建和部署的应用程序。-Source program the Hadoop pro
