The CRC Card Book

The CRC Card Book
Author: David Bellin
Publisher: Addison-Wesley Professional
Total Pages: 320
Release: 1997
Genre: Computers
ISBN: 9780201895353

This concise book addresses the actual details involved with using CRC cards, including coverage of the team approach to analysis and examples of program code (Java, C++, and Smalltalk) derived from the use of the CRC card method.

Using CRC Cards

Using CRC Cards
Author: Nancy M. Wilkinson
Publisher: Cambridge University Press
Total Pages: 252
Release: 1995
Genre: Computers
ISBN: 9780133746792

Introduces CRC (Class, Responsibility, Collaborator) cards and describes how they can be used in interactive sessions to develop an object-oriented model of an application.

Systems Analysis and Design

Systems Analysis and Design
Author: Alan Dennis
Publisher: John Wiley & Sons
Total Pages: 139
Release: 2020-11-17
Genre: Computers
ISBN: 111955991X

Systems Analysis and Design: An Object-Oriented Approach with UML, Sixth Edition helps students develop the core skills required to plan, design, analyze, and implement information systems. Offering a practical hands-on approach to the subject, this textbook is designed to keep students focused on doing SAD, rather than simply reading about it. Each chapter describes a specific part of the SAD process, providing clear instructions, a detailed example, and practice exercises. Students are guided through the topics in the same order as professional analysts working on a typical real-world project. Now in its sixth edition, this edition has been carefully updated to reflect current methods and practices in SAD and prepare students for their future roles as systems analysts. Every essential area of systems analysis and design is clearly and thoroughly covered, from project management, to analysis and design modeling, to construction, installation, and operations. The textbook includes access to a range of teaching and learning resources, and a running case study of a fictitious healthcare company that shows students how SAD concepts are applied in real-life scenarios.

Practical Object-oriented Design in Ruby

Practical Object-oriented Design in Ruby
Author: Sandi Metz
Publisher: Pearson Education
Total Pages: 272
Release: 2013
Genre: Computers
ISBN: 0321721330

The Complete Guide to Writing More Maintainable, Manageable, Pleasing, and Powerful Ruby Applications Ruby's widely admired ease of use has a downside: Too many Ruby and Rails applications have been created without concern for their long-term maintenance or evolution. The Web is awash in Ruby code that is now virtually impossible to change or extend. This text helps you solve that problem by using powerful real-world object-oriented design techniques, which it thoroughly explains using simple and practical Ruby examples. This book focuses squarely on object-oriented Ruby application design. Practical Object-Oriented Design in Ruby will guide you to superior outcomes, whatever your previous Ruby experience. Novice Ruby programmers will find specific rules to live by; intermediate Ruby programmers will find valuable principles they can flexibly interpret and apply; and advanced Ruby programmers will find a common language they can use to lead development and guide their colleagues. This guide will help you Understand how object-oriented programming can help you craft Ruby code that is easier to maintain and upgrade Decide what belongs in a single Ruby class Avoid entangling objects that should be kept separate Define flexible interfaces among objects Reduce programming overhead costs with duck typing Successfully apply inheritance Build objects via composition Design cost-effective tests Solve common problems associated with poorly designed Ruby code

The Data Book

The Data Book
Author: Meredith Zozus
Publisher: CRC Press
Total Pages: 255
Release: 2017-07-12
Genre: Computers
ISBN: 1351647733

The Data Book: Collection and Management of Research Data is the first practical book written for researchers and research team members covering how to collect and manage data for research. The book covers basic types of data and fundamentals of how data grow, move and change over time. Focusing on pre-publication data collection and handling, the text illustrates use of these key concepts to match data collection and management methods to a particular study, in essence, making good decisions about data. The first section of the book defines data, introduces fundamental types of data that bear on methodology to collect and manage them, and covers data management planning and research reproducibility. The second section covers basic principles of and options for data collection and processing emphasizing error resistance and traceability. The third section focuses on managing the data collection and processing stages of research such that quality is consistent and ultimately capable of supporting conclusions drawn from data. The final section of the book covers principles of data security, sharing, and archival. This book will help graduate students and researchers systematically identify and implement appropriate data collection and handling methods.

Mathematical Objects in C++

Mathematical Objects in C++
Author: Yair Shapira
Publisher: CRC Press
Total Pages: 609
Release: 2009-06-19
Genre: Computers
ISBN: 9781439811481

Emphasizing the connection between mathematical objects and their practical C++ implementation, this book provides a comprehensive introduction to both the theory behind the objects and the C and C++ programming. Object-oriented implementation of three-dimensional meshes facilitates understanding of their mathematical nature. Requiring no prerequisites, the text covers discrete mathematics, data structures, and computational physics, including high-order discretization of nonlinear equations. Exercises and solutions make the book suitable for classroom use and a supporting website supplies downloadable code.

Software Engineering

Software Engineering
Author: Vaclav Rajlich
Publisher: CRC Press
Total Pages: 308
Release: 2016-04-19
Genre: Computers
ISBN: 1466510358

This text teaches students basic software engineering skills and helps practitioners refresh their knowledge and explore recent developments in the field, including software changes and iterative processes of software development. The book discusses the software change and its phases, including concept location, impact analysis, refactoring, actualization, and verification. It then covers the most common iterative processes: agile, directed, and centralized processes. The text also journeys through the initial development of software from scratch to the final stages that lead toward software closedown.

The CRC's Guide to Coordinating Clinical Research

The CRC's Guide to Coordinating Clinical Research
Author: Karen E. Woodin
Publisher: CenterWatch
Total Pages: 428
Release: 2004
Genre: Medical
ISBN:

This guidebook is filled with valuable information on the role and responsibilities of a clinical research coordinator (CRC) and explains the research process from the site and CRC perspective. Topics covered include: identifying the regulations governing clinical research; describing the drug development process; discussing good clinical practices and how to apply them in clinical trials and organizing a clinical practice.

Quantitative Finance

Quantitative Finance
Author: Erik Schlogl
Publisher: CRC Press
Total Pages: 356
Release: 2018-09-03
Genre: Mathematics
ISBN: 1315359855

Quantitative Finance: An Object-Oriented Approach in C++ provides readers with a foundation in the key methods and models of quantitative finance. Keeping the material as self-contained as possible, the author introduces computational finance with a focus on practical implementation in C++. Through an approach based on C++ classes and templates, the text highlights the basic principles common to various methods and models while the algorithmic implementation guides readers to a more thorough, hands-on understanding. By moving beyond a purely theoretical treatment to the actual implementation of the models using C++, readers greatly enhance their career opportunities in the field. The book also helps readers implement models in a trading or research environment. It presents recipes and extensible code building blocks for some of the most widespread methods in risk management and option pricing. Web Resource The author’s website provides fully functional C++ code, including additional C++ source files and examples. Although the code is used to illustrate concepts (not as a finished software product), it nevertheless compiles, runs, and deals with full, rather than toy, problems. The website also includes a suite of practical exercises for each chapter covering a range of difficulty levels and problem complexity.