CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 数列

搜索资源列表

  1. shujujiegou-erchashu

    0下载:
  2. 叉排序树与平衡二叉排序树基本操作的实现 用二叉链表作存储结构 (1)以回车( \\n )为输入结束标志,输入数列L,生成二叉排序树T; (2)对二叉排序树T作中序遍历,输出结果; (3)计算二叉排序树T的平均查找长度,输出结果; (4)输入元素x,查找二叉排序树T,若存在含x的结点,则删除该结 点,并作中序遍历(执行操作2);否则输出信息“无结点x”; (5)判断二叉排序树T是否为平衡二叉树,输出信息“OK!”/“NO!”;-fork trees and
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1.98kb
    • 提供者:胡图
  1. fibonacci

    0下载:
  2. fibonacci数列,用递归实现,很简单的一个程序,但针对性很强。-fibonacci series, and recursive, a very simple procedure, but very targeted.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:4.91kb
    • 提供者:黎元凯
  1. fenk

    0下载:
  2. 产生三维矩阵随机数列,并且能够可操作地改变各行列树值-Three-dimensional matrix of random numbers generated columns, and can be operable to change the value of the ranks of the tree
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:51.65kb
    • 提供者:冯小新
  1. Premium-Series

    0下载:
  2. 费波那西数列(Fibonacci Sequence),又译费波拿契数、斐波那契数列、费氏数列、黄金分割数列。本代码实现了费数列变量的定义。-Premium Series
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:2.8kb
    • 提供者:Jie Yu
  1. cPP

    0下载:
  2. 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
  3. 所属分类:Software Testing

    • 发布日期:2017-11-13
    • 文件大小:3.36kb
    • 提供者:陈雨晴
  1. Fibona

    0下载:
  2. 基于汇编和MIPS的基础,完成对斐波纳挈数列的产生过程,十分适合于初学者进行学习-Compilation and MIPS-based foundation, the completion of Fei Bona pull out series production process, very suitable for beginners to learn
  3. 所属分类:Software Testing

    • 发布日期:2017-11-25
    • 文件大小:63.57kb
    • 提供者:Victor Lin
  1. lab4_5_Fibonacci

    0下载:
  2. fibonacci数列进程实现。用子进程计算并用父进程输出-fibonacci sequence process implementation. Calculated and used by the child process the parent process output
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:663byte
    • 提供者:zwz
  1. 5

    0下载:
  2. 有一分数序列: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.
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:1.22kb
    • 提供者:邓伟健
  1. fibo

    0下载:
  2. 这是fibonacci数列。用C语言实现的。好好学习吧。-This is the fibonacci sequence. Implemented using C language. Learn it.
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:175.39kb
    • 提供者:蔡完锡
  1. suanfasheji

    0下载:
  2. 随意输入一行数字,此代码可以按照一定的顺序输出金字塔数列-Random input line Numbers, this code can be output sequence of pyramid in a certain order
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:278.14kb
    • 提供者:姜晓延
  1. fac

    0下载:
  2. 用约分实现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.
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1.08kb
    • 提供者:陈林
  1. wendang

    0下载:
  2. 数值交换 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
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:560byte
    • 提供者:世坪
  1. 2DArraysAndMapsInClass

    0下载:
  2. Java二维基础数列运算和地图结构练习以及例题-2Darray and map
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:20.19kb
    • 提供者:Jiaye Su
  1. Recursion

    0下载:
  2. 循环结构的学习以及训练,用于数列求和计算或树结构运算-implement recursion in Java
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:50.09kb
    • 提供者:Jiaye Su
  1. SinglyLinkedList

    0下载:
  2. 单结构连接数列数组的训练和学习 建立每个物之间的练习-singly linked list
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:28.63kb
    • 提供者:Jiaye Su
搜珍网 www.dssz.com