C++设计模式和金融衍生品定价 原版 非扫描
2021-03-13 10:52:58 1.97MB C++ Finance Derivative
1
Scala Design Patterns(2nd) 英文epub 第2版 本资源转载自网络,如有侵权,请联系上传者或csdn删除 查看此书详细信息请在美国亚马逊官网搜索此书
2021-02-25 10:21:17 5.6MB Scala Design Patterns
1
scala design patterns源书代码,是scala design patterns英文原版的配套代码
2021-02-25 10:18:53 10.9MB scala design patterns
1
Scala Design Patterns英文原版,包含设计模式实现和函数式模式的介绍,超赞的一本书推荐
2021-02-25 10:10:25 10.24MB 设计模式
1
Head-First-Design-Patterns
2021-02-03 23:37:39 350KB 设计模式
1
React Native helps developers reuse code across different mobile platforms like iOS and Android. This book will show you effective design patterns in the React Native world and will make you ready for professional development in big teams. The book will focus only on the patterns that are relevant to JavaScript, ECMAScript, React and React Native. However, you can successfully transfer a lot of the skills and techniques to other languages. I call them “Idea patterns”. This book will start with the most standard development patterns in React like component building patterns, styling patterns in React Native and then extend these patterns to your mobile application using real world practical examples. Each chapter comes with full, separate source code of applications that you can build and run on your phone. The book is also diving into architectural patterns. Especially how to adapt MVC to React environment. You will learn Flux architecture and how Redux is implementing it. Each approach will be presented with its pros and cons. You will learn how to work with external data sources using libraries like Redux thunk and Redux Saga.
2020-11-22 22:38:25 6.11MB react native design patterns
1
Design Patterns,By Gamma, Helm, Johnson and Vlissides(Addison-Wesley)。在程序设计领域发起设计模式运动的开山之作。
2020-01-21 03:10:38 3.36MB UML Pattern
1
Raywendlich 的 Design Patterns by Tutorials v2.0 (iOS12 & Swift4.2 & Xcode10),包含pdf, epub 和 mobi支持kindle 三种格式
2020-01-04 03:15:15 168.92MB raywenderlic Design Patte pdf
1
Design Patterns are also a fun investigation of how a problem can be solved in many different ways, with varying degrees of technical sophistication and different sorts of trade-offs. Some patterns are more or less essential and unavoidable, whereas other patterns are more of a scientific curiosity (but nevertheless will be discussed in this book, since I’m a completionist). Readers should be aware that comprehensive solutions to certain problems (e.g., the Observer pattern) typically result in overengineering, that is, the creation of structures that are far more complicated than is necessary for most typical scenarios. While overengineering is a lot of fun (hey, you get to really solve the problem and impress your coworkers), it’s often not feasible.
2020-01-03 11:41:19 1.9MB Design Patterns
1
设计模式(Design pattern)代表了最佳的实践,通常被有经验的面向对象的软件开发人员所采用。设计模式是软件开发人员在软件开发过程中面临的一般问题的解决方案。这些解决方案是众多软件开发人员经过相当长的一段时间的试验和错误总结出来的。 设计模式是一套被反复使用的、多数人知晓的、经过分类编目的、代码设计经验的总结。使用设计模式是为了重用代码、让代码更容易被他人理解、保证代码可靠性。 毫无疑问,设计模式于己于他人于系统都是多赢的,设计模式使代码编制真正工程化,设计模式是软件工程的基石,如同大厦的一块块砖石一样。项目中合理地运用设计模式可以完美地解决很多问题,每种模式在现实中都有相应的原理来与之对应,每种模式都描述了一个在我们周围不断重复发生的问题,以及该问题的核心解决方案,这也是设计模式能被广泛应用的原因。
2020-01-03 11:33:59 32.27MB 设计模式
1