搜索资源列表
Hilbert_Sierpinski
- 著名的Hilber 曲线和Sierpinski曲线,JAVA实现.体现递归算法和JAVA中的绘图功能.-famous Hilber curve and Sierpinski curves, JAVA. recursive algorithm embodied in Java and graphics functions.
game
- 用java 做的扫雷游戏,用了递归算法,原来递归也不难的-do with the mine java games, with a recursive algorithm, the original will not be difficult for the recursive
scc
- 递归算法求一个有向图的强连通分量,输入格式如压缩包中data4.txt,第一行为顶点个数。输出到result.txt中。-recursive algorithm for a directed graph strongly connected component, the input format such as compression package data4.txt. the first acts of the number of vertices. Result.txt exported
tower
- 对汉诺塔游戏问题进行了研究,发现了对汉诺塔游戏用递归算法实现符合问题逻辑结构。设计了基于JSSE的递归算法实现了手动移盘和自动移盘的游戏功能。
MinesSweeper
- JAVA 做的扫雷游戏 ,界面做的很好,内容已经做了N多测试,完全合格。代码中主要是递归算法研究。
EightQueen.java
- 运用递归算法实现了八皇后问题,基本思路借鉴于四皇后的实现。
src
- 通过对此程序的调用,可以深刻理解递归算法的实现过程-Through this procedure call, you can achieve a profound understanding of the process of recursive algorithm
RoleBased_Privilege_Control_Static_Test
- 自己写了一个角色权限控制的框架,仅仅使用了DOM在html的view层,以及JSP、Struts展现标记在前端控制层,Action多组类在后端控制层,两个biz类在模型层。本上载部分为第一部分,验证了一组递归算法实现checkbox的1种状态变化。-Wrote out a framework for the role based privilege control, which includes static html using javascipt on View layer, JSP& so
java_tree
- 自己开发的可扩展java树结构,包括节点排序,遍历(非递归算法),查找(单节点,全路径匹配),添加删除等。排序方式,节点匹配方式均可通过接口可扩展,本代码是自己开发的一个cms项目中的一部分,可独立使用-Self-developed scalable java tree structure, including nodes sorting, traversal (non-recursive algorithm), find (single node, the full path to match
recursion
- 递归算法。最经典的汉诺塔递归算法,另外还有一个迷宫的递归。很不错。-Recursive algorithm. The most classic Tower of Hanoi recursive algorithm, in addition to a maze of recursion. Very good.
DataStructure1
- 三个递归算法:1.用递归算法求前 n 个正整数的和;2.用递归算法求整形数组中前 n 个元素的和;3.递归实现全排列。-Three recursive algorithms: 1. Before seeking using recursive and n positive integers 2. With a recursive algorithm to solve the integer array of n elements and before 3. Recursive full ar
DataStructure3
- Java数据结构基础:递归算法入门,包括四个程序。-Based on Java data structures: Introduction to recursive algorithms, including the four procedures.
ACOforTSP
- 利用以递归算法为基础演变而来的医学算法来解决tsp问题-Recursive algorithm used in medicine evolved based algorithm to solve the problem tsp
AllSort
- 使用算法实现全排序,这是一个递归算法,说难不难,说简单不简单-Using all sort algorithm, which is a recursive algorithm, that is difficult or not, that simple is not simple
BeanUtils
- 如何对文件进行删除 修改 显示 采用递归算法-How to delete the file to modify the display using recursive algorithm
eightqueen
- 用java实现的八皇后算法。时间复杂度较低,非递归算法。-Eight Queens using java implementation algorithm. Low complexity, non-recursive algorithm.
search-file
- 2. 设计一个程序,实现文件查找。文件查找操作是一项非常基本的操作,一般的文件查找操作采用递归算法,实际上是采用“深度优先”的策略。请设计一个基于“广度优先”算法的文件查找程序。 提示:由于要找的文件往往距离待查文件夹最近的文件加中。因此,基于“广度优先”算法的文件查找的效率会优于“深度优先”算法。可以将待搜索的文件夹放入一个队列,然后列出该文件夹下所有成员:如果是文件,则与查找条件进行匹配;如果是文件夹,则将其放入队列。在次从队列头取文件夹,执行同样逻辑,直到队列为空。 - De
DiguiQuestion
- //一个射击运动员打靶,靶一共有10环,连开10枪打中90环的可能性有多少种?请用递归算法编程实现-//A shooters shooting, target a total of 10 rings, fired 10 guns hit the possibility of 90 How many rings? Please use the recursive algorithm programming
java
- 用java演示的递归算法,已经从原来的结构上做了改进-Recursive algorithm using java demo, has made improvements
text_2
- 非递归算法求所有银行家安全序列,emmmmmmmmmmmm(Non recursive algorithm for all banker's safety sequences)
