-
MainWindow
说明: 每个像素有RGB三个通道,每个通道占1个字节,灰度化公式如下:
Gray = (R + G + B) / 3 将算得的Gray值赋值给对应像素的RGB三个通道。
线性滤波的基本原理是用均值代替原图像中的各个像素值,即对待处理的当前像素点(x,y),选择一个模板,该模板由其近邻的若干像素组成,求模板中所有像素的均值,再把该均值赋予当前像素点(x,y),作为处理后图像在该点上的灰度g(x,y),即g(x,y)=1/m*∑f(x,y),m为该模板中包含当前像素在内的像素总个数。(Each pixel has three channels R G B, each of which takes up one byte.)
- 2020-11-30 11:19:28下载
- 积分:1
-
this is a nice web interface for linux systems which runs asterisk
this is a nice web interface for linux systems which runs asterisk
- 2022-02-28 17:36:11下载
- 积分:1
-
图形化计算器 可实现加减乘除功能 可实现小数功能
图形化计算器 可实现加减乘除功能 可实现小数功能-graphic calculator can achieve the arithmetic function can be realized decimal function
- 2023-08-02 20:05:03下载
- 积分:1
-
02
说明: Alamouti STBC
我們討論了兩個發射,一個接收天線Alamouti空時分組編碼STBC
Alamouti STBC(We discuss two transmitters, one receiving antenna, Alamouti space-time block coding STBC.)
- 2020-06-23 22:00:02下载
- 积分:1
-
FMBC_OQAM_Processing
说明: FBMC波形的MATLAB仿真代码,包含OQAM过程的预处理和解码(MATLAB simulation code for FBMC waveform, including OQAM process preprocessing and decoding)
- 2021-03-02 11:33:31下载
- 积分:1
-
loveletter
Source Code of I Love You Virus
- 2009-09-05 18:16:29下载
- 积分:1
-
d
说明: 简单版俄罗斯方块 运用一些基本的C和C++编写而成。。。适合那些学生下载来作报告(Simple version of Tetris to use some basic C and C++ Prepared. . . Suitable for those students to make a report to download)
- 2016-04-25 17:06:13下载
- 积分:1
-
基本的猜数字游戏,有游戏,说明,排行等功能,运行环境DOS...
基本的猜数字游戏,有游戏,说明,排行等功能,运行环境DOS-Basic猜数字games, game, description, ranking and other functions, operating environment for DOS
- 2023-07-29 16:15:03下载
- 积分:1
-
VSB
说明: VSB调制,使用matlab语言实现功能(VSB modulation, using matlab language to achieve the function)
- 2020-03-17 15:31:50下载
- 积分:1
-
Oblique Nozzle
该代码可以模拟特定尺寸超音速斜切喷管模拟,若修改其中尺寸参数,可以达到模拟任何超音速流动。(The code can simulate the supersonic oblique-cut nozzle with a specific size. If the size parameters are modified, any supersonic flow can be simulated.)
- 2020-06-21 18:40:02下载
- 积分:1