搜索资源列表
shujujiegou-erchashu
- 叉排序树与平衡二叉排序树基本操作的实现 用二叉链表作存储结构 (1)以回车( \\n )为输入结束标志,输入数列L,生成二叉排序树T; (2)对二叉排序树T作中序遍历,输出结果; (3)计算二叉排序树T的平均查找长度,输出结果; (4)输入元素x,查找二叉排序树T,若存在含x的结点,则删除该结 点,并作中序遍历(执行操作2);否则输出信息“无结点x”; (5)判断二叉排序树T是否为平衡二叉树,输出信息“OK!”/“NO!”;-fork trees and
fibonacci
- fibonacci数列,用递归实现,很简单的一个程序,但针对性很强。-fibonacci series, and recursive, a very simple procedure, but very targeted.
fenk
- 产生三维矩阵随机数列,并且能够可操作地改变各行列树值-Three-dimensional matrix of random numbers generated columns, and can be operable to change the value of the ranks of the tree
Premium-Series
- 费波那西数列(Fibonacci Sequence),又译费波拿契数、斐波那契数列、费氏数列、黄金分割数列。本代码实现了费数列变量的定义。-Premium Series
cPP
- a) 使用指针数组对输入三个整数数列(每个序列5个整数),利用指针对三个数进行排序-a) the use of an array of pointers to input three integer columns (each sequence of five integers) using means for three sort
Fibona
- 基于汇编和MIPS的基础,完成对斐波纳挈数列的产生过程,十分适合于初学者进行学习-Compilation and MIPS-based foundation, the completion of Fei Bona pull out series production process, very suitable for beginners to learn
lab4_5_Fibonacci
- fibonacci数列进程实现。用子进程计算并用父进程输出-fibonacci sequence process implementation. Calculated and used by the child process the parent process output
5
- 有一分数序列:2/1,3/2,5/3,8/5,13/8,21/13...求出这个数列的前20项之和。 -A score sequence: 2/1, 3/2, 5/3, 8, 5, 13, 8, 13... The sum of the top 20 of the sequence of items.
fibo
- 这是fibonacci数列。用C语言实现的。好好学习吧。-This is the fibonacci sequence. Implemented using C language. Learn it.
suanfasheji
- 随意输入一行数字,此代码可以按照一定的顺序输出金字塔数列-Random input line Numbers, this code can be output sequence of pyramid in a certain order
fac
- 用约分实现40以内的Cmn排列组合,并利用排列组合公式实现斐波那契数列的输出。-With about 40 minutes to achieve within Cmn permutations, permutations and combinations and the use of the formula to achieve an output that Fibonacci number Fibonacci sequence.
wendang
- 数值交换 Problem Descr iption 输入n(n<100)个数,找出其中最小的数,将它与第一个数交换后输出这些数 Input 输入数据有多组,每组占一行,每行的开始是一个整数n,表示这个测试实例的数值的个数,跟着就是n个整数。n=0表示输入的结束,不做处理。 Output 对于每组输入数据,输出交换后的数列,每组输出占一行。 Sample Input 4 2 1 3 4 5 5 4 3 2 1 0 Sample
2DArraysAndMapsInClass
- Java二维基础数列运算和地图结构练习以及例题-2Darray and map
Recursion
- 循环结构的学习以及训练,用于数列求和计算或树结构运算-implement recursion in Java
SinglyLinkedList
- 单结构连接数列数组的训练和学习 建立每个物之间的练习-singly linked list