搜索资源列表
dos.zip
- 显示DOS系统环境块的C源程序
用C语言建立多个PRI DOS分区及其隐含
- 一、引言 在DOS系统下,在计算机应用培训中因培训要求不同, 对软件的要求也不同,由于学员的误操作,存放在硬盘上的软件和重要数据容 易被非法删除或受到损坏。对此,笔者通过对硬盘管理的深入分析和实践,总结出了在硬盘上备份、保护重要数据和软件的一种新的行之 有效的方法:建立多个PRI DOS 分区, 不同的培训要求使用不同的PRI DOS分区,在使用时同时只有一个PRI DOS 分区可供使用, 其余 PRI DOS分区均被隐含。-an Introduction DOS system, the com
从DOS系统引导LINUX系统
- 一个从DOS直接进入LINUX而不需要重起计算机的小技巧,希望对初学LINUX的朋友有帮助-a direct access from DOS Linux without the need for re-starting the small computer skills, and I hope to beginners LINUX friends! !
dos
- 显示DOS系统环境块的C源程序-Show the DOS system environment block C source
EXE2BIN软件的C源程序代码
- 此软件为DOS系统下的一个实用软件 此代码为其C程序的实现-DOS software for the system under a code of this software useful for the realization of C Program
DOS
- windwos系统下控制DOS系统自动开关机(DOS系统部分)-Windows System Control DOS system自动开关机(DOS system part)
dos
- DOS系统的源代码,很好的!呵呵呵呵呵!-DOS system source code, very good! Ha ha Ha ha ha!
DOS
- dos系统常用命令。DOS命令大全 。dos命令介绍。-system commonly used dos command. Encyclopedia of DOS commands. Introduction dos command.
Windows-DOS-Choice
- CHOICE.EXE 在纯 DOS 下可以使用 CHOICE 这个命令,但在 Windows 下由于没有 CHOICE.EXE 这个程序,所以不能执行 CHOICE.EXE 命令。在 Windows 下要正常使用 CHOICE 这个命令就必须有这个文件,这是我收集的多个操作系统的 CHOICE.EXE 文件。注 X86 表示 32 位系统,X64 表示 64 位系统。 -CHOICE.EXE in pure DOS can use the CHOICE command,
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.
DOS
- DOS系统源代码DOS system source code-DOS system source code
DOS-command
- DOS下常用命令集,包含DOS系统里常用的命令与相应解释-DOS under a common command set that contains commonly used commands in DOS system with the corresponding explanation
dos
- dos系统的实现 简单dos系统的实现-dos system achieve 。。。。。。。。。。。。
DOS-learning
- 了解DOS和学会DOS指令,刚接触电脑的时候是从DOS系统开始,DOS时代根本就没有Windows这样的视窗操作界面,只有一个黑漆漆的窗口,让你输入命令。所以学DOS系统操作,cmd命令提示符是不可或缺的-Learn to understand DOS and DOS commands, new to the computer when the system is started from the DOS, DOS era simply do not like Windows Windows u
DOS-EXE--File-Format
- DOS可执行文件头结构体说明,另外还包含了DOS系统加载exe或者COM以后,各寄存器的初值设置。-DOS executable file header structure is described, and also contains the DOS system after loading exe or COM, set the initial value of each register.
学生成绩管理系统(链表)
- 一个学生信息管理系统,可实现在dos界面对话框内对学生信息进行增删改查。(A student information management system, which can be achieved in the DOS interface dialog box for student information additions and deletions to change.)
系统版本
- 可以检测windows版本,在程序中运用了dos的一部分命令,有利于更好了解程序。(The Windows version can be detected,In the program, a part of the command of DOS is used to better understand the program.)
DOS命令
- xcopy——目录复制命令 1.功能:复制指定的目录和目录下的所有文件连同目录结构。 3.格式:xcopy [源盘:]〈源路径名〉[目标盘符:][目标路径名][/s][/v][/e] (1)xcopy是copy的扩展,可以把指定的目录连文件和目录结构一并拷贝,但不能拷贝隐藏文件和系统文件; (2)使用时源盘符、源目标路径名、源文件名至少指定一个; (3)选用/s时对源目录下及其子目录下的所有文件进行copy。除非指定/e参数,否则/s不会拷贝空目录,若不指定/s参数,则xcopy只拷贝
dos启动盘文件
- dos系统盘工具,系统盘里可以使用的小工具(DOS system disk tools, small tools that can be used in a system disk)
模拟DOS文件存储
- 模拟设计DOS操作系统中磁盘文件的存储结构,通过文件目录,FAT表等形式表现文件在DOS系统中的存储(DOS operating system simulation design in the disk file storage structure)