搜索资源列表
利用C语言小程序来解决大问题
- 们知道C语言的功能非常强大, 很适合编写系统软件。利用它我们可以很容易地解决经常遇到的一些棘手的问题,如拷贝隐含或 系统属性的文件(特别是光盘中的隐含文件)、在任意DOS版本或在windows中更改子目录的名称、在任意DOS 版本中使用带空格的目录名 等等。这些问题仅靠操作系统或常用的工具软件往往很难凑效。我们可以利用C语言的强大功能来编写一些小程序,能够很顺利地解决这 些问题。 -know the C language is very strong, very s
101
- 将该实例的源代码,比如1.c文件(在【001】目录下)拷贝到【c:\\tc】目录下,在MS-DOS方式下运行tc.exe,打开编译器,在TC中,按【F3】键或者“File->Open”菜单命令,打开1.c文件,按【Ctrl+F9】键,或者“Run->Run”菜单命令,编译运行该程序。若有相dat文件,应将dat文件一起拷贝到【c:\\tc】目录下。-example of this source code, for example 1.c ([001] in the catalog)
genfont
- 字体文件生成器,生成的字体文件可用于DOS或其它嵌入式平台下的图形程序。-font file generator, the generation of font files can be used for DOS or other embedded platform graphics procedures.
FileSystem(swb)
- 一个模拟MS-DOS的程序,用一个txt文件模拟硬盘,实现分块,实现了 dir,edit,delete,cd,tree....等20余种类DOS命令-a simulation of MS-DOS program, a simulated document txt hard to achieve block, achieved dir, edit, delete, cd, tree .... more than 20 types of DOS command
ShowToDos
- 将文件内容显示出来,这是一个DOS程序,没用delphi做过DOS程序的可以看一下。
hexbin
- hex 文件转换.bin 的格式的程序。dos 环境下运行。
UNIX2DOS
- 一个把unix文本转换为dos文本文件的模块,可供参考 vb
w
- 模拟dos命令程序,实现浏览,删除、拷贝文件等功能
exe_format
- dos执行文件二进制格式-dos implementation document binary format
ProcCfgF
- 對INI文件進行讀寫操作,適用於Windows/Linux/Dos系統-right INI file read and write to Windows / Linux / Dos system
virdisk_source
- 这是一个\"虚拟分区\"的源代码,其功能是把任何一个文件夹虚拟成一个分区.其实现主要是利用了dos的subst命令.然后加入了写入注册表的功能.实现了临时建立分区和永久建立分区的效果.delphi7源代码-This a "virtual" as the source code, and its function is a virtual folder into a district. Its main achievement is the use of
file_systerm
- 一个用C写的模拟文件操作的程序,采用DOS命令行格式。-it demo file operation using dos command line
Attrib
- DOS下修改文件属性,Windows下同样可以使用。-DOS modify file attributes, Windows can use the same.
document_management_simulation
- 模拟dos下的文件管理操作,如dir,create,delete,-Simulation under dos document management operations, such as dir, create, delete, etc.
dos
- os常用命令 一、基础命令 DIR 显示文件和文件夹(目录)。 用法:DIR [文件名] [选项] 它有很多选项,如/A表示显示所有文件(即包括带隐含和系统属性的文件),/S表示也显示子文件夹中的文件,/P表示分屏显示,/B表示只显示文件名,等等。 如 DIR A*.EXE /A /P 此命令分屏显示当前文件夹下所有以A开头后缀为EXE的文件(夹)。 CD或CHDIR 改变当前文件夹。 用法:CD [文件夹名] 若无文
DOS_FILE
- 模拟DOS文件的建立和使用 模拟设计DOS操作系统中磁盘文件的存储结构 模拟设计便于直接存取的索引文件结构-Simulation set up and use DOS file
DUMAPI
- 转换文件格式为 DOS,UNIX 或者 MAC 的 API 函数。直接调用:ToDOS,ToUNIX 或 ToMAC 即可。-the API for convert file format to DOS, UNIX or MAC
nheghw
- Restart the computer to the to your the simple function of DOS
ywntzk
- 本程序用于词法分析:从DOS界面输入一行的C语句,并以#号结尾(注意必须以这个为结束标志,否则出错,要求输出对应的单词的()
unified-ioytieam
- 在程序中得到dos窗口的显示输出,如在程序中执行dos命令,结果要返回到程序中,()