-
这是一个用asp源码编辑的相册程序。
这是一个用asp源码编辑的相册程序。-This a source code editor with the asp albums procedures. Ha ha ha ha
- 2022-07-07 21:57:29下载
- 积分:1
-
图像拼接在超声波医学图像的应用,对图像拼接的专业人员有用...
图像拼接在超声波医学图像的应用,对图像拼接的专业人员有用-The application demonstrate the use of Image Mosaicing in ultrasound medical image, and is specially useful for the professionals engaged on Image Mosaicing.
- 2022-11-14 01:40:03下载
- 积分:1
-
鼠标x
鼠标x-y原理与绘图,
(1)CButton 显示ico/bmp,
(2)多个按钮共享MessageHandler
GetDlgItem,SetIcon,MoveTo/LineTo
-mouse x-y Principle and Mapping, (1) CButton show ico/bmp, (2) various buttons sharing MessageHandler GetDlgItem, SetIcon, MoveTo/LineTo
- 2022-07-27 01:09:31下载
- 积分:1
-
这是一个用C实现的画图源码,实现过程为通过屏幕上的一个小圆移动路径画出一副图....
这是一个用C实现的画图源码,实现过程为通过屏幕上的一个小圆移动路径画出一副图.-This is a realization of the C source drawing, the process of realizing on the screen through a mobile knolls draw a road map.
- 2022-03-01 15:06:08下载
- 积分:1
-
用Canny算子提取图像边缘,适合于初学者研究的好代码
用Canny算子提取图像边缘,适合于初学者研究的好代码-Canny operator Image Edge Extraction suitable for beginners study by the code
- 2022-03-17 16:36:48下载
- 积分:1
-
WPF classic summary of knowledge, it is the classic example, and deom ah
WPF经典知识总结,很经典的例子和deom啊-WPF classic summary of knowledge, it is the classic example, and deom ah
- 2022-03-29 13:38:28下载
- 积分:1
-
available on the BMP format images of the merger, I was VC6.0 development, I hop...
上载的是BMP格式图像的合并,我是用VC6.0开发,希望能够为致力于图像方面的工作者提供帮助-available on the BMP format images of the merger, I was VC6.0 development, I hope for the images to help workers
- 2022-08-12 16:23:09下载
- 积分:1
-
North University of a navigation map matching algorithm, the road network block
中北大学一种导航地图匹配算法,道路网络分块-North University of a navigation map matching algorithm, the road network block
- 2022-03-16 04:09:17下载
- 积分: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
-
Under implementation in VC draw rectangle, ellipse, straight line and so on, sui...
在VC下实现画矩形,椭圆,直线等,适合作为小作业-Under implementation in VC draw rectangle, ellipse, straight line and so on, suitable as a small operation
- 2022-10-25 14:00:04下载
- 积分:1