搜索资源列表
利用C语言小程序来解决大问题
- 们知道C语言的功能非常强大, 很适合编写系统软件。利用它我们可以很容易地解决经常遇到的一些棘手的问题,如拷贝隐含或 系统属性的文件(特别是光盘中的隐含文件)、在任意DOS版本或在windows中更改子目录的名称、在任意DOS 版本中使用带空格的目录名 等等。这些问题仅靠操作系统或常用的工具软件往往很难凑效。我们可以利用C语言的强大功能来编写一些小程序,能够很顺利地解决这 些问题。 -know the C language is very strong, very s
bambam004_source
- 前EEC组织核心成员写的一款PE加壳程序的C++源码。对Dos Stud也进行了加密,很经典。-former EEC core members of the Organization of writing new procedures PE shell of C source code. Right Dos Stud also of encryption, very classic.
FormatTransTest
- 对UNix和dos操作系统的文本格式的相互转换-right UNix dos operating system and the text format conversion
02_1
- 本程序用于词法分析:从DOS界面输入一行的C语句,并以#号结尾(注意必须以这个为结束标志,否则出错),要求输出对应的单词的种类码和该类中的 内码。其中,关键字种类为1,分界符种类为2,算术运算符、关系运算符、常数、标识符分别为-the procedures for lexical analysis : DOS interface input from the C his statement, and in the end, # (attention to the need to put an e
editthetext
- 用C实现的在dos状态下的文本编辑器。100%原创。就不信传不上去。-C dos achieved in a state of the text editor. 100% original. 'm Pretty sure-advancement.
SeeDoctor
- 数据库大作业:病人看病模拟程序 用c++开发,DOS界面-large database operations : patient treatment simulation program developed by c, DOS interface
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)
dos11111
- 使用mfc模拟dos操作系统的部分功能,只是简单的调用了一些api函数,并未使用汇编语言写底层函数-use mfc simulation dos part of the operating system functions, simply call a number api function, did not use the bottom to write assembly language functions
genfont
- 字体文件生成器,生成的字体文件可用于DOS或其它嵌入式平台下的图形程序。-font file generator, the generation of font files can be used for DOS or other embedded platform graphics procedures.
DOSCommand
- DOS命令全集详细解释,对于想提高DOS使用水平的人来说,是不错的选择-DOS ordered confined detailed explanation for the use of DOS to raise the level of people, is a good choice
editabc
- 在模拟dos下的文本操作程序,可完成编辑,插入,删除,拷贝等功能,采用命令行型式。-simulation dos in the text under the operational procedures, to be completed editing, insert, delete, copy, etc., using command line type.
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
DOS.Command
- 在DOS下的经典命令,学好这写命令,可以提升自己的DOS知识-DOS classical order to study this writing orders, could improve their knowledge of DOS
DOSstudy
- 比较基础的DOS教程,适于初学者用,希望对大家有好处吧-basis for comparison of DOS guides, suitable for beginners with the hope that it be beneficial to all
dos
- 帮助大家熟悉DOS,并且熟悉批处理命令,是一本dos命令大全
ShowToDos
- 将文件内容显示出来,这是一个DOS程序,没用delphi做过DOS程序的可以看一下。
dos
- 网管必须掌握的DOS命令,这不是代码,是文档,
Attrib
- DOS下修改文件属性,Windows下同样可以使用。-DOS modify file attributes, Windows can use the same.
dos
- os常用命令 一、基础命令 DIR 显示文件和文件夹(目录)。 用法:DIR [文件名] [选项] 它有很多选项,如/A表示显示所有文件(即包括带隐含和系统属性的文件),/S表示也显示子文件夹中的文件,/P表示分屏显示,/B表示只显示文件名,等等。 如 DIR A*.EXE /A /P 此命令分屏显示当前文件夹下所有以A开头后缀为EXE的文件(夹)。 CD或CHDIR 改变当前文件夹。 用法:CD [文件夹名] 若无文
DUMAPI
- 转换文件格式为 DOS,UNIX 或者 MAC 的 API 函数。直接调用:ToDOS,ToUNIX 或 ToMAC 即可。-the API for convert file format to DOS, UNIX or MAC