搜索资源列表
tongjigongzi
- 能对全体职工或大于某一年龄的职工工资求和并计算平均值。能对全体职工或某一年龄段职工的工资求和。 -Able to all employees or greater than a certain age and calculate the sum of the average wage of workers. Able to all employees or pay a sum of ages of employees.
PressureAverage
- 计算内燃机测试的多个循环缸内压力的平均值-Calculate the average pressure
GradeCalculator
- 学生考试成绩统计,计算,GPA统计,平均值-grade calculation,
include
- 这时一个学生成绩管理系统,有排序,计算平均值等功能-Then a student achievement management system, a sort, calculate the average functions
testy
- 计算一列数的最大和最小的极值,月平均值,年平均值等。-calculate maximum and minimun values for a series of data
huiseyuce
- 灰色动态预测源代码预测水资源。灰色动态模型群模型 是改进的灰色预测模型,可以克服不稳定信息带来的 不良影响利用不同时段数据建立不同的灰色 GM(1,1)模型来构造灰色预测模型 群,分别对未来时刻的各项预测值进行统计计算,并将统计平均值作为预测值, 进一步提高了预测的精度和预测结果的可靠度。-The gray dynamical prediction prediction source of water. Grey dynamic model group model is an i
wucha
- 原始数据可以在材料里面改动,计算一组数据的平均值,标准差等-Calculate the average of a set of data, standard deviation
jiangyu
- 读取全球尺度nc格式降雨数据,并计算流域平均值-read the gridded precipitation data and caculate the basin-average precipitation
MQL4三色均线指标
- 自己编写的一个均线指标。 当均线的切线足够倾斜的时候,斜率为正均线呈现一个颜色,斜率为负另一个颜色。而当切线比较“平”,也就是说曲线比较和缓的时候,会呈现出第三种颜色。而什么叫“比较平”可以通过“界切”参数来指定,如果“界切”参数值设置为0,则本指标就成了一个双色均线指标了。用以计算平均值的采样数据和平均值的计算方案都可以自由设定的。