-
很多游戏的内存无法读取,把本身提升至系统权限后就可以操作了...
很多游戏的内存无法读取,把本身提升至系统权限后就可以操作了-The memory can not read a lot of the game itself to upgrade to the system privileges can be manipulated after the
- 2022-08-21 19:25:12下载
- 积分:1
-
此源码在代理中检查您的知识产权
this Source to check your ip in proxy
- 2023-04-03 14:10:03下载
- 积分:1
-
C language learning materials, it is practical, part of entry has also improve,...
C语言学习资料,很实用,有入门部分,也有提高部分,包括C++语言。-C language learning materials, it is practical, part of entry has also improve, including C++ Language.
- 2023-07-14 22:55:03下载
- 积分:1
-
袜子5 / 4客户端/服务器的例子。
socks 4/5 client/server example.
- 2022-03-14 02:32:06下载
- 积分:1
-
Visual C++.NET 数据库开发指南3
Visual C++.NET 数据库开发指南3-Visual C++. NET Database Developer" s Guide 3
- 2023-02-25 01:15:03下载
- 积分:1
-
Palindrome certification procedures, the stack classic example of the applicatio...
回文验证的程序,经典的栈的应用的例子-Palindrome certification procedures, the stack classic example of the application
- 2022-02-03 20:49:15下载
- 积分:1
-
Foxmail 的账号存储机制,并基于此编写一个辅助工具SmartFox ,实现闪存“随身邮”功能...
Foxmail 的账号存储机制,并基于此编写一个辅助工具SmartFox ,实现闪存“随身邮”功能-Skills account storage mechanisms, and on the preparation of this SmartFox an auxiliary tool, Flash achieve "unaccompanied Post" function
- 2022-03-02 08:37:21下载
- 积分:1
-
详细的介绍了windows环境的API函数的用法
详细的介绍了windows环境的API函数的用法-detailed account of the windows environment API usage
- 2022-08-09 01:35:40下载
- 积分:1
-
SNMP示例程序
Net-snmp是一个开源代码,我所使用的版本为5.4.1,但是帮助文档不够详尽,相关资料甚少,希望这篇文章对刚接触这方面的人有所帮助,我也是刚接触net-snmp,有很多不懂的地方,希望有达人指点。 首先要编译整个工程,生成静态库文件,否则后面的工作不能进行。 打开net-snmp-5.4.1win32win32.dsw,我使用的环境为VS2003,需要对所有的项目进行转换。 打开snmptrap项目,观察其静态库引用路径可以发现它的路径配置为../lib/debug,这也正是生成项目后产生的lib文件的路径。自己项目的库文件引用配置路径可以参考snmptrap项目。 刚下载的程序包是不包含库文件的,需要自己生成。先后生成libagent、libhelpers、libnetsnmptrapd、libsnmp、netsnmpmibs五个项目,相应会生成五个静态库文件,包括:netsnmp.lib、netsnmpagent.lib、netsnmphelpers.lib、netsnmpmibs.lib和netsnmptrapd.lib。没有这些静态库文件就不能生成整个解决方案,这也正是直接生成解决方案不能成功的原因。好了,现在可以重新生成整个解决方案了。如果这步成功了那么就可以开始自己的工作了。 自己的项目的配置属性可以参考项目snmptrap或者项目snmptest来配置。下面这段代码是一段简单的测试程序,可以正常发送trap包到目标主机162端口,可以在此基础上根据自己的实际需要修改。
- 2022-03-15 11:28:27下载
- 积分:1
-
c++ at c are created on the basis of
C than the more powerful, it is an object
c++是在c的基础上创建的
它比c的功能更强大,它是一门面向对象程序设计语言
向对象程序设计是一种新型的程序设计范型.这种范型的主要特征是:
程序=对象+消息
面向对象程序的基本元素是对象,面向对象程序的主要结构特点是:第一,程序一般由类的定义和类的使用两部分组成,在主程序中定义各对象并规定它们之间传递消息的规律.第二,程序中的一切操作都是通过向对象发送消息来实现的,对象接收到消息后,启动有关方法完成相应的操作.一个程序中涉及到的类,可以由程序设计者自己定义,也可以使用现成的类(包括类库中为用户提供的类和他人已构建好的).尽量使用现成的类,是面向对象程序设计范型所倡导的程序设计风格.
-c++ at c are created on the basis of
C than the more powerful, it is an object-oriented programming language
Designed to the object is a new kind of programming model. This model s main features are:
Process = object+ message
Object-oriented programming is an essential element of the object, object-oriented programming are the main structural characteristics: first, the general procedures defined by the type and category of use of two parts, as defined in the main program and the provisions of the object between them message passing patterns. Secondly, the proceedings of all operations through to the target to send the message to achieve targeted message received a
- 2022-05-27 17:07:45下载
- 积分:1