搜索资源列表
利用C语言小程序来解决大问题
- 们知道C语言的功能非常强大, 很适合编写系统软件。利用它我们可以很容易地解决经常遇到的一些棘手的问题,如拷贝隐含或 系统属性的文件(特别是光盘中的隐含文件)、在任意DOS版本或在windows中更改子目录的名称、在任意DOS 版本中使用带空格的目录名 等等。这些问题仅靠操作系统或常用的工具软件往往很难凑效。我们可以利用C语言的强大功能来编写一些小程序,能够很顺利地解决这 些问题。 -know the C language is very strong, very s
CDWriter
- his small example receives files over a network (listens on port 104), writes them to a temporary file, and then, when instructed by the user writes them directly to CD. The files are then deleted. In order to acheive the CD writing another
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
Audacity
- 一个音频的可执行程序。可以导入MP3/WAV格式的文件后,进行简单编辑,包括剪切、复制、粘贴、加强效果等操作。也可以从麦克风、CD唱机等录音、之后可以导出MP3/WAV/OGG格式的文件
wizard
- 光盘向导程序例子-CD Wizard procedures example
Bin2Iso_demo
- This is a free tool for converting one CD image format (Bin) to another format (ISO).
w2k8r264bit
- indows2008R2是64位系统要在ADusers and computers中安装使用“Additional Account Info插件的步骤:-1)拷贝acctinfo.dll文件至一个文件夹,比如c: 2) 注册该DLL文件, REGSVR32 c:\ACCTINFO.DLL 注意:如果注册失败,可以 cd \windows\syswow64 regsvr32 c:\ACCTINFO.DLL 注意:a
StartIndex
- Start idex html file from cureent directory ideal for autorun CD with HTML content-Start idex html file from cureent directory ideal for autorun CD with HTML content
FileSyncSource
- This program copies files from one location to another, checking file date and size to see if a file of the same name is in the destination directory. It can copy a directory tree, creating the new directories as needed. If the files are copied from
os-design
- linux二级文件系统 可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 cd 进出目录 -linux file system II
dos
- os常用命令 一、基础命令 DIR 显示文件和文件夹(目录)。 用法:DIR [文件名] [选项] 它有很多选项,如/A表示显示所有文件(即包括带隐含和系统属性的文件),/S表示也显示子文件夹中的文件,/P表示分屏显示,/B表示只显示文件名,等等。 如 DIR A*.EXE /A /P 此命令分屏显示当前文件夹下所有以A开头后缀为EXE的文件(夹)。 CD或CHDIR 改变当前文件夹。 用法:CD [文件夹名] 若无文
iso2bin
- Sourcecode to convert a cd/dvd "iso" file into a "bin" file including the tricky edc/ecc recalculation code.
Filelister_04
- 功能:列出指定目录内指定类型(所有)文件的信息。 用法:将本文件放在要调查的文件夹中运行,或照教程拖放(单目录),或加入窗口右键菜单中(注册表)。 技巧:包括vbs遍历文件夹,获取文件属性、排序(依Windows中的字符显示顺序)、vbs写文件,vbs启动程序…… 特点:代码公开,注释详细,是vbs的极佳范例(并非自夸,没那习惯)。 注意:对目录过深文件过多的情况会因超出vbs能力而假死。 后话:0.4为早年所写,0.5更添加功能,但从未发过,都是私家自用,愤慨于所见诸多光盘
WinImagev850
- WinImage is a fully-fledged disk-imaging suite for easy creation, reading and editing of many image formats and fileystems, including DMF, VHD, FAT, ISO, NTFS and Linux. The disk image is an exact copy of a physical disk (floppy, CD-ROM, hard disk, U
UltraISO_Premium_Edition_9.3.3_Build_2685
- ultraiso is a program wich helps you mount cd\dvd image files
cd
- This Document for open CD Drive-This is Document for open CD Drive
ab-to-cd
- 数据文件中有一系列的数据,现将其中的四位数通过整理全部变为两位数,然后跳出能生成某特殊要求两位数的四位数。-Data file has a series of data, now finishing all of them into a four-digit by digit, and then jump out to a special request to generate double-digit digit.
Excel-2003-programming-with-VBA_CD
- Excel 2003高级VBA编程宝典的光盘代码。-Excel 2003 Power programming with VBA CD source code.
mult-users-mult-dir-file-system
- 功能: 1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个多用户多目录的文件系统。 2.文件物理结构可采用显式链接或其他方法。 3.磁盘空闲空间的管理可选择位示图或其他方法。如果采用位示图来管理文件存储空间,并采用显式链接分配方式,则可以将位示图合并到FAT中。 4.文件目录结构采用多用户多级目录结构,每个目录项包含文件名、物理地址、长度等信息,还可以通过目录项实现对文件的读和写的保护。目录组织方式可以不使用索引结点的方式,但使用索引结点,则难度系数为1.2。 5
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,