-
一个小型打字游戏,汇总了gdi常用的一些函数
一个小型打字游戏,汇总了gdi常用的一些函数-A small typing game, a summary of some of the functions commonly used gdi
- 2022-02-12 23:16:09下载
- 积分:1
-
边界标识法:系统将所有的空闲块链接在一个双重循环链表结构的可利用空间表中,无须从头到尾扫描链表也能确定一个释放块的相邻块是否为空闲。...
边界标识法:系统将所有的空闲块链接在一个双重循环链表结构的可利用空间表中,无须从头到尾扫描链表也能确定一个释放块的相邻块是否为空闲。
-Boundary marking method: the system will link all of the free block list in a double cycle structure of the table to the use of space, there is no need to scan list from start to finish can also set a block adjacent to block release for free.
- 2023-03-10 21:20:04下载
- 积分:1
-
很好的程序,请使用
很好的程序,请使用-good procedures, please use the
- 2022-08-21 20:33:07下载
- 积分:1
-
一个创建任务计划的类,改类提供了许多接口,如任务名,任务执行频率等,使用及其方便。...
一个创建任务计划的类,改类提供了许多接口,如任务名,任务执行频率等,使用及其方便。-A mission plan to create categories, change category to provide a number of interfaces, such as mission, and mission implementation of frequency, use and convenience.
- 2022-03-22 20:38:13下载
- 积分:1
-
网页浏览器源代码,由专家编写的。
一个基于delphi的web浏览器程序,全部功能用编程实现,对于学习来说非常有用-Web browser source code,written by Delphi.
- 2022-01-21 03:01:27下载
- 积分:1
-
很好的信息消除 很好的信息消除
很好的信息消除 很好的信息消除-Very good information on the elimination of good information to eliminate
- 2022-12-31 04:30:04下载
- 积分:1
-
C#高仿PS界面源码
应用背景本程序是基于C#开发,高度模仿PS做的界面,界面风格和PS基本一致,可供大家参考方法。关键技术 这是C#高仿Photoshop+CS6界面源码,比较适合学习交流使用, 感兴趣的可以下载看看啊。 开发环境为Visual Studio 2010,无数据库,使用.net 3.5开发。
- 2022-03-13 09:17:26下载
- 积分:1
-
这是qianqianjingting代码的代码,也许可以帮助你F F F F F F。
千千静听源码,j不过在VS2008重编译的时候缺少皮肤相关的文件-this is the code of qianqianjingting code,maybe can help you f f f f f f .
- 2023-01-09 11:00:04下载
- 积分:1
-
汉字字摸生成软件及其代码,可批量生成,简单易用
汉字字摸生成软件及其代码,可批量生成,简单易用-Chinese characters confused and code generation software, available in volume production, easy to use
- 2022-07-12 18:08:26下载
- 积分:1
-
我想你知道一个MRU缓存是什么,否则你不会读这个…
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.
As an implementor, you d have to implement two methods:
HandleNonExistingKeyFetch - to handle cache misses. In this method you access the real source of data behind the cache and return the value.
HandleItemRelease - (optional) called when an item is removed from the cache.
The cache class is a template of two types, a key and value (like hash map). The value type is the type of the resource and the key type is the type of the resource address. (this is how you fetch a resource) -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.As an implementor, you d have to implement two methods: HandleNonExistingKeyF
- 2022-11-30 08:45:03下载
- 积分:1