Classics in Software Engineering
Title | Classics in Software Engineering PDF eBook |
Author | Edward Yourdon |
Publisher | |
Pages | 446 |
Release | 1979 |
Genre | Computers |
ISBN |
Debugging the Development Process
Title | Debugging the Development Process PDF eBook |
Author | Steve Maguire |
Publisher | |
Pages | 0 |
Release | 1994 |
Genre | Computer software |
ISBN | 9781556156502 |
Laying the groundwork; The systematic approach; Of strategic importance; Unbriedled enthusiasm; Scheduling madness; Constant, unceasing improvement; It's all about attitude; That sinking feeling; References; Index.
Software Project Survival Guide
Title | Software Project Survival Guide PDF eBook |
Author | Steve McConnell |
Publisher | Pearson Education |
Pages | 306 |
Release | 1998 |
Genre | Business & Economics |
ISBN | 1572316217 |
How to be sure your first important project isnþt your last.
Classic Computer Science Problems in Java
Title | Classic Computer Science Problems in Java PDF eBook |
Author | David Kopec |
Publisher | Simon and Schuster |
Pages | 262 |
Release | 2020-12-21 |
Genre | Computers |
ISBN | 1638356548 |
Sharpen your coding skills by exploring established computer science problems! Classic Computer Science Problems in Java challenges you with time-tested scenarios and algorithms. Summary Sharpen your coding skills by exploring established computer science problems! Classic Computer Science Problems in Java challenges you with time-tested scenarios and algorithms. You’ll work through a series of exercises based in computer science fundamentals that are designed to improve your software development abilities, improve your understanding of artificial intelligence, and even prepare you to ace an interview. As you work through examples in search, clustering, graphs, and more, you'll remember important things you've forgotten and discover classic solutions to your "new" problems! Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Whatever software development problem you’re facing, odds are someone has already uncovered a solution. This book collects the most useful solutions devised, guiding you through a variety of challenges and tried-and-true problem-solving techniques. The principles and algorithms presented here are guaranteed to save you countless hours in project after project. About the book Classic Computer Science Problems in Java is a master class in computer programming designed around 55 exercises that have been used in computer science classrooms for years. You’ll work through hands-on examples as you explore core algorithms, constraint problems, AI applications, and much more. What's inside Recursion, memoization, and bit manipulation Search, graph, and genetic algorithms Constraint-satisfaction problems K-means clustering, neural networks, and adversarial search About the reader For intermediate Java programmers. About the author David Kopec is an assistant professor of Computer Science and Innovation at Champlain College in Burlington, Vermont. Table of Contents 1 Small problems 2 Search problems 3 Constraint-satisfaction problems 4 Graph problems 5 Genetic algorithms 6 K-means clustering 7 Fairly simple neural networks 8 Adversarial search 9 Miscellaneous problems 10 Interview with Brian Goetz
Software Conflict 2.0
Title | Software Conflict 2.0 PDF eBook |
Author | Robert L. Glass |
Publisher | developer.* Books |
Pages | 361 |
Release | 2006 |
Genre | Computers |
ISBN | 0977213307 |
The nearly 60 essays in this book--always easily digestible, often profound, and never too serious--take up large themes and important questions, never shying away from controversy. (Computer Books)
Software Engineering Economics
Title | Software Engineering Economics PDF eBook |
Author | Barry W. Boehm |
Publisher | Prentice Hall |
Pages | 806 |
Release | 1981 |
Genre | Computers |
ISBN |
Software Engineering Economics is an invaluable guide to determining software costs, applying the fundamental concepts of microeconomics to software engineering, and utilizing economic analysis in software engineering decision making.
Code Complete
Title | Code Complete PDF eBook |
Author | Steve McConnell |
Publisher | Pearson Education |
Pages | 952 |
Release | 2004-06-09 |
Genre | Computers |
ISBN | 0735636974 |
Widely considered one of the best practical guides to programming, Steve McConnell’s original CODE COMPLETE has been helping developers write better software for more than a decade. Now this classic book has been fully updated and revised with leading-edge practices—and hundreds of new code samples—illustrating the art and science of software construction. Capturing the body of knowledge available from research, academia, and everyday commercial practice, McConnell synthesizes the most effective techniques and must-know principles into clear, pragmatic guidance. No matter what your experience level, development environment, or project size, this book will inform and stimulate your thinking—and help you build the highest quality code. Discover the timeless techniques and strategies that help you: Design for minimum complexity and maximum creativity Reap the benefits of collaborative development Apply defensive programming techniques to reduce and flush out errors Exploit opportunities to refactor—or evolve—code, and do it safely Use construction practices that are right-weight for your project Debug problems quickly and effectively Resolve critical construction issues early and correctly Build quality into the beginning, middle, and end of your project