搜索资源列表
Linux1
- Linux常用命令 1 文件列表 – ls : ls #以默认方式显示当前目录文件列表; ls –a #显示所有文件包括隐藏文件; ls –l #显示文件属性,包括大小,日期,符号连接,是否可读写及是否可执行。 2 目录切换 – cd : cd dir #切换到当前目录下的dir 目录; cd / #切换到根目录; cd .. #切换到到上一级目录。 3 复制 – cp : cp source target #将文件source 复制为 target;
DOS下的点阵汉字显示.doc
- Normal 0 7.8 磅 0 2 false false false MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {
DIR 2000II 说明书
- DIR 2000II 说明书DIR 2000II 说明书DIR 2000II 说明书
tmc428-step_dir
- 运动控制IC TMC428应用文档,输出步进与方向-Motion Control IC TMC428 application documents, the output step and direction
1
- 为LINUX 设计一个简单的二级文件系统。 设计要求: 1、可以实现下列几条命令(至少4条)。 Login 用户登录 Dir 列文件目录 Create 创建文件 Delete 删除文件 Open 打开文件 Close 关闭文件 Read 读文件 Write 写文件 2、列目录时要列出文件名、物理地址、保护码和文件长度。 3、源文件可以进行读写保护。 -To design a simple two LINUX file system. Desig
C_File_System_Simulation
- 文件系统的模拟本系统可以实现改变目录(cd),创建文件(create),删除文件(delete),显示目录(dir),创建目录(mkdir)以及退出系统(exit)。-The file system simulation of this system can bring about change directory (cd), create a file (create), delete the file (delete), which displays a directory (dir), c
DIRTemplate
- 010 editor DIR template
Dir.Saber.SMZ0937-(1)
- Study of a system of decision support: Applying the definition of dynamic assistance functions of an electric wheelchair by the use of virtual reality
Creating-IDML-Discovery-Books-with-IBM-Tivoli-Dir
- Creating IDML Discovery Books with IBM Tivoli Directory Integrator
audio-mixing-directSound
- 给出一个如何使用 Dire ct Sound 技术实现音频流的捕获并实现网络上多路声音混合的方案。该方案通过 Dir ec t-Sound 提供的缓冲机制实现了音频流的捕获, 结合网络技术和辅助缓冲技术可实现网络上多路声音的混合, 提高了音频处理 的效率和通用性。阐述了 DirectSound 的相关技术, 给出了系统的框架图及音频捕获与混音的实现方法, 提出了环形缓冲区 设计方案, 最后给出了系统优化方案。-An implementati on of audio streaming c
FAT-Chinese-
- 磁盘上的数据按照其不同的特点和作用大致可分为5部分:MBR区、DBR区、FAT区、DIR区和DATA区-The data on the disk in accordance with their different features and functions can be broadly divided into five parts: MBR area, DBR area, FAT area, DIR area and DATA area
The-FAT32-Chinese-version
- The data on the disk in accordance with their different features and functions can be broadly divided into five parts: MBR area, DBR area, FAT area, DIR area and DATA area
OS
- 实验要求 编写类似于DOS,UNIX的命令行解释程序 (1)自行定义系统提示符 (2)自定义命令集(8-10个) (3)用户输入HELP以查找命令的帮助 (4)列出命令的功能,区分内部还是外部命令 (5)用户输入QUIT退出 (6)内部命令有dir, cd, md, rd, cls, date, time, ren, copy等。 -The experiment requires the preparation is similar to the DOS, UNI
Linux
- 为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 -Design a simple two file system for Linux systems. To do the following: 1. Can be achieved followin
Obtain_filenames_in_dir_20121026
- 使用Perl脚本得到任意目录下的子项个数,包括文件和目录,适合初学者;-Use perl scr ipt to get the number of sub-items under a given dir.
1
- 一个微型命令解释程序 dir cop era dis end-A miniature command interpreter dir cop era dis end
dos
- 一、基础命令 1 dir 无参数:查看当前所在目录的文件和文件夹。 /s:查看当前目录已经其所有子目录的文件和文件夹。 /a:查看包括隐含文件的所有文件。 /ah:只显示出隐含文件。 /w:以紧凑方式(一行显示5个文件)显示文件和文件夹。 /p:以分页方式(显示一页之后会自动暂停)显示。 |more:前面那个符号是“\”上面的那个,叫做重定向符号,就是把一个 命令的结果输出为另外一个命令的参数。more也是一个命令,dir /w |more 得到的结果和dir /w /p的结果是一样的。 其他的