-
对图像进行离散余弦变换处理的源代码
很实用的
对图像进行离散余弦变换处理的源代码
很实用的-images of discrete cosine transform the source code is very useful
- 2022-04-22 06:59:29下载
- 积分:1
-
位图的存取在vc中的 因为所在的项目中我负责的模块是有关与位图的读写和存储的,所以看了一些资料后,并且成功在vc 下实现所需的功能后写下这篇读书报告。
对...
位图的存取在vc中的 因为所在的项目中我负责的模块是有关与位图的读写和存储的,所以看了一些资料后,并且成功在vc 下实现所需的功能后写下这篇读书报告。
对于位图,要想在vc中实现读取和存储,先必须了解BMP的文件格式。
BMP文件大体上分成四个部分:位图文件头,位图信息头,调色板,实际的位图数据。
位图文件头BITMAPFILEHEADER是一个结构,它的定义如下:
typedef struct tagBITMAPFILEHEADER{
WORD bfType
DWORD bfSize
WORD bfReserved1
WORD bfReserved2
DWORD bfOffBits
}BITMAPFILEHEADER实现-Bitmaps in vc access because of the projects where I am responsible for the module is concerned with reading and writing bitmap and storage, so read some information, and the success achieved in vc feature required to write This study reports. For bitmap, in order to achieve in the vc read and stored, first must understand the BMP file format. BMP files generally divided into four parts: the first bitmap file, BITMAPINFOHEADER, palette, the actual bitmap data. BITMAPFILEHEADER bitmap file header is a structure, it is defined as follows: typedef struct tagBITMAPFILEHEADER (WORD bfType DWORD bfSize WORD bfReserved1 WORD bfReserved2 DWORD b
- 2022-09-19 08:45:03下载
- 积分:1
-
autocad programming source code, applies to VBA Vlisp VC
autocad编程源代码,适用于VBA Vlisp VC-autocad programming source code, applies to VBA Vlisp VC
- 2022-07-17 02:11:44下载
- 积分:1
-
MFC 带有一个 CRectTracker 类. 用来画出所谓的橡皮条矩形.
但在 WTL 里面, 没有对应的类. 所以,自己写了一个非常简单的 mix...
MFC 带有一个 CRectTracker 类. 用来画出所谓的橡皮条矩形.
但在 WTL 里面, 没有对应的类. 所以,自己写了一个非常简单的 mix-in class, 在 WTL 里面使用, 将这个类作为您的窗口的基类即可让窗口具有画橡皮条矩形的行为.上载的压缩文件包含两个源文件, RectTracker.h 即为这个 mix-in class. SnapShotWnd.h 为使用这个类的一个窗口.
还有一张屏幕抓图, 从图片可以看出这个窗口的功能, 他实现类似透明窗口的功能. 注意那个虚线框, 就是 CRectTracker 画出来的.-MFC with a CRectTracker category. To draw of the so-called rubber rectangle. The WTL, there"s no corresponding category. So they want to write a very simple mix-in class, the WTL is used to this category as your window so that the base class can be painted with rubber window the behavior of the rectangle. on the compressed file contains two sources, namely the RectTracker.h mix-in class. SnapShotWnd.h for the use of this kind of a window. Previously there a screen, pictures can be seen from the window of the function, he achieved similar functions transparent window . Note that dash is the CRectTracker painting.
- 2022-02-25 08:14:58下载
- 积分:1
-
浙江大学编程竞赛语言组做的
浙江大学程序设计竞赛c语言组二等奖做平,五子棋,有原马和报告文档,共参阅-Zhejiang University Programming Contest c language group to do- the second prize, 331, the original Ma and report files, a total of reference
- 2022-08-25 16:13:25下载
- 积分:1
-
BCB打开Jpeg,BMP,ICO等格式图片的Demo,可选择比例,RGB或灰阶显示,质量优先或速度优先。...
BCB打开Jpeg,BMP,ICO等格式图片的Demo,可选择比例,RGB或灰阶显示,质量优先或速度优先。-BCB open Jpeg, BMP, ICO format pictures Demo option of proportion RGB or gray-scale, quality or speed priority priority.
- 2022-12-11 12:45:03下载
- 积分:1
-
位图的缩放显示的地区可以满足宽或高显示目标…
实现位图的缩放显示,可以按照目标区域的宽或高显示-Bitmap scaling shows that the region can meet the target of a wide or high display .....
- 2022-08-09 03:38:27下载
- 积分:1
-
using VB drawing 3D animation graphics, very interesting! VB to use graphical ma...
采用VB绘制3D动画图形,非常有趣!为采用VB绘制图形提供帮助-using VB drawing 3D animation graphics, very interesting! VB to use graphical mapping help
- 2023-08-14 15:05:02下载
- 积分:1
-
VB例程:该程序是由VB编写的三维图像处理源代码(完整)
VB例程:该程序是由VB编写的三维图像处理源代码(完整)-This is a VB project,which is to process 3-D medical images.
- 2022-04-22 15:31:18下载
- 积分:1
-
计算机图形学原理及算法教程 (Visual C++版)
数字图象处理
消隐...
计算机图形学原理及算法教程 (Visual C++版)
数字图象处理
消隐-Computer Graphics Principle and Algorithm Tutorial (Visual C++ Version) digital image processing blanking
- 2022-05-21 11:29:35下载
- 积分:1