搜索资源列表
singelhorse_1
- 经典著作《设计模式》中将策略模式定义为:定义一系列的算法,把它们一个个的封装起来,并且使它们可以相互转换。这个定义还是比较抽象,下面我将通过一个例子来具体的讲解策略模式。感觉这样更容易帮助新手理解模式,这也是《Head First Design Patterns》中讲解模式的方法。先来描述一下用到的例子的背景资料:-classics "design mode" model strategy will be defined as : definition of a series
Head.First1-21
- head first design patterns中文1-21
StrategyPattern
- Head First设计模式在C++上的实现
Strategy
- head first 设计模式中的策略模式的C++实现代码-head first design patterns of strategy model C++ achieve code
headfirst
- head first设计模式中文版,附源码c#,java,通俗易懂介绍设计模式-head first design patterns the Chinese version, with source code c#, java, user-friendly design patterns introduced
Head.First.Software.Development
- 本书由浅入深介绍了软件工程的基本知识,可以让不同层次的读者详细了解软件工程-Implemented progressively in this book describes the basic knowledge of software engineering that allows different levels of readers to learn more about software engineering
OReilly.Head.First.HTML.with.CSS.and.XHTML.Dec.20
- book for learning html and css (Head First)
HeadFirst
- head first 设计模式一书 光盘源码,全部包括在内,经典图书-head first design patterns book, CD-ROM source, include all the classic books
design-pattern
- 内含设计模式课堂讲义和《head first design pattern》电子书,对想自学设计模式的人有很大的帮助-Includes classroom lectures and design patterns " head first design pattern" books, for people who want to self-design model is very helpful
Head-First-Design-Patterns-[2004]
- 《Head First设计模式》(中文版)共有14章,每章都介绍了几个设计模式,完整地涵盖了四人组版本全部23个设计模式。是编程爱好者的设计模式启蒙书。-If you ve read a Head First book, you know what to expect--a visually rich format designed for the way your brain works. Using the latest research in neurobiology, cognitive
Head-First
- head first 设计模式,一本不错的讲设计模式的书-a good book that instruction design model
Head-First
- Head First 设计模式(中文版),关于设计模式非常好的一本书-Head First Design Patterns (Chinese version) on design patterns, a very good book
Head-First
- Head First 设计模式(中文完整版+附书源码)-Head First Design Patterns (the Chinese Full version+ with the source book)
2004.Head.First.Design.Patterns
- 深入浅出设计模式,模式设计的必备书籍,找了好久的-Head First Design Patterns, pattern design essential books, looking for a long time
HEAD-FIRST-Nodejs
- 本书从不同的视角介绍了 Node 内在的特点和结构。由首章Node 介绍为索引,涉及Node 的各个方面,主要内容包含模块机制的揭示、异步I/O 实现原理的展现、异步编程的探讨、内存控制的介绍、二进制数据Buffer 的细节、Node 中的网络编程基础、Node 中的Web 开发、进程间的消息传递、Node 测试以及通过Node 构建产品需要的注意事项。最后的附录介绍了Node 的安装、调试、编码规范和NPM 仓库等事宜。 本书适合想深入了解 Node 的人员阅读。-This book d
Head-First-Python
- 《Head First Python(中文版)》超越枯燥的语法和甩法手册,通过一种独特的方法教你学习这种语言。你会迅速掌握Python的基础知识,然后转向持久存储、异常处理、Web开发、数据加工。-" Head First Python (Chinese version)" beyond boring grammar and rejection of law manual to teach you through a unique way to learn the langua
Head+First+C+英文版
- Head First C,一本很好的C语音编程书!(Head First C could quite possibly turn out to be the best C book of all time.)
Head First 设计模式(中文版)
- Head First 设计模式(中文版),详细讲解java设计模式(Head First design patterns (Chinese version), explain in detail the Java design patterns)
Head First Python - Paul Barry_125
- 一本很适合入门的headfirst电子书,可以用来入门python,亲测效果不错(A very good introduction to the headfirst e-book, can be used to start the python, the pro - testing effect is good)
Head First设计模式
- Head First设计模式,java设计模式