搜索资源列表
myls
- 完成ls的如下功能 不带参数的ls:列出当前目录下的非隐藏(文件和目录名不以.开头)的文件和目录 ls -a:列出当前目录下的所有文件和目录 ls -l:以长列表形式列出当前目录下的非隐藏的文件和目录。每个文件或目录只要求列出如下信息:类型与权限、文件名、链接数、用户ID、组ID、字节大小、块数 ls 路径名:如果路径名代表一个存在的文件则显示该文件,否则提示出错;如果路径名字代表一个存在的目录则列出该目录中的文件 列出文件名和目录名时,要求可执行文件最后加上一个*号,目录名
DelDir
- 用vc写的演示如何实现用于编写卸载程序的自删除技术,同时用递归方法删除一个目录下所有文件-vc write with a demonstration of how to achieve unloading procedures for the preparation of self-removal technique, Recursive methods used to delete a directory of all documents
tree-1.5.1
- 以目录树的形式显示一个目录下及其各层子目录下所有文件
dirsh
- 文件夹加密工具(开源代码) 软件作者:dyforc 发现文件夹加密的软件较少,而且都不大适合我用,所以写了一个。主要是对指定文件夹和其子目录下所有文件加密。 用到的加密算发是RC4。 本程序特色: 1. 可以指定加密长度(即只对文件的一部分进行加密),(对大文件加密很有用) 2. 可以随机生成动态密钥 (即使加密目录下某个文件的加密密钥被破解了,不影响目录下其他加密过的文件,因为每个文件加密密钥不同,都由输入的密钥随机计算产生) 3. 可以随机化文件名
DelFileAll
- 删除目录下所有文件,可以参考使用的。 这个使用VC编写。-To delete all the files directory, you can reference to use. The preparation of the use of VC.
FileCrcCheck
- 文件CRC计算工具代码,可对目录下所有文件进行计算,计算结果保存在文件中。同时使用内存映射文件加快文件处理速度.可作为工具使用.-File CRC code calculation tools, all the files directory can be calculated, the results stored in the file. Also uses memory mapped files to speed up file processing. Can be used as too
hide
- 文件加密小程序,具有整个目录下指定文件类型所有文件的加密功能。并且是可逆的,加密后用同样的方法操作一遍即解密了。例如加密类型选择pic,即对图片进行加密,如不指定目录,则将对当前目录下的所有图片进行加密,加密后图片就打不开了,需要解密只需再次操作即可-File encryption applet, with the entire directory on the file type specified encryption of all files. And is reversible encr
TJ
- 用QT 实现的统计一个目录下所有文件的总代码行数,空白行行数,注释行行数。-tongjiyigemuluxiasuoyouwenjian de hangshu
VBadsfasdfasdf
- 文件系统全家福 AddadString Dir 快速全盘查找文件 Dir和Api扫描驱动器 Exe伪装天使 FreeActiveX Shell获取特殊文件 安全的删除自己 比较两个文件是否相同 查找目录全部文件大小 查找文件 从全路径名中获得文件扩展名 从全路径名中提取文件名 二进制复制文件 获取当前目录下所有文件和文件夹 记载Windows使用的时间 检测文件是否存在 建立多级目录 将文件夹目录保存到INI文件当中
Unix
- 1 ls [语法]: ls [-RadCxmlnogrtucpFbqisf1] [目录或文件......] [说明]: ls 命令列出指定目录下的文件,缺省目录为当前目录 ./,缺省输出顺序为纵向按字符顺序排列。 -R 递归地列出每个子目录的内容 -a 列出所有文件,包括第一个字符为“.”的隐藏文件 -d 若后面参数是目录,则只列出目录名而不列出目录内容,常与-l选项连 用以显示目录状态。 -C 输出时多列显示 -x 横向按字符顺序排列 -m 输出按流式格
scan_dir
- 遍历一个目录下所有文件、包括子层目录,偶是初学者,瞎写的-scan all the files in a directory
SameLength
- 控制台程序,可列出指定目录下所有大小相同的文件名,在整理下载的书时特别有用,可以避免重复下载的文件浪费空间-Automatically lists all the same size as the file name in the specified directory, especially useful when finishing download the e-book, to avoid duplication download files wasting space
linux-scan-dir
- 在linux下实用相关系统调用实现某个目录的所有文件遍历-scan all files under a dir(linux)
rm
- linux指定目录下,遍历该目录下所有文件,并列举出内容相同的文件,由用户指定是否删除其中之一-linux specified directory, all files in the directory traversal, and outlines the contents of the same file, the user specifies whether to delete one of them
code
- 给定多个目录,要求并发地统计这些目录下所有文件中,英文单词出现的次数。 假设:目录下的文件只包含英文单词 限制:采用多进程协作的方式 功能要求:词频统计结果需要写入指定的结果文件。用户可以通过查看这一结果文件, 了解这些目录下文件中的词频统计信息-Given multiple directories, the number of requests that all files in these directories, the English word appears c
compile_all_source_file_Makefile
- Makefile文件,可将当前目录下所有C,C++文件编译出科执行文件,执行在linux 或潜入式linux上运行程序。文件简单易懂,对于更复杂的编译,可以添加分目录编译,用objcopy复制子目录目标文件到同一个目录,在编译出程序。-The Makefile will automatically compile all source files at the current directory.And it is also easy to revise to compile complex p
mulu
- 该程序可以获取当前工作目录下的文件列表,并可以Tree的形式显示在界面上,并可以显示所有子目录下的文件列表,子目录可以折叠。(The program can access the current work directory of the list of documents, and can be displayed in the form of Tree on the interface, and can display all subdirectories under the list of
Kbdtualall
- 文本替换工具,将目录下所有文件中包含的某部分文本替换掉(Textual substitution tool, will all files contained in the directory to replace any parts of the text)
ls_l
- 完整的ls –l命令(按照长格式显示当前目录下非隐藏文件的属性)。(Complete LS - L command (according to the long format attributes of non hidden files in the current directory).)
使用链式栈搜索目录下的文件
- 在Linux系统中编译使用,通过使用链式栈实现目录的检索功能,可以检索某个目录下的所有文件。(It is compiled and used in the Linux system to retrieve all the files under a directory by using the chain stack to implement the retrieval function of the directory.)