搜索资源列表
ASP.net选课系统小程序
- 一个简单的选课系统,基本功能都已实现!SQL.sql文件是用于创建sql数据库的脚本语言,使用时请先创建好sql数据库,管理员帐号和密码同为manager。其他信息请自己查看源码。打开工程时如出现错误请把它考在根目录下。er-graph.gif为er图。 -Elective a simple system, the basic functions have been achieved! SQL.sql document is used to create sql database scr i
nvram
- 为Linux环境开发的NVRAM驱动源码,为其实现一个简单的文件系统。-Linux environment for the development of the NVRAM driver source code, for the realization of a simple file system.
14122057351
- unix文件系统模拟,用vc实现.一个非常简单的文件系统管理模拟.
filesystem
- 操作系统实验。模拟文件系统实现的基本功能,了解文件系统的基本结构和文件的各种管理方法,加深理解文件系统的内部功能及内部实现。通过用高级语言编写和调试一个简单的文件系统,模拟文件管理的工作过程,从而对各种文件操作命令的实质内容和执行过程有比较深入的了解。
FileSystem.在内存中开辟一个空间作为文件存储器
- 在内存中开辟一个空间作为文件存储器,在其上实现一个简单的文件系统。退出这个文件系统时,需要该文件系统的内容保存到磁盘上,以便下次可以将其回复到内存中来。,In memory to open a space for the file memory, in its realization of a simple file system. To withdraw from the file system, the need for the contents of the file system is
ufs.rar
- 使用FUSE提供的API,在linux下实现的简单的文件系统。此为操作系统课程设计。,Using the FUSE API , implement an simple filesystem in linux. It is the operation system homework.
DISK.rar
- C语言模拟 Linux 文件系统为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件,C language simulation Linux file system for Linux systems to design a simple file system 2. Asked to do
linux
- 设计一个简单的文件系统,包含格式化、显示文件(目录)、创建文件、登录等几个简单命令的实现,而且能完成超级块的读写、节点的读写等过程。编写一个基本体现文件系统理论的程序。在节点的使用上,主要模仿Linux的EXT2文件系统。、-Design a simple file system, including format, display file (directory), create a file, registry, such as the realization of a few simple
filesystem
- 模拟Linux文件系统 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。 1. 在现有机器硬盘上开辟100M的硬盘空间,作为设定的硬盘空间。 2. 编写一管理程序simdisk对此空间进行管理,以模拟Linux文件系统,要求: (1) 盘块大小1k (2) 空闲盘块的管理:Linux位图法 (3) 结构:超级块, i结点区, 根目录区 -Simulation of Linux file system at any one
DummyFileSystem
- 简单的文件系统.用VC实现,可以用来学习操作系统的基本知识!-Simple file system. With the VC to achieve, can be used to learn the basics of the operating system!
sourcecode
- 为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 cd 进出目录 2.列目录时要列出文件名,物理地址,保护码和文件长度 3.源文件可以进行读写保护 -It is used for Linux.
Linux
- 计算机操作系统LINUX课程设计。在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。-Computer operating system LINUX curriculum design. In any OS, the establishment of a large file and put it into a false plate, in which the realization of a simple simulation of Linux fi
commons-vfs-1.0-src
- linux 虚拟文件系统的实现代码,实现虚拟文件系统的简单功能-linux virtual file system implementation code, a simple virtual file system functions
filesystem
- 在Ubuntu下实现一个简单的文件系统,可以实现创建目录浏览目录,建文件等功能-Under the Ubuntu implement a simple file system
simple_nand_fs
- 这是一个裸板的基于s3c6410的nand flash文件系统,里面包含nand flash初始化,读写,擦出操作,同时包含一个最简单的文件系统的实现。-This is a bare board nand flash-based s3c6410 the file system, which contains the nand flash initialization, read and write, given rise to operation, also includes a simple
file-system
- 编程模拟一个简单的文件系统,实现文件系统的管理和控制功能。要求本文件系统采用两级目录,即设置主文件目录[MFD]和用户文件目录[UED]。另外,为打开文件设置运行文件目录[AFD]。设计一个10个用户的文件系统,每次用户可保存10个文件,一次运行用户可以打开5个文件,并对文件必须设置保护措施。在用户程序中通过使用文件系统提供的Create、open、read、write、close、delete等文件命令,对文件进行操作-file system
file-system
- 简单的文件系统的实现,包括目录的创建,删除,文件的创建,删除以及读,写文件等内容-A simple file system implementation, including the directory to create, delete, create file, deleting, and read, written documents, etc
linux二级文件系统及报告
- 设计一个简单的LINUX二级文件系统,包括文件的创建删除修改等,C语言实现(Design a simple LINUX two level file system, including file creation, deletion, modification, etc., C language implementation)
用Java实现数字签名
- 信息安全实现一个简单的数字签名系统 ,能够进行简单的文件下载与传输(The realization of a simple digital signature system of information security, can download files and simple transmission)
Linux文件系统
- linux文件系统的简单实现,文件的增删改查(linux fileSystem,rm,mkdir,ls)