搜索资源列表
myhannuota
- 用非递归算法写的汉诺塔程序,盘数可以改变,适合课件演示-non - recursive algorithm HANOR written procedures, bookkeeping can be changed, and courseware for demonstration
Sfibo
- 用java程序现实的计算斐波那契数列的非递归程序-with java realistic calculation procedures Fibonacci series of non - recursive procedure
pascal
- 用pascal语言实现八皇后的非递归算法
unRecursiveBinarySearch1.2
- 这是一个java写的非递归的二分搜索程序。-This is a java written in non-recursive binary search program.
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
200810139184657676
- 将马随机放在国际象棋的8×8棋盘Board[0~7][0~7]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,…,64依次填入一个8×8的方阵,输出之 -The horses were placed in 8 × 8 chess board Board [0 ~ 7] [0 ~ 7] in a box, the horse in accordance with the rules for
Projects
- 将马随机地放在国际象棋的8*8棋盘Board[8][8]的某个方格中,然后令马按走棋规则开始进行移动。要求马将棋盘上的每个方格进入且只进入一次,走遍全部64个方格。要求编制非递归程序,求出马的行走路线,将数字1,2,…,64依次填入一个8*8的方阵在屏幕上显示输出。-Ma randomly placed in the 8* 8 chess board Board [8] [8] in a box, and then that horse started under the rules for p
eightqueen
- 用java实现的八皇后算法。时间复杂度较低,非递归算法。-Eight Queens using java implementation algorithm. Low complexity, non-recursive algorithm.
Java
- Test为输出60到69之间的随机数,Dig为用非递归求n的阶乘,ball为标签彩色球,YH为杨辉三角,Q21为矩阵转置。-Test the output of 60 to 69 random numbers between, Dig for the use of non-recursive find n factorial, ball color ball for the label, YH for the Yang Hui triangle, Q21 for the matrix trans
maze
- Java中栈.回溯.迷宫问题求解。非递归实现。初学者适用-Java stack. Backtracking maze problem solving
merge
- 数据结构中的归并排序算法,非递归效率更高。-Merge sort algorithm data structure, efficient non-recursive.
Java
- 资料里的是Java的程序代码,有求n个奇数的和,输出给定范围的质数,阶乘的计算,输出前五个被3整除的数,用非递归的方法打印Fibonacci数列。-Data is the Java code, n odd and output demand given the scope of the prime numbers, the factorial calculation output five divisible by 3, non-recursive print the Fibonacci seq
mata
- 马踏棋盘-设计一个国际象棋的马踏遍棋盘的演示程序。将马随机放在国际象棋的88 棋盘Board88 的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64 个 方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,…,64 依次填入一个88 的阵,输出之。-Horse riding board- design a chess the horse travels chessboard demo program. Horse randomly i
EightPuzzle
- java编写 解决八数码难题 非递归 步骤最少-Eight digital problem
S_6_20
- 回溯法非递归实现8皇后问题,控制台图形显示-Non-recursive backtracking to achieve eight queens problem, the console graphics
tree
- java实现二叉树的遍历非递归版,比较容易实现的。-java achieve binary tree traversal non-recursive version, relatively easy to achieve.
triangulation
- 动态规划 的非递归实现,实现了三角的划分使得铉长最短!凸显显示-Non-recursive implementation of dynamic programming to achieve a long triangular division makes Hyun shortest! Show highlights
Fourier-transform
- 一维的快速傅里叶变换。输入2n次方数组。输出变换后的系数数组。非递归实现-One-dimensional Fast Fourier Transform. Enter 2n th array. Transformed coefficients output array. Non-recursive implementation
二叉树非递归创建
- 用c++编程,二叉树非递归的创建,创建 求深度 查找 求叶子结点数 遍历输出 层次遍历 层次创建(Non-recursive creation of binary tree)
text_2
- 非递归算法求所有银行家安全序列,emmmmmmmmmmmm(Non recursive algorithm for all banker's safety sequences)