搜索资源列表
-
0下载:
某国为了防御敌国的导弹袭击,发展出一种导弹拦截系统,但是这样的导弹拦截系统有个缺陷,虽然他的第一发炮弹能够达到任意高度,但是以后每一发炮弹都不能高于前一发的高度。某一天,雷达捕捉到敌国的导弹来袭。由于该系统还在使用阶段,所以只有一套系统,因此有可能不能拦截所有的导弹。输入导弹依次飞来的高度(雷达给出高度数据是不大于30000的整数),计算这套系统最多能拦截多少导弹,如果要拦截所有的导弹最少配备多少套这种导弹系统。
三;问题分析:
该系统的第一发炮弹能够达到任意高度,所以要求出系统最多能够
-
-
0下载:
从数据流中取最大或最小数的程序, 用LABVIEW开发环境下编程。-from data streams for maximum or minimum number of procedures, using LabVIEW programming development environment.
-
-
0下载:
北京大学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
-
-
1下载:
本人参加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
-
-
1下载:
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
-
-
0下载:
随机产生若干个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
-
-
0下载:
用的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
-
-
0下载:
利用labview程序计算一个数组的最大值和最小值分别是多少-Calculate a set of arrays are the maximum and minimum number of
-
-
0下载:
Abstract. We present an algorithm for finding the minimum cut of an undirected edge-weighted
graph. It is simple in every respect. It has a short and compact descr iption, is easy to implement, and
has a surprisingly simple proof of correctness.
-
-
0下载:
输入欲判断数字多寡,其判断最大值,最小值,总和,总平均,标准差-Enter the number to determine the amount of its judgments maximum, minimum, sum, total average, standard deviation
-
-
0下载:
Harris角点检测程序。选定图像中某以区域,通过设置角点的最大个数和最小个数来设定检测阈值。-Harris corner detection process. A selection of images to the region by setting the maximum number of corners and the minimum number to set the detection threshold.
-
-
0下载:
C语言:二维数组b[5][5]中每一行的最大数、每一行的最小数-Two-dimensional array b [5] [5] the maximum number of each row, each line of the minimum number of
-
-
0下载:
(1) 学生数据录入(可以从键盘输入或格式化的文本文件读入)和存储(至文件),要求对用户输入的数据进行各种检验(检验必须尽可能完整)。
(2) 学生信息的查询(可以指定各种条件,如:按准考证号、姓名、身份证号码等)。
(3) 按各种顺序输出(必须包含部分统计信息,如:总分、排名等)。
(4) 数据的修改和删除(必须先查询到要删除的一条记录)。
(5) 统计与分析,包括:各学生总分、排名,各科平均分、各分数段人数、最高、最低分,可以按文理科、性别等分别统计。
-(1) Stud
-
-
0下载:
对内存中给定的几个无符号字节数,求其最大值和最小值并在数码管上显示。-Memory in a given number of unsigned bytes, find the maximum and minimum values shown in the digital control.
-
-
0下载:
算法导论中第二章所有排序的自己模拟,快速排序,堆排序,计数排序,最大最小数,选择第n个数-Introduction to Algorithms in the second chapter of its own simulation of all sort, quick sort, heap sort, counting sort, maximum and minimum number, select the first n numbers, etc.
-
-
1下载:
圆盘找数问题。设有以下20个随机数组成一个圆(首尾相接),分别求出连续的四个数之和为最大的四位数及其和值)以及连续的四个数之和为最小的四位数(输出整个数列、最大、最小的四个数及其和值。
要求:
1). 圆盘类class circle中包含私有成员int num[20], int Max[4] , int Min[4],int sum_max, int sum_min, 同时根据需要增加私有或公有成员及必要的公有成员函数。
2). 在程序中产生20个随机数.-Disc to find
-
-
0下载:
输入三个数,求他们的和。平均值,最大,最小数-Enter the three numbers, ask them and. Average, maximum, minimum number
-
-
0下载:
输入一些数字,排列后输出,并且显示最大最小数-Input some Numbers, after the arrangement of output, and display the maximum minimum number
-
-
0下载:
统计负数个数以及找出真值数最大与最小的数字输出-Statistical negative number and find out the true value of the maximum and minimum number of digital output
-
-
0下载:
这段代码是实现寻找最大最小数算法的一段代码,可正确输出一组数据的最大最小数。-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.
-