搜索资源列表
2006022006413831087
- 在VC中操作图形文件,并对所读取的图形实现常规的处理是件很头痛的事。CBmpProc类提供了对图形文件的读取操作,并且对已经读入的图形进行处理,包括:取某区域的内容、将区域的内容复制到剪粘板、将剪粘板的内容复制出来……。 CBmpProc类由BmpProc.cpp和BmpProc.h两个文件组成。继承与CBitmap类。 这里同时提供了使用该类的演示程序及CBmpProc类的使用说明。-in VC operation graphics files, as well as read by
turboC(eluosifangkuai)
- 在turboC环境下可以运行的俄罗斯方块程序,调用的graphics.h 不能在VC++里运行
d3d9.h.rar
- vc++中3D图像编程需要手动添加的头文件,很全面,3D graphics programming need to manually add the header file
graphics&winbig
- 这个是图形学配置VC++6的,包括graphics.h和winbig.cpp、winbig.lib三个文件
graphics
- 在VC下实现turborC中的graphics.h库,可以在VC使用。-In the VC in the graphics.h achieve turborC library, you can use the VC.
(graphics.h)
- vc绘图库-graphics library by VC
Sample1
- 字符闪烁 用了graphics.h 这个是在VC++的基础上在网上找了graphics库文件放到VC文件夹下 才能编译-Flashing characters used graphics.h这个是在VC++的基础上在网上找了graphics库文件放到VC文件夹下 才能编译
VC_ocr
- 采用这种组合特征,顺利地解决了多体汉字识别问题,即只用一个特征库就可以识别多体汉字。在工作中我们进一步认识到:不同字体的汉字图形有所不同,实质上可以认为相当于某种字体的图形加上一定的干扰。-Use this assemblage characteristic, successfully solved multi-body character recognition problems, namely, with only one feature library can recognise mult
EasyX_v20100825
- graphics.h的源文件,TC中的头文件,但VC编程中需要用到,特别是做图像绘制时就是 VC 方便的开发平台和 TC 简单的绘图功能。-graphics.h the source file, TC in the header file, but need to use VC programming, especially when doing image rendering is a convenient development platform and VC TC simple graph
vc3dcurv
- 一个比较粗糙的VC++二维显示和三维显示的关键技术代码,程序在VC6.0下调试通过,显示类的定义部分在eidterView.h 文件中,其实现部分在 eidterView.cpp文件中。它可生成三种数据曲线图以及三维图形展示图像等。-The VC a rough two-dimensional display and three-dimensional display of key technical codes, the program in VC6.0 debugging through t
cube1.h
- 本个小工程实验是用了vc实现三维图形的旋转,作为一个简单的程序测试-Three-dimensional graphics rotation vc
GRAPHICS
- 头文件 graphics.h graphics.h头文件只在Turbo C中才有,也只适用TC,若用VC的话可用API函数 -The header files graphics.h, graphics.h, header files only in Turbo C and is only applicable TC VC, then the available API functions
graphicsp2Bwinbgi
- 由于TC中的graphics.h不是C语言中的标准函数,而是由Borland公司自行开发的,而且是面向DOS的16位,无法直接在VC++中使用; 出于此目的,设计了面向VC++的graphics.h头文件,以及包含一些链接函数的C++程序winbgi.cpp和winbgi.lib; 如何使用?第一种方法——创建工程之后,在Source Files中导入winbgi.cpp文件,在Header Files中导入graphics.h文件,并且将这两个文件和winbgi.lib拷贝
eluosifangkuai
- VC++ 俄罗斯方块 Russia.h文件: #include <stdio.h> #include <stdlib.h> #include <dos.h> #include <graphics.h> #define TIMER 0xlc/*定义时钟中断的中断号*/ #define VK_LEFT 0x4b00/*左移键*/ #define VK_RIGHT 0x4d0
EasyX_2013
- VC程序调试中经常遇到没有"graphics.h"文件,用EasyX可以解决此问题-VC debugging often encountered no " graphics.h" file, this problem can be solved with EasyX
graphics
- VC++包含文件 ,头文件 graphics.h下载,是用于编写VC/C++图像软件时的像素函数、直线和线型函数、多边形函数、填充函数等,TC图形库文件之一。缺少这个文件时,在VC Dev调试窗口会提示No such file or directory,下载本文件后,按照提示的路径放入其中供Dev调用即可。-VC++ include files, header files graphics.h download, is one of the TC graphics library used to
Snake-code
- 贪吃蛇代码-C语言-VC++6.0 /*这是一个贪吃蛇代码,运行环境VC++6.0(亲测完美运行)*/ /*该程序在dos系统下运行,不需要graphics.h头文件*/ -Snake code-C language-VC++6.0 /* this is a Snake code, operating environment VC++6.0 (dear test run perfectly) /* this program to run in the DOS syste
tuxingtongxunlu
- c语言入门时写的图形界面通讯录,因为vc++6.0没有图形的头文件,所以运行的话需要加入graphics.h,没有的去网上下载。-graphics tongxunlu
snake
- 这是一个贪吃蛇代码,运行环境VC++6.0(亲测完美运行),该程序在dos系统下运行,不需要graphics.h头文件-snake code
本小姐的介绍
- 在turboC环境下可以运行的俄罗斯方块程序,调用的graphics.h 不能在VC++里运行 号(The Tetris program that can be run in the turboC environment, and the called graphics.h cannot run the number in the VC++)