-
里面含有几十个源程序(远远大于5个),很厚重,不知是否达到了给予VIP下载权限呢,谢谢咯。在VC6下运行的一个非常好的图像处理演示平台,包含很多非常新的思路,并...
里面含有几十个源程序(远远大于5个),很厚重,不知是否达到了给予VIP下载权限呢,谢谢咯。在VC6下运行的一个非常好的图像处理演示平台,包含很多非常新的思路,并用程序实现了(附有源程序);所以苦于对很多有新的idea,但还不知如何用程序来实现的朋友来说,这绝对是一个好的“老师”;程序运行的注意点:平台含有自己演示的图像,所以下载整个文件后,要放到根目录下执行,才会OK。-it contains dozens of source (far greater than 5), very thick, I do not know whether the authority given VIP download? Thank you, 1,10. VC6 running in a very good demonstration of image processing platform, which includes many very new ideas, and use the program (with source code); So the frustration of many a new idea, but I do not know how to use the process to achieve a friend, this is definitely a good "teacher" ; running attention : his demonstration platform containing the images, download the entire document, the root directory to put under implementation, will OK.
- 2022-04-13 16:30:52下载
- 积分:1
-
typical VC program, rolling subtitles can be achieved and that the realization o...
典型的VC编程,可以实现滚动字幕的实现,全套上载可直接运行。希望大家喜欢。-typical VC program, rolling subtitles can be achieved and that the realization of complete directly on the run. Hope you like them.
- 2022-03-29 18:42:42下载
- 积分:1
-
得到当前的色彩深度(color depth)
得到当前的色彩深度(color depth)-Get the current color depth
- 2022-02-16 06:48:17下载
- 积分:1
-
openbmp
此代码是对24位位图来处理图形图像的压缩和解压-openbmp
- 2023-02-09 16:20:04下载
- 积分:1
-
位图开发的C++程序
位图开发的C++程序-bitmap development of the C program
- 2023-07-28 14:20:04下载
- 积分:1
-
21。如何实现有效的图像百叶窗?如何把这样的好成绩降下来…
21.如何实现图像的百叶窗效果?如何做出这么好的效果来,下载啦-21. How to achieve effective image blinds? How to make such good results to download--
- 2022-08-12 16:57:12下载
- 积分:1
-
实现对一副球面失真图形进行操作,使得一幅圆形图片校正后成为方形...
实现对一副球面失真图形进行操作,使得一幅圆形图片校正后成为方形-The realization of a spherical distortion of graphics operations, makes a circular image after correction become square
- 2022-08-14 05:47:30下载
- 积分:1
-
多点计算,峰值计算,随机产生n_gene个基因段,随机产生个体的同源基因段2...
多点计算,峰值计算,随机产生n_gene个基因段,随机产生个体的同源基因段2-more, the peak, randomly generated n_gene genes of randomly generated individual of two homologous gene
- 2022-01-26 04:27:04下载
- 积分:1
-
用C++实现,计算机图形学相关算法,另外附有实验报告!
用C++实现,计算机图形学相关算法,另外附有实验报告!-C realized, computer graphics algorithms, and experiment with the report!
- 2022-01-21 22:21:37下载
- 积分: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