CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 数组 最大值

搜索资源列表

  1. cctttt

    0下载:
  2. 输入一组整数存放在数组中,比较并输出其中的最大值和最小值,再将数组元素从小到大排序并输出。-importation of a group integer stored in the array, the more output and the maximum and minimum. then array elements from small to large sequencing and output.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4189
    • 提供者:刘建强
  1. maxmin

    0下载:
  2. 本JAVA程序是基于分治法思想的,取数组最大最小值的程序,可以动态控制数组长度
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2500
    • 提供者:周彦坤
  1. Main

    0下载:
  2. 附件中演示了java中线程的创建和使用,所实现的功能是使用线程实现求取二维数组中的最大值-Java in the annex demonstrates thread creation and use of the function is achieved using two-dimensional array of thread to achieve the maximum strike
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:795
    • 提供者:王守涛
  1. CalculateTheSummary

    0下载:
  2. 1. 编写一个程序打印数出有10个元素的浮点数组a1中最大值和最小值。 2.将有10个元素的数组a1 拷贝至含有15个元素的数组b1的一段位置。 3.将一个已存入数组中的值45,89,7,6,0,按0,6,7,89,45的次序打印出来。 4. 求一个3*3矩阵对角线元素之和。 5.设某个一维数组中有25个元素,编写一个顺序查找程序,从中查找值为80的元素在数组中的位置。 -1. Write a program that prints out a number of floa
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2192
    • 提供者:何彦青
  1. Andian

    0下载:
  2. /** * 二维数组的鞍点 * (行上最大,列上最小) * 思想:先找到每行上的最大值,保存在一维数组上b[i]。 * b[0]对应的那列最大值的行号为0, * b[1]对应的那列最大值的行号为1 */-/**** Two-dimensional array of the saddle point (the line' s largest and column minimum)* thinking: first find the maximum on e
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:893
    • 提供者:应梦寐
  1. java

    0下载:
  2. 求一维int型数组A中元素的最大值,最小值,并将并将其输出;编写打印三个矩形的程序;-Seeking a one-dimensional array of type int elements maximum, minimum, and and outputs writing a program to print three rectangular
  3. 所属分类:JavaScript

    • 发布日期:2017-03-21
    • 文件大小:1290
    • 提供者:朴飞雪
  1. prog3

    0下载:
  2. 输出某个整数数组的最大值和最小值。(练习循环与数组)-Maximum and minimum values ​ ​ of the output of an array of integers. (Exercise cycle, and array)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:10483
    • 提供者:
  1. ArrayDemo

    0下载:
  2. (1) 声明数组 (2) 创建数组 (3) 初始化数组 (4) 输出数组 (5) 数组最大值、最小值及其索引 (6) 随机数组 (7) 从控制台接受任意个整数,以数组形式返回 (8) 数组到String 转化 (9) 扩张数组-(1) declare an array (2) create an array (3) initialize the array (4) the output array (5) an array of the m
  3. 所属分类:Ajax

    • 发布日期:2017-03-29
    • 文件大小:2143
    • 提供者:宋景玮
  1. 8.13

    0下载:
  2. 设计一个名为Location的类,定位2维数组中的最大值及其位置。-The design of a class called Location, to locate the maximum value and its position in the 2-dimensional array.
  3. 所属分类:Applet

    • 发布日期:2017-11-30
    • 文件大小:4717
    • 提供者:kevin
  1. TwoDimensional

    0下载:
  2. 二维表1、 编写一个Java应用程序,计算并输出一维数组(9.8,12,45,67,23,1.98,2.55,45)中的最大值和最小值。-Dimensional table, write a Java application to calculate and output the maximum and minimum values ​ ​ of the one-dimensional array (9.8,12,45,67,23,1.98,2.55,45).
  3. 所属分类:Java Develop

    • 发布日期:2017-11-19
    • 文件大小:963
    • 提供者:s
  1. java

    0下载:
  2. 编写程序实现:输入一组整数,比较并输出其中的最大值和最小值,再将数组元素从小到大排序并将运行结果输出。-Preparation program: Enter a set of integers, and outputs the maximum and minimum, then the array elements in ascending order and the results output.
  3. 所属分类:JavaScript

    • 发布日期:2017-12-02
    • 文件大小:3331
    • 提供者:常晓芳
  1. viviom

    0下载:
  2. 设计一个名为Location的类,定位二维数组中的最大值及其位置。这个类包括公共的数-Design of a class called Location, location of the maximum two-dimensional array and its location. This class includes a number of public
  3. 所属分类:JavaScript

    • 发布日期:2017-03-28
    • 文件大小:113839
    • 提供者:jiejie
  1. java

    0下载:
  2. 有一个5行6列的二维数组,元素值array[i][j]=iˆ 2-(j-i)ˆ 2+10, 其中,0<=i<=4,0<=j<=5,输出该数组,并求出每一行的最大值和每一列的最小值。-A 5 rows 6 columns two-dimensional array element value array [i] [j] = i2-(ji) 2+10, where, 0 < = i < = 4,0 < = j < = 5, the output
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1298
    • 提供者:Icyyear
  1. ArrayToolDemo

    0下载:
  2. 定义一个测试类ArrayToolDemo: (1)由键盘输入一个整型数组; (2)调用函数返回这个数组的最大值并显示; (3)调用函数返回这个数组的最小值并显示; (4)调用函数按照选择排序的方式给数组排序,并显示; (5)调用函数按照冒泡排序的方式给数组排序,并显示;-The definition of a test class ArrayToolDemo: (1) from the keyboard input of an integer array
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-10
    • 文件大小:557
    • 提供者:CoCoLu
  1. zu

    0下载:
  2. 实现数组功能:求最大值,使用冒泡排序排序,插入数据等功能-Maximum array functions: please, use bubble sort sorting, insert the data, and other functions
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:630
    • 提供者:Gilbert
  1. Maximum---minimum-and-difference

    0下载:
  2. 编写一个程序,计算一维数组中最大值、最小值及其差值-Write a program that calculates the maximum, the minimum, and the difference between a one-dimensional array
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:2593
    • 提供者:潘潘
  1. proj-1

    0下载:
  2. 在一个元素值100以内,含20元素的一维整型数组元素中,求最大值、平均值、统计其中素数个数-In one element of value less than 100, including a one-dimensional integer array element 20, seeking maximum, average, statistics on the number of primes
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2373
    • 提供者:李新燕
  1. ArrayUtil

    0下载:
  2. 求数组的最大值、最小值、遍历数组元素、求数组的平均数、总和、数组的反转、实现数组的复制、对数组进行排序 -Array of use and practice
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:929
    • 提供者:小白
  1. maxim

    0下载:
  2. 用java语言编写的根据键盘输入的数组求最大值(Using java language, according to the keyboard input array for maximum value)
  3. 所属分类:Java编程

    • 发布日期:2017-12-22
    • 文件大小:79872
    • 提供者:zhangdbl
  1. OneArryasTools v1.1-ok

    0下载:
  2. * 这是一个一维数组的工具类,里面封装了6个方法,分别是 * 1.数组的遍历: print方法 * 2.获取最大值: getMax方法 * 3.获取最小值: getMin方法 * 4.反转数组:revArray方法 * 5.数组升序(从小到大排列):asc * 6.数组降序(从大到小排列):desc * * 备注:显示的同时带数组返回,加个接收类型就可以了。 * * @author wuxiaolong * @version v1.1(* this
  3. 所属分类:Java编程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:eto754
« 12 »
搜珍网 www.dssz.com