搜索资源列表
OSQingqiufenye
- 请求分页用户界面,有计算缺页率,物理地址, 随机分配内存功能-request Pagination user interface, a rate calculated na page, physical addresses, random memory allocation function
MemoryDetector
- A java program used to check the physical memory and used memory
A_flash_driver_algorithm_minimizing_block_erasures
- 一个减少块擦除的flash驱动算法,韩国人的文章,给出了文章中提出的STAFF算法与之前的FTL算法结果比较-Recently, flash memory is widely used in embedded applications since it has strong points: non-volatility, fast access speed, shock resistance, and low power consumption. However, due to its ha
198(163)
- 长时记忆系统将输入的经编码的物理刺激与系统只能感知的信息进行比较与模式匹配,一部分信息被激活,-Long-term memory system will be entered by the coding system can only perceive the physical stimulus and compare information with pattern matching, part of the information is activated
198(157)
- 长时记忆系统将输入的经编码的物理刺激与系统只能感知的信息进行比较与模式匹配,一部分信息被激活,-Long-term memory system will be entered by the coding system can only perceive the physical stimulus and compare information with pattern matching, part of the information is activated
198(153)
- 长时记忆系统将输入的经编码的物理刺激与系统只能感知的信息进行比较与模式匹配,一部分信息被激活,-Long-term memory system will be entered by the coding system can only perceive the physical stimulus and compare information with pattern matching, part of the information is activated
198(151)
- 长时记忆系统将输入的经编码的物理刺激与系统只能感知的信息进行比较与模式匹配,一部分信息被激活,-Long-term memory system will be entered by the coding system can only perceive the physical stimulus and compare information with pattern matching, part of the information is activated
198(150)
- 长时记忆系统将输入的经编码的物理刺激与系统只能感知的信息进行比较与模式匹配,一部分信息被激活,-Long-term memory system will be entered by the coding system can only perceive the physical stimulus and compare information with pattern matching, part of the information is activated
198(169)
- 长时记忆系统将输入的经编码的物理刺激与系统只能感知的信息进行比较与模式匹配,一部分信息被激活,-Long-term memory system will be entered by the coding system can only perceive the physical stimulus and compare information with pattern matching, part of the information is activated
198(158)
- 长时记忆系统将输入的经编码的物理刺激与系统只能感知的信息进行比较与模式匹配,一部分信息被激活,-Long-term memory system will be entered by the coding system can only perceive the physical stimulus and compare information with pattern matching, part of the information is activated
198(156)
- 长时记忆系统将输入的经编码的物理刺激与系统只能感知的信息进行比较与模式匹配,一部分信息被激活,-Long-term memory system will be entered by the coding system can only perceive the physical stimulus and compare information with pattern matching, part of the information is activated
wenjianguanli
- 一、 任务 设计模拟操作系统文件系统的程序。 二、 目的 通过具体的文件存储空间的管理、文件的物理结构、目录结构和文件操作的实现,加深对文件系统内部功能和实现过程的理解。 三、功能要求 (1)在内存中开辟一个空间作为文件存储器,在其上实现一个简单的文件系统。退出这个文件系统时,需要该文件系统的内容保存到磁盘上,以便下次可以将其回复到内存中来。 (2)文件存储空间管理可采取显式链接(如FAT)或者其他方法。(即自选一种方法) (3)空闲空间管理可采用位图或者
File-system
- 1. 在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个多用户多目录的文件系统。 2. 文件物理结构可采用显式链接或其他方法。 3. 磁盘空闲空间的管理可选择位示图或其他方法。如果采用位示图来管理文件存储空间,并采用显式链接分配方式,则可以将位示图合并到FAT中。 4. 文件目录结构采用多用户多级目录结构,每个目录项包含文件名、物理地址、长度等信息,还可以通过目录项实现对文件的读和写的保护。目录组织方式可以不使用索引结点的方式,但使用索引结点,则难度系数为1.2。 5.