-
基于VB的图象处理的一个小的应用程序,很好用的
基于VB的图象处理的一个小的应用程序,很好用的-VB-based image processing of a small application, a very good use
- 2022-07-16 06:27:59下载
- 积分:1
-
多媒体图像压缩,视频方面的文章,有JPEG的,还有数据通信的...
多媒体图像压缩,视频方面的文章,有JPEG的,还有数据通信的-Multimedia image compression, video in the article, there are JPEG" s, as well as data communications
- 2022-06-12 00:12:40下载
- 积分:1
-
最新png 图片格式编/解码源代码,供高手研究
最新png 图片格式编/解码源代码,供高手研究-Png picture format of the latest encoder/decoder source code for the master study
- 2022-02-16 09:56:01下载
- 积分:1
-
基于神经网络的识别程序,程序采用三层BP网络训练,采用了普通定义中加入动量因子的训练法,精确度很高。...
基于神经网络的识别程序,程序采用三层BP网络训练,采用了普通定义中加入动量因子的训练法,精确度很高。-based on neural network identification procedures, procedures adopted a three-tier network training BP, with its definition of momentum into the training factor, a high degree of precision.
- 2023-01-04 12:50:04下载
- 积分:1
-
Laplacian sharpening (edge detection) MFC programming very practical edge detect...
拉普拉斯锐化(边缘检测)MFC编程非常实用
对边缘检测学习有帮助-Laplacian sharpening (edge detection) MFC programming very practical edge detection to help learning
- 2022-07-23 04:29:32下载
- 积分:1
-
a lot of people find the classical image processing algorithm articles on the su...
一篇很多人找的经典图像处理算法方面的文章。-a lot of people find the classical image processing algorithm articles on the subject.
- 2022-07-18 03:31:09下载
- 积分:1
-
matlab写的一个经典的图像滤波处理程序。
matlab写的一个经典的图像滤波处理程序。-Matlab write a classic image filtering process.
- 2023-06-09 15:05:08下载
- 积分:1
-
随机信号处理 通信信道仿真 自适应LMS算法 自己编的小程序
随机信号处理 通信信道仿真 自适应LMS算法 自己编的小程序-Adaline
- 2023-05-30 17:45:04下载
- 积分:1
-
一种向CBitmap对象读取“*.bmp”文件的快捷方式。
1、建立自己的CBitmap派生类。
2、增加一个“Load from bitmap”...
一种向CBitmap对象读取“*.bmp”文件的快捷方式。
1、建立自己的CBitmap派生类。
2、增加一个“Load from bitmap”的函数:
BOOL CMyBitmap::LoadBitmap(LPCTSTR szFileName)
{
DeleteObject()
HBITMAP hBitmap=NULL
hBitmap=(HBITMAP)LoadImage(NULL,szFileName,IMAGE_BITMAP,0,0,LR_LOADFROMFILE|LR_CREATEDIBSECTION|LR_DEFAULTSIZE)
return Attach(hBitmap)
}-CBitmap object to a reading of "*. bmp" file shortcuts. One, to build their own CBitmap derived class. 2, add a "Load from bitmap" function : BOOL CMyBitmap : : LoadBitmap (LPCTSTR szFileName) (DeleteObje ct () HBITMAP hBitmap = NULL hBitmap = (HBITMAP) LoadImage (NULL, szFileName, IMAGE_BITMAP, 0, 0, LR_LOADFROMFILE | LR_CREATEDIBSECTION | LR_D EFAULTSIZE) return Attach (hBitmap);)
- 2023-04-01 09:15:03下载
- 积分:1
-
基于visual studio开发的经典小波变换的VC代码,很实用。
基于visual studio开发的经典小波变换的VC代码,很实用。-Based on the visual studio to develop the classic VC wavelet transform code, very useful.
- 2022-05-19 03:05:36下载
- 积分:1