资源列表
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
tongji
- 统计文章或句子中的字符、标点、空格和字数等-Article or a sentence statistics characters, punctuation, spaces and words such as
yuefen
- 用于对每月的天数进行逐行显示输出,接收用户输入的英文缩写月份-Progressive display output for the monthly number of days the abbreviation of the month, to receive user input
zifuchuan
- 对所输入的字符串进行大小写的相应转换,最大长度不超过1-Case the corresponding conversion of input string
Master-sample1-dll
- vb to vb commnuivcation with trwin cat
NII_InterpByTime
- Source Code of channel for Quest3d. Interpolation by Time
The-debugging-process-to-explain
- vc6.0环境下对程序进行编写以及调试过程的讲解-The debugging process to explain