Welcome![Sign In][Sign Up]
Location:
Search - BGI

Search list

[Other Gamesgame

Description: C语言小游戏 运行时只要把红色部分改为自己电脑上TC目录的BGI分目录即可。-this game
Platform: | Size: 2048 | Author: st660250 | Hits:

[Other Gamessnake

Description: 实现文件是youxi.c,因为涉及到了图形界面,所以使用Turbo C工具来调试。在运行时,必须将EGAVGA.BGI 文件、.EXE可执行文件和程序文件放在统一目录下-ON划词翻译ON实时翻译 The file is youxi.c, because it involves a graphical interface, so the use of Turbo C tools to debug. At run time, the EGAVGA.BGI file must be,.EXE executable files and program file on a unified directory
Platform: | Size: 1192960 | Author: Tom | Hits:

[Other GamesGOBANG01

Description: 实现文件是GOBANG.C,因为涉及到了图形界面,所以使用Turbo C工具来调试。在运行时,必须将EGAVGA.BGI文件、.EXE可执行文件和程序文件放在统一目录下。 -实现文件是GOBANG.C,因为涉及到了图形界面,所以使用Turbo C工具来调试。在运行时,必须将EGAVGA.BGI文件、.EXE可执行文件和程序文件放在统一目录下。 ON划词翻译ON实时翻译 The file is GOBANG.C, because it involves a graphical interface, so the use of Turbo C tools to debug. At run time, the EGAVGA.BGI file must be,.EXE executable files and program file on a unified directory.
Platform: | Size: 28672 | Author: Tom | Hits:

[TCP/IP stackPING-AND-TCP

Description: 源代码包含如下两个文件夹: (1)ping:是ping项目的实现代码,用Visual C++ 6.0来调试。 (2)TCP:是TCP项目的实现代码,用Visual C++ 6.0来调试。 实现文件是CJGL.c,因为涉及到了图形界面,所以使用Turbo C工具来调试。在运行时,必须将EGAVGA.BGI文 件和程序文件放在统一目录下。- 源代码包含如下两个文件夹: (1)ping:是ping项目的实现代码,用Visual C++ 6.0来调试。 (2)TCP:是TCP项目的实现代码,用Visual C++ 6.0来调试。 实现文件是CJGL.c,因为涉及到了图形界面,所以使用Turbo C工具来调试。在运行时,必须将EGAVGA.BGI文 件和程序文件放在统一目录下。
Platform: | Size: 2108416 | Author: Tom | Hits:

[Graph DrawingDraw01

Description: 绘图板系统。实现文件是Draw.c,因为涉及到了图形界面,所以使用Turbo C工具来调试。在运行时,必须将EGAVGA.BGI文 件、.EXE可执行文件和程序文件放在统一目录下。-Drawing board system. The file is Draw.c, because it involves a graphical interface, so the use of Turbo C tools to debug. At run time, must have the EGAVGA.BGI file,.EXE executable files and program files on a unified directory.
Platform: | Size: 56320 | Author: Tom | Hits:

[Other systemsBGI_fiter

Description: 华大基因的qc程序,使用C++编程,支持adpter, overlap, polyA等功能,支持压缩文件读写-the program of BGI qc
Platform: | Size: 584704 | Author: Lyon | Hits:

[Embeded LinuxGOBANG

Description: (2)五子棋游戏 实现文件是GOBANG.C,因为涉及到了图形界面,所以使用Turbo C工具来调试。在运行时,必须将EGAVGA.BGI文件、.EXE可执行文件和程序文件放在统一目录下。-wu zhi qi you xi
Platform: | Size: 4096 | Author: 朱明亮 | Hits:

[Embeded Linuxcalc

Description: (4)计算器C语言 实现文件是calc.c,因为涉及到了图形界面,所以使用Turbo C工具来调试。在运行时,必须将EGAVGA.BGI文件、.EXE可执行文件和程序文件放在统一目录下。 -ji suan qi
Platform: | Size: 6144 | Author: 朱明亮 | Hits:

[Graph DrawingNieuw-Rich-Text-document

Description: #include<graphics.h> #include<conio.h> main() { int gd = DETECT,gm,left=100,top=100,right=200,bottom=200,x= 300,y=150,radius=50 initgraph(&gd, &gm, C:\\TC\\BGI ) rectangle(left, top, right, bottom) circle(x, y, radius) bar(left + 300, top, right + 300, bottom) line(left - 10, top + 150, left + 410, top + 150) ellipse(x, y + 200, 0, 360, 100, 50) outtextxy(left + 100, top + 325, My First C Graphics Program ) getch() closegraph() return 0 }-#include<graphics.h> #include<conio.h> main() { int gd = DETECT,gm,left=100,top=100,right=200,bottom=200,x= 300,y=150,radius=50 initgraph(&gd, &gm, C:\\TC\\BGI ) rectangle(left, top, right, bottom) circle(x, y, radius) bar(left + 300, top, right + 300, bottom) line(left - 10, top + 150, left + 410, top + 150) ellipse(x, y + 200, 0, 360, 100, 50) outtextxy(left + 100, top + 325, My First C Graphics Program ) getch() closegraph() return 0 }
Platform: | Size: 1024 | Author: leroy | Hits:

[GDI-Bitmapgraphics

Description: 是一个类似graphics.h的BGI图形库,使用方法相当接近,所以学习过TC图形的话会很容易上手 本图形库基于EasyX上进行修改,兼容绝大多数EasyX的程序,目前支持VC6, VC2005, VC2008, VC2010, CFree等IDE 在graphics.h头文件的最顶处有相关的说明,并且附带较详细的pdf文档-Is a similar graphics.h of BGI graphics library, use the method is quite close, so studied graphic TC would be very easy to use The graphics library based on EasyX modify compatible with most EasyX program currently supports VC6, VC2005, VC2008, VC2010, CFree such as IDE There are related note at the top of the most graphics.h header files, and comes with a more detailed pdf document
Platform: | Size: 1019904 | Author: 张孟 | Hits:

[EditorPLC-Editor

Description: TC30环境下用C语言实现的PLC编辑器,其中用到了BGI绘图功能,对学习C语言和认识PLC有很好的帮助。-Under TC30 environment using C language implementation of PLC editor, which uses BGI graphics capabilities, to learn C language and understanding of PLC have good help.
Platform: | Size: 259072 | Author: wangthes | Hits:

[OtherBGIDEMO.C

Description: GRAPHICS DEMO FOR TURBO C 2.0. Código de ejemplo de BGI en lenguaje C, usando TC2.0
Platform: | Size: 10240 | Author: HNSJB | Hits:

[mathematicaMandelbrot

Description: Mandelbrot s fractal on BGI C-Mandelbrot s fractal on BGI C++
Platform: | Size: 1024 | Author: ???????? ?????????? | Hits:

[Multimedia Developsource106

Description: 实现C语言图形环境下的分数多项式显示,请先确保有BGI驱动文件-Realization of C language graphics environments Score polynomial show, please ensure that there is BGI driver files
Platform: | Size: 1024 | Author: ay6ngnn | Hits:

[ADO-ODBCwinpswd

Description: 密码验证程序,初始密码 为password,运行需Egavga.bgi支持。-Password Authentication procedures, the initial password for the password, run the required support Egavga.bgi.
Platform: | Size: 7168 | Author: ccjyj976puj | Hits:

[Special Effectsthe-cwde

Description: BGI演示程序1 的16位图形方式驱动程序,其使用方式看,c中的代码-BGI demo 1 way of 16 graphics driver, the way of using, the code in c
Platform: | Size: 7168 | Author: sloxbz | Hits:

[OS programdemarspfl

Description: BGI演示程序2 的16位图形方式驱动程序,其使用方式看64k_test,-BGI demo 2 way of 16 graphics driver, the way of using 64 k_test,
Platform: | Size: 20480 | Author: sloxbz | Hits:

[GUI Developpdjacencydiskhandling

Description: 文件格式PDFAdobe Acrobat - HTML版 信息 BGI ErrorGraphics-File format PDFAdobe Acrobat- HTML version information BGI ErrorGraphics
Platform: | Size: 6144 | Author: eanyo | Hits:

[OtherBgi_bp_tools

Description: BGI galgame engine used for ._bp files
Platform: | Size: 3072 | Author: Hang | Hits:

[Windows DevelopHXML-version

Description: 文件格式PDFAdobe Acrobat - HTML版 信息 BGI ErrorGraphics(File format PDFAdobe Acrobat - HTML version information BGI ErrorGraphics)
Platform: | Size: 6144 | Author: intfgfeoe | Hits:
« 1 2 3 4 5 6 78 »

CodeBus www.codebus.net