搜索资源列表
DiskManagerProject
- 操作系统课程设计之磁盘管理模拟,采用位视图算法(JAVA版)-courses on operating system design from the disk management simulation algorithm used-View (Java version)
weishitu
- 用位示图管理磁盘存储空间 有错误的 仅供参考-with Bitmap management of disk storage space is wrong is for reference only
treelist10
- 树型控件用来显示具有一定层次结构的数据项时方便、直观,被广泛地应用在各种软件中,如资源管理器中的磁盘目录就用的是树型 控件,我们在编程中也会经常用到,但 MFC 中提供的 CTreeCtrl 类并不直接支持拖动节点等高级特性,这使我们程序员编程时有很大限 制,又给软件用户带来了一些不便。下面就让我们自己动手来解决这个问题,实现树型控件中节点的拖动。 -tree control is used to indicate a certain level of the data struct
pageExchange
- 在计算机系统中,为了提高主存利用率,往往把辅助存储器(如磁盘)作为主存储器的扩充,使多道运行的作业的全部逻辑地址空间总和可以超出主存的绝对地址空间。用这种办法扩充的主存储器称为虚拟存储器。通过本实习帮助同学理解在分页式存储管理中怎样实现虚拟存储器。
folder
- 排列磁盘及其文件的管理控件,与控件 viewtree控件功能相当
ResourceManagement
- 一个非常好用的类似于资源管理器能列举出电脑中所有的驱动器和相关文件夹的磁盘信息
appface_vc
- AppFace 支持三种皮肤加载方式,从磁盘文件加载,从资源加载,从内存加载。下面我就说说如何从资源加载URF皮肤文件: 首先,要确保你下载了AppFace for VC 开发包,我们要用到其中的三个文件: \"appface.h\", \"appface.dll\" ,\"gtclassic.urf\" 。 接着,创建一个 VC 可执行文件工程, MDI/SDI/DIALOG/WIN32 类型的都可以,我以创建一个DIALOG 工程 ResSkin 进行说明 。将\"appface.h
MyTreeCtrl21
- 树控制用于显示具有一定层次结构的数据项。很多应用程序都使用该控件,例如资源管理器中的磁盘目录等。-Tree control used to display a certain hierarchy of data items. Many applications use the control, such as Explorer, such as the disk directory.
TreeControlsTheUseOfExamples
- 树形控件的使用例子,树控制和视(Tree Control&View]主要用来显示具有一定层次结构的数据项,如资源管理器中的磁盘目录等,以供用户在其中进行各种选择。-Tree Controls the use of examples, depending on the tree control and [Tree Control & View] is mainly used to show a certain hierarchy of data items, such as Explore
MultiDrives
- 一个非常不错的资源管理器,界面直观,实用方便,列举了当前所有的磁盘,当选择某一个磁盘后,下面的列表框以树目录的形式显示了当前选择的磁盘中的所有文件-A very good resource management, and the interface intuitive, practical convenience, the current list of all the disks, when you select a disk, the following list box to the fo
cpumemdisk
- 用Static静态控制绘制类似任务管理里的CPU、内存使用率图形,还有磁盘使用比率饼状图。-Static mapping static control with a similar task manager' s CPU, memory usage of graphics, as well as the ratio of disk to use pie chart.
treeview
- 自己改写的一个文档资源管理文件,实现自动搜索磁盘文件,并右键当击按文件名,文件大小,文件类别排序的功能-His rewriting of a document resource management files, automatically search a disk file, and right when hit by file name, file size, file type sorting function
SysOptimize
- 系统优化模块使用说明书 运行程序,打开程序主界面,如图1.1所示。本程序主要可对控制面板中的常用工具进行设置、磁盘空间整、垃圾文件清理以及系统任务管理等。-System Optimization module manual run the program, open the main program interface, as shown in Figure 1.1. This procedure can mainly be on a common tool in Control Panel
CDirTreeCtrl_demo
- 一个小程序,由树形控件实现类似资源管理器的基本功能。查看本地磁盘的内容-A small program similar to the tree controls to achieve the basic functions of Explorer. View the contents of the local disk
Operating-System-visal--file-System
- 将操作系统的四个实验进行合成,组成界面,用于实现操作系统的四大功能的模拟,分别进行进程管理、处理机调度(作业调度)、存储管理(页面调度)以及设备管理(磁盘调度)。-The four experiments operating system synthesis, composition interface, the operating system used to implement the four functions of the simulation, respectively, for p
user-interface-technology-
- 本书介绍了图形用户界面技术的一般原则,重点分析了有关的程序设计,并给出了所有相关的源程序。书中内容包括:EGA/VGA图形显示系统编程、键盘和鼠标输入、正文字符的描述、菜单、窗口、虚拟窗口、信息反馈、帮助系统以及自顶向下结构化程序设计、汉字发生、图形打印、目录管理、内存分配、扩展内存使用、虚拟磁盘、基于中断的驻留系统、文本编辑等。本书旨在帮助程序员建立功能强大、直观易学和实用的图形用户界面系统。-This book introduces the graphical user interface,
TreeShowDisk
- 用树控件显示磁盘目录,可以用于学习硬盘管理-Tree control to display the disk directory, can be used to study hard disk management.
CTreeCataLog--
- 磁盘树,用TREEVIEW以及一些BOX控件完成的磁盘管理程序-Disk tree, complete with the TREEVIEW, as well as some of the BOX control disk management program
QtSrc
- QT初级学习源码 分11章介绍学习 第1章 基本对话框 第2章 布局管理 第3章 对话框进阶 第4章 QMainWindow 第5章 图形与图画 第6章 Graphics View 第7章 ModelView 第8章 网络与通信 第9章 磁盘文件 第10章 事件 第11章 其它 很适合刚刚入门的QT初学者 -QT primary learning source is divided into 11 chapters intr
FileManager
- Windows 的资源管理器提供了目录树结构的浏览, 但是没有显示目录的大小。 本题要求自己 设计并实现一款磁盘管理器软件, 可以树型结构列出整个磁盘上的文件, 并能快速准确的显 示目录树及其大小,并能删除不要的文件及文件夹。-Windows explorer provides a directory tree structure of browsing, but not the size of the show directory. Subject requests itself