搜索资源列表
2007Bi-Dir-MEM
- 双向记忆网络,两层非线性反馈神经记忆网络
caozuoxitong
- 熟悉操作系统的命令接口、图形接口和程序接口.使用Windows常用命令:dir 、md、copy、date、help,显示这些命令的结果,并解释这些命令的作用;
shellc
- 一个完整的SHELL实现源代码,内容包括:buf.c def.h dir.c file.c fs.c fs.h dh.c inode.c main.c os.exe panic.c 对学习操作系统有很大的帮助
wenjian
- 操作系统实验 文件管理 实现建立目录,删除目录,建立文件,删除文件 DIR命令
chaozhuxitongkcsj
- (1) 为Windows操作系统建立兼容的DOS命令接口,文件与目录命令 (2) 具体命令:DIR,RD,CD,MD,DEL,MOVE,REN,XCOPY,命令格式可参考Windows的CMD.EXE或MS-DOS提供的命令格式 (3) 设计命令的名称,参数等格式 (4) 可以字符形式接受命令,执行命令,然后显示命令执行结果
lab1
- Nachos上开发的一个初级shell。Shell支持cd, dir, clr, environ, echo, help, pause and quit命令;上述命令之外的其他命令通过系统调用fork和exec创建子进程实现; -Nachos on the development of a primary shell. Shell support cd, dir, clr, environ, echo, help, pause and quit order the order other
Iso-demo.dir
- sometric demostration of use the matematic
hkj
- 多用户多级目录的文件系统,(1)具有login (用户登录) (2)系统初始化(建文件卷、提供登录模块) (3)文件的创建: create (4)文件的打开:open (5)文件的读:read (6)文件的写:write (7)文件关闭:close (8)删除文件:delete (9)创建目录(建立子目录):mkdir (10)改变当前目录:cd (11)列出文件目录:dir (12)退出:logout -Multi-user multi-level directory of the file
myshell
- 《操作系统—精髓与设计原理》一书中myshell编程项目,代码写得很清晰,纠错能力很强大,实现了基本的内部命令:cd、dir、help、echo、environ等,以及实现文件重定向、后台处理等功能。附有实验报告。-" Operating system- the essence and principles of design" , a book myshell programming projects, the code is written very clear, very
cmd
- 仿windows的dos程序,仿照windows操作系统的dir,cd。。。等命令-Imitation windows of the dos program, modeled on the windows operating system dir, cd. . . Other commands
dos
- 实现简单的dos系统,里面有cd命令dir命令type命令还有就是exit命令,通过动态链接库进行加载的。-Simple dos system, the cd command dir command type command there is the exit command to load the dynamic link library.
FileManage
- 操作系统文件管理功能的实现 ①可以实现下列命令: login 用户登录 dir 列文件目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 ②列目录时要列出文件名、物理地址、保护码和文件长度. ③源文件可以进行读写保护. -The operating system file management functions to achieve ① can a
moniwenjianxitong
- 构建一棵树形结构的文件系统,要求程序模拟简单的dos文件系统的命令功能 Cd:类似dos的cd命令 Edit:创建文件 Del: 删除文件 Rd:删除目录 Dir:显示目录 Md:创建目录 -Build a tree-structured file system, and program to simulate the function of simple dos file system commands Cd: similar to the dos cd com
Os4_6.23.20
- 1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个多用户多目录的文件系统。 2.文件物理结构可采用显式链接或其他方法。 3.磁盘空闲空间的管理可选择位示图或其他方法。如果采用位示图来管理文件存储空间,并采用显式链接分配方式,则可以将位示图合并到FAT中。 4.文件目录结构采用多用户多级目录结构,每个目录项包含文件名、物理地址、长度等信息,还可以通过目录项实现对文件的读和写的保护。目录组织方式可以不使用索引结点的方式,但使用索引结点,则难度系数为1.2。 5.设计一个较
minishell
- 利用C语言编写一个微型命令解释程序,接受并解释以下命令: ⑴dir 列当前目录 ⑵cop-C language prepared by a miniature command interpreter and explain the following command: (1) dir column current directory (2) COP
file-management-experiment
- 操作系统文件管理实验:利用交互式命令实现树型目录结构和文件管理,同时利用位示图表示外存的分配情况,新建文件时分配必要的空间,模拟文件分配表记录文件在外存上的存储方式。了解系统对文件的操作。 在文件中保存目录内容,创建文件或子目录可以用命令行命令:MD、CD、RD、MK(创建文件)、DEL(删除文件)和DIR-Operating system file management experiment: the use of interactive command tree directory st