-
扑克游戏特点:(1)增加的大小,王(2)删除指定…
扑克牌游戏
功能:
(1)增加大小王
(2)删除指定扑克后余牌显示-Poker game features: (1) to increase the size of Wang (2) delete the designated poker license after more than show
- 2022-02-03 06:23:16下载
- 积分:1
-
两个word文件:
1)、C++常用库函数,里边全都是我整理过的。
2)、c++常用数学函数,我把它们列出来了,并给出了简洁的解释...
两个word文件:
1)、C++常用库函数,里边全都是我整理过的。
2)、c++常用数学函数,我把它们列出来了,并给出了简洁的解释-Two word documents: 1), C++ Common library function, inside all that I have been collated. 2), c++ Common mathematical functions, I put them to the list, and gives a concise explanation
- 2022-03-18 20:11:37下载
- 积分:1
-
wince5.0 keyboard hook
WINCE5.0 下键盘鼠标钩子源码
注:WINCE6下貌似不能用-wince5.0 keyboard hook
- 2022-04-20 11:03:59下载
- 积分:1
-
改变菜单颜色的BCMenu类,能帮助我们方便的改变成我们想要的颜色...
改变菜单颜色的BCMenu类,能帮助我们方便的改变成我们想要的颜色-To change the menu color BCMenu class, can help us to easily change to the color we want to
- 2022-07-22 04:53:56下载
- 积分:1
-
一个没有任何限制的内码转换器,可以转换GB
一个没有任何限制的内码转换器,可以转换GB->BIG5,BIG5->BG,简体转繁体,繁体转简体-a no restrictions within the code converter that converts GB- gt; BIG5, BIG5- gt; BG, English History turn, turn traditional English
- 2023-03-15 18:05:04下载
- 积分:1
-
使用Winsock开发的邮件发送程序,支持存储转发功能,对于初学者是一个不错的实例...
使用Winsock开发的邮件发送程序,支持存储转发功能,对于初学者是一个不错的实例-Developed by using the Winsock mail program, supports store and forward functionality, for beginners it is a good example
- 2022-02-15 08:30:37下载
- 积分:1
-
在状态条中显示进度条
在状态条中显示进度条-the state of progress of the show
- 2022-03-03 21:23:47下载
- 积分:1
-
通用的工资管理系统使用版,采用PB9.0和 SQL 2000 开发,适用于简单的工作....
通用的工资管理系统使用版,采用PB9.0和 SQL 2000 开发,适用于简单的工作.-general wage use version management system using SQL 2000 PB9.0 and development, applied to a simple task.
- 2023-08-17 07:50:06下载
- 积分:1
-
zipcompressor数据压缩
zipcompressor 数据压缩-zipcompressor data compression
- 2022-01-26 07:43:41下载
- 积分: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