搜索资源列表
tmc428-step_dir
- 运动控制IC TMC428应用文档,输出步进与方向-Motion Control IC TMC428 application documents, the output step and direction
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的结果是一样的。 其他的