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

搜索资源列表

  1. AVERAGE

    0下载:
  2. 编写程序计算三门课的平均成绩,要求应用程序分别用Java语言三种不同的循环语句实现,每门课的成绩用Math类的random()方法随机产生(random()产生的数值在0和1之间),成绩范围为40~100。 提示:自定义一个类,该类实现一个返回随机数的函数。在main函数里测试时直接调用该类的获取随机数方法。 获得随机数相关的类为:java.lang.Math 需要时可引入该类即:import java.lang.Math -Write a program grade point a
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:5047
    • 提供者:阿豆
  1. Poisson

    0下载:
  2. Produce Java classes to calculate and display the Poisson probability when input the value of the average (A) arrival rate of customers at some business in the range of 1 to 10. The error message will output when A is out of the range。-Produce Java c
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:1633
    • 提供者:vevina
  1. verilog_risc

    0下载:
  2. RISC状态机由三个功能单元构成:处理器、控制器和存储器。 RISC状态机经优化可实现高效的流水线操作。 RISC 中的数据线为16位。 在数据存储器中的0到15的位置放置16个随机数,求16个数的和,放在数据存储器的16、17的位置,高位在前 对这16个数进行排序,从大到小放置在18到33的位置 求出前16个数的平均数,放在34的位置 基本指令有NOP, ADD, SUB, AND, RD, WR, BR,BC。 因为采用16位指令,有扩充的余地。-RISC
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:129602
    • 提供者:lyn
  1. 41695054ModifyShiftAverageRegress

    0下载:
  2. 一种新的移动平均算法,大家看看吧,希望对大家有帮助-A new moving average algorithm, let us look at it, I hope all of you help
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:3754
    • 提供者:一只小手
  1. toolbox_nlmeans

    0下载:
  2. 实现非局部平均去噪算法(non local mean)-The realization of non-local denoising algorithm on average (non local mean)
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:980050
    • 提供者:冯灿
  1. fpe

    0下载:
  2. This function calculates Akaike s final prediction error % estimate of the average generalization error. % % [FPE,deff,varest,H] = fpe(NetDef,W1,W2,PHI,Y,trparms) produces the % final prediction error estimate (fpe), the effective number of
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:2637
    • 提供者:张镇
  1. nnfpe

    0下载:
  2. This function calculates Akaike s final prediction error % estimate of the average generalization error for network % models generated by NNARX, NNOE, NNARMAX1+2, or their recursive % counterparts. % % [FPE,deff,varest,H] = nnfpe(method,Ne
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2125
    • 提供者:张镇
  1. students

    1下载:
  2. 建立学生信息管理系统,实现一系列的功能: 存储信息:实现对信息的插入、删除、修改等功能; 查询信息 :显示全部学生信息、按学号查询、按姓名查询、按性别查询、按年级查询学生所学课程、按教师查询听课学生; 排序:实现按学号、按年龄、按某课成绩、按总成绩进行排序; 统计:男女生人数、每个人的平均成绩、各课的平均成绩;-The establishment of Student Information Management System to achieve a series of fun
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:4572
    • 提供者:zhangdamo
  1. Demo1

    0下载:
  2. 计算用户从控制台输入的10个整数的平均值-Calculation of user input from the console of the 10 integer average
  3. 所属分类:GIS program

    • 发布日期:2017-04-26
    • 文件大小:5417
    • 提供者:feng
  1. DigitalFilterCprogram

    0下载:
  2. 在许多的数据采集系统中,现场的强电设备较多,不可避免 地会产生尖脉冲干扰,这种干扰一般持续时间短,峰值大,对这样 的数据进行数字滤波处理时,仅仅采用算术平均或移动平均滤波 时,尽管对脉冲干扰进行了1/n的处理,但,其剩余值仍然较大。 这种场合最好的策略是:将被认为是受干扰的信号数据去掉,这 就是防脉冲干扰平均值滤波法的原理。-In many data acquisition system, the strong electrical equipment at the
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:4316
    • 提供者:倪晨
  1. linear

    1下载:
  2. - 1、限幅滤波法(又称程序判断滤波法) 2、中位值滤波法 3、算术平均滤波法 4、递推平均滤波法(又称滑动平均滤波法) 5、中位值平均滤波法(又称防脉冲干扰平均滤波法) 6、限幅平均滤波法 7、一阶滞后滤波法 8、加权递推平均滤波法 9、消抖滤波法 10、限幅消抖滤波法 -- 1, limiting filtering method (also known as filtering method to determine the procedure) 2, the median filteri
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1668
    • 提供者:張治國
  1. duanshipingjunnengliang

    1下载:
  2. 短时平均能量和平均幅度差函数进行基音检测的方法-Short-term average energy and average magnitude difference function pitch detection method
  3. 所属分类:语音合成与识别

    • 发布日期:2013-07-24
    • 文件大小:124515
    • 提供者:wenhao
  1. ddjc

    0下载:
  2. 利用短时平均能量和短时平均过零率,对语音信号进行端点检测-Average energy use of short-term and short-time average zero-crossing rate, speech endpoint detection signal
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-04
    • 文件大小:3941
    • 提供者:陈彪
  1. Han_PAPRoverview_2005

    0下载:
  2. AN OVERVIEW OF PEAK-TO-AVERAGE POWER RATIO REDUCTION TECHNIQUES FOR MULTICARRIER TRANSMISSION
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:276030
    • 提供者:David
  1. moving_average_v3.1

    0下载:
  2. Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps. -MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at hi
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:100158
    • 提供者:王平
  1. boost_PCM_line_reg

    0下载:
  2. 基于平均法的断续模式下buck,boost,buck_boost型DC/DC功率级建模步骤,包括电压模和峰值电流模-Based on the average method of discontinuous mode buck, boost, buck_boost type DC/DC power level modeling steps, including the voltage mode and peak current mode
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:683
    • 提供者:蔡友
  1. boost_PCM_load_reg

    0下载:
  2. 基于平均法的连续模式下DC/DC功率级建模步骤,包括电压模和峰值电流模-Average method based on continuous mode DC/DC power level modeling steps, including the voltage mode and peak current mode
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:593
    • 提供者:蔡友
  1. imageevaluation

    2下载:
  2. 图像质量评价,熵、平均梯度、边缘强度、方差等-Image quality evaluation, entropy, average gradient, edge strength, variance, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2641
    • 提供者:fanwentao
  1. averagemi

    1下载:
  2. Average mutual information
  3. 所属分类:matlab例程

    • 发布日期:2012-12-22
    • 文件大小:1165
    • 提供者:ali
  1. PAPRlowerPTSandSLMalgorithm

    0下载:
  2. PAPR降低算法PTS和SLM源代码,降低峰值平均功率比的多载波调制的选择性映射-PAPR algorithm PTS and SLM to reduce the source code, reducing the peak-average power ratio of multicarrier modulation selective mapping
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2218
    • 提供者:sxb
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com