登录
首页 » Visual C++ » Filesystem

Filesystem

于 2013-04-25 发布 文件大小:1349KB
0 150
下载积分: 1 下载次数: 10

代码说明:

  磁盘文件系统:建立基于磁盘存储设备的UNIX文件系统,在windows系统下模拟UNIX文件管理系统,可用命令行进行基本的文件操作。(Disk file system: the UNIX file system based disk storage devices in the windows system simulation UNIX file management system, basic file operations available command line.)

文件列表:

Filesystem
..........\Debug
..........\.....\Filesystem.exe,56320,2012-06-25
..........\.....\Filesystem.ilk,384332,2012-06-25
..........\.....\Filesystem.pdb,412672,2012-06-25
..........\.....\Linux.EXT2,19968,2012-06-20
..........\Filesystem
..........\..........\Debug
..........\..........\.....\CL.read.1.tlog,11092,2012-06-25
..........\..........\.....\CL.write.1.tlog,3164,2012-06-25
..........\..........\.....\diskoperate.obj,19493,2012-06-20
..........\..........\.....\fileoperate.obj,20656,2012-06-23
..........\..........\.....\Filesystem.exe.intermediate.manifest,381,2012-06-25
..........\..........\.....\Filesystem.lastbuildstate,65,2012-06-25
..........\..........\.....\Filesystem.log,862,2012-06-25
..........\..........\.....\link.read.1.tlog,7442,2012-06-25
..........\..........\.....\link.write.1.tlog,2156,2012-06-25
..........\..........\.....\main.obj,101692,2012-06-25
..........\..........\.....\mt.read.1.tlog,2354,2012-06-25
..........\..........\.....\mt.write.1.tlog,974,2012-06-25
..........\..........\.....\vc100.idb,125952,2012-06-25
..........\..........\.....\vc100.pdb,69632,2012-06-25
..........\..........\filesystem.h,6155,2012-06-23
..........\..........\Filesystem.vcxproj,3297,2012-06-23
..........\..........\Filesystem.vcxproj.filters,1065,2012-06-23
..........\..........\Filesystem.vcxproj.user,143,2012-06-20
..........\..........\Linux.EXT2,19968,2012-06-25
..........\..........\main.cpp,37504,2012-06-25
..........\Filesystem.sdf,2576384,2012-06-25
..........\Filesystem.sln,897,2012-06-20
..........\ipch
..........\....\filesystem-b1195604
..........\....\...................\filesystem-a253a071.ipch,2949120,2012-06-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • clock页面置换算法
    clock页面置换算法 用CLOCK置换算法仿真请求分页系统 1、设计目的:用高级语言编写和调试一个内存分配程序,加深对内存分配算法的理解。 2、设计要求: 1) 实现请求分页存储管理方式的页面置换算法:CLOCK算法 2) 内存物理块数固定为15个,对多个作业采用可变分配全局置换的策略分配物理块 3) 作业数量与作业大小(10-20页)可在界面进行设置 4) 所有作业按RR算法进行调度,时间片长度为1秒 5) 可为每个作业随机产生引用的页面串,也可以人工输入引用的页面串,页面串长度50---100,要求必须包括作业所有的页面,可作为样例数据保存 6) 可读取样例数据(要求存放在外部文件中)进行作业数量、作业大小、页面串长度的初始化 7) 要求采用可视化界面,模拟内存分配和使用情况图,可在运行过程中随时暂停,查看当前内存物理块使用情况。 8) 每次全部作业运行结束后,要求打印出访问命中率 (clock page replacement algorithm)
    2013-05-12 10:42:56下载
    积分:1
  • fifo
    页面置换先进先出算法,请大家试试,本人鉴定没问题(FIFO page replacement algorithm, please try, I did not identify the problem)
    2021-01-13 14:18:47下载
    积分:1
  • 模拟进程调度
    模拟操作系统进程调度的算法采用时间片轮转法和优先权法(operating system simulation process scheduling algorithm-time Web-law and law priority)
    2005-05-15 19:51:27下载
    积分:1
  • fptree
    FP-growth算法的改进C++程序,具有较好的扩展性和应用性,本程序改成用行读取,然后在内存中解析。更有效的方式是采用块读取方式(本人在以前项目中验证过,速度大为提高。)(FP-growth algorithm C++ Procedures, have good scalability and application, the procedure changed to use line to read, and then resolve in memory. More effective approach is the use of block-read mode (I tested before the project, speed greatly improved.))
    2008-02-23 11:36:19下载
    积分:1
  • yinhangjiasuanfa
    这是我做的操作系统里面的银行家算法的源程序,发上来供大家参考。(caozuoxitongyinhangjiasuanfa)
    2009-05-22 23:40:08下载
    积分:1
  • S_Shell
    说明:  用标准C实现shell功能,是操作系统的作业,Linux里面的she(Shell to achieve using standard C function, the operation is the operating system, Linux inside she)
    2008-11-19 22:55:02下载
    积分:1
  • Operating-System-B-test-reports
    开发一个仿真操作系统,要求具备进程调度、存储器管理、文件及设备管理等基本功能(The development of a simulation operating system, requires scheduling process, the basic functions of memory management, file and device management)
    2015-05-16 12:35:39下载
    积分:1
  • subject_3
    对于OPT算法,在有多个页面可选的情况下,先淘汰较早进入的页面)。 3. 计算缺页次数及缺页率。 测试用例格式如下: 输入: 算法(1 OPT,2 FIFO,3 LRU) 内存块数 页面序列(页面1,页面2,页面3,...) 输出: 页面变化时内存块装入页面列表1-是否命中/页面变化时内存块装入页面列表2-是否命中/... 缺页次数 其中: 页面变化时内存块装入页面列表:内存块1装入页面,内存块2装入页面,内存块3装入页面...,未装入任何页面时由 -”表示 是否命中:1-命中,0-缺页">
    2021-04-27 00:48:45下载
    积分:1
  • gong_steel_dialog
    UG开发代码,开发型材的代码,UG对话框的源文件,可以参考(UG)
    2009-09-28 09:09:21下载
    积分:1
  • 用login二级目录的文件
    这个程序是模拟采用二级目录结构的磁盘文件系统中的文件操作,它可以实现对文件的一些基本管理,如:读、写、删除文件等。通过这个程序可掌握文件子系统的原理,加深对二级目录结构的文件系统中用户管理、文件管理、目录管理的理解,并用程序实现对文件子系统的模拟。(the procedure is simulated using two disk directory structure of the file system file manipulation, it can be achieved on some basic document management, such as : read, write, delete files. Through this procedure can grasp the principle document subsystems to enhance the structure of the two file system user management, document management, directory management, understanding, and the procedures to achieve the right documents subsystem simulation.)
    2020-12-12 20:29:16下载
    积分:1
  • 696522资源总数
  • 104047会员总数
  • 21今日下载