-
this is a paper for facial expression animation
this is a paper for facial expression animation
- 2022-03-10 12:55:10下载
- 积分:1
-
vc 100 cases of the exciting programming source code, which source code, with vc...
vc编程一百例的精彩源码,内有源代码,用vc编写,可以作为学习编程的参考-vc 100 cases of the exciting programming source code, which source code, with vc the preparation can be used as a reference to learn programming
- 2022-03-29 23:55:24下载
- 积分: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
-
VC实现属性页示例
项目中应用程序常会实现配置对话框,以方便用户配置参数。复杂应用的配置参数可能比较多,如果所有配置参数显示在一个对话框窗口,可能显得拥挤并且有些凌乱。属性页可以很好的解决此问题,可将不同类别的配置参数放在不同属性页中显示操作,界面显得既简洁又有条理。本程序为visual C++实现的属性页的例子,对做工程项目有帮助。程序采用MDI窗口实现,visual studio 2008工程
- 2022-03-10 12:28:33下载
- 积分:1
-
WPF仿vs2019(自定义窗体+停靠窗口)
自定义窗体,最接近于原生窗体的自定义窗体,保留自带窗体的各种效果,如阴影,拖到边缘最大化,最大最小化动画,模态闪动。在尽可能保留原生效果的情况下仍然可以高度自定义。
demo内演示使用dock控件,支持停靠, 自动隐藏, 悬浮。
- 2022-03-26 18:19:57下载
- 积分:1
-
pocketc查询形近词的源码,大家下载
pocketc查询形近词的源码,大家下载-pocketc query shape near term source
- 2023-07-14 07:30:03下载
- 积分:1
-
薪酬门户使用servlet
Servlet程序实施薪酬门户的一个组织,由不同的部门和人员的名称。
- 2022-12-10 17:55:03下载
- 积分:1
-
C#飞鸽聊天工具(TCP、UDP)
C# 开发的一款飞鸽聊天软件,主要实现了tcp通信及udp通信、文件传输等功能。相信您有了这款工具源码,会让您在Socket通讯方面会有一个质的提升。
- 2023-05-11 15:50:03下载
- 积分:1
-
using the data structure to map AOE method of calculation of critical path, this...
采用数据结构中的AOE方法对图的关键路径进行计算,此算法摘录了课本中的算法-using the data structure to map AOE method of calculation of critical path, this algorithm extracts from the books of Algorithm
- 2022-03-29 16:01:16下载
- 积分:1
-
tcp数据包的收发
说明文档--------------------------------------------------------1.本文件夹包含以下文件:客户端程序(SendTCP.java)、服务端程序(ListenTCP.java)2.程序运行过程: *先运行 javac SendTCP.java javac ListenTCP.java *再打开两个提示符窗口,在一个里先执行java ListenTCP 另一个再执行 java SendTCP 源ip 源端口 目的ip 目的端口 *在客户端的窗口里输入要发送的信息 *如果成功会有成功结果显示
- 2023-02-21 00:00:03下载
- 积分:1