Welcome![Sign In][Sign Up]
Location:
Search - Flyweight

Search list

[CSharpFlyWeight

Description: 使用C#实现的GOF的flyweight设计模式,希望对学习设计模式的朋友有帮助-use C# GOF the Flyweight design pattern. want to learn the design patterns to help friends
Platform: | Size: 22588 | Author: 邵长青 | Hits:

[OS programTestValidators_src

Description: Flyweight设计模式,讲解了处理大量类似对象的方法策略-Boxing design pattern, on a similar deal with a large number of targeted strategies
Platform: | Size: 14074 | Author: 杜渔 | Hits:

[JSP/JavaConservator

Description: Conservator extends on the concept of a Flyweight Factory by allowing shared Flyweight objects to be mutated after creation without undesired side effects.
Platform: | Size: 4712 | Author: jxxgg | Hits:

[Other resourceplaycard

Description: 棋牌游戏大厅简介:网络大厅+ 桥牌 8000行代码 1 基于C# TCP Socket异步通讯 多线程 开发 2 近60个自定义通信协议 使用了序列化技术 传输byte流 3 二级代理技术 开始打牌后,指定其中一人为ProxyServer,打开Socket,承担与其他三人打牌逻辑的判断,打牌结束后由其负责通知主Server 实现了均衡负载,让Server负担大幅度减轻 4 在Server端 将连接方存入哈希表,这样Server想发信息给谁 都可以点对点发送 5 主裁和边裁的设定 分别在CLient和Server端验证 6 Flyweight模式画 手中的牌 7 Observer模式 负责窗体间的通讯 8 由于是在一台机器上开发, 所以用同一IP不同端口来模拟 不同IP的玩家,所以要略作修改才可以实现不同IP的玩家进入大厅
Platform: | Size: 758388 | Author: 卫华 | Hits:

[Other resourceFlyweight

Description: 设计模式之Flyweight,设计模式之Flyweight
Platform: | Size: 9386 | Author: wang | Hits:

[Other resourceFlyweight

Description: 设计模式的VC例子,可以用于学习设计模式。我自己觉得很有用。-design patterns VC example, can be used to study design patterns. I feel very useful.
Platform: | Size: 3816 | Author: 陈刚 | Hits:

[JSP/JavaConservator

Description: Conservator extends on the concept of a Flyweight Factory by allowing shared Flyweight objects to be mutated after creation without undesired side effects.
Platform: | Size: 4096 | Author: jxxgg | Hits:

[Software EngineeringFlyweight

Description: 设计模式的VC例子,可以用于学习设计模式。我自己觉得很有用。-design patterns VC example, can be used to study design patterns. I feel very useful.
Platform: | Size: 3072 | Author: 陈刚 | Hits:

[CSharpFlyWeight

Description: 使用C#实现的GOF的flyweight设计模式,希望对学习设计模式的朋友有帮助-use C# GOF the Flyweight design pattern. want to learn the design patterns to help friends
Platform: | Size: 22528 | Author: 邵长青 | Hits:

[OS programTestValidators_src

Description: Flyweight设计模式,讲解了处理大量类似对象的方法策略-Boxing design pattern, on a similar deal with a large number of targeted strategies
Platform: | Size: 13312 | Author: 杜渔 | Hits:

[JSPspring2.0-reference_final_zh_cn

Description: 简单地说,Spring 是一个以控制倒置(Inversion of Control)原则为基础的轻量级框架。控制倒置是一个用于“基于组件的体系结构”的设计模式,它将“判断依赖关系”的职责移交给容器,而不是由组件本身来判断彼此之间的依赖关系。当在Spring内实现组件时, 容器“轻量级”的方面就展现出来了:针对Spring开发的组件不需要任何外部库;而且, 容器是轻量级的,它避免了像EJB容器那样的重量级方案的主要缺点,例如启动时间长、测试复杂、部署和配置困难,等等。-In short, Spring is a control inversion (Inversion of Control) based on the principle of lightweight framework. Inversion is a control for the component-based architecture design mode, it will determine the dependence relations duties transferred to the container, and not by the component itself to determine the relationship between dependence. When in the Spring when the realization of components, containers flyweight out on the show: Spring for the development of components does not require any external library Moreover, the containers are lightweight, as it avoids the EJB container as heavyweight program s main shortcomings, such as long start-up time, test complexity, deployment, and configuration problems, and so on.
Platform: | Size: 2798592 | Author: Hanson | Hits:

[Chess Poker gamesplaycard

Description: 棋牌游戏大厅简介:网络大厅+ 桥牌 8000行代码 1 基于C# TCP Socket异步通讯 多线程 开发 2 近60个自定义通信协议 使用了序列化技术 传输byte流 3 二级代理技术 开始打牌后,指定其中一人为ProxyServer,打开Socket,承担与其他三人打牌逻辑的判断,打牌结束后由其负责通知主Server 实现了均衡负载,让Server负担大幅度减轻 4 在Server端 将连接方存入哈希表,这样Server想发信息给谁 都可以点对点发送 5 主裁和边裁的设定 分别在CLient和Server端验证 6 Flyweight模式画 手中的牌 7 Observer模式 负责窗体间的通讯 8 由于是在一台机器上开发, 所以用同一IP不同端口来模拟 不同IP的玩家,所以要略作修改才可以实现不同IP的玩家进入大厅
Platform: | Size: 1130496 | Author: 卫华 | Hits:

[CSharp11

Description: GOF模式之FlyWeight,中文版的享元模式,基于c#的-GOF flyweight c#
Platform: | Size: 40960 | Author: sun | Hits:

[OtherCsharpDesignPatterns

Description: 这是主要的内容 1.C#设计模式: 模式 UML C#3.0 实例 2.结构模式: Decorator模式 代理模式 桥模式 3.结构模式:复合材料及复合型飞锤 享元模式 练习 模式比较 4.结构模式:适配器和外墙 适配器模式 外观模式 模式比较 5。创建模式: 原型模式 工厂方法模式 Singleton模式 模式比较 6。创建模式: 抽象工厂模式 建造者模式 模式比较 7。行为模式: 策略模式 国家模式 模板方法模式 模式比较 8。行为模式: 责任链模式 命令模式 模式比较 9。行为模式: 迭代器模式 调解模式 观察者模式 模式的探讨和比较 10。行为模式: 访问者模式 解释器模式 备忘录模式 模式比较 11。设计模式的未来 摘要模式 一种设计模式的未来 结束语 -1.C# Meets Design Patterns About Patterns About UML About C#3.0 About the Examples 2.Structural Patterns: Decorator,Proxy, and Bridge Decorator Pattern Proxy Pattern Bridge Pattern Example: OpenBook Pattern Comparison 3.Structural Patterns: Composite and Flyweight Composite Pattern Flyweight Pattern Exercises Pattern Comparison 4.Structural Patterns: Adapter and Faç ade Adapter Pattern Faç ade Pattern Pattern Comparison 5. Creational Patterns: Prototype, Factory Method, and Singleton Prototype Pattern Factory Method Pattern Singleton Pattern Pattern Comparison 6. Creational Patterns: Abstract Factory and Builder Abstract Factory Pattern Builder Pattern Pattern Comparison 7. Behavioral Patterns: Strategy, State, and Template Method Strategy Pattern State Pattern Template Method Pattern Pattern Comparison 8. Behavioral Patterns: Chain of Responsibility and Command Chain of Responsibility Pattern Command Pattern Pattern Comparison 9. B
Platform: | Size: 2279424 | Author: 辛琪 | Hits:

[JSP/JavaDM-2

Description: JAVA设计模式之结构型模式的源码,已经做好分类,以形象的例子来描述创建型模式的7分类,有外观模式、适配器模式、代理模式、装饰模式、桥模式、组合模式、享元模式。-JAVA Design Patterns Structural model of the source, is well classified, in order to create the image of an example to describe the schema of the seven categories, with the appearance mode, the adapter pattern, proxy pattern, decorative patterns, bridge mode, combination mode, Flyweight mode.
Platform: | Size: 44032 | Author: 陈晓杰 | Hits:

[CSharpdesign_pattern

Description: 代码里是c#设计模式的实例代码,包含装饰模式、享元模式、迭代子模式、观察者模式、访问者模式,适合初学者学习 -Code is a design pattern c# example code, including decorative pattern Flyweight pattern, iterator pattern, observer pattern, visitor pattern, suitable for beginners to learn
Platform: | Size: 2324480 | Author: 々しゅうそう | Hits:

[Windows DevelopFlyweight.C.Example

Description: C编程设计实例Flyweight代码Flyweight code C Programming Example -Flyweight code C Programming Example
Platform: | Size: 24576 | Author: 再问 | Hits:

[VC/MFCDesign-Pattern

Description: 常见设计模式的解析和实现 设计模式C++.pdf 01-Factory模式 02-Abstract Factory模式 03-Builder模式 04-Prototype模式 05-Singleton模式 06-Adapt模式 07-Bridge模式 08-Composite模式 09-Decorator模式 10-Proxy模式 11-TemplateMethod模式 12-ChainOfResponsibility模式 13-FlyWeight模式 14-Command模式 15-Observer模式 16-Strategy模式 17-State模式 18-Iterator模式 19-Memento模式 20-Visitor模式 21-完结篇 -Common design pattern analysis and implementation of design patterns C++. Pdf 01-Factory mode 02-Abstract Factory pattern 03-Builder model 04-Prototype models 05-Singleton model 06-Adapt model 07-Bridge mode, 08-Composite mode 09-Decorator pattern 10-Proxy mode 11-TemplateMethod mode 12-ChainOfResponsibility mode 13-FlyWeight mode 14-Command mode, 15-Observer mode, 16-Strategy model 17-State model 18-Iterator mode 19-Memento pattern 20-Visitor Mode 21- Concluded
Platform: | Size: 1755136 | Author: 啊拉丁 | Hits:

[RFIDA-Flyweight-RFID

Description: A Flyweight RFIDAuthentication Protocol,It is very good.
Platform: | Size: 311296 | Author: jane | Hits:

[OS programFlyweight

Description: 享元模式示例演示程序,实现任务调度。用delphi 语言实现。-Flyweight pattern example demonstrates, task scheduling. With delphi language.
Platform: | Size: 196608 | Author: mahande | Hits:
« 12 »

CodeBus www.codebus.net