资源列表
da_anCPP
- 是C++书籍的课后答案,很全,是严蔚敏老师C++课本的课后答案-C++ books after school the answer is very wide, Yan Wei Min teacher C++ textbooks, after-school answer
scrnsave_code
- win32sdk 开放的 屏保这是一个在windows平台下运行的类似于win98的屏幕保护程序“变幻线”的东东,不过屏蔽掉了Alt+Ctrl+Del,Alt+Tab键,运行时全屏,只能用特定的密码退出,密码是:kkcocoon.呵呵,记住了,不然,可能要逼得你重新启动机器。
ThePShellcodersPHandbook
- The+Shellcoders+Handbook 缓冲区溢出教程 中文版 骗人不得好死-TheShellcodersHandbook TheShellcodersHandbookTheShellcodersHandbook
AbstractFactory
- AbstractFactory:提供一个创建一系列相关或相互依赖对象的接口,而无需指定他们的具体类-AbstractFactory: to provide an interface to create a series of related or dependent objects without specifying their concrete classes
cale
- Tracking moving targets, and intelligent video processing, the use of particle filter tracking algorithm to track
caculator
- 这是一个用C语言编写的计算器,内容和原理简单易懂,适合初学者参考和学习使用-This is a written in C calculator, content, and simple to understand the principle, is suitable for beginners reference and learn to use
Adapter
- Adapter模式将一个类的接口转换成客户希望的另外一个接口。Adapter模式使得原本由于接口不兼容而不能在一起工作的那些类可以在一起工作。-The Adapter Pattern interface of a class into another interface clients expect. The Adapter pattern allows otherwise because of incompatible interfaces work together, those class
Brige
- bridge模式使你可以对不同的抽象接口和实现部分进行组合,并对他们进行扩充。对一个抽象的实现部分的修改应该对客户不产生影响,即客户的代码不需要重新编译-The bridge mode allows you to combine different abstract interface and implementation part, and expansion. An abstract part of the changes should the customer does not impac
Builder
- Builder模式是一步一步创建一个复杂的对象,它允许用户可以只通过指定复杂对象的类型和内容就可以构建它们.用户不知道内部的具体构建细节-The Builder pattern is a step by step to create a complex object, which allows users to only by the type and content of the specified complex objects you can build them. Users do no
ChainOfResponsibility
- Chian of Responsibility 责任链模式,也称职责链模式。旨意在于将用户提交到服务器中间设置一串过滤器,将提交的结果过滤-Chian of Responsibility Chain of Responsibility pattern, also known as the mode of the chain of responsibility. Decree is submitted to the server, the middle set a bunch of filters
Command
- Command模式又称为行动(Action)模式或交易(Transaction)模式。命令模式把一个请求或者操作封装到一个对象中-Command pattern is also known as action (Action) mode or transaction (Transaction) mode. Command mode to encapsulate a request or operation of an object
fushulei
- 定义一个复数类用于复数的加减乘除计算,并进行操作符的重载,可循环使用-The definition of a complex class for complex addition and subtraction, multiplication and division calculation, and operator overloading, reusable