02 2015 档案
[转]A plain english introduction to cap theorem
摘要:Kaushik SathupadiProgrammer. Creator. Co-Founder. Dad.See all my projects and blogs → A plain english introduction to CAP TheoremYou’ll often hear abo...
阅读全文
分布系统概念与设计---分布式系统特征
摘要:一、分布式系统构建的挑战1、异构组件 2、开放性(允许组件加与替换)3、安全性4、伸缩性5、失败处理6、组件并发性7、透明性8、服务质量二、分布式系统发展趋势1、网络技术更加普及2、无处不在的计算与分布式系统中渴望支持用户移动性3、多媒体需求与日俱增4、分布式系统作为一项普通应用
阅读全文
【转】What is an entity system framework for game development?
摘要:What is an entity system framework for game development?Posted on 19 January 2012 Last week I released Ash, an entity system framework for Actionscrip...
阅读全文
[转]设计模式(22)-Strategy Pattern
摘要:一、策略(Strategy)模式策略模式的用意是针对一组算法,将每一个算法封装到具有共同接口的独立的类中,从而使得它们可以相互替换。策略模式使得算法可以在不影响到客户端的情况下发生变化。假 设现在要设计一个贩卖各类书籍的电子商务网站的购物车(Shopping Cat)系统。一个最简单的情况就是把所有...
阅读全文
【转】Entity Systems
摘要:“Favour composition over inheritance”If you haven’t already read my previous post on the problems of traditional game architecture and why entity syst...
阅读全文
【转】 Understanding Component-Entity-Systems
摘要:http://www.gamedev.net/page/resources/_/technical/game-programming/understanding-component-entity-systems-r3013 The traditional way to implement game ...
阅读全文
【转】Fast Entity Component System
摘要:http://entity-systems.wikidot.com/fast-entity-component-systemSummaryCreate a generic System class which stores Components as a Vector array, allows a...
阅读全文
[转]Table-Driven and Data Driven Programming
摘要:What is Table-Driven and Data-Driven Programming?Data/Table-Driven programming is the technique of factoring repetitious programming constructs into d...
阅读全文
【转】 数据驱动编程之表驱动法
摘要:http://blog.csdn.net/chgaowei/article/details/6966857本文示例代码采用的是c语言。之前介绍过数据驱动编程《什么是数据驱动编程》。里面介绍了一个简单的数据驱动手法。今天更进一步,介绍一个稍微复杂,更加实用的一点手法——表驱动法。关于表驱动法,在《un...
阅读全文
[转]什么是数据驱动编程
摘要:http://www.cnblogs.com/chgaowei/archive/2011/08/03/2126724.html前言:最近在学习《Unix编程 艺术》。以前粗略的翻过,以为是介绍unix工具的。现在认真的看了下,原来是介绍设计原则的。它的核心就是第一章介绍的unix的哲学以及17个设计...
阅读全文
浙公网安备 33010602011771号