搜索资源列表
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 graphics interface approach. Thi
btx_tc
- dos下的一个简单的压缩程序,主要研究压缩算法和dos下的图形界面-dos under a simple compression procedures, the study's principal compression algorithm and the dos graphics interface
界面技术
- DOS下窗口界面的编写技术和实例.在dos下窗口的编写和菜单的编写-DOS window interface technology and the preparation of examples. Under the dos window of preparation and the preparation of the menu
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 (functional interface and the mouse
vbe
- 在DOS平台显示64K色,从而在DOS环境可以开发出一套可以类似Windows的界面-DOS platform 64K color display, thus in DOS environment can be developed similar to a Windows interface
MiniGUI-DOS-3.1
- dos下的图形界面,是开发dos界面的很好的东西-dos under the graphical interface, the interface development dos good things
dos
- 一个虚拟DOS操作界面的小系统,一共有9条命令,可以在里面增加命令实现更多功能。
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 cursor positioning, text output, se
MiniGUI-DOS-31
- 一个清华的老教授写的如何在dos下实现windows界面的一个程序源代码-an old professor of Qinghua wrote how dos under windows interface of a program's source code
Graphic
- 在dos环境下的汉子点阵信息输出和更改,采用dos下的图形界面-dos environment in the man Lattice information output and changes adopted under the dos graphics interface
简单的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
dos_gui.DOS下的图形界面开发包
- DOS下的图形界面开发包,DOS graphical interface development package
SkAx400.32位图形界面程序
- 软件功能:32位图形界面程序,可提供PG8139.EXE(DOS版)所具有的一切功能。 软件亮点:对“8139网卡改制硬盘还原卡”的所有硬件参数改写,通过点击鼠标数次即可完成!-software functions : 32 graphics interface procedures, available PG8139.EXE (DOS version) have all functions. Software Spotlight : "8139 NIC restructuring d
skda2.3.rar
- 关于数控切割软件的实用程序,可以执行并且具有很好的人机界面,On the CNC cutting software utility, you can run and has a very good man-machine interface
user_login
- MFC VC++ 用户登录系统界面实现只要-MFC VC++ users log on to achieve as long as the system interface. . . . . . . .
DOSjiaocheng
- DOS使用教程, 一个小程序,人机界面学习!-DOS using the tutorial, a small procedure, man-machine interface to learn!
xueshengchengjiguanlixitong
- 学生成绩管理系统的设计,DOS界面,允许输入学生姓名和其科目成绩、允许删除学生的所有信息和能够查询显示对应学生姓名的成绩。-Student achievement management system design, DOS interface, allowing students to enter the names and accomplishments of its subjects, allowing students to delete all the information and b
dos
- 在cvm中实现dos的滚屏打印方式,并在cvm.h 的基础上增加了诸多实用的函数,包括一些图形界面的函数,所带的五笔输入法可以打词,比系统自带的只能打单个字的要方便很多。 只有dos.h文件是用户用的头文件; 用法如下: #include "dos.h" void dos() /*相当于main*/ { } 用户不能用main,因为main已经在dos.obj里了; dos.obj 的生成:dos.c 和其他的.h文件用于生成dos.obj ,只要 cvm.