-
这个程序实现了256色PCX文件解码。注意:其中第二个函数对一行进行解码,应该把阅读的重点放在这个函数上。要注意的是,执行时,文件C: est.pcx必须存在...
这个程序实现了256色PCX文件解码。注意:其中第二个函数对一行进行解码,应该把阅读的重点放在这个函数上。要注意的是,执行时,文件C: est.pcx必须存在,而且是一个256色PCX文件。-the procedures of 256 color PCX decoding. Note : This second function to decode and his party, should focus on reading this function on. To pay attention to the implementation, the C : test.pcx must exist, but is a 256-color PCX document.
- 2023-04-20 13:10: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
-
这是一个开放的,我写BMP文件的小例子。写得很差,只是一个..
这是一个我写的打开BMP文件的小例子。写得不好,仅仅是老师布置作业马虎完成了。-This is an opening, I wrote a small example of BMP files. Poorly written, just a sloppy teacher assignments completed.
- 2022-02-27 05:03:01下载
- 积分:1
-
经典游戏,扫雷源程序,分享学习交流
共同学习,共同进步...
经典游戏,扫雷源程序,分享学习交流
共同学习,共同进步-Classic games, mine the source code, learn to share a common learning and common progress
- 2023-01-16 03:15:03下载
- 积分: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
-
实现BMP的平移旋转放大缩小以及频率的各种变换,并可以通过HOUPH变换提取边界...
实现BMP的平移旋转放大缩小以及频率的各种变换,并可以通过HOUPH变换提取边界-good
- 2022-06-21 09:23:15下载
- 积分:1
-
hough变换,检测直径为58像素的圆周,
hough变换,检测直径为58像素的圆周,-Hough transform, detection diameter of the circumference of 58 pixels, huh
- 2022-03-29 17:10:17下载
- 积分:1
-
clear all clc
load C:a_RADARSAT_ProcessingRead_the_CDEXTRACTED_DATACDdata1...
clear all clc
load C:a_RADARSAT_ProcessingRead_the_CDEXTRACTED_DATACDdata1
sig=double(data) [M,N]=size(sig)
sig_fft=fft(sig) clear sig data -clear all clc
load C:a_RADARSAT_ProcessingRead_the_CDEXTRACTED_DATACDdata1
sig=double(data) [M,N]=size(sig)
sig_fft=fft(sig) clear sig data
- 2022-10-23 08:30:04下载
- 积分:1
-
利用VC开发的绘图程序,界面和windows自带的绘图程序比较像,功能齐全。...
利用VC开发的绘图程序,界面和windows自带的绘图程序比较像,功能齐全。-Developed using VC mapping procedures, interface and built-in drawing program windows more like, full-featured.
- 2022-03-24 06:12:56下载
- 积分:1
-
VC代码读取BMP文件并显示
用VC代码读取BMP文件并显示-VC code reader and BMP documents show
- 2022-02-09 13:54:37下载
- 积分:1