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

搜索资源列表

  1. BGI-putin

    0下载:
  2. 第三方BGI使用测试例程,#include "graphics.h" #include "Svga256.h" #include "stdio.h" #include "fcntl.h" #include "malloc.h" #include "io.h"-the third BGI testing examples,#include "graphics.h" #include "Svga256.h" #include "stdio.h" #include "f
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:26366
    • 提供者:liuga
  1. han-nuo-ta

    0下载:
  2. 汉诺塔动画演示--代码 c++编写 如用到graphics.h可以搜索用Easy-x这个软件解决!-han-nuo-ta flash performance
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:3316
    • 提供者:coolyouguo
  1. libgraph-1.0.2.tar

    0下载:
  2. graphics.h header file for linux-graphics.h header file for linux...
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-02
    • 文件大小:1013040
    • 提供者:jeeva
  1. tetris

    0下载:
  2. 这是用graphics.h写的俄罗斯方块,要运行程序还要包含graphics.h文件,这个可以在网上下到-This is Tetris graphics.h write and want to run the program but also contains graphics.h file, this can be online to
  3. 所属分类:Other Games

    • 发布日期:2017-05-10
    • 文件大小:2494446
    • 提供者:杰仔
  1. h

    0下载:
  2. 对图片进行处理,提取图像中图形大小、分布信息-Image processing, extract images, graphics size and distribution of information
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3454704
    • 提供者:wangzao
  1. character-Rain

    0下载:
  2. 输出字符雨,效果类似黑客帝国中的字符雨,若提示缺少graphics.h(Easyx)头文件,请到这里下载:www.easyx.cn -The output character rain, the effect is similar to the characters in the Matrix rain, suggest a lack of header files graphics.h (Easyx), please go to here to download: www.easyx.cn
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:14807887
    • 提供者:xuzheng
  1. c-sj-qw

    0下载:
  2. 拓展部分的代码 #include "graphics.h" int main() { int gdriver, gmode gdriver=VGA -To expand part of the code# include " graphics.h int main () {int gdriver gmode gdriver = VGA
  3. 所属分类:File Formats

    • 发布日期:2017-12-01
    • 文件大小:357466
    • 提供者:miao
  1. clock

    0下载:
  2. 用graphics.h库函数实现模拟时钟,有数字显示-Using graphics.h library functions for analog clock, digital display
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-04
    • 文件大小:755
    • 提供者:夜鸽
  1. Graphics

    0下载:
  2. 一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-17
    • 文件大小:86952
    • 提供者:xuzhimin
  1. snake

    0下载:
  2. 这是一个简单的贪吃蛇源代码工程文件,包含所需的graphics.h头文件以及lib文件-This is a simple Snake source code project file contains the required graphics.h header files, and lib file
  3. 所属分类:Console

    • 发布日期:2017-12-02
    • 文件大小:6683387
    • 提供者:欧阳建华
  1. FFT_C

    1下载:
  2. 纯C语言编写的常见函数(冲激、阶跃、三角、指数、自定义函数,均可设置自定义系数)的FFT运算并画图显示。运行需要graphics.h。TURBO C++ 3.0运行通过。压缩包中包括一些C语言图形界面的简单教程。-A C program that can calculate common functions FFT and show the graphics. It is run successfully in Turbo C++ 3.0 with graphics.h.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:566902
    • 提供者:木偶
  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. DDA

    0下载:
  2. 使用VC6.0编译的DDA算法画直线程序,在程序编译前要手动添加graphics.h图形库-The the VC6.0 compiler DDA algorithm painting a straight line program, before the program compiles To manually add graphics.h graphics library
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-03
    • 文件大小:1398373
    • 提供者:Brandy
  1. EasyX_2012

    0下载:
  2. EasyX 是针对C++ 的图形库(graphics.h),可以帮助 C 语言初学者快速上手图形和游戏编程。-EasyX is for C++ graphics library (graphics.h), can help the C language for beginners to get started fast graphics and game programming.
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:494021
    • 提供者:严航
  1. page-58-59---vorodi-va-dayere

    0下载:
  2. tarsime dayere ba C++ va ketabkhane graphics.h
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-08
    • 文件大小:181697
    • 提供者:Nima
  1. page-53---4ferfere-ba-linerel

    0下载:
  2. rasme ferfere ba C++ va graphics.h
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-14
    • 文件大小:181218
    • 提供者:Nima
  1. page-45---5circle

    0下载:
  2. Draw Circle in C++ graphic Library <graphics.h> code by Namira
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-15
    • 文件大小:180888
    • 提供者:Nima
  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. 100programs-in-Python

    0下载:
  2. 一百个用Python实现的小算法或小程序!绝对实用!如: 【程序56】 题目:画图,学用circle画圆形。    1.程序分析: 2.程序源代码: #include "graphics.h" main() { int driver,mode,i float j=1,k=1 driver=VGA mode=VGAHI initgraph(&driver,&mode,"") setbkcolor(YELLOW) fo
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:91046
    • 提供者:race
  1. teyfe-rang

    0下载:
  2. draw color pallete in Dev-C++ by using graphics.h header written in C++ by Namira
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-16
    • 文件大小:182215
    • 提供者:Nima
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com