搜索资源列表
10种软件滤波方法的示例程序
- 限副滤波,中位值滤波法,3、算术平均滤波法,4、递推平均滤波法(又称滑动平均滤波法)-vice limited filtering, and the median value filter, 3, the arithmetic average filter, 4, the average recursive filtering method (also known as the moving average filter).
九位累进可除数
- 求九位累进可除数。所谓九位累进可除数就是这样一个数: 这个数用到1到9这九个数字组成,每个数字刚好只出现一次。这 九个位数的前两位能被2整除,前三位能被3整除......前N位能 被N整除,整个九位数能被9整除-for nine Polydivisible number. The so-called nine Polydivisible number is a number : the number used it 1-9 nine figures, each fi
zhongzhilvbo
- 图象柔化化的一种,中值滤波,能很快速的实现图象的柔化,图象的边缘保持不变.-image of a soft, the median filter can achieve very rapid images of soft, the edges in the image remains unchanged.
asmtest
- 一.输入7个个位数进行由小到大进行排序 要求: 1.键盘输入7个个位数并显示,每个数之间有一定的距离 2.换行输出排序后的数据 二.实现十位加法,例如:13+6=19 1.加数与被加数要有键盘输入并显示 2.运算输出结构显示 三.键盘输入任意一个字符,然后输出该字符,空两格后再显示该字符的ASCII码 1.键盘输入并显示 2.输出ASCII码-one. Seven imported each headed for the median rank
MD5center
- MD5大小写转换,方面实用,快速。自动选择加密位数。-MD5 case-conversion, practical aspects and fast. Automatic Encryption median.
DIVIDER
- 除法器,这是一个简单的除法器,虽然位数不是很长,但是可以通过这个程序延伸-divider, which is a simple divider, while the median is not very long, but it extends through this procedure
gyp2
- 从键盘输入一个二进制数(位数小于等于80)显示其应得带符号和无符号十进制数-keyboard input from a binary number (less than the median 80), showing their entitlement with symbols and unsigned decimal number
imageimpose
- 数字图像矩阵数据的显示及其傅立叶变换 二维离散余弦变换的图像压缩 采用灰度变换的方法增强图像的对比度 直方图均匀化 模拟图像受高斯白噪声和椒盐噪声的影响 采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 图像的自适应魏纳滤波 运用5种不同的梯度增强法进行图像锐化 图像的高通滤波和掩模处理 用巴特沃斯(Butterwo
LongIntChange
- 一个超位数的长整数的转换程序和源代码,附有详细的文档说明。-a median-long integer conversion program and the source code, including a detailed document shows.
20070121
- 多位数的四则运算,可以实现多位数的加减乘除-more than the median four Operators can achieve multi-digit arithmetic
anyofFibonacciNumbers
- Fibonacci Numbers(斐波纳契数列)的较大位数的解决问题。-Fibonacci Numbers (Fibonacci series Naqi) the larger the median solve the problem.
fiterimage
- 中值滤波 中值滤波-median filtering filtering filtering Median Filtering Filtering
myprogrm
- 保留小数位数的小程序,很好用,请大家指正。-retain a small minority median procedure is useful, please correct me.
APPLICATION OF LEAST MEDIAN OF SQUARED O
- lms 代码程序 供参考 挺不错的 -lms code procedures for reference quite good
TuXiangZhongZhiLvBo
- 介绍了如何用delphi来进行图像的中值滤波处理-on how to use delphi image median filter
PrtInt16
- 十进制打印AX寄存器中的值的函数 对64位数的高32位进行递归排序-metric Print AX register with the value of the function of the median 64-32 ranking for recursive
holenumber
- 数字黑洞程序. 你输入一个不超过10的整数,然后按倍数从大到小排列,减去位数从小到大排列的数字.得出的数重复做上面的操作,最后会吸进一个数字.-digital black hole procedures. You enter a not exceed 10 Integer, and then arranged by multiples on average, less median from small to large with the figures. Come do a few repea
Cpp10
- 计算A(n,x,y),当n<>0,y<>0时,用函数调用A(n,x,y-1)代替,其中B=A(n,x,y-1)。在计算A(n,x,y-1)前,应先将参数n,x,y保存起来,待计算出A(n,x,y-1)的值之后,设其值为B,再回来计算A(n,B,x)。如果计算出A(n,x,y-1)时,仍有y-1>0,又要将n,x,y-1保存起来,去计算A(n,x,y-2),...,直到能计算出值,再返回来计算各中间值反复进行这一过程,直到最后求得最初的函数值-calculation
median
- mean function in matlab
median
- THIS SUBROUTINE COMPUTES THE SAMPLE MEDIAN OF THE DATA IN THE INPUT VECTOR X.