Welcome![Sign In][Sign Up]
Location:
Search - DOS界面

Search list

[Other resourceMiniGUI-DOS-3.1

Description: dos下的图形界面,是开发dos界面的很好的东西-dos under the graphical interface, the interface development dos good things
Platform: | Size: 541096 | Author: yanghuan | Hits:

[Editor简单的Dos界面的文本编辑器

Description: 简单的Dos界面的文本编辑器,实现基本的文本操作功能-simple text editor interface device that is the basic text feature
Platform: | Size: 162682 | Author: iep | Hits:

[Otherdos_gui

Description: DOS下的图形界面开发包-DOS graphical interface development package
Platform: | Size: 190464 | Author: 站长 | Hits:

[Windows Develop033256

Description: VC++开发的DOS界面写字板-development of the VC DOS interface tablet
Platform: | Size: 209920 | Author: 杨帆 | Hits:

[DocumentsC++爱好者 - 在图形界面程序里使用控制台窗口

Description: 实现功能: 打开控制台窗口、关闭控制台窗口、在控制台窗口里执行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, set the text color, and etc..
Platform: | Size: 2048 | Author: 罗向龙 | Hits:

[OtherZHB-Demo-Jeff

Description: 早期的作品 =ZHB油泵校正器检测系统(DEMO)= 【dos界面设计】 本软件系统采用Borland C++[3.1]编写,系统完全由本人一人利用业余时间开发而成。系统 的开发过程中完全没有用到别人做好的软件包,所有的功能都是由自己一个一个的去实现的,所有的接口都是由自己设计的,包括:汉字显示、XMS调用、鼠标中断处理、键盘中断处理及各种各样的汉字,AscII码字符自适应的显示窗口、菜单窗口、选择窗口、输入窗口、信息显示窗口等等。 对于DOS下的C++编程有一定的参考作用,其中的DOS界面设计应该是比较精彩的部分,另外,一些dos下的设备操作技巧,也也有参考作用吧,比如:XMS调用、鼠标中断处理、键盘中断处理,汉字显示等等。所有的功能用类的方式组织,再利用很容易。 附有编译后的可执行版本,需要附有XMS的DOS系统,在98的DOS窗口下可以运行,2000/nt/xp下不能运行。-early works = ZHB pumps Correction Detection System (DEMO) = [dos interface design-- the software system uses Borland C [3.1] preparation, the system entirely by one person, I developed with the use of spare time. System development process not use other people to do the job package, all the functions are by themselves in a one to realize that all the interfaces are designed by themselves, including : Chinese, XMS call, interrupt handling the mouse, keyboard interrupt handling and a variety of Chinese characters, AscII adaptive code characters display window, the window menu, select window, input window, information display windows. DOS for the C programming reference to a certain extent, the DOS interface design should be a more interesting part, in addition to some of the dos equipment
Platform: | Size: 410624 | Author: 杰弗雷 | Hits:

[Editor简单的Dos界面的文本编辑器

Description: 简单的Dos界面的文本编辑器,实现基本的文本操作功能-simple text editor interface device that is the basic text feature
Platform: | Size: 162816 | Author: iep | Hits:

[Dialog_WindowDOS下仿win界面

Description: 一个运行在Dos下的程序源码,它模仿了Windows窗口界面,并且具备了Windows窗口的菜单-a run on Dos procedures under the source, it mimics the Windows interface, and a Windows window with the menu
Platform: | Size: 474112 | Author: 陈耀 | Hits:

[Other Embeded programC语言图形界面开发源程序

Description: 利用C语言开发图形界面的例程,使用前先察看包里的help.txt-use of C language development graphical interface routines, the use of the former first look at the bag help.txt
Platform: | Size: 99328 | Author: 黄亮 | Hits:

[Education soft systemLibSys

Description: 图书管理系统,DOS界面,输入书籍保存信息-books management system, dos interface , you can inout books and save the information
Platform: | Size: 8192 | Author: 蔡志杰 | Hits:

[Software EngineeringDos版的经典软件工程

Description: 吐血奉献:一套完整的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. This is still my early development of a device to the software.
Platform: | Size: 324608 | Author: 周思良 | Hits:

[OtherATM取款机代码

Description: 在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!
Platform: | Size: 129024 | Author: 程序员 | Hits:

[Console界面技术

Description: DOS下窗口界面的编写技术和实例.在dos下窗口的编写和菜单的编写-DOS window interface technology and the preparation of examples. Under the dos window of preparation and the preparation of the menu
Platform: | Size: 171008 | Author: 彭文艺 | Hits:

[Graph Recognize43536324

Description: dos界面下图形编辑,简单易行,希望大家多多支持。-dos interface graphics editing, simple, we hope for their support.
Platform: | Size: 29696 | Author: 魏建中 | Hits:

[Otheredit(dos)

Description: 本人上程序设计课时,编写的dos 下图形界面的文本编辑器,tc3.0下编译通过,供学习tc初学生参考。 -on program design class, prepared under the dos GUI text editor, compiler under tc3.0, tc early learning for students.
Platform: | Size: 25600 | Author: djzbj | Hits:

[Console控制台窗口界面的编程

Description: 一般来说,我们编的控制台程序是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) is able to achieve, and this article on a detailed account of how the console interface programming procedures, in hopes of giving you rewarding.
Platform: | Size: 52224 | Author: | Hits:

[Graph DrawingMiniGUI-DOS-3.1

Description: dos下的图形界面,是开发dos界面的很好的东西-dos under the graphical interface, the interface development dos good things
Platform: | Size: 540672 | Author: yanghuan | Hits:

[Other GamesPoolMouseVersion

Description: 桌球游戏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 files.
Platform: | Size: 4096 | Author: Michael | Hits:

[Education soft systemchengji

Description: 用c语言编写的学生成绩管理系统。在dos界面下运行。-Using c language student achievement management system. Run in the dos interface.
Platform: | Size: 5120 | Author: tian | Hits:

[Otherapplication_of_undirected_network

Description: 内含源码,以及可执行的exe文件,系统使用说明(tc2.0下运行)。程序可以实现以下功能: 1. 创建无向网。可以输入最多30个城市的信息(输入的城市是连通的):城市的名字,两个城市之间的距离,两个城市之间的票价。 2. 以文件的形式保存输入的城市的信息。 3. 求连通所有城市的最短路径,并用图形界面显示最短路径。 4. 求任意两个城市之间的的最短路径,并用图形界面显示最短路径。 5. 用图形界面显示网络 程序在TC2.0下实现,dos界面,适合C语言初学者练习-Containing source code, and executable exe files, the system for use (tc2.0 run). Procedures can achieve the following functions: 1. Create undirected network. Can enter a maximum of 30 cities in the information (input of the city is connected): the name of the city, the distance between the two cities, the fare between two cities. 2. In order to document the preservation of the city' s information input. 3. For connectivity of the shortest path to all cities, and graphical interface shows that the shortest path. 4. Demand between any two cities in the shortest path, and graphical interface shows that the shortest path. 5. Use graphical interface shows that the network under TC2.0 procedures, dos interface, suitable for beginners to practice the language C
Platform: | Size: 363520 | Author: yishan | Hits:
« 12 3 4 5 6 7 8 9 10 ... 40 »

CodeBus www.codebus.net