搜索资源列表
20050805005748_main306
- 用ini文件实现最近文件MRU 这样一个用ini文件管理的最近文件类就做好了。使用时,需要根据程序所在路径设置ini文件路径名m_IniFileName,之后调用该类中的函数管理最近文件。 详细用法可参考示例程序。 -ini file with the recent realization of such a document MRU ini file with the most recent d
mruless
- MRULESS shows a way to strip the empty \"Recent Files\" item off the \"File\" menu when there are no entries in the MRU.
LRU
- LRU(最近最少使用算法) and MRU(最近最常使用算法)所谓的LRU(Least recently used)算法的基本概念是:当内存的剩余的可用空间不够时,缓冲区尽可能的先保留使用者最常使用的数据,换句话说就是优先清除”较不常使用的数据”,并释放其空间-LRU (least recently used algorithm) and MRU (most recently used) algorithm called LRU ( L
cpp_mru_cache
- I suppose you know what a MRU cache is, otherwise you wouldn t been reading this. This is an implementation of a very simple one using only STL. To implement a cache, derive a subclass from this template class.
BrowGraph
- VC用树视图加载磁盘、MRU历史图像文件(支持所有格式图像)支持放大缩小。代码用到了树控件、对话框、多状态栏、浮动工具条
minibase LRU MRU
- minibase LRU MRU algorithm and FIFO replacement method
mruless
- MRULESS shows a way to strip the empty "Recent Files" item off the "File" menu when there are no entries in the MRU.
20050805005748_main306
- 用ini文件实现最近文件MRU 这样一个用ini文件管理的最近文件类就做好了。使用时,需要根据程序所在路径设置ini文件路径名m_IniFileName,之后调用该类中的函数管理最近文件。 详细用法可参考示例程序。 -ini file with the recent realization of such a document MRU ini file with the most recent d
LRU
- LRU(最近最少使用算法) and MRU(最近最常使用算法)所谓的LRU(Least recently used)算法的基本概念是:当内存的剩余的可用空间不够时,缓冲区尽可能的先保留使用者最常使用的数据,换句话说就是优先清除”较不常使用的数据”,并释放其空间-LRU (least recently used algorithm) and MRU (most recently used) algorithm called LRU ( L
cpp_mru_cache
- I suppose you know what a MRU cache is, otherwise you wouldn t been reading this. This is an implementation of a very simple one using only STL. To implement a cache, derive a subclass from this template class.
BrowGraph
- VC用树视图加载磁盘、MRU历史图像文件(支持所有格式图像)支持放大缩小。代码用到了树控件、对话框、多状态栏、浮动工具条-VC disk loaded with TreeView, MRU history of image files (supports all image formats) Support for Zoom. Code used in the tree control, dialog box, multi-state
ini
- 用ini文件实现最近文件的MRU,转载的,感觉还行,拿来分享-Ini file with the realization of the recent documents MRU, reproduced, feeling okay, brought to share. .
MRU_Class2175392222010
- 不錯的 MRU 學習, most recently acce-not bad MRU, most recently access
CPS30g
- Cool PSetting 用来处理应用程序最后的 消息记录程序状态,可以不用写一行代码, 能够记录位置、大小、最近列表等,也可能 自定义存储的选项。他可以使用注册表、 文件或者BLOB字段来保存状态信息,提供 加密方式,也可保存程序的敏感数据。-============================================================================ Cool PS
mru-files
- MRUFiles Version 1.14 (August 16, 2003) This component can be used to hold a list of the most recently used files (or other items) and show them on a menu.-MRUFiles Version 1.14 (August 16, 2003) This
FileManager
- FileManager is a Delphi component that serves as a file manager for your application. Imagine a simple text editor. If the edited text is dirty (modified), prior to close or create a new text editor, it must ask user a f
VC_program_ini_MRU_code_development_record
- VC program ini file MRU code development recordVC编程ini文件开发记录MRU代码 -VC program ini file MRU code development record
MruFileTest
- VC++的MFC对最近文件进行了包装,它使用户无需编写任何代码就可实现最近文件菜单。但这种方法也有缺陷。用ini文件实现最近文件可以解决上述问题,而且用编程控制MRU更灵活,可以提供更多功能 -MFC VC++, the most recent file packaging, which allows users to write any code that can be achieved without the recent fi
MruFileTest
- VC++的MFC对最近文件进行了包装。但这种方法也有缺陷: ①用户程序必须使用文档、视图结构 ②这种最近文件保存在注册表中,不易清除 用ini文件实现最近文件可以解决上述问题,而且用编程控制MRU更灵活,可以提供更多功能。 -MFC VC++, the packaging of recent documents. However, this method also has shortcomings:
mru
- Another MRU retreive.