-
WDM_Driver
windows驱动详解张帆著 第一章 源码 wdm_driver,非常详细适合入门级的驱动开发(Detailed sails windows driver source code with the first chapter wdm_driver, very detailed for entry-level driver development)
- 2013-10-23 10:59:55下载
- 积分:1
-
Multithreading-continuingly
多线程断点续传类,以及界面。
项目中:
_Nv_Http_Download.h
_Nv_Http_Download.cpp
就是多线程断点续传类。(Multithreaded HTTP class, as well as the interface. Project: _Nv_Http_Download.h _Nv_Http_Download.cpp is multi-threaded HTTP class.)
- 2013-01-23 19:27:24下载
- 积分:1
-
DataBinding
DATABINDING 的实例,可以作为参考来做自己的实例 (Examples DATABINDING, you can do your own examples as a reference)
- 2013-11-25 22:23:15下载
- 积分:1
-
BMPtoAVI最终版
基于visual c++开发,实现有bmp图像序列向avi视频信号转化(Based on Visual C + + development, the conversion from BMP image sequence to avi video signal is realized)
- 2020-06-16 11:00:02下载
- 积分:1
-
测回法
根据测回法测得的角度进行计算使得角度的误差变得更小(According to the angle measured by the method of measurement, the angle error becomes more accurate.)
- 2018-10-16 10:21:01下载
- 积分:1
-
win32expertprogramming--houjie
腾讯公司内部培训资料,侯捷先生现身说法,讲解windows编程奥秘(Tencent internal training materials, Mr. Hou Jie theories to explain the mysteries of windows programming)
- 2011-11-10 22:25:12下载
- 积分:1
-
PSD
本程序计算了连续相位调制CPM的功率谱密度(The program calculates the continuous phase modulation CPM power spectral density)
- 2021-01-13 19:18:47下载
- 积分:1
-
YCArray
说明: /**
* 动态数组的模板类
* 1.支持字符索引
* 2.方便的添加删除修改任意一项
* 最后更新 2004-8-9 yzh
**1.优化了字符索引的运作方式,使用数组存储
**2.重写了底层数据的存储,将连续性的存储方式改为了非连续,
*** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速
* 用法如:
* YCArray<int,int> test
* test.Add("Number2",4)
* test.Add("Number1",2)
* printf("%d %d",test["Number1"],test["Number2"])
* 显示:
* 2 4
*******
*******
History:
2004-11-19
修改了析构函数,解决了索引没有释放的bug
**/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
- 2005-09-06 13:03:51下载
- 积分:1
-
RC522_RST
RC522_RST.rar R C522_RST.rar(RC522_RST.rar R C522_RST. rar)
- 2006-07-08 15:26:24下载
- 积分:1
-
ToolTip
vc 下如何使用tooltip, vc 下如何使用tooltip, vc 下如何使用tooltip(vc how to use the tooltip, vc how to use the tooltip, vc how to use the tooltip)
- 2010-05-06 12:47:43下载
- 积分:1