-
使用套接字进行战斗的弹球游戏/这是我第一次做了一个小程序…
利用socket做的一个弹球对战游戏/这是我做的第一个小项目,请大家慢慢品尝-Use a socket to do battle pinball game/this is the first I have done a small project, please enjoy slowly
- 2022-05-17 18:48:26下载
- 积分:1
-
VC下opc软件开发包的源代码
VC下OPC开发的API和源码,
直接加载,
调用函数,
编译就可运行。
- 2023-04-04 19:20:03下载
- 积分: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
-
Cricle Recognition Base on hough transformation
Cricle Recognition Base on hough transformation
- 2022-07-28 07:17:28下载
- 积分:1
-
模拟时钟 This another Win32 assembly demo, which is based on the the "C" example in...
模拟时钟 This another Win32 assembly demo, which is based on the the "C" example in
Charles Petzold s "Programming Windows" 5th edition.
Appart for being an instructive graphics demo, this program is also useful and can be used on
your desktop as an alternative clock.
-Analog Clock This another Win32 assembly demo, which is based on the the
- 2023-08-15 10:10:03下载
- 积分:1
-
图象处理程序.....希望对大家有用
图象处理程序.....希望对大家有用-Image processing procedure useful ..... hope everyone
- 2022-05-08 20:46:53下载
- 积分:1
-
A simple screen saver, based on the graphic you want to change
一个简单的屏幕保护程序,可以根据想要的图形来改变
-A simple screen saver, based on the graphic you want to change
- 2023-01-16 04:40:04下载
- 积分:1
-
一个帮朋友写的小工具,主要实现切换置顶窗体的功能
一个帮朋友写的小工具,主要实现切换置顶窗体的功能-for a friend wrote a small tool to achieve the main switching function set-top windows
- 2022-08-06 13:03:22下载
- 积分:1
-
Written in pure C using a network messaging client
用纯C编写的一个网络通信客户端-Written in pure C using a network messaging client
- 2022-12-13 01:00:04下载
- 积分:1
-
avi文件转h264
本工程实现AVI视频格式到h264视频格式的转换,此代码之为学习参考,不可用于商业行为,如有违反后果自负。
- 2022-09-26 17:40:03下载
- 积分:1