搜索资源列表
利用C语言小程序来解决大问题
- 们知道C语言的功能非常强大, 很适合编写系统软件。利用它我们可以很容易地解决经常遇到的一些棘手的问题,如拷贝隐含或 系统属性的文件(特别是光盘中的隐含文件)、在任意DOS版本或在windows中更改子目录的名称、在任意DOS 版本中使用带空格的目录名 等等。这些问题仅靠操作系统或常用的工具软件往往很难凑效。我们可以利用C语言的强大功能来编写一些小程序,能够很顺利地解决这 些问题。 -know the C language is very strong, very s
MY
- BMP图像显示纯C编写,能在DOS下显示BMP文件,只需要把显示驱动文件EGAVGA.BGI拷在你的Project下就可以了。可移植到任何平台-BMP image shows the preparation of pure C and can display BMP files under DOS, just to display driver EGAVGA.BGI copy files in your Project under it. Can be ported to any platfor
dos
- 目前使用最广泛的软件保护方法,我们可以将其分为两类:依赖硬件的保护文案和不依赖硬件的保护方案。依赖硬件的保护方案主要有:软盘保护,加密卡保护,软件锁保护(俗称“加密狗”)以及光盘加密等,这些方案的共同特点就是保护措施都要涉及某一具体的硬件来实现,涉及的硬件可能是软件盘,U盘,光盘或者其它外接设备-At present, the most widely used method of software protection, we can be divided into two categories
Project1.bdsproj
- 在Windows的资源管理器中选择文件时是不是觉得有一些麻烦,我们在DOS下使用拷贝命令时使用通配符可是非常方便的呀!而在资源管理器中选择多个文件时,我们必须使用鼠标配合Shift、Ctrl键来操作,非常麻烦,弄不好还得重来。 -In Windows Explorer, select the files are not feel that there is some trouble, we use the DOS copy command to use wildcards, however
CoolPainter
- 本软件是一个完全由TC2.0开发的功能不错的图形编辑、处理软件。 由于水平与时间限制目前只支持键盘操作。 一.功能与特色: 1.绘图功能:直线,矩形,任意多边形,圆,贝塞尔曲线及B样条曲线模拟实物造型。 2.编辑功能:对目标图形的拷贝,移动,删除,对某点的任意拉伸、变形,剪切,填充。 3.附加功能:动画时钟,分形模拟景物实例。 注:所绘图形可以选择合适的颜色与线形。 二.使用说明: 1.Tab键鼠标速度控制键,有一次移动1个像素,10个像素两种。 2.Ent
copy
- 题目实现DOS中的COPY命令。可首先打开源文件和目的文件,其次顺序读取源文件每个字节赋给目的文件对应位置,源文件读完时,目的文件也自然拷贝成功。-Title achieve the DOS in the COPY command. Be the first to open the source file and destination file, followed by sequential reads the source file is assigned to the purpose of
DOSWin_src
- 模拟DOS窗口的图形用户界面,用户输入命令后可以自动显示DOS窗口的输出内容,方便用户进行复制和编辑.-Simulated DOS window graphical user interface, user input commands can be automatically displayed after the DOS window output, user-friendly to copy and editing.
dos-system
- 模仿DOS命令行下的操作系统,功能仅实现一部分,如需增加功能可按已有功能添加代码块即可-Copy DOS command line operating system, function only implements part of a need for additional features can add the code block can have functions
copy
- 这个程序代码是用来将文件复制到指定的位置的,比较简单,功能基础-This code is used to copy files to the specified location, relatively simple, functional basis
copy
- dos下的copy程序,用于学习程序有很大的帮助-dos copy under the procedures for the learning process is very helpful
Mspress.-.Running.Ms-Dos
- Running MS-DOS Version 6.22, 20th Anniversary Edition -Running MS-DOS Version 6.22, 20th Anniversary Edition Van Wolverton PUBLISHED BY Microsoft Press A Division of Microsoft Corporation One Microsoft Way , Redmond, Wash
DOS-started-the-road-master
- 接触电脑早一点的人想必都听说过DOS的大名,更有很多人到今天仍然对DOS时代怀念不已,虽然自己的电脑早已用上了Windows 95,但仍要在硬盘上保留一份DOS,以备不时之需。 那么DOS的魅力到底在哪里呢?本书将为你揭开DOS的神秘面纱。 - Earlier access to a computer who must have heard DOS s name, many people are on the DOS era, I still miss the end
Copy-of-Dos-Attacked
- Copy of Dos Attacked
auto-copy
- auto copy (simple dos only)
MYCOPY
- 实现DOS COPY.EXE 的部分功能 执行时文件源和目标在命令行参数指定,文件源可以是[路径\文件名] 目标可以是[路径名(包括当前路径"." )],或[路径\文件名]-File the DOS COPY.EXE some functions to perform source and destination in the command-line argument to specify the source of the file can be a [path \ filenam
copy
- 检测U盘插入复制U盘内容,用dos编写的批处理文件,源代码在txt文件中。-Detection insert U disk U disk to copy the contents of.
dos
- Windows batch-based file explorer. Features include dynamic drive detection, quick navigation shortcuts, copy/paste, refresh, etc.-Windows batch-based file explorer. Features include dynamic drive detection, quick navigation shortcuts, copy/paste, r
copy
- 使用两种方法实现逆序拷贝,一种使用出栈法,一种用入栈法,可以在dos上实现-There are two ways to achieve reverse copy, use a stack method, a method using the stack can be implemented on the dos
copy
- dos下的copy程序,用于学习程序有很大的帮助-dos copy under the procedures for the learning process is very helpful
DOS命令
- xcopy——目录复制命令 1.功能:复制指定的目录和目录下的所有文件连同目录结构。 3.格式:xcopy [源盘:]〈源路径名〉[目标盘符:][目标路径名][/s][/v][/e] (1)xcopy是copy的扩展,可以把指定的目录连文件和目录结构一并拷贝,但不能拷贝隐藏文件和系统文件; (2)使用时源盘符、源目标路径名、源文件名至少指定一个; (3)选用/s时对源目录下及其子目录下的所有文件进行copy。除非指定/e参数,否则/s不会拷贝空目录,若不指定/s参数,则xcopy只拷贝
