搜索资源列表
vga13h0.2
- 本工作室专门为DOS TC开发的VGA图形函数库,目前已经完成了0.3版,这个是0.2版。实现了一些实用的图形功能,最终目标是实现一个游戏引擎。0.2版还存在很多问题,架构不好,代码也很乱。-the studio specifically for the development of the TC DOS VGA graphics libraries, has completed version 0.3, the 0.2 version. The practical realization of
VESA
- DOS下的VESA驱动,使用PC104做嵌入设计时驱动VGA高颜色分辨率用。包含VESA源码和使用帮助文件。-DOS under the VESA driver, do use PC104 embedded design VGA high-resolution color used. VESA includes source and use help files.
vga2tv
- DOS 下的VGA 转 TV的芯片控制源代码,汇编编写.可直接使用-DOS VGA chip to control TV source code, compile prepared. Can be used directly
vga_porgramming
- dos 下的vga编程(纯英文版) 带注解源代码和实例程序
C语言实战105例
- C语言实战105例 第1部分 基础篇 实例1 一个价值“三天”的BUG 2 实例2 灵活使用递增(递减)操作符 5 实例3 算术运算符计算器 7 实例4 逻辑运算符计算器 9 实例5 IP地址解析 11 实例6 用if…else语句解决奖金发放问题 13 实例7 用for循环模拟自由落体 16 实例8 用while语句求n! 19 实例9 模拟银行常用打印程序 22 实例10 使用一维数组统计选票 26 实例11 使用二维数组统计学生成绩 29 实例12 简单的计算器
vgadoc
- 比较详尽的VGA端口寄存器的文档,分类介绍了DOS下常用的VGA类型。在DOS下进行VGA编程必备。-A more detailed document VGA port registers, classification introduced commonly used VGA under DOS type. In DOS programming required under the VGA.
ColorBar
- 本程序用来测试开发板上所有的设备。 1、VGA输出8位色彩的条纹; 2、PS/2键盘输入字符可以传输到LCD和串口调试终端上; 4、拨码与按键开关与4位LED相连-This procedure used to test the development of all on-board equipment. 1, VGA output 8-bit color stripes 2, PS/2 keyboard input characters can be transmitted to
am_ts1
- This is a compact satellite tracking program. Using it even an older PC (from 486 up, DOS, VGA) can serve to track a satellite and turn the antenna, which allows newer PCs to be used for other purposes. For example other software can be used in paral
programaExemplo
- c++ program to change power states of vga adapter on ms-dos
VGA
- 8051/8096/8099/8048单片机汇编工具、 汇编语言、摩托罗拉m68HC11、m680x0系列汇编语言、inter8051单 片机汇编语言、dos未公开的秘密、windows进程控制、图形编程、 创新32位声开发、视频实例-8051/8096/8099/8048 SCM tools, Assembly language, Motorola m68HC11, m680x0 series of assembly language, inter8051 single
Zet-1.3.1
- 在单片FPGA上实现九十年代初期PC,可安装Windows3.1及其他DOS系统。SOC中包含以80286(cpu),中断控制器,显示控制器(VGA),声音控制器,PS2(鼠标,键盘)等。是了解计算机历史变迁及学习SOC设计的重要资料!(ZET aims to implement an early 90`s PC on FPGA.Which include a 80286(cpu),interrupt controller,display card(VGA),sound card,PS2 int
Contra+%28DOS%29+%281988%2C+Konami%29
- 魂斗罗dos版,基于dosbox运行,先解压dosbox.rar,运行解压出来的Contra (CGA).bat或Contra (VGA).bat即可(Contra DOS version, running on dosbox, unpack dosbox.rar, run the extracted Contra (CGA).Bat or Contra (VGA).Bat.)
TC30
- 在 win2000/winxp/vista/win7/win10 下完美使用 Turbo C/C++ 3.0,包括图形程序。 所有环境均已经配置好,不用修改。 双击执行“Turbo C++ 3.0”即可。 由于虚拟了 DOS 环境,文件夹 DISK_C 就是 C:\,使用文件路径的时候需要注意。 例如,图形程序中初始化图形环境的代码: int gdriver=VGA, gmode=VGAHI; initgraph(&gdriver, &gmode, "C