-
net
网路编程
vc++网络编程实例向导
内容丰富 包含全面
对网络编程很有帮助(internet pragram)
- 2009-04-09 13:31:04下载
- 积分:1
-
enumser-Win32
枚举驱动列表,获取驱动的设备句柄
这是Win7上常用的获取设备句柄的方法。
我在原代码的基础上,添加了SetupDiEnumDeviceInterfaces 来获取驱动的详细信息。(SetupDiEnumDeviceInterfaces
SetupDiGetClassDevs
SetupDiEnumDeviceInterfaces)
- 2021-03-28 13:09:12下载
- 积分: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
-
EDIDVIEW
读取注册表中关于显示器edid的记录信息。(Get the EDID information from Reg.)
- 2011-12-28 19:45:54下载
- 积分:1
-
DNS_Lookup
窗口方式下域名解析,DNS域名解析系统。(Window mode, DNS, DNS domain name system.)
- 2009-11-02 13:08:46下载
- 积分:1
-
CalcRadius
FLUENT和EDEM结合 快速填充,提取节点坐标,然后在EDEM填充小球(FLUENT and EDEM combination of fast filling, extraction node coordinates, then fill in EDEM pellets)
- 2016-01-26 10:45:19下载
- 积分:1
-
simplest_ffmpeg_player
一个基于ffmpeg的视频播放器示例,支持各种视频格式和编解码器(ffmpeg player)
- 2017-03-13 16:32:03下载
- 积分:1
-
CPP_Socket
windows客户端与服务器之间的网络通信代码(windows between the client and server network communications code)
- 2013-07-11 23:32:54下载
- 积分:1
-
hidethings
文件隐藏,
进程隐藏,
注册表项隐藏,
注册表键值隐藏
(Hidden files, hidden processes, registry entries hidden, hidden registry keys)
- 2009-11-10 09:59:26下载
- 积分:1
-
DrvSpace
获取磁盘空间数据DrvSpace,很不错的vc源码,希望能对大家有所帮助(Disk space for data DrvSpace, very good vc source code, I hope you can help)
- 2011-09-06 22:59:51下载
- 积分:1