登录
首页 » Visual C++ » Filesystem

Filesystem

于 2013-04-25 发布 文件大小:1349KB
0 185
下载积分: 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 个回复

  • OS
    说明:  包含操作系统全部试验以及实验报告,稍微修改下就可以了(Contains the operating system all the tests and lab reports, a slight modification can be the next)
    2010-05-26 11:29:03下载
    积分:1
  • Filesystem
    磁盘文件系统:建立基于磁盘存储设备的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.)
    2013-04-25 14:32:48下载
    积分:1
  • Simwumpus
    经典问题魔兽世界(wumpus world)的程序,还比较简单,只能在dos下文字表示,没有图示(classic World of Warcraft (chat world) procedures, but also relatively simple, only under the dos text, there is no icon)
    2020-11-15 13:19:41下载
    积分:1
  • OS_EXP3
    操作系统实验三(银行家算法),西安电子科技大学出版社, 实验代码, 及数据文件(Operating system experiment, Xi an University of Electronic Science and Technology Publishing House, the experimental code, and data files)
    2013-04-01 10:22:53下载
    积分:1
  • 33
    说明:  作业调度——先来先服务,最短作业优先,最高响应比优先(Job scheduling- a first-come first-served, shortest job first, highest priority response ratio)
    2011-07-01 19:41:37下载
    积分:1
  • 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
  • mybank_cPP
    银行家算法模拟程序的实现 用可视(图形)化界面完成银行家算法的模拟程序。 模拟程序能够实现对不同数目进程,不同数目资源种类,不同当前状态的测试,通过银行家算法判断任意次数的资源请求是否会得意满足,并对提出资源请求的进程作出正确处理。 模拟程序还需要能够正确回收资源,并在回收资源后判断是否需要唤醒阻塞进程,如需要则将先前因申请资源失败而被阻塞的进程唤醒,并提供资源分配(Bankers algorithm simulation program realization )
    2020-11-11 23:49:46下载
    积分:1
  • MyProcess
    MFC实现的,界面有好,实现了进程调度的算法 能够模拟操作系统的进程调度 适合初学者(MFC implementation, the interface is good, a process scheduling algorithm to achieve To simulate the operating system process scheduling for beginners)
    2011-12-02 11:30:08下载
    积分:1
  • a.c
    dos 工具 用老版本的gcc编译,否则会出错(dos tools with older versions of THING)
    2016-07-11 08:01:26下载
    积分:1
  • dinning
    哲学家进餐的问题,用程序模拟实现,解释死锁的产生、解除以及预防(dining philosophers problem, simulation procedures, explained Deadlock in lifting and prevention)
    2006-12-08 11:52:24下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载