-
1.限幅滤波
2.中位值滤波
3.算术平均值滤波
4.递推平均滤波...
1.限幅滤波
2.中位值滤波
3.算术平均值滤波
4.递推平均滤波-1. Limiter filter 2. 3 median filter. Arithmetic mean filtering 4. Recursive average filter
- 2023-06-07 03:05:06下载
- 积分:1
-
实现多项式的因是分解
实现多项式的因是分解-polynomial is the result of decomposition
- 2023-02-17 17:50:04下载
- 积分:1
-
Gauss_seidel algorithm, classical algorithm
Gauss_seidel算法,经典算法-Gauss_seidel algorithm, classical algorithm
- 2023-08-21 18:35:03下载
- 积分:1
-
Newton iterative method for solving this calculation method is commonly used in...
牛顿迭代法求根 这个也是计算方法中的常用计算程序 学过的人都知道的-Newton iterative method for solving this calculation method is commonly used in the calculation procedures learned in the people know that the
- 2022-09-27 06:00:03下载
- 积分:1
-
data mining algorithms decision tree classification algorithm presentations and...
数据挖掘分类算法决策树学习算法介绍以及SEE5的使用说明-data mining algorithms decision tree classification algorithm presentations and the use SEE5
- 2023-04-10 22:10:04下载
- 积分:1
-
unicode与汉字 的对应表
unicode与汉字 的对应表-with Chinese counterparts Table
- 2022-05-24 03:34:58下载
- 积分:1
-
北理工的恶龙
北理工的恶龙
背景:
最近,北理工出现了一只恶龙,它长着很多头,而且还会吐火,它将会把北理工烧成废墟, 于是,校长下令召集全校所有勇士杀死这只恶龙。要杀死这只龙,必须把它所有的头都砍掉,每个勇士只能砍一个龙头,龙的每个头大小都不一样,一个勇士只有在身高不小于龙头的直径的情况下才能砍下它。而且勇士们要求,砍下一个龙头必须得到和自己身高厘米数一样的学分。校长想花 最少的学分数杀死恶龙,于是找到你寻求帮助。
输入:
第一行 龙头数 n , 勇士人数 m ( 1
- 2022-11-13 07:30:04下载
- 积分:1
-
按照既定的步长,输入后筛选已有数据 程序3
按照既定的步长,输入后筛选已有数据 程序3-accordance with the established step, the imported data screening procedures have been 3
- 2022-05-25 22:18:30下载
- 积分:1
-
计算机编程,用C语言计算改进的欧拉算法的典型题目
计算机编程,用C语言计算改进的欧拉算法的典型题目-Computer programming, using C language to improve the calculation of the Euler algorithm for a typical subject
- 2023-05-10 04:15:03下载
- 积分:1
-
词法分析与语法分析
循环一次读取一行
对每一行:
开始出现‘ ’,‘ ","
"
继续读取下一位
对每一行:当没出现
时
出现{,
则依次判定后面的字符,
若出现
,输出这一行,再读下一行,依次判定后面的字符。
若出现},输出这一行,循环结束。
出现字母,temp+=继续读取下一位
若为字母,te
- 2022-05-17 00:27:22下载
- 积分:1