This book includes: Introduction to probability and counting; Some probability laws; Discrete distributions; Continuous distributions; Joint distributions; Descriptive statistics; Estimation;...
Brief contents: what is programming?; classes and methods I: basics; fundamental data types of Java; decision making; classes and methods II: classes with multiple methods; iteration; classes and...
This book provides the beginning programmer with a guide to developing object-oriented program logic. This textbook assumes no programming language experience. . The examples in this book have been...
Data structures allow organizing data efficiently. Their suitable implementation can provide a complete solution that acts like reusable code. In this book, you will learn how to use various data...
This book requires no previous introduction to programming and only a mathematical background of high school algebra. The book uses C# as the programming language for software development; however,...
Stallings’ Cryptography and Network Security: Principles and Practice introduces students to the compelling and evolving field of cryptography and network security. In an age of viruses and hackers,...
This book includes: Database Systems; Conceptual Data Modeling; Logical Data Modeling; Normalization; Database Implementation Using the Relational Data Model.
Brief contents: the phases of software development; abstract data types and C++ classes; container classes; pointers and dynamic arrays; linked lists; software development with templates, iterators,...
Brief contents: Part I: objects and C++: arrays, pointers, and structures; objects and classes; templates; inheritance; design patterns; - Part II: Algorithms and building blocks: algorithm analysis;...