-
数字图像处理章 3 源代码
第3章“数字图像处理”的命名强度变换和空间滤波,其中包括6个子部分(1)的基础强度变换函数,(2)直方图处理,(3)空间滤波,(4)平滑空间滤波器,(5)锐化空间滤波器,和(6)使用模糊技术的强度变换和空间滤波。在基本强度变换函数中,有4个重要的功能,包括图像的负,对数变换,幂律(γ)变换,和分段线性变换函数。在直方图处理方面,我了解了直方图均衡化,直方图匹配(规范)。图像增强的局部直方图处理和直方图统计。 ;这些功能和过滤器是利用OpenCV和C++语言编程。
- 2022-11-17 00:40:03下载
- 积分:1
-
ssl协议的时间控制接口
ssl协议的时间控制接口-ssl time control interface
- 2022-10-15 22:35:03下载
- 积分:1
-
第一个事件
firstevent
- 2022-07-19 15:08:54下载
- 积分:1
-
硬币找钱问题C++
该程序实现的是硬币找钱问题,即设有6 种不同面值的硬币,用这些面值的硬币来购物和找钱。购物时可以使用的各种面值的硬币个数存于数组Coins[1:6]中,商店里各面值的硬币有足够多。计算在1 次购物中需要使用的最少硬币组合。程序是基于VC++6.0平台实现的。
- 2022-08-19 11:45:34下载
- 积分:1
-
VB6源代码,监视剪贴板内容。Windows XP + VB6 测试通过。
VB6源代码,监视剪贴板内容。Windows XP + VB6 测试通过。-To monitor the contents of the clipboard
- 2023-04-26 09:10:04下载
- 积分:1
-
本软件可以播放本地flash文件和网络flash文件。 播放网络文件时每次只能播放一个文件。播放本地文件时,可以播放多文件,但对所选文件的文件名有限制,如果所选...
本软件可以播放本地flash文件和网络flash文件。 播放网络文件时每次只能播放一个文件。播放本地文件时,可以播放多文件,但对所选文件的文件名有限制,如果所选文件的文件名长度总和大于一个字符串的长度,则不能播放。- This software may broadcast the local flash document and the
network flash document. When broadcast network document each time only
can broadcast a document. When broadcasts the local document, may
broadcast multiple file, but to chooses the document the filename to
have the limit, if chooses the document the filename length sum total
to be bigger than a character string the length, then cannot
broadcast.
- 2023-06-10 05:15:03下载
- 积分:1
-
there is a defect in only know that the secret and public key
还有一个缺陷就是在只知道密文 x 及公钥(n,e)的情况下,只要将 (x^e) mod n 所得余数 s 再不断地循环操作 s = s^e mod n,此运算不断地循环 e 次之后,很多情况下都可以循环出原文,只是计算量过余多一些罢了。不过有不少情况下,根本都无须循环 e 次,不过对于1024位的 n 级别来说,e 也是一个相当大的数值,所以循环密文的余数以解得原文是有些不现实。 以上内容仅供参考,如有不实,请予更正-there is a defect in only know that the secret and public key-x (n, e) the circumstances, as long as (x ^ e) mod n from the remaining s to continuously cycle operation s = s ^ e mod n, this constant cycle of Operational e occasion, the very many circumstances can be recycled from the original, but I calculated the volume more than just. There are, however, many instances, simply do not need e cycle times, but for 1024 the level n, e is a very large figure, so secret circle the remainder of the text was obtained in the original is a bit unrealistic. The above is for reference only, if not true, I corrected
- 2022-03-22 01:18:28下载
- 积分:1
-
简单的基本画图程序
简单的基本画图程序-simple program of basic paint
- 2023-04-23 04:15:02下载
- 积分:1
-
imitation At the time of switching interface
仿金山毒霸切换界面 -imitation At the time of switching interface
- 2022-07-17 02:54:33下载
- 积分:1
-
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus...
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub-Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub
- 2022-06-29 02:05:14下载
- 积分:1