自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

不积跬步无以至千里

简单做人,认真做事

  • 博客(7)
  • 资源 (3)
  • 收藏
  • 关注

原创 About UML Tutorial and Tools

UML tutorialhttp://www.holub.com/goodies/uml/http://edn.embarcadero.com/article/31863http://www.sparxsystems.com/resources/uml2_tutorial/ UML toolshttp://stackoverflow.com/questions/15376/

2013-11-19 23:33:06 1198

翻译 UML 2----Sequence Diagram

Sequence DiagramsA sequence diagram is a form of interaction diagram which shows objects as lifelines running down the page, with their interactions over time represented as messages drawn as arrows

2013-11-19 23:27:52 1945

翻译 Java object sorting example (Comparable and Comparator)

In this tutorial, it shows the use of java.lang.Comparable andjava.util.Comparator to sort a Java object based on its property value.1. Sort an ArrayTo sort an Array, use the Arrays.sort().

2013-11-19 23:00:16 1139

翻译 Java Design Pattern: State

In State pattern a class behavior changes based on its state. This type of design pattern comes under behavior pattern.In State pattern, we create objects which represent various states and a contex

2013-11-17 22:55:17 1096

翻译 Java Design Pattern: Singleton

Singleton pattern is one of the most commonly used patterns in Java. It is used to control the number of objects created by preventing external instantiation and modification. This concept can be gene

2013-11-17 22:37:29 968

翻译 Java Design Pattern: Abstract Factory

Abstract Factory pattern adds another layer of abstraction for Factory pattern. If we compare Abstract Factory with Factory, it is pretty obvious that a new layer of abstraction is added. Abstract Fac

2013-11-17 22:30:31 977

翻译 Java Design Pattern: Factory

1. The story for Factory patternFactory design pattern is used for creating an object based on different parameters. The example below is about creating human in a factory. If we ask the factory for

2013-11-17 22:23:15 1083

23种设计模式java实现

adapter bridge build chainOfResp command decorator factory iterator mediator observer proxy state visitor 设计模式,java实现,如有纰漏请指正,谢谢

2014-10-23

编程珠玑(第2版

本书针对程序设计人员探讨了一系列的实际问题,这些问题是对现实中常见问题的归纳总结。作者虽然没有给出解决这些问题的具体代码,但始终非常富有洞察力和创造力地围绕着这些折磨程序员的实际问题展开讨论,从而引导读者理解问题并学会解决问题的技能,这些都是程序员实际编程生涯中的基本技能。为此,本书给出了一些精心设计的有趣而且颇具指导意义的程序,这些程序能够为那些复杂的编程问题提供清晰而且完备的解决思路,书中还充满了对实用程序设计技巧及基本设计原则的清晰而睿智的描述。

2014-10-12

遗传算法的目标层预约电梯群控

基于遗传算法的目标层预约电梯群控仿真软件[简称:电梯群管理软件]

2012-01-01

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除