-
windows GDI graphical programming an example of
windows GDI 图形编程的一个实例-windows GDI graphical programming an example of
- 2022-03-20 12:13:57下载
- 积分: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
-
VB6 windows2000 图像北京透明,并且能产生动画 使用不GDI编程
VB6 windows2000 图像北京透明,并且能产生动画 使用不GDI编程-VB6 windows2000 Beijing transparent images, and animation can be generated using GDI Programming
- 2023-01-03 10:30:04下载
- 积分: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
-
这是放大10倍后的用数值微分法生成直线的程序
这是放大10倍后的用数值微分法生成直线的程序-This is the enlarged 10 times the numerical differential method to create line procedures
- 2022-09-09 17:55: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
-
一个简单的画图程序,可以画点、线段、举行圆形椭圆等。
一个简单的画图程序,可以画点、线段、举行圆形椭圆等。-A simple drawing program, you can draw points, line segments, such as holding a circular ellipse.
- 2023-01-23 03:50:03下载
- 积分:1
-
Ogre的MFC实现代码,基于OGRE 1.4.2 开源游戏引擎
Ogre的MFC实现代码,基于OGRE 1.4.2 开源游戏引擎-Ogre realize the MFC code, based on open source game engine OGRE 1.4.2
- 2022-03-18 06:09:32下载
- 积分:1
-
本代码用VC++编写,包含空间转换、向量分析、几何处理、噪声干扰等功能...
本代码用VC++编写,包含空间转换、向量分析、几何处理、噪声干扰等功能-The code used VC++ Prepared, including space conversion, vector analysis, geometry processing, noise interference and other functions
- 2023-01-03 09:15:06下载
- 积分:1
-
基于VC++6.0的聚类程序,用以实现手写或电脑输入的数字的识别和分类....
基于VC++6.0的聚类程序,用以实现手写或电脑输入的数字的识别和分类.-Based on VC++ 6.0 Clustering procedure to achieve the hand-written or computer input digital identification and classification.
- 2022-07-24 09:45:56下载
- 积分:1