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

搜索资源列表

  1. chinachess

    0下载:
  2. 棋盘信息无疑会快于90个字节的棋盘,但这并不意味着所有的运算和操作都会更快。使用32个字节的数据表示,程序员在确定一个棋子的位置时往往需要增加额外的移位操作以取出一个字节中含有的两个坐标信息。2.2 比特棋盘(BitBoards)随着计算机存储能力的大幅提高,棋盘表示的空间需求往往已不是设计人员最为关注的问题。-chessboard information will undoubtedly faster than 90 bytes of chessboard. But this does not
  3. 所属分类:其他游戏

    • 发布日期:2014-01-15
    • 文件大小:1859033
    • 提供者:sdaf
  1. “速算24”扑克游戏 源代码

    0下载:
  2. 一java的小应用程序,在游戏中,用户随意抽出四张扑克牌,用加减乘除的方法将它们连接起来,使得结果等于24。-a small application, in a game in which users randomly picked four cards using the arithmetic method of connecting them, making the results mean 24.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:605564
    • 提供者:唐云祁
  1. JAVAPAINTER

    0下载:
  2. 04年接触了一段时间的java,期间写了比较多小程序段,写得最完整的就是这个java小画板程序,涉及到鼠标事件、画图函数、文件流、文件的打开与保存等内容。 -a small application, in a game in which users randomly picked four cards using the arithmetic method of connecting them, making the results mean 24
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:3087
    • 提供者:张三
  1. touying

    1下载:
  2. 二维投影相关法是基于二维投影的灰度相关匹配算法,主要利用匹配图像相邻像素的灰度值的大小关系 应该相同的原理进行图像匹配。该算法不仅大大减少了数据的维数,而且算法主要涉及(0,1)整数运算。与去均值 归一化互相关算法相比,其在保证匹配精度要求的前提下提高了匹配速度。 -Two-dimensional projection-related method is based on two-dimensional projection of the gray correlation match
  3. 所属分类:Special Effects

    • 发布日期:2016-04-18
    • 文件大小:741643
    • 提供者:安安
  1. NSCT

    1下载:
  2. 1.分析研究了基于内容的图像检索系统的工作原理,关键技术如:纹 理、形状等图像底层特征的描述方法, 图像间的相似性度量方法, 图像库索引机制等。 2.研究了基于纹理特征的图像检索方法,并提出了一种基于NSCT 变 换的纹理特征提取方法。通过对SAR 图像及相关图像进行NSCT 分解,计算不同尺度不同方向上的系数幅度序列的均值,标准方差 和三阶中心矩,以此构成特征向量来描述图像的纹理。实验证明本 文提出的采用NSCT 算法有较好的特征提取效果,引入三阶中心矩 作为特
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:401504
    • 提供者:周二牛
  1. New-folder

    0下载:
  2. arithmetic geometric mean ratio test for spectrum sensing in cognitive radio-arithmetic geometric mean ratio test for spectrum sensing in cognitive radio...
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-04
    • 文件大小:614667
    • 提供者:esha
  1. 1006

    0下载:
  2. 规则1:实现 +、-、X、/ 四则运算,数据仅包含整数,不考虑计算结果溢出的情况 规则2:程序仅需要实现类似"a + b * c / d - e" 这种类型字符串的计算,式子中操作符的个数不超过10个。其他复杂情况不考虑。 例子1: 输入: 1 + 2 输出: 3 输入: 1 + 2 * 3 - 4 / 2 输出: 5-Rule 1: realize+,-X,/arithmetic, data contain only integer, don t consider t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:197838
    • 提供者:王博
  1. ImageProcessing-8.0

    3下载:
  2. 基于VC的图像处理程序 1.空间域灰度变化(线性、非线性)、直方图均衡化以及规格化; 2.空间域的噪音(椒盐、脉冲、高斯噪音等),均值滤波、中值滤波,最大值滤波; 3.频率域的巴斯沃通高低通滤波,余弦变换,walsh变换,SVD编码等; 4.简单的图形编码(hufman编码、香农编码、Golomb编码、算术编码); 5.简单图像复原,涉及逆滤波和维纳滤波; 6.图像分割(这里只有一个大津阈值分割)。-VC-based image processing program 1.
  3. 所属分类:Special Effects

    • 发布日期:2014-05-08
    • 文件大小:5299200
    • 提供者:Wenbo Huang
  1. jisuanqi

    1下载:
  2. 计算器编写,该科学计算器具有以下功能: ①运算功能:加、减、乘、除、求模、位异或、位与、位或、位非、正弦、反正弦、余弦、反余弦、正切、反正切、开方、开三次方、平方、倒数、均值、平方和、方差、标准差、阶乘、log2(x)、lg(x)、ln(x)、10x、2x、ex、(1+…+n)、xy、x(1/y)。 ②进制转换功能:要求能在二进制、八进制、十进制、十六进制之间进行任意的转换;能在任意进制下进行正数的加、减、乘、除、求模、位异或、位与、位或、位非运算。 ③输入功能:可清零、退格,可一键
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:18510
    • 提供者:周雷
  1. 0001

    0下载:
  2. 连续取N个采样值进行算术平均运算。N值较大时:信号平滑度较高,但灵敏度较低;N值较小时:信号平滑度较低,但灵敏度较高。-N consecutive samples taken arithmetic mean value calculation. Larger N values: smoothed signal is high, but the sensitivity is low when the N value is smaller: smoothed signal is low, but
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:546
    • 提供者:陈建中
  1. mcu-10filter

    0下载:
  2. 单片机10种软件滤波方法的示例程序,1、限幅滤波法,2、中位值滤波法,算术平均滤波法-Microcontroller 10 kinds of software filtering method sample program, a limiter filter, 2, median filtering, arithmetic mean filtering method
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:2835
    • 提供者:yuyonggang
  1. ArithmeticMean

    0下载:
  2. Fuzzy Extent Analysis Algorithm for Arithmetic Mean
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:640
    • 提供者:BruceWayne
  1. Space_Filter

    0下载:
  2. OpenCV、空域滤波器(中值,均值,最大最小值...)-This code is designed for space filter and it is derived Digital Image Processing Matlab edition in page117 it has ArithmeticM_Filter for Arithmetic Mean Filtering GeometricM_Filter for Geometric Mean Filtering H
  3. 所属分类:OpenCV

    • 发布日期:2017-04-29
    • 文件大小:172092
    • 提供者:atie
  1. Digital-filtering-algorithms

    0下载:
  2. 本文件是包含7个数字滤波算法源代码,有限幅滤波法,中位值滤波法,算术平均滤波法,递推(滑动)平均滤波法,中位值平均滤波法,递推中位值平均滤波法,限幅平均滤波法。-This file is included seven digital filtering algorithm source code, limiter filtering, median filtering, arithmetic mean filtering, recursive (sliding) average filter,
  3. 所属分类:SCM

    • 发布日期:2016-09-16
    • 文件大小:3072
    • 提供者:舒召平
  1. camshift

    0下载:
  2. Camshift它是MeanShift算法的改进,称为连续自适应的MeanShift算法,CamShift算法的全称是 Continuously Adaptive Mean-SHIFT ,它的基本思想是视频图像的所有帧作MeanShift运算,并将上一帧的结果(即Search Window的中心和大小)作为下一帧MeanShift算法的Search Window的初始值,如此迭代下去。-CAMSHIFT it is improved meanshift algorithm, called for
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3174
    • 提供者:张荡荡
  1. codes_FITM

    0下载:
  2. 进一步的属性和快速迭代截断算术平均滤波的实现,这篇文章的matlab代码实现-Further properties and fast iteration truncated arithmetic mean filter implementation, this article matlab code implementation
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-12-13
    • 文件大小:70952
    • 提供者:liwei
  1. average

    0下载:
  2. vs2012+opencv下的算术均值滤波器自编代码-Vs2012+ opencv arithmetic mean filter under the code
  3. 所属分类:CSharp

    • 发布日期:2017-12-14
    • 文件大小:5517312
    • 提供者:朱晓航
  1. Filtering-of-the-classic-algorithm

    0下载:
  2. 10种滤波算法,递归平均滤波法,算术平均滤波法,极限平均滤波法,罕见信息。-10 kinds of filtering algorithms, recursive average filtering method, arithmetic mean filtering method, limiting average filter method, rare information.
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-12-13
    • 文件大小:7435
    • 提供者:likaisheng
  1. 数组列平均四种算法

    0下载:
  2. 计算声压级平均值的四种方法:算术平均法,声压均方根平均法,能量平均法等(Four methods to calculate the average of sound pressure level are arithmetic average method, pressure square root mean method, energy averaging method and so on)
  3. 所属分类:LabView编程

    • 发布日期:2017-12-26
    • 文件大小:17408
    • 提供者:shuiyuege
  1. Staircase(HC-SR04)

    0下载:
  2. This program is designed for: * ; 1) the formation of an impulse * ; start of ultrasonic distance sensor HC-SR04, * ; 2) computing (after turning on) the arithmetic mean * ; pulse width values ECHO * ; 3) comparison of a new measurement of the p
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:11264
    • 提供者:strela422
« 1 2 3 4»
搜珍网 www.dssz.com