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

搜索资源列表

  1. adc

    0下载:
  2. 实验目的:熟悉A/D转换,软件思路:选择RAO做为模拟输入通道,连续转换4次再求平均值做为转换结果-The experiment was: familiar with the A/D conversion, software ideas: Select RAO as analog input channels, 4 times longer for the conversion as the conversion results for the average
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-11
    • 文件大小:1324
    • 提供者:ilaughall
  1. 333

    0下载:
  2. 程序功能要求:程序运行后,接收一批(最多30个)从键盘录入的0-100之间的十进制格式的分数值,无数据直接回车时结束成绩录入。然后显示录入的总人数,总分,平均值(十进制整数格式),显示优秀,良好,中等,及格和不及格人数。 注:90以上优秀 80-90良好 70-80中等 60-70及格 60以下不及格 -The functional requirements of the procedure: The procedure to run after receiving a numb
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:6985
    • 提供者:李林
  1. SimpleSingerGoalAnalyz

    0下载:
  2. 本程序的功能是计算某一批参赛选手最后得分的类实现:某地举办歌舞大赛,参赛选手共 n 个人,有9位评委,给每一选手打一个分数score(分数为小于等于10的一个正实数)。选手的最后得分 lastScore为去掉一个最高分以及去掉一个最低分后另 7 个得分的平均值。 -This procedure is the calculation of the functions of a certain group of players to achieve a final score of the cate
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:67267
    • 提供者:九江北
  1. average

    0下载:
  2. 比较简单c程序 求三个整数的平均值 大家参考一下-The average for the three integer
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3107
    • 提供者:阿文
  1. CurseOption

    0下载:
  2. 可以把一个手绘的曲线变得更光滑,采用了平均值算法。希望起到抛砖引玉的作用,共同学习提高-this is a picture programe
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-16
    • 文件大小:230986
    • 提供者:uzbuzb
  1. probcheck

    0下载:
  2. 对实验数据进行平均值的正态分布单侧检验,总体标准差已知,假设检验的置信水平为5 ,假设检验的平均值为100.-Experimental data on the average one-sided test of normal distribution, the overall standard deviation is known, hypothesis testing for the 5 confidence level, assuming an average of 100 tests.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-31
    • 文件大小:1380
    • 提供者:Wang Geng
  1. REF_VC

    0下载:
  2.  采用硬件: MP416(16位AD,5V/10V/±5V/±10V量程)  设计思路: 1. 使用MP416_AD()函数,采用通道1测试,基准板输出为±200mV,±2.5V,±10V,GND 等,考虑测量精度,使用MP416的±5V量程测量基准板输出±200mV,±2.5V电压;使用MP416的±10V量程测量基准板输出±10V电压。即通过键盘输入gain值2或3来选择合适量程。 2. 不采用MP416_AD()函数测量平均值,故取测量1
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-31
    • 文件大小:389184
    • 提供者:whb
  1. PRmatlabprogram

    0下载:
  2. matlab聚类,应用平均值法求新的聚类中心-matlab clustering, the application of the cluster center average method novelty
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:13228
    • 提供者:刘媛
  1. Image_kurtosis_skewness_function

    0下载:
  2. 图像峰度偏度函数,函数的变量里需要指明平均值和方差-Image kurtosis skewness function, the function of the variable need to specify the mean and variance
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:904
    • 提供者:haha
  1. normaldistribution

    0下载:
  2. 通过vc实线相关正态分布的计算,计算正态分布的平均值等-The solid line through the vc related to the calculation of the normal distribution to calculate the average of the normal distribution, etc.
  3. 所属分类:.net

    • 发布日期:2017-04-01
    • 文件大小:5766
    • 提供者:dinghu
  1. DrawDragRect_12-30

    0下载:
  2. 图像修复。先用鼠标选中范围,再点一点区域中你想修复的颜色,那么就会针对该颜色进行修复。修复采用的方法是根据周围像素的颜色取平均值。-inpainting.
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:724103
    • 提供者:小明
  1. ColorPicker

    0下载:
  2. 用vb6编写的可以拾取屏幕任意位置像素颜色的程序,同时可以得到一个圆形区域像素灰度的平均值-Written by vb6 can pick up anywhere on the screen pixel color procedures, can be a circular area the average pixel gray scale, etc.
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:33542
    • 提供者:WangXM
  1. filter

    0下载:
  2. 读取图片;获得图片的信息(这里我想设一个三维的数组变量color(x,y,n)用来存储特定张的特定点的像素值,类型为OLE_COLOR) 第三步我要比较这n张图片同一像素点处的像素值,进行排序,如果n为奇数我就取中间那张的像素值,如果n为偶数我就取中间两张的平均值 第四步我就利用取中值这x*y个像素值画图-Reading pictures, Get the picture information (here I want to set a three-dimensional array vari
  3. 所属分类:Multimedia program

    • 发布日期:2017-05-19
    • 文件大小:5445563
    • 提供者:李庆兵
  1. computer

    0下载:
  2. 一般测量需要多次观测,该程序统计对每个点各次观测的平均值及精度等信息,摆脱了以往采用EXCEL对每个点统计的痛苦!(附有实例)-General measurements require a number of observation, the program statistics for each point the average of the various observations and the accuracy of such information, from the past us
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:359271
    • 提供者:刘建
  1. jindu

    0下载:
  2. VB求进度条的平均值源代码~-The average seek progress bar VB source code for
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:2727
    • 提供者:SQCC
  1. daima

    0下载:
  2. 学生信息管理系统,实现学生按成绩排序,求和,求平均值的功能-Student Information Management System to achieve results that students can sort, sum, an average function of
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1687
    • 提供者:刘影
  1. AD

    0下载:
  2. AVR,ATmega128之AD转换,入口参数使用8个AD输入,并有平均值滤波函数。方便移植。使用ICC开发环境。-AVR, ATmega128 of the AD conversion, the entrance parameters using the 8 AD inputs, and a mean filter function. Facilitate the migration. The use of ICC development environment.
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:27570
    • 提供者:肖志勇
  1. mySnake-2

    0下载:
  2. 在数字图像中虹膜位置的有效定位是虹膜识别的关键问题。用一种基于主动轮廓线模型的方法定位虹膜的位置,先用灰度投影法检测出瞳孔内的一点作为瞳孔的伪圆心,该圆心只要能落在瞳孔内部即可。然后以该伪圆心为中心,在其周围等角度间隔地取N个点作为初始的snake基准点,按照snake 的运行机制不断进化,直到虹膜的内边界为止。最后,计算进化后的snake形心和snake上的控制点与该形心的距离,取其平均值作为瞳孔的半径,动态轮廓模型的形心作为瞳孔的圆心,即可准确定位出虹膜内边界的位置。实验表明,与常见的定位方
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:287992
    • 提供者:arechi
  1. PAA

    5下载:
  2. 基于PAA的分段线性表示算法:用等宽度窗口分割时间序列,每个窗口内的时间序列用窗口平均值来表示,就得到了时间序列的一种分段线性表示,它的输入参数为分段数,记为K.-PAA-based algorithm for piecewise linear representation: split time series with windows of same width , use the mean of time series in the window to express, it has bee
  3. 所属分类:其他小程序

    • 发布日期:2014-01-28
    • 文件大小:40743
    • 提供者:zhaozhikai
  1. bire

    0下载:
  2. Weiss平均值理论: 近似认为相邻自旋间的作用由一个总的平均场<σ>代替, 所有自旋独立地存在于这个平均场中, 所有自旋的场能即为体系总能量。-Weiss average theory: approximation that the role between the adjacent spin by a general mean-field < σ> to replace all the spin-independent existence in this mean-fi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:168017
    • 提供者:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 39 »
搜珍网 www.dssz.com