-
1. 新建一个空的Win32项目(假设新建项目名称为ForthProj) 设置Win32应用程序向导的“应用程序设置”选项卡,“应用程序类型”项选择“Windo...
1. 新建一个空的Win32项目(假设新建项目名称为ForthProj) 设置Win32应用程序向导的“应用程序设置”选项卡,“应用程序类型”项选择“Windows应用程序”,“附加选项”部分选择“空项目”复选框。 VC++ .NET会为该项目新建一个解决方案,并在项目文件夹下产生四个文件:ForthProj.sln是解决方案管理文件,ForthProj是项目管理文件,ForthProj.ncb是项目数据库文件,ForthProj.suo是用户选项文件(它是一个隐藏文件,目前可以忽略) 2. 向项目添加一个新的cpp文件 3. 编写代码 4. 编译、执行程序-1. A new space projects Win32 (assuming the name of the new projects ForthProj) to install Win32 applications Wizard "application program" tab, "application type" choice "Windows Applications", "additional options" some chose to "empty item" check box. VC.NET project will be a new solution, and the project folder produced four documents : ForthProj.sln is document management solutions, ForthProj project management, project ForthProj.ncb database files, users ForthProj.suo options paper (it is a hidden files that can be ignored) 2. to add a new item to the cpp file 3. write code 4. compile and enforcement procedures
- 2022-02-07 13:43:04下载
- 积分:1
-
使用图像BCB
利用BCB进行图象相加-use images together BCB
- 2023-08-22 14:15:04下载
- 积分:1
-
用VC++程序来打开并显示一幅图像,并有简单的图像处理。
用VC++程序来打开并显示一幅图像,并有简单的图像处理。-VC++ program used to open and display an image and a simple image processing.
- 2022-07-02 06:47:32下载
- 积分:1
-
一个bmp浏览器的设计,包含bmp基础知识
一个bmp浏览器的设计,包含bmp基础知识-A bmp browser design, including basic knowledge bmp
- 2022-03-18 02:39:07下载
- 积分:1
-
图片放大镜程序,用VC+MFC实现,效果不错。
图片放大镜程序,用VC+MFC实现,效果不错。-Photo magnifier procedures, MFC with VC, its effectiveness.
- 2023-05-19 20:30:04下载
- 积分:1
-
JPEG图像解码的详细程序,包括使用OpenGL显示..
jpeg图片格式的详细解码程序,包括用opengl显示在窗口-jpeg image format decoding detailed procedures, including use opengl displayed in the window
- 2022-04-28 00:43:14下载
- 积分:1
-
请使用JBuilder运行。照片修正的照片长度,宽度…
请使用jbuilder运行。 修改图片的大小,将图片长度、宽度变为原始大小的一半。解压运行后,try.jpg生成新的newfile.jpg变为原来的一半-please use JBuilder operation. Photo amend the size of the photos length, width into half its original size. Extracting run, the new generation try.jpg newfile.jpg into half of the original
- 2022-01-25 19:19:32下载
- 积分:1
-
C语言实现JPEG压缩与解压缩,对学习图像处理有一定的参考意义。代码比较老,但是能说明问题。...
C语言实现JPEG压缩与解压缩,对学习图像处理有一定的参考意义。代码比较老,但是能说明问题。-C Language JPEG compression and decompression, to learn to deal with images as a reference significance. Comparing the old code, but illustrative.
- 2022-03-30 03:18:43下载
- 积分:1
-
jpeg2000的实现方案之一(另一个方案即jasper。这是2.2.3版),带ROI(感兴趣区域)的实现代码...
jpeg2000的实现方案之一(另一个方案即jasper。这是2.2.3版),带ROI(感兴趣区域)的实现代码-JPEG2000 one of the realization of the program (another program that jasper. This is version 2.2.3), with ROI (ROI) for code
- 2022-05-16 08:15:05下载
- 积分:1
-
PCX文件查看,.pcx是在pc上成为位图文件存储标准的第一种图象文件格式,pcx文件分为三部分,依次为:pcx文件头,位图数据和一个可选的色表。...
PCX文件查看,.pcx是在pc上成为位图文件存储标准的第一种图象文件格式,pcx文件分为三部分,依次为:pcx文件头,位图数据和一个可选的色表。-PCX,. Ai is on the pc as bitmap file storage of a standard image file format, ai document is divided into three parts, in descending order : nil file, bitmap data and an optional color.
- 2022-07-03 22:25:45下载
- 积分:1