You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.
Creating robust software requires the use of efficient algorithms, but programmers seldom think about them until a problem occurs. Algorithms in a Nutshell describes a large number of existing algorithms for solving a variety of problems, and helps you select and implement the right algorithm for your needs -- with just enough math to let you understand and analyze algorithm performance. With its focus on application, rather than theory, this book provides efficient code solutions in several programming languages that you can easily adapt to a specific project. Each major algorithm is presented in the style of a design pattern that includes information to help you understand why and when the...
When it comes to writing efficient code, every software professional needs to have an effective working knowledge of algorithms. In this practical book, author George Heineman (Algorithms in a Nutshell) provides concise and informative descriptions of key algorithms that improve coding in multiple languages. Software developers, testers, and maintainers will discover how algorithms solve computational problems creatively. Each chapter builds on earlier chapters through eye-catching visuals and a steady rollout of essential concepts, including an algorithm analysis to classify the performance of every algorithm presented in the book. At the end of each chapter, youâ??ll get to apply what you...
Component-Based Software Engineering (CBSE) is the way to produce software fast. This book presents the concepts in CBSE. While detailing both the advantages and the limitations of CBSE, it covers every aspect of component engineering, from software engineering practices to the design of software component infrastructure, technologies, and system.
It's time to put your mathematical and logical skills to the test. A Trexagon puzzle consists of 21 triangles. Place a digit from 1-7 into each triangle so no digit is repeated within a horizontal row or any diagonal in any direction. The triangles are subdivided into zones, each of which has a desired value and a mathematical operation (add, subtract, multiply, and divide). The mathematical expressions associated with each zone determine the digits to place in each triangle. Using just your wits and the information provided by an empty puzzle, you must place 21 digits to arrive at the unique solution.With over 50 Trexagon puzzles, this book will provide hours of challenging puzzle solving.
Forecasting is required in many situations. Stocking an inventory may require forecasts of demand months in advance. Telecommunication routing requires traffic forecasts a few minutes ahead. Whatever the circumstances or time horizons involved, forecasting is an important aid in effective and efficient planning. This textbook provides a comprehensive introduction to forecasting methods and presents enough information about each method for readers to use them sensibly.
This book addresses the recent developments in systems maintenance research and practices ranging from technicality of systems evolution to managerial aspects of the topic, including issues such as evolving legacy systems to e-business, applying patterns for reengineering legacy systems to web, architectural recovery of legacy systems, evolving legacy systems into software components.
It's sudoku-half off! The popular puzzle has been sliced in half along the diagonal to leave a 45-cell triangle rather than the usual square. Fill in the empty cells with digits from 1 to 9-and remember, no repeated numbers! The 150 puzzles come in five levels of difficulty.
Providing all the latest on a topic of extreme commercial relevance, this book contains the refereed proceedings of the 10th International ACM SIGSOFT Symposium on Component-Based Software Engineering, held in Medford, MA, USA in July 2007. The 19 revised full papers presented were carefully reviewed and selected from 89 submissions. The papers feature new trends in global software services and distributed systems architectures to push the limits of established and tested component-based methods, tools and platforms.
When it comes to writing efficient code, every software professional needs to have an effective working knowledge of algorithms. In this practical book, author George Heineman (Algorithms in a Nutshell) provides concise and informative descriptions of key algorithms that improve coding in multiple languages. Software developers, testers, and maintainers will discover how algorithms solve computational problems creatively. Each chapter builds on earlier chapters through eye-catching visuals and a steady rollout of key concepts, including an algorithm analysis to classify the performance of every algorithm presented in the book. At the end of each chapter, you'll get to apply what you've learn...