CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Maximum Minimum number

搜索资源列表

  1. 科技(1) B 064 04

    0下载:
  2. 某国为了防御敌国的导弹袭击,发展出一种导弹拦截系统,但是这样的导弹拦截系统有个缺陷,虽然他的第一发炮弹能够达到任意高度,但是以后每一发炮弹都不能高于前一发的高度。某一天,雷达捕捉到敌国的导弹来袭。由于该系统还在使用阶段,所以只有一套系统,因此有可能不能拦截所有的导弹。输入导弹依次飞来的高度(雷达给出高度数据是不大于30000的整数),计算这套系统最多能拦截多少导弹,如果要拦截所有的导弹最少配备多少套这种导弹系统。 三;问题分析: 该系统的第一发炮弹能够达到任意高度,所以要求出系统最多能够
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.33kb
    • 提供者:王俊
  1. 利用双向走动法改进冒泡排序算法C语言源代码

    0下载:
  2. 传统的冒泡排序法是这样操作:从前往后,依次比较两个相邻的元素,如果逆序则交换这两个元素值,然后继续往后操作;到了数据尾部时,就找出了一个最大值(或最小值)。然后重复上面的操作n-1次(n为元素个数)。相关的改进办法:按照上面的办法来操作的话,第一次扫描把最大数(或最小数)放到最后面的位置,第二次扫描时其实只需要扫描到倒数第二个位置就可以了,因为最后一个位置已经不需要判断了,以后的操作都是类似的。这样可以减小程序运行时间。-traditional Bubble Sort method is ope
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:4.21kb
    • 提供者:张庚
  1. average_max_min

    0下载:
  2. 从数据流中取最大或最小数的程序, 用LABVIEW开发环境下编程。-from data streams for maximum or minimum number of procedures, using LabVIEW programming development environment.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:6.36kb
    • 提供者:史逢时
  1. 2309

    0下载:
  2. 北京大学ACM比赛题目 Consider an infinite full binary search tree (see the figure below), the numbers in the nodes are 1, 2, 3, .... In a subtree whose root node is X, we can get the minimum number in this subtree by repeating going down the left node until
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:13.63kb
    • 提供者:pengfam
  1. GraphAlgorithm.rar

    0下载:
  2. C++语言下, 关于图论算法的一些模版, 包括一般图最大匹配, km匹配, 最小割等等, 共15个模版,C++ language under the graph theory algorithm on a number of templates, including the maximum matching in general graph, km matching, minimum cut, etc., a total of 15 templates
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:10.86kb
    • 提供者:jz
  1. java_shiyan.rar

    0下载:
  2. 编程打印数字1-9的乘法表。编写一个字符界面的Application程序,接受用户输入的10个整数,比较并输出其中的最大和最小值。 编程接受用户输入的任意多个整数,以-1标志输入的结束,求出其中的最大值、最小值和平均值。 编写程序实现如下功能,接受用户输入的一个1-9000之间的年份,输出这一年是否是闰年。,Print digital programming of the multiplication table 1-9. The preparation of a character of th
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:2.34kb
    • 提供者:苏若水
  1. ACM_template.rar

    1下载:
  2. 本人参加ACM竞赛使用的一些算法模板,包括二分图匹配,欧拉回路的构造以及网络流中的最大流与最小费用最大流等,可以说实战性非常强。,ACM competitions I take part in a number of algorithms used in templates, including two sub-graph matching, Euler circuit, as well as network flow structure of the maximum flow and mini
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:14.39kb
    • 提供者:诗苇
  1. mRMRFeatureSelection

    1下载:
  2. mRMR_0.9_compiled最小冗余和最大相关特征选取源代码,-This package is the mRMR (minimum-redundancy maximum-relevancy) feature selection method, whose better performance over the conventional top-ranking method has been demonstrated on a number of data sets in recent pu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:997.26kb
    • 提供者:韩华
  1. maxflow

    0下载:
  2. 关于网络流的一些代码,解题报告有最大流,最小费用最大流等-On a number of network flow code, problem-solving report maximum flow, minimum cost maximum flow, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:6.82kb
    • 提供者:tjj
  1. cc

    0下载:
  2. 随机产生若干个0~100的随机数,从键盘输入待输入的随机数的个数,并求和、平均值、最大值、最小值、并统计小于60的随机数的个数,如果结果为小数,要求小数点后面保留两位有效数字。-Randomly generating a plurality of random numbers of 0 to 100, to be entered from the keyboard to enter the number of the random number, and sum, average, maximu
  3. 所属分类:Compiler program

    • 发布日期:2017-11-16
    • 文件大小:728byte
    • 提供者:潇嬣
  1. BiJiao

    0下载:
  2. 自定义输入数字的个数.并求最大值,最小值,平均值.-Customize the number of input figures. And seek the maximum, minimum, average.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:792byte
    • 提供者:
  1. PIC16F877A

    0下载:
  2. 用的pic16府77a芯片,作为测量类的原代码,读取光栅传感器的信号,并带有预制数,线形修正、最大数保持、最小数保持,设置分辨率等功能-Pic16 House 77a used in chips, as measured in the original category code, read the grating sensor signal with a number of prefabricated, linear amended to maintain the maximum number
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-02
    • 文件大小:167.31kb
    • 提供者:胡鹏
  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. App

    0下载:
  2. 这是一个经典的java数组学习代码,可以从减排输入你要输入的数,运行就能得到最大最小代码-This is a classic learning java array code, you can enter from the reduction of the number you want to enter, run the code will be able to get the maximum minimum
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:561byte
    • 提供者:kj
  1. 1

    0下载:
  2. 对内存中给定的几个无符号字节数,求其最大值和最小值并在数码管上显示。-Memory in a given number of unsigned bytes, find the maximum and minimum values shown in the digital control.
  3. 所属分类:.net

    • 发布日期:2017-04-07
    • 文件大小:770byte
    • 提供者:李丽
  1. S15_4

    1下载:
  2. 圆盘找数问题。设有以下20个随机数组成一个圆(首尾相接),分别求出连续的四个数之和为最大的四位数及其和值)以及连续的四个数之和为最小的四位数(输出整个数列、最大、最小的四个数及其和值。 要求: 1). 圆盘类class circle中包含私有成员int num[20], int Max[4] , int Min[4],int sum_max, int sum_min, 同时根据需要增加私有或公有成员及必要的公有成员函数。 2). 在程序中产生20个随机数.-Disc to find
  3. 所属分类:assembly language

    • 发布日期:2017-11-07
    • 文件大小:1.3kb
    • 提供者:babyxia
  1. pingjunzhi

    0下载:
  2. 输入三个数,求他们的和。平均值,最大,最小数-Enter the three numbers, ask them and. Average, maximum, minimum number
  3. 所属分类:Printing program

    • 发布日期:2017-11-24
    • 文件大小:166.63kb
    • 提供者:XUNAN
  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. number-of-negative

    0下载:
  2. 统计负数个数以及找出真值数最大与最小的数字输出-Statistical negative number and find out the true value of the maximum and minimum number of digital output
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:717byte
    • 提供者:jenny
  1. Cpp1

    0下载:
  2. 这段代码是实现寻找最大最小数算法的一段代码,可正确输出一组数据的最大最小数。-This code is to realize the algorithm for maximum minimum number of a piece of code, which can output the maximum number of minimum a set of data.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:540byte
    • 提供者:王文滟
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com