这是一本关于介绍LEGO NXT 搭建技巧类书籍(英文原版)
2021-10-08 16:44:08 14.6MB LEGO NXT
1
Refactoring To Patterns 重构与模式 英文版
2021-10-06 18:56:37 10.22MB 重构与模式 Refactoring To Patterns
1
Lexi的C ++实现 Lexi-所见即所得的文本编辑器,在“第二章中进行了介绍 动机-我一直在读本书(与大多数人一样),并且遇到诸如“如何实施此模式?”之类的问题。 或“ Lexi是否有开源实现?”。 在互联网上寻找答案之后,我决定自己实施所有解决方案。 注意:即使我已尝试按照书中所述实现某些内容,但将来仍会尝试描述它们之间的差异。 模式参考 Abstract,所有图形单元类的基础。 在GoF的2.2节中进行了描述。 在GoF的2.2节中进行了描述。 策略:基本上任何子雕文。 注意:由于特定于实现,滚动器目前不是GoF中描述的装饰器。 在第2.4节中描述。 在2.5节中描述。 桥:,接口及其子 。 在第2.6节中描述。 在2.7节中描述。 注意:某些模式是WIP状态,可能与GoF中提供的实现有所区别 跨版本的项目功能(Gif格式) 进行中 整理文字编辑器(完成的基本功能
2021-10-06 18:25:45 3MB c-plus-plus patterns wysiwyg decorator
1
Design.Patterns.Elements.of.Reusable.Object-Oriented.Software一书的epub版本
2021-10-06 15:03:08 10.57MB Design.Patterns
1
深入浅出设计模式, 非常适合入门阅读, 英文浅显易读, 图文并茂, PDF版本,可以在手机上进行阅读.一本适合学习使用的书籍.
2021-10-01 18:43:20 50.21MB Head First 设计模式 Design
1
英文资料,2019最新版设计模式深入理解指南,作者:Alexander Shvets
2021-09-29 19:40:32 32.26MB Design Patterns
1
The computation of patterns in strings is a fundamental requirement in many areas of science and information processing. The operation of a text editor, the lexical analysis of a computer program, the functioning of a finite automaton, the retrieval of information from a database - these are all activities which may require that patterns be located and computed. 字符串匹配子串搜索 后缀树
2021-09-27 20:09:28 8.98MB 字符串匹配 子串搜索 后缀树
1
Go Design Patterns will provide readers with a reference point to software design patterns and CSP concurrency design patterns to help them build applications in a more idiomatic, robust, and convenient way in Go. The book starts with a brief introduction to Go programming essentials and quickly moves on to explain the idea behind the creation of design patterns and how they appeared in the 90's as a common "language" between developers to solve common tasks in object-oriented programming languages. You will then learn how to apply the 23 GoF design patterns in Go and also learn about CSP concurrency patterns, the "killer feature" in Go that has helped Google develop software to maintain thousands of servers. Thus the book will enable you to understand and apply design patterns in an idiomatic way that will produce concise, readable, and maintainable software. What you will learn All basic syntax and tools needed to start coding in Go. Encapsulate the creation of complex objects in an idiomatic way in Go. Create unique instances that cannot be duplicated within a program. Understand the importance of object encapsulation to provide clarity and maintainability. Prepare cost-effective actions so that different parts of the program aren't affected by expensive tasks. Deal with channels and GoRoutines within the Go context to build concurrent application in Go in an idiomatic way.
2021-09-25 07:34:18 5.27MB GO设计模式 GO Design Patterns
1
Head-First 设计模式-源码
2021-09-24 14:01:59 354KB HeadFirst 设计模式 Design-pattern
1
software-architecture-patterns 软件架构设计英文原版。
2021-09-23 15:31:41 7.15MB software architecture patterns
1