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

Search list

[Bookssjms.rar

Description:
Platform: | Size: 10573360 | Author: | Hits:

[Develop Toolssjms

Description: 非常经典的书籍,设计模式,简体中文,软件工程类的精品-very classic books, design patterns, Simplified Chinese, the software engineering products
Platform: | Size: 10573627 | Author: 张俊勇 | Hits:

[Other resourcesjms

Description: A good ebook for those who want to be an archtecher, it will help you how to manager a more efficient coding.
Platform: | Size: 191023 | Author: king | Hits:

[Other resourceSJMS

Description: 设计模式简单而精巧的介绍版本,同时可以当作工具书参数
Platform: | Size: 177853 | Author: q | Hits:

[Other resourcesjms

Description: 《设计模式可复用面向对象软件的基础》本书设计实例从面向对象的设计中精选出23个设计模式,总结了面向对象设计中最有价值的经验,并且用简洁可复用的形式表达出来。本书分类描述了一组设计良好,表达清楚的软件设计模式,这些模式在实用环境下有特别有用。
Platform: | Size: 9829059 | Author: rzexin | Hits:

[Bookssjms

Description: 非常经典的书籍,设计模式,简体中文,软件工程类的精品-very classic books, design patterns, Simplified Chinese, the software engineering products
Platform: | Size: 10573824 | Author: 张俊勇 | Hits:

[Software Engineeringsjms

Description: A good ebook for those who want to be an archtecher, it will help you how to manager a more efficient coding.
Platform: | Size: 190464 | Author: king | Hits:

[Software Engineeringsjms_cn

Description: <设计模式> 中文版.经典书籍 .10 pdf-<Design Patterns> Chinese version. Classic books .10 pdf
Platform: | Size: 10573824 | Author: 郁磊 | Hits:

[VC/MFCSJMS

Description: 设计模式简单而精巧的介绍版本,同时可以当作工具书参数-Design patterns simple and sophisticated version, introduced at the same time can be used as a tool parameters
Platform: | Size: 177152 | Author: q | Hits:

[Software Engineeringsjms

Description: 《设计模式可复用面向对象软件的基础》本书设计实例从面向对象的设计中精选出23个设计模式,总结了面向对象设计中最有价值的经验,并且用简洁可复用的形式表达出来。本书分类描述了一组设计良好,表达清楚的软件设计模式,这些模式在实用环境下有特别有用。 - Design Patterns for Reusable Object-Oriented Software book design example from the design of object-oriented selection of 23 design patterns, object-oriented design sums up the most valuable experience, and use simple reusable expressed in the form. This book describes the classification of a group of well-designed to express a clear software design patterns, these models have in the practical environment particularly useful.
Platform: | Size: 9828352 | Author: rzexin | Hits:

[Software Engineeringsjms

Description: 软件工程方面的经典作品,设计模式,好书推荐-Design patterns, recommend a good book
Platform: | Size: 10573824 | Author: guany | Hits:

[JSP/Javasjms

Description: 多个设计模式的源码,包括了23种常见的设计模式的写作方式。-many design pattern code
Platform: | Size: 124928 | Author: 吴红超 | Hits:

[Software Engineeringsjms

Description: 设计模式迷你手册 简要说明设计模式的内容,基本涵盖所有内容了-Mini-Manual a brief description of design patterns design patterns content, covering all of the contents of
Platform: | Size: 177152 | Author: jick | Hits:

[source in ebooksjms

Description: nothing to say this file-this file is the sorce code of C# disign model
Platform: | Size: 6050816 | Author: billy | Hits:

[Othersjms

Description: C#程序设计中的设计模式介绍,相信对大家是有帮助的。-C# programming in the design mode of presentation, I believe it is helpful to everyone.
Platform: | Size: 5259264 | Author: 黎明 | Hits:

[CSharpsjms

Description: 由<大话设计模式>的作者写的,关于常见的几个设计模式的简单例子,非常通俗易懂!-By the < lying design mode> the author to write about a few common design patterns of a simple example, very easy to understand!
Platform: | Size: 691200 | Author: ruiq | Hits:

[JSP/Javasjms

Description: 本书以对话的方式详细的介绍了软件设计的模式,简单易懂,深入浅出,让人在欢声笑语中学到东西,是一本不错的书籍-Detailed book dialogue mode of the software design, easy to understand layman s language to things, people learned in laughter, a good book
Platform: | Size: 63817728 | Author: 张文斌 | Hits:

[Software Engineeringsjms

Description: 深入浅出设计模式(中文版),对设计模式的深入讲解-Head First Design Patterns (Chinese version), to explain the depth of the design patterns
Platform: | Size: 812032 | Author: xzz | Hits:

[Othersjms

Description: 设计模式方面的书籍。详细解答了目前市面上的一些设计模式包括mvc等。-Design patterns books. Detailed answers to the current market of some design patterns include mvc and so on.
Platform: | Size: 1821696 | Author: hxf | Hits:

[Othersjms

Description: 3-1 职责链模式实例之在线文档帮助系统:某公司欲开发一个软件系统的在线文档帮助系统,用户可以在任何一个查询环境中输入查询关键字,。3-2 命令模式实例之公告板系统:某软件公司欲开发一个基于Windows平台的公告板系统。系统提供一个主菜单(Menu),在主菜单中包含了一些菜单项(MenuItem),可以通过Menu类的addMenuItem()方法增加菜单项。菜单项的主要方法是click(),每一个菜单项包含一个抽象命令类,具体命令类包括OpenCommand(打开命令)、CreateCommand(新建命令)、EditCommand(编辑命令)等,命令类具有一个execute()方法,用于调用公告板系统界面类(BoardScreen)的open()、create()、edit()等方法。现使用命令模式设计该系统,使得MenuItem类与BoardScreen类的耦合度降低,绘制类图并编程模拟实现。3-3 迭代器模式实例之商品名称遍历:某商品管理系统的商品名称存储在一个字符串数组中,现需要自定义一个双向迭代器(MyIterator)实现对该商品名称数组的双向(前向和后向)遍历。绘制类图并编程实现。(Need to translate to Baidu)
Platform: | Size: 225280 | Author: 一把钢琴梦 | Hits:

CodeBus www.codebus.net