搜索资源列表
SHUJUGUANLI
- 编辑框和按钮实现数据管理的一个例子供大家分享,响应键盘输入数据组,可调出及修改任意一组数据,求任意一组最大、最小值
Brightness_expand
- 对图像进行线性的灰度拉伸函数。image_out:输出图像数据指针;image_in:输入图像数据指针;width:图像宽度;height:图像高度;fmax:输入图像亮度最大值;fmin:输入图像亮度最小值
anothermathgame
- 输入一组数据,找出最大值,最小值,平均值,以及超出平均值的个数。
MAX-AND-MIN
- 输出各种数据类型的最大值、最小值。包括整形,长整形,浮点型等等。-output max and min,for example int,long.float,double and so on.
MyAplication
- 一个小型的保存和读取文件的小程序,用VC编写,通过把对话框的数据同步显示在视图中,并可把此数据保存成文件和读取该文件,有四个小计算程序,求阶乘,求平均值,求最大值和交换值.-Preservation and a small applet to read the document, prepared by VC, through the dialog box is displayed in the data synchronization view, and the preservation of
bijiao
- 此程序能够实现从十个数中找出其中的最大值和最小值,全局变量在函数之间传递数据-This process can realize from 10 to identify one of a number of the maximum and minimum values, global variables in the function between the transmission of data
e-6-1
- 对一组数据除去最大值和最小值之后求和,然后求平均值的算法!-Of a set of data after removal of the maximum and minimum sum, and then the algorithm for average!
lq
- 对于给出的一组数据,要找到它们的最大或者最小值,运用递归和分治的思想方法来解决问题。n=2时,一次比较就可以找出两个数据元素的最大元和最小元。 当n>2时,可以把n个数据元素分为大致相等的两半, 一半有?n/2?个数据元素,而另一半有?n/2?个数据元素。 先分别找出各自组中的最大元和最小元,然后 将两个最大元进行比较,就可得n个元素的最大元; 将两个最小元进行比较,就可得n个元素的最小元。-For a given set of data to find their maximum or
Temp
- cvi实时采集温度并以数字及图形两种形式显示,并时行数据分析得到最大值及最小值-cvi real-time acquisition temperature and two forms of digital and graphic display, and when the line to be the maximum and minimum data analysis
temperature
- 基于Labwindows/cvi9.0的数据采集显示界面,对随机产生的数据进行图标显示,并且显示出所采集数据中的最大值和最小值。-Data collection based on Labwindows/cvi9.0 display interface, the data on the randomly generated icon and display the data collected in the maximum and minimum values.
2
- 从键盘输入3*3整型数组的数据,并计算出所有元素之和,打印出最大值和最小值。 输入输出要用流运算符实现。-Input from the keyboard 3* 3 Integer array of data, and calculate the sum of all elements, print out the maximum and minimum values. Use input and output stream operators to achieve.
wenduceliang
- 本程序为美信公司单线式温度传感器DS18B20的温度读取和显示, DS18B20采用外部供电方式,数据线接到单片机的P2.7口,一只 接入方式,不读取ROM直接跳过,温度数据将小数部分处理掉, 只要整数部分。显示器使用的是接在P0口的8段,4位共阴数码管 因专用板所以码值与一般常规不一样.温度传感器默认的12bits 的格式,并在数据上做了处理,将小数部分和负温度抛弃了. 增加了温度报警功能,可以设置最大值和最小值. -This program is Maxim te
jichuchazhao
- 利用c#语言实现数据结构里面的一些基础查找算法,例如顺序查找,最大值最小值查找等等。-Use c# language inside some of the basic data structure search algorithm, such as sequential search, find, etc. Maximum and Minimum Value.
max-and-min
- 算法与数据结构,分治算法求最大值最小值,也是一次作业-Algorithms and data structures, divide and conquer algorithm
gaijinbijiaoqi
- 能很好的找到输入数据最大值和最小值,经过仿真,可以很好的实现功能。-Find the maximum and minimum values of the input data, through simulation, can achieve very good function.
statistical-analysis
- 随机模拟和统计分析 max,min - 最大,最小值 sum - 求和 mean - 均值 std - 标准差 sort - 排序(升序) sortrows - 按某一列排序(升序) rand - [0,1]区间均匀分布随机数 randn - 标准正态分布随机数 randperm - 1...n 随机排列 regress - 线性回归 classify - 统计聚类 *trim - 坏数据祛除 *specrnd -
鞍点
- 若矩阵A中存在某个元素aij是i行最小值j列最大值,则称为鞍点,求矩阵中的鞍点(If the existence of an element AIJ in the matrix A is the maximum value of the minimum J column of the I line, it is called the saddle point, and the saddle point in the matrix is solved.)
Grubbs
- 格拉布斯准则判断异常数据。格拉布斯检验法是在未知总体标准偏差的情况下,对正态样本或接近正态样本异常值进行判别的一种方法,是一种从理论上就很严密,概率意义明确,以经实验证明 效果较好的判据。具体方法如下:对一系列重复测量中的最大或最小数据,用格拉布斯检验法检验,若残差 v i max ? g? ? x ? ,则判断此值为异常数据,应予以剔除。(Grubbs test is a method to discriminate normal or normal samples under the con
2
- 编写一个 类名: Matrix 数据成员:行数,列数,矩阵数组(或指针) 包含功能:1)构造和复制构造函数,析构函数; 2)显示矩阵内容; 3)修改矩阵中某位的值(位置为参数); 4)求矩阵中某行的和(行数为参数); 5)求矩阵中某列的和(列数为参数); 6)求矩阵中的最大,最小值; 7)在主函数中测试;(Write one Class name: Matrix Data members: row number, column number,
I_shujuchulichengxu
- 对采集的电流信号进行处理,从而得到包括幅值,最大值,最小值,谐波幅值及谐波含有率等信息(The collected current signals are processed to obtain information including amplitude, maximum, minimum, harmonic amplitude and harmonic inclusion rate.)