CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - graphics.h vc

搜索资源列表

  1. 2006022006413831087

    1下载:
  2. 在VC中操作图形文件,并对所读取的图形实现常规的处理是件很头痛的事。CBmpProc类提供了对图形文件的读取操作,并且对已经读入的图形进行处理,包括:取某区域的内容、将区域的内容复制到剪粘板、将剪粘板的内容复制出来……。 CBmpProc类由BmpProc.cpp和BmpProc.h两个文件组成。继承与CBitmap类。 这里同时提供了使用该类的演示程序及CBmpProc类的使用说明。-in VC operation graphics files, as well as read by
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:148985
    • 提供者:嘎嘎
  1. turboC(eluosifangkuai)

    0下载:
  2. 在turboC环境下可以运行的俄罗斯方块程序,调用的graphics.h 不能在VC++里运行
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:3900
    • 提供者:王呈鹏
  1. d3d9.h.rar

    0下载:
  2. vc++中3D图像编程需要手动添加的头文件,很全面,3D graphics programming need to manually add the header file
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1717806
    • 提供者:wakt
  1. graphics&winbig

    1下载:
  2. 这个是图形学配置VC++6的,包括graphics.h和winbig.cpp、winbig.lib三个文件
  3. 所属分类:图形图象

  1. graphics

    0下载:
  2. 在VC下实现turborC中的graphics.h库,可以在VC使用。-In the VC in the graphics.h achieve turborC library, you can use the VC.
  3. 所属分类:Console

    • 发布日期:2017-03-22
    • 文件大小:73316
    • 提供者:wuliang
  1. (graphics.h)

    0下载:
  2. vc绘图库-graphics library by VC
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-27
    • 文件大小:73762
    • 提供者:流风
  1. Sample1

    0下载:
  2. 字符闪烁 用了graphics.h 这个是在VC++的基础上在网上找了graphics库文件放到VC文件夹下 才能编译-Flashing characters used graphics.h这个是在VC++的基础上在网上找了graphics库文件放到VC文件夹下 才能编译
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:26379
    • 提供者:yinqing
  1. VC_ocr

    1下载:
  2. 采用这种组合特征,顺利地解决了多体汉字识别问题,即只用一个特征库就可以识别多体汉字。在工作中我们进一步认识到:不同字体的汉字图形有所不同,实质上可以认为相当于某种字体的图形加上一定的干扰。-Use this assemblage characteristic, successfully solved multi-body character recognition problems, namely, with only one feature library can recognise mult
  3. 所属分类:Graph Recognize

    • 发布日期:2016-09-01
    • 文件大小:2507776
    • 提供者:yefeng
  1. EasyX_v20100825

    0下载:
  2. 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
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:278716
    • 提供者:00
  1. vc3dcurv

    0下载:
  2. 一个比较粗糙的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
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:153914
    • 提供者:brave
  1. cube1.h

    0下载:
  2. 本个小工程实验是用了vc实现三维图形的旋转,作为一个简单的程序测试-Three-dimensional graphics rotation vc
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-23
    • 文件大小:7537979
    • 提供者:徐学恒
  1. GRAPHICS

    0下载:
  2. 头文件 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
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:3346
    • 提供者:yanglei
  1. graphicsp2Bwinbgi

    0下载:
  2. 由于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拷贝
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-13
    • 文件大小:27104
    • 提供者:李亚
  1. eluosifangkuai

    0下载:
  2. 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
  3. 所属分类:CSharp

    • 发布日期:2017-11-02
    • 文件大小:26360
    • 提供者:jiangdongguo
  1. EasyX_2013

    0下载:
  2. VC程序调试中经常遇到没有"graphics.h"文件,用EasyX可以解决此问题-VC debugging often encountered no " graphics.h" file, this problem can be solved with EasyX
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:599014
    • 提供者:稻草人
  1. graphics

    0下载:
  2. 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
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3320
    • 提供者:apudn62
  1. Snake-code

    0下载:
  2. 贪吃蛇代码-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
  3. 所属分类:Other Games

    • 发布日期:2017-04-16
    • 文件大小:10040
    • 提供者:朱光前
  1. tuxingtongxunlu

    0下载:
  2. c语言入门时写的图形界面通讯录,因为vc++6.0没有图形的头文件,所以运行的话需要加入graphics.h,没有的去网上下载。-graphics tongxunlu
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6701
    • 提供者:董沛
  1. snake

    0下载:
  2. 这是一个贪吃蛇代码,运行环境VC++6.0(亲测完美运行),该程序在dos系统下运行,不需要graphics.h头文件-snake code
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-13
    • 文件大小:2870552
    • 提供者:Frank
  1. 本小姐的介绍

    0下载:
  2. 在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++)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:2089984
    • 提供者:的技能符
« 12 »
搜珍网 www.dssz.com