-
几个CSharp的使用com对象的例子
几个CSharp的使用com对象的例子--Several examples about using com object of CSharp
- 2022-06-16 21:13:22下载
- 积分:1
-
visual basic程序实现反平行四边形机构设计
visual basic程序实现反平行四边形机构设计-visual basic program to achieve the anti-parallelogram mechanism design
- 2022-10-04 15:55:04下载
- 积分:1
-
一个一载的源程序
一个一载的源程序-a source of a set
- 2022-06-15 23:40:30下载
- 积分:1
-
- 2022-03-14 20:19:37下载
- 积分:1
-
A list of commonly used code keyboard, KeyCode constant usage in the code can be...
键盘常用代码一览表,KeyCode常数用法
可在代码中的任何地方用下列常数代替实际值-A list of commonly used code keyboard, KeyCode constant usage in the code can be any place with the following constants in place of actual values
- 2023-04-03 20:35:04下载
- 积分:1
-
上回上传的异形dlg封装的使用demo程序。上回上传的异形dlg封装的使用demo程序。...
上回上传的异形dlg封装的使用demo程序。上回上传的异形dlg封装的使用demo程序。
- 2022-04-11 14:31:08下载
- 积分:1
-
研究说明模板,包含基本模板,使用实例,用户
模板学习笔记,包含基本模板使用实例,通俗易懂,适合初学者观看-Study Notes template that contains the basic template to use examples, user-friendly, suitable for beginners Views
- 2022-02-15 18:50:06下载
- 积分: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
-
At Ocaml
Define a function fibseq that takes an natural number n and return a F...
At Ocaml
Define a function fibseq that takes an natural number n and return a Fibonacci sequence as a list of n elements.
- 2022-02-12 15:54:38下载
- 积分:1
-
Source of data mining algorithms, a clustering algorithm, sorting algorithm, neu...
数据挖掘算法源码,有聚类算法、分类算法、神经网络分类算法-Source of data mining algorithms, a clustering algorithm, sorting algorithm, neural network classification algorithm
- 2022-04-10 22:27:31下载
- 积分:1