码迷,mamicode.com
首页 >  
搜索关键字:gear coupling    ( 157个结果
ios 工具
应用 1.APP Icon Gear 图片自动生成1X2X3X 2.color picker 取色器 6.Status Barred 根据iTunes Connect Guidelines的要求,屏幕截图不应当包含状态栏,这个工具可以帮助我们平滑地去除状态栏,同时支持iPhone和i...
分类:移动开发   时间:2015-11-13 15:59:27    阅读次数:359
Android--耦合性
耦合性(Coupling),也叫耦合度,表示对模块间关联程度的度量。耦合性和独立性是相对的。其耦合性越强,同时表明其独立性越差。独立性带来的好处非常多。可读性,提高代码的复用。后期维护非常方便。HTML CSS JS 相互分离。MVC框架,是模型(model)-视图(view)-控制器(contro...
分类:移动开发   时间:2015-10-18 12:40:05    阅读次数:222
合金装备V 幻痛 制作技术特辑
合金装备V:幻痛 制作特辑资料原文出自日版CGWORLD2015年10月号在【合金装备4(Metal Gear Solid IV)】7年后,序章作品【合金装备5 :原爆点 (Metal Gear Solid V: Ground Zeroes)】1年半后,合金装备(MGS)系列的最新作【合金装备5 幻...
分类:其他好文   时间:2015-10-13 13:43:23    阅读次数:1559
结对编程项目总结
一、说明结对编程的优点和缺点二、结对的每一个人的优点和缺点在哪里三、Information Hiding, interface design, loose coupling说明如何利用好这些原则Information Hiding信息隐藏体现了面向对象编程中的封装原则,在具体的实现过程中可以用以下方...
分类:其他好文   时间:2015-10-07 06:15:20    阅读次数:157
Growling Gears
http://acm.hunnu.edu.cn/online/?action=problem&type=show&id=11587G Growling GearsThe Best Acceleration Production Company specializes in multi-gear en...
分类:其他好文   时间:2015-08-12 21:23:16    阅读次数:96
Principles of OO Design
OO的一些基本特性封装(Encapsulation)继承(Inheritance)多态(Polymorphism)内聚(cohesion)耦合(coupling)进行OO设计的5个原则 (SOLID)单一职责原则(SRP - Single Responsibility Principle)A CLA...
分类:其他好文   时间:2015-07-21 22:10:07    阅读次数:123
设计模式_责任链模式
定义 Avoid coupling the sender of a request to its receiver by giving more than one object a chance to handle the request.Chain the receiving objects and pass the request along the chain until an obj...
分类:其他好文   时间:2015-07-20 19:34:32    阅读次数:183
设计模式_中介者模式
定义 Define an object that encapsulates how a set of objects interact.  Mediator promptes loose coupling by keeping objects from referring to each other explicitly,and it lets you vary their interact...
分类:其他好文   时间:2015-07-20 13:04:19    阅读次数:89
Learn Java - Chapter 2 操作符(Operator)
1、赋值操作符 = 赋值 eg: int?cadence?=?0; int?speed?=?0; int?gear?=?1; 2、基本数学运算符 + ????加 (两边是数值型变量或值作数学运算,其中一个为字符型变量或值作连接运算) - ????减 ...
分类:编程语言   时间:2015-07-08 16:43:10    阅读次数:196
[siggraph14]《命运》的装备系统
siggraph14, by bungie, 分享者是娜姐(Natalya Tatarchuk)和主3D美术shiek wang,一个华人。sum 这里讲了装备系统(gear system),《命运》是面向两代主机的游戏,其装备复杂度和量是mmo级别的,如何灵活的去组合,最大限度的去重用制作量很大的装备并在不同机能平台上面达到良好的性能,bungie给出了非常有实践意义的分享。技术目标 开篇...
分类:其他好文   时间:2015-07-06 12:24:31    阅读次数:173
157条   上一页 1 ... 11 12 13 14 15 16 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!