搜索资源列表
利用C语言小程序来解决大问题
- 们知道C语言的功能非常强大, 很适合编写系统软件。利用它我们可以很容易地解决经常遇到的一些棘手的问题,如拷贝隐含或 系统属性的文件(特别是光盘中的隐含文件)、在任意DOS版本或在windows中更改子目录的名称、在任意DOS 版本中使用带空格的目录名 等等。这些问题仅靠操作系统或常用的工具软件往往很难凑效。我们可以利用C语言的强大功能来编写一些小程序,能够很顺利地解决这 些问题。 -know the C language is very strong, very s
AN31XX
- 在DOS系统下的多任务列队处理C语言源程序。-DOS system in the multi-task processing parade C language source code.
dos
- os常用命令 一、基础命令 DIR 显示文件和文件夹(目录)。 用法:DIR [文件名] [选项] 它有很多选项,如/A表示显示所有文件(即包括带隐含和系统属性的文件),/S表示也显示子文件夹中的文件,/P表示分屏显示,/B表示只显示文件名,等等。 如 DIR A*.EXE /A /P 此命令分屏显示当前文件夹下所有以A开头后缀为EXE的文件(夹)。 CD或CHDIR 改变当前文件夹。 用法:CD [文件夹名] 若无文
myfs
- C++写的一个小型的FAT文件系统,磁盘用一个大文件来模拟。基于此文件系统实现了类DOS的shell界面,提供了一些基本功能,如cd,dir,mkdir,edit。-A small FAT file system in C++, disk with a large file to simulate. Class DOS-shell interface, based on this file system provides some basic functions, such as the cd,
library-manage
- C语言编写dos下图书馆管理系统,可进行书籍名称的录入,存贮,删除,显示等功能-C language library management system under dos, books can be the name of the entry, storage, delete, display and other functions
Filemon-
- 系统监控,文件操作等,源代码 例子 模拟器等-file monitor,c++ #include stdlib.h #include string.h #include fstream.h #include time.h #include dos.h
rxotines__routines__multitasking
- 在DOS系统本身是不支持多任务的,此源程序为在DOS下实现多任务的简单例程-In the DOS system itself is not support multitasking, the source program to implement multitasking under DOS simple routines
lcopy
- 文件批量复制、删除操作命令行工具软件,操作命令请看源代码,windows系统自带文件处理适合于人机互动操作。dos命令灵活度不好,因此编写了这个个人工具。-window files batch process