-
Example project: Retrieving CE device info from Pascal code (using Free Pascal)
Example project: Retrieving CE device info from Pascal code (using Free Pascal)
- 2022-03-19 05:14:22下载
- 积分:1
-
IE播放插件
应用背景主要是居于开源的firebreath开发的IE播放插件,主要是集成了VLC的动态库,调用VLC的API实现录像、监听、拍照等功能,实现了多屏播放的IE插件,可以兼容不同的浏览器关键技术windows开发,调用了windows的api创建播放窗体,然后在加载VLC的播放实例,调用了VLC的动态库创建VLC播放实例,在VS2010开发环境下运用C++语言开发
- 2023-08-14 12:20:04下载
- 积分:1
-
用MFC CAsyncSocket类实现网络通信的源代码
用MFC CAsyncSocket类实现网络通信的源代码-With MFC CAsyncSocket class implements the source code for network communication. . .
- 2022-02-26 05:39:27下载
- 积分: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
-
在线购物车
这在线购物车系统的用户可以使用所有 servlet 概念而且可以购买通过在线项目。基于您的源代码和说明的质量。低质量、 重复的代码或描述的穷人将被删除。
- 2022-05-25 22:03:09下载
- 积分:1
-
匹配滤波器
matched filter good job
- 2022-03-19 11:37:56下载
- 积分:1
-
在大多数的窗口应用程序中,它的所有形式都是使用正规的时间…
在绝大多数的Windows应用程序中,其窗体都是使用的正规正矩的矩形窗体,例如我们常用的,“记事本”,“扫雷”,等等。矩形窗体,具有编程实现简单,风格简洁的优点,所以在普通文档应用程序和 简单小游戏中使用足矣。但在某些娱乐游戏程序中使用就略显呆板些了,这时若用不规则窗体替代原先 的矩形窗体,将会使这类程序更添情趣。典型的例子有windows 自代的Media Player,新版本的Media Player有个控制面板的选项,选中这些面板,播放器就以选中的面板形状出现,这时的播放器比以前版 本的Media Player的古老矩形界面要生动有趣的多了。 要实现不规则窗体不是太难,知道了基本原理后,你也可以创建各种有趣的不规则窗体。-in most Windows applications, all of its forms is the use of the formal moments of rectangular windows, for example, we used, "Notepad", "mine" and so on. Rectangular windows, with programming simple, concise style of the advantages, in ordinary applications and files a simple little game that pledge to use. But in some amusement games procedures on the use of a slightly more rigid, then using the irregular forms of alternative original rectangular windows, such procedures will be added with more amenities. Typical examples are from the generation of the Windows Media Player, the new version of Media Player has a control panel of options, selected these
- 2022-03-21 18:40:51下载
- 积分:1
-
手机上的拳击游戏,完全可以和PC机上的拳击游戏相当
手机上的拳击游戏,完全可以和PC机上的拳击游戏相当-phone boxing game, it is entirely possible and PC games on the considerable boxing
- 2022-03-22 11:29:57下载
- 积分:1
-
Kohonen projecto
Kohonen神经网络的projecto经常修改的代码在你可能想尝试不同的学习速率的衰减函数,周围半径和社区的影响力。是速度上都有提高。
- 2022-06-28 16:29:02下载
- 积分:1
-
PC机双机通讯
应用背景PC机双机通讯在某些场合下还是有用武之地的,以之构成简易控制系统有极高的性价比。关键技术串口自动识别,误操作有报警功能,界面友好,多项操作功能。
- 2023-03-28 18:30:04下载
- 积分:1