-
GetHardwareInfo
本代码可以读取机器的各种硬件数据,比如CPU 序列号,主板,硬盘序列号,硬盘有几个分区,声卡、显卡,网卡,内存设备,系统帐号等等各种系统信息.(An article to demonstrate how to get system hardware information such as CPU ID, Hard Disk serial number and so on. One of the most efficient ways to do so is to get the CPU ID of the target machine and then, plan your software so that it can just work with the computer that has the same CUP ID. As you very well know, the CPU ID is unique! So, you simply created a lock! )
- 2011-07-19 23:41:27下载
- 积分:1
-
VC++ winsocKK Server+Client
完整的VC++ winsocKK Server+Client产品实例-VC++ winsocKK Server+Client
- 2023-03-03 10:30:04下载
- 积分:1
-
dotaMapHook
1.替换war3根目录下Games 联合开发网 - pudn.com
- 2014-02-15 10:25:53下载
- 积分:1
-
C# QQ自动登陆 例子源码下载
C# QQ自动登陆 例子源码下载
- 2013-10-26下载
- 积分:1
-
ice4j
webrtc ice 封装,协议为了提供一个强大的机制,它允许基于提供/回答协议SIP和XMPP遍历NATs等。(The Interactive Connectivity Establishment (ICE) protocol combines various NAT traversal utilities such as the STUN and TURN protocols in order to offer a powerful mechanism that allows Offer/Answer based protocols such as SIP and XMPP to traverse NATs.)
- 2015-12-10 21:21:08下载
- 积分:1
-
此程序可以让你轻松的获得对方的数据,也可以发送给对方,这个可是通过winsock实现的,可以作为理解winsock的一个很好的例子...
此程序可以让你轻松的获得对方的数据,也可以发送给对方,这个可是通过winsock实现的,可以作为理解winsock的一个很好的例子-This procedure allows you to easily access each other"s data can also be sent to the other side, but through the realization of the related protocols, the protocols of understanding as a good example!
- 2022-02-13 04:42:37下载
- 积分:1
-
Windows_security_realize
Windows的安全机制和实现.pdf,关注对windows的安全机制(Windows security mechanisms and implementation. Pdf, concerned about the windows security mechanism)
- 2009-03-01 15:05:13下载
- 积分:1
-
CODE
动力模态分析,气动分析用的,一些方法的代码,希望大家有用(Dynamic modal analysis)
- 2018-06-21 16:03:07下载
- 积分:1
-
九阴真经交易法v1.0
通过均线和MACD来判断未来趋势,然后自动下单,只能抓取第二波和第三波趋势,第一波因为价格变动不一定正确,所以只抓取第二波和第三波。(The future trend is judged by the equalization and MACD, and then the second and third wave trends can only be captured. The first wave is not necessarily correct because of the price change, so only second and third waves are captured.)
- 2018-05-17 12:06:27下载
- 积分:1
-
VC中调用WebService的问题,其实在Visual Studio.Net(下称VS.NET)及其以后的版本中调用WebService已经变得相当简单。你所...
VC中调用WebService的问题,其实在Visual Studio.Net(下称VS.NET)及其以后的版本中调用WebService已经变得相当简单。你所要做的只是“找到 WebService的发布地址”,然后将其引用添加到VC项目中即可。接下来VS.NET帮你生成的代理类,会帮你搞定一大堆的麻烦事,包括:网络调用、数据传递等等;什么SOAP啊、网络啊,你都可以不管。
InvokeConsole // 在控制台中调用WebService的Demo
InvokeDemo // 在MFC程序中调用WebService的Demo
-VC Calling WebService problem, In Visual Studio (hereinafter referred to VS.NET) and its subsequent version called W ebService has become quite simple. You had to do was to "find the publication addresses WebService" then added to the quoted VC project can be. VS.NET help you to the next generation of Acting Class, Bangnigaoding lot of trouble, including : network calling, data transmission, etc.; What SOAP ah, network ah, you can regardless. InvokeConsole// Calling the console in the Demo rooted WebService okeDemo// MFC in proceedings called the Demo WebService
- 2022-01-27 19:58:52下载
- 积分:1