Data-driven Design of Fault Diagnosis and Fault-tolerant Control Systems 2014 杜伊斯堡埃森大学 丁教授
2019-12-21 22:04:40 8.57MB Data-driven Fault Diagnosis
1
Executable UML is a major innovation in the field of software development. It is designed to produce a comprehensive and understandable model of a solution independent of the organization of the software implementation. It is a highly abstract thinking tool that aids in the formalization of knowledge, and is also a way of describing the concepts that make up abstract solutions to software development problems.
2019-12-21 21:33:38 5.49MB MDA UML
1
Test-Driven Development with Python, 2nd Edition English | 2017 | ISBN-10: 1491958707 | 592 pages | PDF,MOBI,EPUB (conv) | 8.59 Mb By taking you through the development of a real web application from beginning to end, the updated second edition of this hands-on guide demonstrates the practical advantages of test-driven development (TDD) with Python. You’ll learn how to write and run tests before building each part of your app, and then develop the minimum amount of code required to pass those tests. The result? Clean code that works. Author Harry J.W. Percival uses a concrete example—the development of a web site, from scratch—to teach TDD methodology and how it applies to web programming, from the basics of database integration and Javascript to more advanced topics such as mocking, Ajax, and REST APIs. It's ideal for relative newcomers and self-taught web developers looking to take their skills to the next level with a more structured approach.
2019-12-21 21:26:47 8.59MB Python TDD 测试驱动开发
1
Domain Driven Design with Spring Boot epub version
2019-12-21 20:39:37 927KB DDD Spring
1
英文原版,模型驱动软件建模领域经典书, 作者:Marco Brambilla Politecnico di Milano Jordi Cabot École des Mines de Nantes ManuelWimmer Vienna University of Technology
2019-12-21 20:25:59 5.23MB 软件建模 软件 模型驱动 英文
1
Test Driven Development for Embedded C By James W. Grenning Publisher: Pragmatic Bookshelf Released: April 2011 Pages: 352 TDD is a modern programming practice C developers need to know. It's a different way to program---unit tests are written in a tight feedback loop with the production code, assuring your code does what you think. You get valuable feedback every few minutes. You find mistakes before they become bugs. You get early warning of design problems. You get immediate notification of side effect defects. You get to spend more time adding valuable features to your product. James is one of the few experts in applying TDD to embedded C. With his 1.5 decades of training,coaching, and practicing TDD in C, C++, Java, and C# he will lead you from being a novice in TDD to using the techniques that few have mastered. This book is full of code written for embedded C programmers. You don't just see the end product, you see code and tests evolve. James leads you through the thought process and decisions made each step of the way. You'll learn techniques for test-driving code right nextto the hardware, and you'll learn design principles and how to apply them to C to keep your code clean and flexible. To run the examples in this book, you will need a C/C++ development environment on your machine, and the GNU GCC tool chain or Microsoft Visual Studio for C++ (some project conversion may be needed).
2019-12-21 20:19:46 7.83MB Test C Embedded
1
本书是Eric Evans对他自己写的《领域驱动设计-软件核心复杂性应对之道》的一本字典式的参考书,可用于快速查找《领域驱动设计》中的诸多概念及其简明解释。书是英文版的,2015年3月修订版,我已经加了目录,方便大家参阅。 Acknowledgements Definitions Pattern Language Overview I. Putting the Model to Work Bounded Context Ubiquitous Language Continuous Integration Model-Driven Design Hands-on Modelers Refactoring Toward Deeper Insight II. Building Blocks of a Model-Driven Design Layered Architecture Entities Value Objects Domain Events * Services Modules Aggregates Repositories Factories III. Supple Design Intention-Revealing Interfaces Side-Effect-Free Functions Assertions Standalone Classes Closure of Operations Declarative Design iii Drawing on Established Formalisms Conceptual Contours IV. Context Mapping for Strategic Design Context Map Partnership * Shared Kernel Customer/Supplier Development Conformist Anticorruption Layer Open-host Service Published Language Separate Ways Big Ball of Mud * V. Distillation for Strategic Design Core Domain Generic Subdomains Domain Vision Statement Highlighted Core Cohesive Mechanisms Segregated Core Abstract Core VI. Large-scale Structure for Strategic Design Evolving Order System Metaphor Responsibility Layers Knowledge Level Pluggable Component Framework
2019-12-21 20:12:31 458KB DDD 领域驱动设计 “Eric Evans"
1
Raywenderlich: iOS Test Driven Development by Tutorials
2019-12-21 19:51:17 13.61MB iOS
1
你会看到如何从基于bit的基本CRC算法如何逐步推演==〉扩张到使用CRC校验表的逐Byte计算==〉扩张到如何去掉追加的r个0==〉考虑实际中的位反转;直到最终的CRC32算法
2010-01-24 00:00:00 219KB CRC32 校验表 table-driven
1