-
VC深入详解的随书源码,第1章到第6章全部示例
VC深入详解的随书源码,第1章到第6章全部示例-VC++ in-depth Xiangjie-demand book source code, Chapter 1- Chapter 6 All samples
- 2022-03-24 18:37:28下载
- 积分:1
-
VC6.0 导入导出注册表,填写要导出的注册表项,如:HKEY_CURRENT_USERSoftwareAdobe,可以导出注册表;同时还可以导入注册表...
VC6.0 导入导出注册表,填写要导出的注册表项,如:HKEY_CURRENT_USERSoftwareAdobe,可以导出注册表;同时还可以导入注册表-VC6.0 Import Export Registry, fill out the registry key to export, such as: HKEY_CURRENT_USER Software Adobe, the registry can be exported can also import registry
- 2023-01-02 21:30:03下载
- 积分:1
-
实现边锋等网络棋牌游戏的解锁定时候的验证计算过程。
实现边锋等网络棋牌游戏的解锁定时候的验证计算过程。-Realize winger board games-to-peer network solution authentication lock time calculation process.
- 2022-08-09 22:35:09下载
- 积分:1
-
分形。纹理可以使用分形几何方法(Fracta1 geometry)来真实地描述自然景物,使用过程而不是使用方程来对物体进行建模。正如我们所期望的, 过程描绘的物...
分形。纹理可以使用分形几何方法(Fracta1 geometry)来真实地描述自然景物,使用过程而不是使用方程来对物体进行建模。正如我们所期望的, 过程描绘的物体其特征远不同于方程描绘的物体。物体的分形几何表示可以用于很多领域, 以描述和解释自然现象的特性。在计算机图形学中, 使用分形方法来产生自然景物显示及各种数学和物理系统的可视化。-fractal. Texture can use fractal geometry (Fracta1 geometry) to describe the beauty of nature, the use of the process rather than the use of equations to model objects. As we had hoped, the process of objects depicted far different from the characteristic equation painted objects. Objects said Fractal geometry can be used in many areas to describe and explain natural phenomena features. In computer graphics, the use of fractal method to generate natural landscape display and mathematical physics and visualization system.
- 2022-03-10 23:30:09下载
- 积分:1
-
电子商务的源代码
很好的框架,重新设计的电子商务网站。
使用的语言:
PHP,java 脚本
- 2023-03-29 07:15:04下载
- 积分:1
-
a DLL with MFC's date library
一个用MFC DLL开发的日期函数库-a DLL with MFC"s date library
- 2022-04-26 22:20:57下载
- 积分:1
-
并行和串行发射机
这两个程序通过并行(或串行)端口将数据发送到一个7段显示器。可设置的参数包括:波特率,奇偶校验,延迟等
- 2022-03-18 16:02:09下载
- 积分:1
-
大唐科源直流屏的规约格式转化成以太网103的协议
大唐科源直流屏的规约格式转化成以太网103的协议-major source of the Statute DC screen format into 103 Ethernet agreement
- 2022-03-29 06:33: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
-
IBAN Calculator
只是我写的一个小程序,用来计算出国际银行账号和银行识别码。
- 2022-11-02 09:30:03下载
- 积分:1