A-graphical-interface-file-system

所属分类:文件操作
开发工具:Others
文件大小:9605KB
下载次数:5
上传日期:2012-05-07 10:05:02
上 传 者wzllonger
说明:  模拟一个简单的文件系统,实现文件系统的管理和控制功能。通过模拟文件系统实现的基本功能,了解文件系统的基本结构和文件的各种管理方法,加深理解文件系统的内部功能及内部实现。
(Simulation a simple file system, realize the file system management and control function. Through the simulation of the basic functions of the system files, understand the basic structure of file system files and various management, deepen our understanding of the file system s internal functions and internal implementation. )

文件列表:
FileSystem\AttributeDlg.cpp (1188, 2009-06-24)
FileSystem\AttributeDlg.h (472, 2009-06-24)
FileSystem\Debug\BuildLog.htm (2330, 2009-06-24)
FileSystem\Debug\FileSys.data (208, 2009-06-24)
FileSystem\FileSys.data (676, 2011-01-17)
FileSystem\FileSystem.aps (64232, 2011-01-17)
FileSystem\FileSystem.cpp (1471, 2009-06-24)
FileSystem\FileSystem.h (461, 2009-06-24)
FileSystem\FileSystem.ncb (10636288, 2011-01-17)
FileSystem\FileSystem.rc (6599, 2011-01-17)
FileSystem\FileSystem.sln (880, 2011-01-17)
FileSystem\FileSystem.sln.old (909, 2009-06-24)
FileSystem\FileSystem.suo (13312, 2011-01-17)
FileSystem\FileSystem.suo.old (11776, 2009-06-25)
FileSystem\FileSystem.vcproj (6254, 2011-01-17)
FileSystem\FileSystem.vcproj.7.10.old (5287, 2009-06-24)
FileSystem\FileSystem.vcproj.Hai-PC.Hai.user (1409, 2011-01-17)
FileSystem\FileSystemDlg.cpp (13554, 2009-06-24)
FileSystem\FileSystemDlg.h (1445, 2009-06-24)
FileSystem\Release\AttributeDlg.obj (22079, 2011-01-17)
FileSystem\Release\BuildLog.htm (16780, 2011-01-17)
FileSystem\Release\FileSystem.exe.intermediate.manifest (381, 2011-01-17)
FileSystem\Release\FileSystem.obj (22481, 2011-01-17)
FileSystem\Release\FileSystem.pch (23068672, 2011-01-17)
FileSystem\Release\FileSystem.pdb (5950464, 2011-01-17)
FileSystem\Release\FileSystem.res (39828, 2011-01-17)
FileSystem\Release\FileSystemDlg.obj (169533, 2011-01-17)
FileSystem\Release\mt.dep (65, 2011-01-17)
FileSystem\Release\stdafx.obj (305099, 2011-01-17)
FileSystem\Release\TreeFile.obj (71943, 2011-01-17)
FileSystem\Release\vc90.idb (420864, 2011-01-17)
FileSystem\Release\vc90.pdb (1560576, 2011-01-17)
FileSystem\res\bitmap1.bmp (822, 2004-07-03)
FileSystem\res\bitmap2.bmp (822, 2004-07-03)
FileSystem\res\bitmap3.bmp (822, 2004-07-03)
FileSystem\res\bitmap4.bmp (700, 2004-07-03)
FileSystem\res\FileSystem.ico (21630, 2003-04-01)
FileSystem\res\FileSystem.manifest (699, 2009-06-24)
FileSystem\res\FileSystem.rc2 (366, 2009-06-24)
... ...

================================================================================ MICROSOFT 基础类库: FileSystem 项目概述 =============================================================================== 应用程序向导已为您创建了此 FileSystem 应用程序。此应用程序 不仅介绍了使用 Microsoft 基础类的基本知识, 而且是编写应用程序的起点。 此文件包含组成 FileSystem 应用程序的每个文件的内容摘要。 FileSystem.vcproj 这是使用“应用程序向导”生成的 VC++ 项目的主项目文件。 它包含有关生成文件的 Visual C++ 版本的信息,以及 有关用“应用程序向导”所选择的平台、配置和 项目功能的信息。 FileSystem.h 这是应用程序的主头文件。 它包含其他 项目特定的头文件(包括 Resource.h),并声明 CFileSystemApp 应用程序类。 FileSystem.cpp 这是包含应用程序 类 CFileSystemApp 的主应用程序源文件。 FileSystem.rc 这是程序使用的所有 Microsoft Windows 资源 的列表。 它包含存储在 RES 子目录中 的图标、位图和光标。 可直接在 Microsoft Visual C++ 中编辑此文件。 项目资源包含在 2052 中。 res\FileSystem.ico 这是一个图标文件,用作应用程序的图标。 此 图标包含在主资源文件 FileSystem.rc 中。 res\FileSystem.rc2 此文件包含不由 Microsoft Visual C++ 编辑的资源。 应将所有不能由 资源编辑器编辑的资源放在此文件中。 ///////////////////////////////////////////////////////////////////////////// 应用程序向导将创建一个对话框类: FileSystemDlg.h、FileSystemDlg.cpp - 对话框 这些文件包含 CFileSystemDlg 类。 此类定义 应用程序主对话框的行为。 此对话框的模板包含在 FileSystem.rc 中,而此文件可以在 Microsoft Visual C++ 中进行编辑。 ///////////////////////////////////////////////////////////////////////////// 其他标准文件: StdAfx.h、StdAfx.cpp 这些文件用于生成名为 FileSystem.pch 的预编译头文件 (PCH) 和名为 StdAfx.obj 的预编译类型文件。 Resource.h 这是标准头文件,它定义新资源 ID。 Microsoft Visual C++ 将读取并更新此文件。 ///////////////////////////////////////////////////////////////////////////// 其他说明: 应用程序向导使用“TODO:” 来指示 应添加或自定义的源代码部分。 如果应用程序在共享 DLL 中使用 MFC,且应用程序使用的语言不是 操作系统的当前语言,则需要从 Microsoft Visual C++ 光盘上 Win\System 目录下将相应的本地化资源 MFC70XXX.DLL 复制到计算机的 system 或 system32 目录下, 并将其重命名为 MFCLOC.DLL。 (“XXX”代表 语言缩写。 例如,MFC70DEU.DLL 包含翻译成 德语的资源。) 如果不这样做,应用程序的某些 UI 元素 将保留为操作系统的语言。 /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者