搜索资源列表
ConsoleApplication1
- 统计学的几个算法,包括计算平均值、中位数、众数、极差、离差、离差平方和、方差、标准差、标准差的无偏估计,以及变异系数。
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
8086cpu
- 8086cpu的汇编语言程序,实现欢迎界面,计算平均值,和等功能-8086 assembly program
2015
- /* i:循环变量 * n:输入的第一个数,即数列的长度 * m:每m个数计算平均值 * b:每组的第一个数,初始值为2 * c:判断当前是第几组数,用于控制每个输出之间的空格-/* I: loop variable* n: Enter the first number, that is, the length of sequence* m: Calculation of average number per m* b: The first number in each grou
10.1
- 结构体的简单应用,包括学生的简单信息,姓名学号三门课的成绩,计算平均值并排序输出-Structure of simple applications, including a simple student information, the name of science Tri-course results, calculate averages and sort output
pingweidafenxitong
- 评委打分系统,可实现多个评委同时为多个选手打分的功能,并且能自动取出最高分和最低分,计算平均值以及排名-The judges of the powerful scoring system
data-statistics
- 用进行数据统计,输入数据可以计算平均值和方差、标准差-With statistical data, the input data to calculate the mean and variance, standard deviation
usevector
- 使用vector记录用户输入的一组正数,并计算平均值。-the program use the vector function to record a seque of postive number and compute the average of all.
11
- 编写一个程序,要求将数字存入一个数组,输入非数字时输入结束,并在一行上显示数字,然后报告平均值。请使用3个数组处理函数分别进行输入,显示,和计算平均值-Write a program that requires the digital into an array of non-numeric input when the input ends and display numbers on one line, and then reports the average. Please use the
Generating
- 生成3个随机数,计算平均值,可视化程序设计-Generating random number 3, calculating the average
SimpleMovingAverage
- 算术移动平均线是简单而普遍的移动平均线。平均线是指算术平均数,计算方法为一组数字相加,除以该组数据的组成个数,其 中每一给定时限在计算平均值时的权重均相等 。以5天移动平均线为例,公式如下: MA=(C1+C2+C3+C4+C5)/5 一般公式 :MA=(C1+C2+C3+C4+C5+....+Cn)/n -Simple Moving Average
data
- 利用MFC编写的处理数据,计算平均值等功能的小程序-MFC prepared using the processed data, calculate the average small program functions
student
- 设计一个窗口,有导入、平均值、增加、查找、保存五个功能,有文件、结果、学生、成绩五个文本框,能实现对文档的导入,并能实现向文档中添加语句,还可以计算平均值和按目标查找数据。-Design a window with import, the average increase, find, save five functions, documented as a result, students, grades five text boxes, to achieve the import of th
ex4_3
- JAVA界面设计,按生成随机数按纽产生三个随机整数0到100之间,按计算平均数按纽计算平均值-JAVA interface design, press the button to generate a random number generated three random integer between 0 and 100, the average is calculated by computing the average button
average-pcf8591
- linux下S3C2440控制PCF8591,读取4通道数据并计算平均值。关键点是,每次读取必须抛掉第一个数据,有效数据从第二个算起-S3C2440 linux under control PCF8591, 4-channel data read and calculate the average. The key point is that each read data to discard the first valid data the second counting! ! ! ! !
High-latitude-and-longitude
- 从txt或Excel文档中读取数据,并计算平均值-Read data txt or Excel document, and calculates the average
STATS
- 本程序为描述统计常用变量计算 !调用计算最大值和最小值的冒泡程序,计算平均值,标准差,计偏态、峰态系数的函数等 !可以计算的统计变量包括下列各项: !n : sample size 样本大小 !mean : 平均值 !median : 中位数 !variance: 方差 !SD : 样本标准差 standard deviation !SEM : 样本平均数标准误:standard error of mean !ama
Read_nii.tar
- 读取文件夹及其文件,计算nii文件平均值和标准差,并将结果保存为nii文件(Read the folder and its files, calculate the average value and standard deviation of the NII file, and save the result as a NII file)
cp012634
- 实现平均值的求解,完成工程中的简单问题。便于计算(We can solve for the average)
数组排序和计算练习
- 编写一个控制台程序,输入五个数求和,最大值,平均数,平均值小数点后一位(Write a console program, enter five numbers of summation, maximum, mean, average, one after the decimal.)