搜索资源列表
全国交通咨询系统
- 一 题目 全国铁路交通咨询系统 二 需求分析 1.系统配制: 硬件:CPU:P4 1.6G 内存容量 256M 标准输入输出设备 软件:操作系统Windows xp 源程序调试工具VC6.0 可执行文件运行工具 DOS 5.0. 2.该系统有供用户选择的菜单和交互性。 3.建立一个全国铁路交通咨询系统,该系统具备自动查找任意两城市间铁路交通的最短路径和最少花费的功能。 三 设计概要 1.抽象数据类型 本程序运用了关于图这种数据
outhz
- 用TURBOC2.0 编写的在没有汉字系统的DOS下显示汉字的函数,(调用函数:int outhz(int x,int y,char *p,int color),p为所要显示的字符串首址),使用UCDOS的汉字库。-TURBOC2.0 prepared with the Chinese character system in the absence of the DOS display Chinese characters function (function call : int outhz
moneymanagementsystem
- 家 庭 财 务 管 理 小 程 序 程序源代码: /*money management system*/ #include \"stdio.h\" #include \"dos.h\" main() { FILE *fp struct date d float sum,chm=0.0 int len,i,j=0 int c
PCIS_INT
- 在DOS下用INT调用的方式取得PCI总线的信息-used in DOS INT calling acquire PCI bus information
dos_matrix
- Enter the Matrix MS-DOS screensaver. Sample of using bios functions (by int 10h) for text data output (monitor in the text mode) and keyboard input. Requires: Borland C++ 3.1 for DOS.- Enter the Matrix MS-DOS screensaver. Sample of using bios f
Int
- DOS 环境下的 C语言中断程序,每秒50次中断-DOS environment C language interrupt procedures, 50 per second interruption
shubiao
- 这个是dos下显示鼠标位置的练习程序,用到了int 33h 中断-练习程序
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