-
这是一个用风险投资纹理图像特征提取的方法
这是一个VC实现的图像的纹理特征提取-This is a VC texture of the image feature extraction
- 2022-05-24 13:54:42下载
- 积分:1
-
利用双缓存的技术实现对图像的显示,克服了图像显示时容易闪烁的问题...
利用双缓存的技术实现对图像的显示,克服了图像显示时容易闪烁的问题-cache dual use technology to achieve the right image, overcome the image display easily scintillation problems
- 2022-05-16 01:47:51下载
- 积分:1
-
该代码提供了一个与Visual C++界面编程MATLAB可视化程序…
该代码提供了MATLAB与VISUAL C++的接口编程,为MATLAB可视化编程提供了方便-The code provides a MATLAB with VISUAL C++ Interface programming, visual programming for MATLAB provides a convenient
- 2023-07-24 23:50:03下载
- 积分:1
-
2005/12/07
此程序主要使用mallet算法实现的是97小波变换程序
2005/12/07
此程序主要使用mallet算法实现的是97小波变换程序
-2005/12/07 The procedure used mallet algorithm is 97 Wavelet Transform Procedure
- 2022-02-05 05:07:56下载
- 积分:1
-
粒子滤波的程序,condensation
粒子滤波的程序,condensation-Particle filter procedure, condensation
- 2022-02-14 17:19:07下载
- 积分:1
-
H.264 internal motion compensation decoding process Verilog
H.264内部运动补偿译码的verilog程序-H.264 internal motion compensation decoding process Verilog
- 2022-05-24 18:21:37下载
- 积分: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
-
以前我见到一个屏幕字体滚动程序,可是那个使用C++写的。于是自己写了一个对话框内的字幕滚动程序。原理是相同的!...
以前我见到一个屏幕字体滚动程序,可是那个使用C++写的。于是自己写了一个对话框内的字幕滚动程序。原理是相同的!-ago, I saw a screen fonts rolling process, but that the use of C writes. So wrote a dialog within the subtitles rolling process. The principle is the same!
- 2022-03-01 02:06:10下载
- 积分:1
-
BMP image to read and write source code, they can read the image data format Bmp
BMP图像的读写源码,可以自由读取BMp格式的图像数据-BMP image to read and write source code, they can read the image data format Bmp
- 2022-03-21 06:08:11下载
- 积分:1
-
kalman中计算指数收敛的矩阵级数近似求矩阵逆的算法步骤
kalman中计算指数收敛的矩阵级数近似求矩阵逆的算法步骤-Tracking index calculated convergence of Matrix series approximation for the inverse matrix algorithm steps
- 2022-07-19 09:52:12下载
- 积分:1