登录
首页 » Visual C++ » Filesystem

Filesystem

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

  • jinchengdiaodu
    加深进程概念的理解;掌握选择进程调度算法的准则;掌握进程调度算法。 (Deepen the process of understanding of the concept master scheduling criteria selection process algorithm master process scheduling algorithm.)
    2013-12-10 13:42:14下载
    积分:1
  • 模拟进程调度
    模拟操作系统进程调度的算法采用时间片轮转法和优先权法(operating system simulation process scheduling algorithm-time Web-law and law priority)
    2005-05-15 19:51:27下载
    积分: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
  • vb+sql
    根据餐饮行业的特点和该企业的实际情况,该系统应以餐饮业务为基础,突出前台管理,从专业角度出发,提供科学有效的管理模式。点菜方面采取图形界面加数据的方式,使用户能直观地管理数据信息,并能有效地管理每个开台的房间台号所点的酒菜。点菜收银管理可实现点菜、转台、并台、结账、清台。库房管理可记录商品入库、出库情况。营业分析可对客人点单情况、房台营业情况、酒菜销售情况、销售收入等进行分析。点菜收银、营业分析、库房管理的有机结合,可为酒店经营方向提供依据,为酒店餐馆的发展提供重要保证。 根据该企业的具体情况,系统主要功能设计有五大部分,分别为前台管理、营业管理、财政管理、辅助管理、系统管理。 1、前台管理:主要是对餐饮前台收银的管理。包括接待预定、点菜收银和吧厨出品。 2、营业管理:包括房间台号管理和员工信息管理。 3、财政管理:主要是对财务方面的管理。包括点单查询和会员查询。 4、辅助管理:主要是对基础信息的管理。包括会员管理各员工管理。 5、系统管理:包括重新登录和退出系统。 (err)
    2020-12-13 09:39:15下载
    积分:1
  • dinning
    哲学家进餐的问题,用程序模拟实现,解释死锁的产生、解除以及预防(dining philosophers problem, simulation procedures, explained Deadlock in lifting and prevention)
    2006-12-08 11:52:24下载
    积分:1
  • system
    操作系统作业源代码,方便学习操作系统课程的同学使用 (this is the codes for students who learn computer system.)
    2013-12-30 21:07:39下载
    积分:1
  • FIFOLRU
    1.虚拟存储器的引入 局部性原理:程序在执行时在一较短时间内仅限于某个部分;相应的,它所访问的存储空间也局限于某个区域,它主要表现在以下两个方面:时间局限性和空间局限性。 2.虚拟存储器的定义 虚拟存储器是只具有请求调入功能和置换功能,能从逻辑上对内存容量进行扩充的一种存储器系统 (1. The introduction of virtual memory locality principle: program execution in a relatively short period of time limited to a particular part of it Accordingly, it has access to the storage space is also limited to a particular region, it is mainly manifested in the following two aspects: the time limitations and space limitations. 2. The definition of virtual memory Virtual memory is just a request for redeployment of functions and displacement functions, from the logical to expand the memory capacity of a memory system)
    2010-01-08 15:10:19下载
    积分:1
  • a.c
    dos 工具 用老版本的gcc编译,否则会出错(dos tools with older versions of THING)
    2016-07-11 08:01:26下载
    积分:1
  • writerandreader
    计科操作系统课程“读者写者”问题的经典解决。(Branch of the operating system programs, " wrote the reader" as a problem to solve classic.)
    2009-05-13 15:29:02下载
    积分:1
  • mybank_cPP
    银行家算法模拟程序的实现 用可视(图形)化界面完成银行家算法的模拟程序。 模拟程序能够实现对不同数目进程,不同数目资源种类,不同当前状态的测试,通过银行家算法判断任意次数的资源请求是否会得意满足,并对提出资源请求的进程作出正确处理。 模拟程序还需要能够正确回收资源,并在回收资源后判断是否需要唤醒阻塞进程,如需要则将先前因申请资源失败而被阻塞的进程唤醒,并提供资源分配(Bankers algorithm simulation program realization )
    2020-11-11 23:49:46下载
    积分:1
  • 696518资源总数
  • 104793会员总数
  • 32今日下载