搜索资源列表
girlgraph
- 此图形是dos下的图形显示代码,通过tc20调试,可以从中了解图形函数的调用方法和调色板的应用原理-graphics dos graphics under the code, adopted tc20 debugging, a better understanding of graphical function call methods and the application of principles of the palette
SVGABG55.ZIP
- SVGABG55 非常好用的 SVGA BGI 驱动,支持16色,256色,32K, 64K 和24位真彩色。对于在 DOS 下开发图形界面的朋友非常难得。唯一的缺憾是只有 BGI 驱动,头文件,源码需要花钱向作者购买。-SVGABG55 very user-friendly SVGA NBS Drivers to support 16-color, 256 color, 32K, 64K and 24-bit true color. For DOS to develop graphical i
MiniGUI-DOS-3.1
- dos下的图形界面,是开发dos界面的很好的东西-dos under the graphical interface, the interface development dos good things
G-work
- turbo c 实现 多边形裁减算法 利用C-S实现.参考了dos下的鼠标编程-turbo c achieve polygon reduction algorithm uses C-S to achieve. Dos reference to the programming of the mouse
drawmesh
- about draw.exe (source file draw7.f) 11/12/2005 --------------------------------------------------------------------- 作用: 读入m12,m13,e11等程序的网格数据,输出.eps格式的图片 (Windows下免费的.eps文件查看软件 http://www.cs.wisc.edu/~ghost/) 用法: 1.程序运行时,首先出现提示
DOhuitu
- 在DOS下实现了鼠标操作,可以象在WINDOW下一样绘图。-under the DOS operating a mouse, as in Windows, under the same drawing.
c++001
- dos下的一种清屏方法。C语言实现的源码。
C++002
- Dos下的清屏方法。用C语言实现的源码。
C++003
- Dos下的清屏方法。用C语言实现的源码。
c++004
- Dos下的清屏方法。用C语言实现的源码。
c++005
- Dos下的清屏方法。用C语言实现的源码。
c++01
- Dos下的一种清屏方法。C语言实现的源码。
c++02
- Dos下的一种清屏方法。C语言实现的源码。
c++03
- Dos下的一种清屏方法。C语言实现的源码。
c++04
- Dos下的一种清屏方法。C语言实现的源码。
c++05
- Dos下的一种清屏方法。C语言实现的源码。
c++06
- Dos下的一种屏幕特效方法。C语言实现的源码。
c++07
- Dos下的一种屏幕特效方法。C语言实现的源码。
C001
- Dos下的一个绘制钟表图象的代码。C语言实现的源码。
fire
- 在DOS下的画图程序,模拟了动态的火焰.对于欣赏没有任何作用.对初学C语言图形编程的人来说,是个不错的参考请将程序中的main()函数中的 initgraph(&gdriver,&gmode,\"e:\\\\TC\") 函数中的\"e:\\\\TC\" 更改为你的TC安装目录。