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

搜索资源列表

  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. mxn_malloc_topscore

    0下载:
  2. 编写一个能计算任意m行n列的二维数组中的最大值,并指出其所在行列下标的函数,利用该函数和动态内存分配方法,计算任意m个班、每班n个学生的某门课成绩的最高分,并指出具有该最高分成绩的学生是第几个班的第几个学生。-Write a two-dimensional array can calculate any m rows and n columns maximum value, noting that the underlying function in their ranks, the use o
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:839
    • 提供者:沈秋实
  1. pan-duan-da-xiao

    0下载:
  2. 利用gpu检索4个存有double数值的数组中的最大值-Use gpu retrieve four maximum array
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3401353
    • 提供者:吕行
  1. MAXIMUM

    0下载:
  2. 一维数组中找出最大值和最小值,并显示出来。-One-dimensional array to find the maximum and minimum values, and displayed.
  3. 所属分类:software engineering

    • 发布日期:2017-05-01
    • 文件大小:643611
    • 提供者:回音
  1. source

    0下载:
  2. /* 功能: 输入参数:int*p 指向二维数组的首地址,该二维数组第0行的两个数分别表示:总钱数<30000,和希望购买物品的个数<25 该数组从第1行到第m行(1<=j<=m)中给出了编号为j的物品的基本数据,每行有2个非负整数, 表示该物品的价格(<=10000)和该物品的重要度(1~5)。 GetResult表示不超过总钱数的物品的价格与重要度乘积的总和的最大值(<100000000)。
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1483
    • 提供者:lkl
  1. Implemention3

    0下载:
  2. 该算法提供一种快速的在数组中查找最大值以及最小值的方法,从算法的角度上改进了其时间复杂度和空间复杂度,具有相对较好的性能。-The algorithm provides a fast method to find the maximum and minimum values ​ ​ in the array, improving its time complexity and space complexity of the algorithm from the point o
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:566
    • 提供者:chenhm
  1. cPP-Two-dimensional-array

    0下载:
  2. 这个内容都是有关数组的,有求最大值,求和,基础的,新手们可以参考。-This content is related to the array, there are seeking maximum sum basis, novices can refer.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1723
    • 提供者:llow
  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. 11

    0下载:
  2. 一、 输入三个数,求最大值。 二、 任意输入10个数,进行选择排序。 三、 任意输入10个数,进行冒泡排序。 四、 将二维数组行列互换。 实现2*2矩阵的相乘。 -First, enter the three numbers, find the maximum value. Second, any input 10 numbers, choose Sort. Third, any input 10 numbers, bubble sort. Fourth, the ranks
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5474
    • 提供者:hr
  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. therad

    0下载:
  2. 利用多线程实现多一个int数组的求平均值,最大值和最小值。-use thread for a array.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5774
    • 提供者:xiong
  1. 6_33

    0下载:
  2. 好用的程序.从键盘输入一个3*2的整型数组,将每一列的最大值显示输出。-It s good.Input the keyboard, a 3* 2 integer array to a maximum of each column display output.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:10635
    • 提供者:zhaoxiaohua
  1. shuzu

    0下载:
  2. 对输入的整型数组,输出数组元素中的最大值、最大值的个数、最小值和最小值的个数.根据数组知识结合指针进行实现。-Integer array of input and output array element maximum number of maximum, minimum, and the number of minimum. According to achieve a good array of knowledge.
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:2493663
    • 提供者:零度南方
  1. [3x4]

    0下载:
  2. 三乘四二维数组 求所有元素中最大值,这个程序很简单的,大家看看就好-Three in four two-dimensional array for all elements in the maximum
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:8758
    • 提供者:raoyuchen
  1. Max-min

    0下载:
  2. 创建一个数组,确定数组的维数和元素的个数及数值大小,确定最大和最小索引值后,在数组中寻找到最小值和最大值,并显示出来-Create an array, to determine the dimensions of the array and the number of elements and numerical size, determine the index of maximum and minimum values, find the minimum and maximum values
  3. 所属分类:LabView

    • 发布日期:2017-04-15
    • 文件大小:5756
    • 提供者:zhangyan
  1. test3

    0下载:
  2. 令n=2的m次方,A是一个2n维的数组,待求最大值的数存放在A(n),A(n+1),……A(2n-1)中,所求得的最大值置于A(1),于是算法描述如下:   输入:n=2的m次方个数存在数组A(n;2n-1)中;   输出:最大数置于A(1)中。 -So that n = m th power of 2, A is a 2n-dimensional array, to be seeking the maximum number stored in A (n), A (n+
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1389
    • 提供者:衣谷
  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. Face-Recognition-Based-on-LabVIEW-

    0下载:
  2. 基于LabVIEW的人脸识别(区分),人脸识别(自动调整识别圈大小).vi,数组非0值的均值.vi,数组值的范围(子).vi,寻找人脸中心.vi,一维数组查找最大最小值.vi-Recognition Based on LabVIEW (case), face (automatically adjusts identification ring size) .vi, an array of non-zero values mean .vi range array of values (sub) .
  3. 所属分类:LabView

    • 发布日期:2015-12-31
    • 文件大小:650240
    • 提供者:o0pingu0o
  1. homework

    0下载:
  2. 用数组计算斜抛运动水平距离,得出最大值,并画出对应曲线-Calculated using an array of Projectile Motion horizontal distance, draw the maximum, and draw the corresponding curve
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:1295
    • 提供者:Frank Martin
  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 2 3 4 5 67 8 9 10 »
搜珍网 www.dssz.com