CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - Maximum Minimum number

搜索资源列表

  1. 04

    0下载:
  2. 圆形操场的四周摆放着n堆石子,现在要将石子有次序地合并成一堆,规定每次只能将相邻的两堆合并成新的一堆,并将新的一堆石子数计为该次合并的得分。编写程序求出将n堆石子合并成一堆的最小得分和最大得分。 输入:第一行一个整数,表示石子堆数,第二行n个数,表示每堆石子的个数。 输出:第一行中的数是最小得分,第二行中的数是最大得分 -Placed around a circular playground with n stack stone, stone is now to have the o
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:536byte
    • 提供者:cj
  1. max@min

    0下载:
  2. 利用labview程序计算一个数组的最大值和最小值分别是多少-Calculate a set of arrays are the maximum and minimum number of
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:8.72kb
    • 提供者:sj
  1. c

    0下载:
  2. 设计一个结构体数组来存放班级体学生成绩。结构体成员至少包括“学号”、“姓名”和至少三门功课名。由用户输入至少15个学生成绩信息,统计并输出各门功课的总分和平均分,输出各门功课的分数最大者和最小者,统计输出各门功课优秀人数(大于85分)和不及格人数。统计并输出各个学生的所有功课的总分和平均分。把用户输入的每个学生的信息写入文本文件-Design a structure array to store the class body of student achievement. Membership
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:4.9kb
    • 提供者:kelsey0824
  1. Farm

    0下载:
  2. 农场灌溉问题() 一农场由图所示的十一种小方块组成,蓝色线条为灌溉渠。若相邻两块的灌溉渠相连则只需一口水井灌溉。给出若干由字母表示的最大不超过50×50具体由(m,n)表示,的农场图,编程求出最小需要打的井数。每个测例的输出占一行。当M=N=-1时结束程序。 -Farm irrigation problems () shown in a farm by a map composed of 11 kinds of small squares, blue line for the irrig
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:876byte
    • 提供者:zhangkai
  1. 1_1

    0下载:
  2. 使用For循环产生100个随机数。在随机数产生的同时判定当前随机数的最大值和最小值。有时称其为“流动的”最大值和最小值。在前面板上显示流动最大值、最小值和当前的随机数。循环中一定要包含Time Delay Express VI以便用户可以观看值随着For循环的运行而更新。-For cycling using 100 random numbers. While in the random number generator random number to determine the curren
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:6.93kb
    • 提供者:小李
  1. labVIEW1

    0下载:
  2. 输入一个最大数值,在输入一个最小数值,然后随机可以生成一个数处于最大和最小数中间-Enter a maximum value, a minimum value in the input, and then you can generate a random number in the middle of maximum and minimum number of
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:6.94kb
    • 提供者:venny
  1. xyz

    0下载:
  2. 1. 从键盘上任意输入3 个整数x、y、z,并按从大到小的顺序显示出来,请编写该程序。要求:输入时x、y、z三个变量中的数是无序的,通过程序处理后,x是最大值,y是次大值,z是最小值。-1. Any input from the keyboard three integers x, y, z, and press in sequence is displayed, please write the program. Requirements: input x, y, z are three va
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:671byte
    • 提供者:lilong
  1. 20042

    0下载:
  2. 04武大复试题 printf("最大数为: d\n最小数为: d\n中间数为: d\n",max,min,midle) -04 Wu large complex questions printf (" Maximum number: d \ n Minimum number: d \ n the middle number: d \ n" , max, min, midle)
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:295.04kb
    • 提供者:沈乐
  1. Caipiao

    1下载:
  2. 基于VC++的彩票号码随机选择及生成,主要是完成彩票的选数的随机生成,在机选号码的之前,允许你设置彩票的类型,因此可以为不同类型的彩票生成随机号码;可按从小到大或从大到小顺序排列,可设置最小数、最大数、奇数个数等,整体感觉程序还是不错的,如果现在用的话,需要稍微做些改动。 -Based on VC++ lottery numbers randomly selected and generated, notably the completion of the lottery selection
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:51.56kb
    • 提供者:madud00088
  1. B04_2841_EX08

    0下载:
  2. Exercise 8: Arrays 1. Write a program that reads ten numbers supplied by the user into a single subscr ipted array, and then prints out the average of them. 2. Write a program that reads ten numbers supplied by the user into a 2 by 5 arr
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1.2kb
    • 提供者:Li Jingyang
  1. SHUZU

    0下载:
  2. 冒泡排序 求取四个数中最大最小并排序 指针-Calculating the minimum and maximum of four number and sequencing
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:7.57kb
    • 提供者:
  1. C-language-and-a-classic-code

    0下载:
  2. 该资源有28个经典的C语言代码,包括两数交换、考试成绩转换成等级分、判读闰年、求平均、求最大值、求最小值、统计个数、最大公约数、求 n 的阶乘、打印九九乘法表、求 100 以内的素数、求水仙花数、用函数求 x 的 n 次幂-28 classic C language code of the resource, including the exchange of two numbers, test scores convert level interpretation of the leap ye
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-06
    • 文件大小:4.77kb
    • 提供者:张达
  1. ex

    0下载:
  2. 设计一个函数,其功能是同时求得长度为20的整型数组所有元素中的最大值、最小值和平均值。并用相应的主函数对其进行测试,测试数组可以用随机数填充或者自行定义数据。-The design of a function, its function is to obtain the length of the maximum, minimum and average 20 integer array element. And its main function testing, the test array
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:3.79kb
    • 提供者:chen
  1. seqencing-order

    0下载:
  2. 输入一些数字,排列后输出,并且显示最大最小数-Input some Numbers, after the arrangement of output, and display the maximum minimum number
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-07
    • 文件大小:539byte
    • 提供者:天线儿
  1. fog3

    0下载:
  2. 功能简介: 基于matlab的光纤陀螺磁场作用下零漂测试数据处理程序。 1)读取txt文档中陀螺零漂的实验数据,自动取出有效数据段,并根据一定规律分类 2)作出全部数据图像并保存 3)对各段数据作图,并作平滑处理 4)显示各段数据的最大值、最小值、平均值 5)按周期即序号先后编码文档名称并保存各段数据及图像 6)其他可能的拓展可在本程序基础上修改得到 --------------------------------------------------
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:2.08kb
    • 提供者:zhouxin
  1. huawei

    0下载:
  2. 华为上机题目,包括灯亮盏数、地铁换乘、最大最小值、括号匹配、回文数、将第一行中含有第二行中“23”的数输出并排序-Huawei computer subject, including the light lamp, transit, maximum minimum, parentheses matching, palindrome, will be the first line contains 23 the number of output in the second row and so
  3. 所属分类:Other systems

    • 发布日期:2017-05-25
    • 文件大小:8.29mb
    • 提供者:周大鱼
  1. statistical-analysis

    1下载:
  2. 随机模拟和统计分析 max,min - 最大,最小值 sum - 求和 mean - 均值 std - 标准差 sort - 排序(升序) sortrows - 按某一列排序(升序) rand - [0,1]区间均匀分布随机数 randn - 标准正态分布随机数 randperm - 1...n 随机排列 regress - 线性回归 classify - 统计聚类 *trim - 坏数据祛除 *specrnd -
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:12.96kb
    • 提供者:lxc
  1. main

    0下载:
  2. SAP算法:求最大流有一种经典的算法,就是每次找增广路时用BFS找,保证找到的增广路是弧数最少的,也就是所谓的Edmonds-Karp算法。- SAP algorithm for the maximum flow is a classical algorithm, is each for augmenting path with BFS can guarantee the augmented way to find the minimum number of arcs, which i
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.37kb
    • 提供者:亮建
  1. Quicksort-and-Randomized-Quicksort

    0下载:
  2. 快速排序与随机快速排序,并且解决问题,计数其中重复排序次数与最大最小次数-3. Implement Quicksort and Randomized Quicksort. Answer the following questions. (1) How many comparisons will Quicksort do on a list of n elements that all have the same value? (2) What are the maximum and minimu
  3. 所属分类:Other systems

    • 发布日期:2017-12-13
    • 文件大小:1.57kb
    • 提供者:马越
  1. Desktop

    0下载:
  2. 输入10个整数,将最小的数与第一个数调换,把最大的数与最后一个数调换(Enter 10 integers, change the minimum number from the first number, and change the maximum number to the last number.)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:4kb
    • 提供者:654456
« 12 »
搜珍网 www.dssz.com