虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Dir

  • 操作系统实验 文件管理 实现建立目录

    操作系统实验 文件管理 实现建立目录,删除目录,建立文件,删除文件 Dir命令

    标签: 操作系统 实验 文件管理 目录

    上传时间: 2013-12-09

    上传用户:坏坏的华仔

  • 在Linux系统上使用Socket接口实现FTP客户端和服务器的程序

    在Linux系统上使用Socket接口实现FTP客户端和服务器的程序,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作。客户端和服务器的命令通道和数据通道需要分离,支持以下一些FTP命令: get:取远方的一个文件 put:传给远方一个文件 pwd:显示远方当前目录 Dir:列出远方当前目录 cd:改变远方当前目录 ?:显示提供的命令 quit:退出返回 !Dir,列出本地当前目录。

    标签: Socket Linux FTP

    上传时间: 2016-07-29

    上传用户:huangld

  • (1) 为Windows操作系统建立兼容的DOS命令接口

    (1) 为Windows操作系统建立兼容的DOS命令接口,文件与目录命令 (2) 具体命令:Dir,RD,CD,MD,DEL,MOVE,REN,XCOPY,命令格式可参考Windows的CMD.EXE或MS-DOS提供的命令格式 (3) 设计命令的名称,参数等格式 (4) 可以字符形式接受命令,执行命令,然后显示命令执行结果

    标签: Windows DOS 操作系统 兼容

    上传时间: 2014-07-25

    上传用户:gengxiaochao

  • 汇编语言程序

    汇编语言程序,能完成Dir命令,有些课程设计就是该题

    标签: 汇编语言程序

    上传时间: 2016-08-11

    上传用户:开怀常笑

  • 程序主要模拟了系统文件管理的功能

    程序主要模拟了系统文件管理的功能,主要功能有: MD:在目录文件中创建子目录,同时搜索当前目录最后一个目录项,并保存指针信息 CD:根据当前目录切换到指定目录 RD:搜索所要删除的目录是否为空目录,若是则删除 MK:在当前目录中创建文件名称(申请空间利用位示图修改FAT) DEL:搜索所要删除的文件是否存在,若是则删除(恢复位示图修改FAT) Dir:列出当前目录的所有目录项 Dir1:列出当前目录的位示图

    标签: 程序 模拟 文件管理

    上传时间: 2014-01-06

    上传用户:zhichenglu

  • fft.c--This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays

    fft.c--This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2^m points. Dir = 1 gives forward transform Dir = -1 gives reverse transform

    标签: complex-to-complex and imaginary computes

    上传时间: 2016-09-17

    上传用户:ljt101007

  • This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2^m

    This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2^m points. Dir = 1 gives forward transform Dir = -1 gives reverse transform

    标签: complex-to-complex and imaginary computes

    上传时间: 2013-12-18

    上传用户:huql11633

  • 2 分类指令 在介绍各条分类指令之前

    2 分类指令 在介绍各条分类指令之前,将指令中的操作数及注释中的符号说明如下。 Rn:当前指定的工作寄存器组中的Ro-R7(其中n=0,1,2,…,7)。 Ri:当前指定的工作寄存器组中的RO,R1(其中i=0,1)。 (Ri):Ri间址寻址指定的地址单元。 ((Ri)):Ri间址寻址指定地址单元中的内容。 Dir:8位直接字节地址(在片内RAM和SFR存储空间中)。 #data8:8位立即数。 #datal6:16位立即数。 addrl6:16位地址值。 addrll:11位地址值。

    标签: 分类 指令

    上传时间: 2013-12-22

    上传用户:1079836864

  • MTOOLS version 2.0 Mtools is a public domain collection of programs to allow Unix systems t

    MTOOLS version 2.0 Mtools is a public domain collection of programs to allow Unix systems to read, write, and manipulate files on an MSDOS filesystem (typically a diskette). The following MSDOS commands are emulated: Mtool MSDOS name equivalent Description ----- ---- ----------- mattrib ATTRIB change MSDOS file attribute flags mcd CD change MSDOS Directory mcopy COPY copy MSDOS files to/from Unix mdel DEL/ERASE delete an MSDOS file mDir Dir display an MSDOS Directory mformat FORMAT add MSDOS filesystem to a low-level format mlabel LABEL make an MSDOS volume label. mmd MD/MKDir make an MSDOS subDirectory mrd RD/RMDir remove an MSDOS subDirectory mread COPY low level read (copy) an MSDOS file to Unix mren REN/RENAME rename an existing MSDOS file mtype TYPE display contents of an MSDOS file mwrite COPY low level write (copy) a Unix file to MSDOS

    标签: collection programs version systems

    上传时间: 2016-11-18

    上传用户:wlcaption

  • 一个小的telnet程序与大家共享

    一个小的telnet程序与大家共享,/* 本程序支持如一些参数: * --host IP地址 或者 -H IP地址 * --port 端口 或者 -P 端口 * --back 监听数量 或者 -B 监听数量 * --Dir 服务默认目录 或者 -D 服务默认目录 * --log 日志存放路径 或者 -L 日志存放路径 * --daemon 使程序进入后台运行模式 */

    标签: telnet 程序

    上传时间: 2016-11-20

    上传用户:515414293