搜索资源列表
MiniGUI-DOS-3.1
- dos下的图形界面,是开发dos界面的很好的东西-dos under the graphical interface, the interface development dos good things
简单的Dos界面的文本编辑器
- 简单的Dos界面的文本编辑器,实现基本的文本操作功能-simple text editor interface device that is the basic text feature
dos_gui
- DOS下的图形界面开发包-DOS graphical interface development package
033256
- VC++开发的DOS界面写字板-development of the VC DOS interface tablet
C++爱好者 - 在图形界面程序里使用控制台窗口
- 实现功能: 打开控制台窗口、关闭控制台窗口、在控制台窗口里执行DOS命令、清除控制台窗口、光标定位、输出文本、设置文本颜色等。-functionality : Open the Console window closed console window, in the console window in implementing the DOS command to remove the console window, the curso
ZHB-Demo-Jeff
- 早期的作品 =ZHB油泵校正器检测系统(DEMO)= 【dos界面设计】 本软件系统采用Borland C++[3.1]编写,系统完全由本人一人利用业余时间开发而成。系统 的开发过程中完全没有用到别人做好的软件包,所有的功能都是由自己一个一个的去实现的,所有的接口都是由自己设计的,包括:汉字显示、XMS调用、鼠标中断处理、键盘中断处理及各种各样的汉字,AscII码字符自适应的显示窗口、菜单窗口、选择窗口、输入窗口、信息显示窗口等等。 对
简单的Dos界面的文本编辑器
- 简单的Dos界面的文本编辑器,实现基本的文本操作功能-simple text editor interface device that is the basic text feature
DOS下仿win界面
- 一个运行在Dos下的程序源码,它模仿了Windows窗口界面,并且具备了Windows窗口的菜单-a run on Dos procedures under the source, it mimics the Windows interface, and a Windows window with the menu
C语言图形界面开发源程序
- 利用C语言开发图形界面的例程,使用前先察看包里的help.txt-use of C language development graphical interface routines, the use of the former first look at the bag help.txt
LibSys
- 图书管理系统,DOS界面,输入书籍保存信息-books management system, dos interface , you can inout books and save the information
Dos版的经典软件工程
- 吐血奉献:一套完整的DOS版软件工程,有源程序,执行文件,使用说明。交互界面全部采用图形方式。此仍笔者早期开发的一种仪器的软件部分.-vomit blood dedication : a complete set of DOS version of software engineering, a source, the implementation of documents, use. The use of interactive gr
ATM取款机代码
- 在C++下一个使用类编写的ATM取款机的模拟程序,DOS界面非常友好!极力推荐初学者下载!-C in a class prepared by the use of ATM teller machines in the simulation program, DOS interface is very friendly! Strongly recommended beginners download!
界面技术
- DOS下窗口界面的编写技术和实例.在dos下窗口的编写和菜单的编写-DOS window interface technology and the preparation of examples. Under the dos window of preparation and the preparation of the menu
43536324
- dos界面下图形编辑,简单易行,希望大家多多支持。-dos interface graphics editing, simple, we hope for their support.
edit(dos)
- 本人上程序设计课时,编写的dos 下图形界面的文本编辑器,tc3.0下编译通过,供学习tc初学生参考。 -on program design class, prepared under the dos GUI text editor, compiler under tc3.0, tc early learning for students.
控制台窗口界面的编程
- 一般来说,我们编的控制台程序是DOS窗口的,且不支持鼠标应用,其实这些功能(界面和鼠标功能)是能实现的,这篇文章就详细的介绍了怎样进行控制台程序界面编程,希望能给你带来收获。-Generally speaking, we have a procedure DOS console window, which did not support the application of the mouse, these features (func
MiniGUI-DOS-3.1
- dos下的图形界面,是开发dos界面的很好的东西-dos under the graphical interface, the interface development dos good things
PoolMouseVersion
- 桌球游戏C代码,这是可以在DOS界面下实用鼠标操作的版本,内含能够将鼠标驱动引入代码的mouse.h头文件。-Snooker games C code, this can be useful in the DOS interface to operate the mouse version, containing the mouse driver to the introduction of code mouse.h header fi
chengji
- 用c语言编写的学生成绩管理系统。在dos界面下运行。-Using c language student achievement management system. Run in the dos interface.
application_of_undirected_network
- 内含源码,以及可执行的exe文件,系统使用说明(tc2.0下运行)。程序可以实现以下功能: 1. 创建无向网。可以输入最多30个城市的信息(输入的城市是连通的):城市的名字,两个城市之间的距离,两个城市之间的票价。 2. 以文件的形式保存输入的城市的信息。 3. 求连通所有城市的最短路径,并用图形界面显示最短路径。 4. 求任意两个城市之间的的最短路径,并用图形界面显示最短路径。 5. 用图形界面显示网络 程序