0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (67)
  • R250 - R500 (256)
  • R500+ (7,596)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer programming > Software engineering

The Logic of Commands (Hardcover): Nicholas Rescher The Logic of Commands (Hardcover)
Nicholas Rescher
R2,654 Discovery Miles 26 540 Ships in 10 - 15 working days

Originally published in 1966. Professor Rescher's aim is to develop a "logic of commands" in exactly the same general way which standard logic has already developed a "logic of truth-functional statement compounds" or a "logic of quantifiers". The object is to present a tolerably accurate and precise account of the logically relevant facets of a command, to study the nature of "inference" in reasonings involving commands, and above all to establish a viable concept of validity in command inference, so that the logical relationships among commands can be studied with something of the rigour to which one is accustomed in other branches of logic.

Genetic Algorithms for Applied CAD Problems (Hardcover, 2009 ed.): Viktor M. Kureichik, Sergey P. Malioukov, Vladimir V.... Genetic Algorithms for Applied CAD Problems (Hardcover, 2009 ed.)
Viktor M. Kureichik, Sergey P. Malioukov, Vladimir V. Kureichik, Alexander S. Malioukov
R2,786 Discovery Miles 27 860 Ships in 18 - 22 working days

New perspective technologies of genetic search and evolution simulation represent the kernel of this book. The authors wanted to show how these technologies are used for practical problems solution. This monograph is devoted to specialists of CAD, intellectual information technologies in science, biology, economics, sociology and others. It may be used by post-graduate students and students of specialties connected to the systems theory and system analysis methods, information science, optimization methods, operations investigation and solution-making.

Agile Documentation - A Pattern Guide to Producing  Lightweight Documents for Software Projects (Paperback): A Rueping Agile Documentation - A Pattern Guide to Producing Lightweight Documents for Software Projects (Paperback)
A Rueping
R709 R587 Discovery Miles 5 870 Save R122 (17%) Ships in 10 - 15 working days

Documentation is the castor oil of programming. Managers think it is good for programmers, and programmers hate it! Jerry Weinberg in Psychology of Computer Programming

Andreas Rüping sugars the pill by giving sound advice on how to produce lean and lightweight software documentation. It will be welcomed by all project team members who want to cut out the fat from this time consuming task. Guidance given in pattern form, easily digested and cross-referenced, provides solutions to common problems. Straightforward advice will help you to judge:

  • What details should be left in and what left out
  • When communication face-to-face would be better than paper or online
  • How to adapt the documentation process to the requirements of individual projects and build in change
  • How to organise documents and make them easily accessible
  • When to use diagrams rather than text
  • How to choose the right tools and techniques
  • How documentation impacts the customer

Better than offering pat answers or prescriptions, this book will help you to understand the elements and processes that can be found repeatedly in good project documentation and which can be shaped and designed to address your individual circumstance. The author uses real-world examples and utilises agile principles to provide an accessible, practical pattern-based guide which shows how to produce necessary and high quality documentation.

User Interface Design and Evaluation (Paperback, Revised of "The Miracle of Col ed.): Debbie Stone, Caroline Jarrett, Mark... User Interface Design and Evaluation (Paperback, Revised of "The Miracle of Col ed.)
Debbie Stone, Caroline Jarrett, Mark Woodroffe, Shailey Minocha
R1,729 Discovery Miles 17 290 Ships in 10 - 15 working days

Whether you are a professional new to the user-centered design field, or an experienced designer who needs to learn the fundamentals of user interface design and evaluation, this book can lead the way.
What will you get from this book? Based on a course from the Open University, UK which has been taught to over a thousand professionals and students, this book presents an overview of the field. It illustrates the benefits of a user-centered approach to the design of software, computer systems, and web sites, and provides a clear and practical discussion of requirements gathering; developing interaction design from user requirements; and user interface evaluation. The book's coverage includes established HCI topics for example, visibility, affordance, feedback, metaphors, mental models, and the like combined with practical guidelines for contemporary designs and current trends, which makes for a winning combination. You get a clear presentation of ideas, illustrations of concepts, using real-world applications.
This book will help you develop all the skills necessary for iterative user-centered design, and provides a firm foundation for user interface design and evaluation on which to build.
* Co-published by the Open University, UK.
* Covers the design of graphical user interfaces, web sites, and interfaces for embedded systems.
* Full color production, with activities, projects, hundreds of illustrations, and industrial applications.
* A supporting web site includes sample exam paper, numerous activities to practice the concepts learned, and a set of review questions to test your own learning plus web resources."

Computer Science and its Applications - CSA 2012 (Hardcover, 2012 ed.): Sang-Soo Yeo, Yi Pan, Yang Sun Lee, Hang-Bae Chang Computer Science and its Applications - CSA 2012 (Hardcover, 2012 ed.)
Sang-Soo Yeo, Yi Pan, Yang Sun Lee, Hang-Bae Chang
R5,389 Discovery Miles 53 890 Ships in 18 - 22 working days

The 4th FTRA International Conference on Computer Science and its Applications (CSA-12) will be held in Jeju, Korea on November 22 25, 2012.CSA-12 will be the most comprehensive conference focused on the various aspects of advances in computer science and its applications.CSA-12 will provide an opportunity for academic and industry professionals to discuss the latest issues and progress in the area of CSA.
In addition, the conference will publish high quality papers which are closely related to the various theories and practical applications in CSA. Furthermore, we expect that the conference and its publications will be a trigger for further related research and technology improvements in this important subject. CSA-12 is the next event in a series of highly successful International Conference on Computer Science and its Applications, previously held as CSA-11 (3rd Edition: Jeju, December, 2011), CSA-09 (2nd Edition: Jeju, December, 2009), and CSA-08 (1st Edition: Australia, October, 2008)."

Functional Programming Patterns in Scala and Clojure (Paperback): Michael Bevilacqua-Linn Functional Programming Patterns in Scala and Clojure (Paperback)
Michael Bevilacqua-Linn
R820 R736 Discovery Miles 7 360 Save R84 (10%) Ships in 10 - 15 working days

Solve real-life programming problems with a fraction of the code that pure object-oriented programming requires. Use Scala and Clojure to solve in-depth problems with two sets of patterns: object-oriented patterns that become more concise with functional programming, and natively functional patterns. Your code will be more declarative, with fewer bugs and lower maintenance costs. Functional languages have their own patterns that enable you to solve problems with less code than object-oriented programming alone. This book introduces you, the experienced Java programmer, to Scala and Clojure: practical, production-quality languages that run on the JVM and interoperate with existing Java. By using both the statically typed, type-inferred Scala and the dynamically typed, modern Lisp Clojure, you'll gain a broad understanding of functional programming. For each pattern, you'll first see the traditional object-oriented solution, and then dig into the functional replacements in both Scala and Clojure. These patterns are common in the functional world and deserve to become part of your problem-solving toolkit. On the object-oriented side, you'll see many common patterns, such as Command, Strategy, and Null Object. On the functional side, you'll learn core functional patterns such as Memoization, Lazy Sequence, and Tail Recursion. Each pattern helps you solve a common programming problem. Working through them gives you a set of patterns you can use to solve problems you come across while writing programs. Finally, you'll learn how to work your existing Java code into new Scala or Clojure projects. You can start off small, adding functional code little by little, so you can complement your existing knowledge with Scala and Clojure as these languages gain popularity on the JVM.

Industrial IoT Application Architectures and Use Cases (Hardcover): A. Suresh, Malarvizhi Nandagopal, Pethuru Raj, E A Neeba,... Industrial IoT Application Architectures and Use Cases (Hardcover)
A. Suresh, Malarvizhi Nandagopal, Pethuru Raj, E A Neeba, Jenn-Wei Lin
R3,083 Discovery Miles 30 830 Ships in 10 - 15 working days

As the number of Internet of Things (IoT) elements grows exponentially, their interactions can generate a massive amount of raw and multi-structured data. The challenge with this data explosion is to transform any raw data into information and knowledge, which can be used by people and systems to make intelligent decisions. Industrial IoT Application Architectures and Use Cases explores how artificial intelligence (AI), data analytics, and IoT technology combine to promote intelligent decision-making and automation in a range of industries. With faster, more stable AI algorithms and approaches, knowledge discovery and dissemination from IoT-device data can be simplified and streamlined. An era of powerful cognitive technology is beginning due to cloud-based cognitive systems that are forming the foundation of game-changing intelligent applications. This book presents next-generation use cases of IoT and IoT data analytics for a variety of industrial verticals as given below: An Intelligent IoT framework for smart water management An IoT-enabled smart traffic control system for congestion control and smart traffic management An intelligent airport system for airport management and security surveillance An IoT framework for healthcare to integrate and report patient information Fuzzy scheduling with IoT for tracking and monitoring hotel assets An IoT system for designing drainage systems and monitoring drainage pipes Predictive maintenance of plant equipment to decide the actual mean time to malfunction Integrated neural networks and IoT systems for predictive equipment maintenance IoT integration in blockchain for smart waste management This book also includes a chapter on the IoT paradigm and an overview of uses cases for personal, social, and industrial applications.

Autonomy Requirements Engineering for Space Missions (Hardcover, 2014 ed.): Emil Vassev, Mike Hinchey Autonomy Requirements Engineering for Space Missions (Hardcover, 2014 ed.)
Emil Vassev, Mike Hinchey
R3,045 Discovery Miles 30 450 Ships in 10 - 15 working days

Advanced space exploration is performed by unmanned missions with integrated autonomy in both flight and ground systems. Risk and feasibility are major factors supporting the use of unmanned craft and the use of automation and robotic technologies where possible. Autonomy in space helps to increase the amount of science data returned from missions, perform new science, and reduce mission costs. Elicitation and expression of autonomy requirements is one of the most significant challenges the autonomous spacecraft engineers need to overcome today. This book discusses the Autonomy Requirements Engineering (ARE) approach, intended to help software engineers properly elicit, express, verify, and validate autonomy requirements. Moreover, a comprehensive state-of-the-art of software engineering for aerospace is presented to outline the problems handled by ARE along with a proof-of-concept case study on the ESA's BepiColombo Mission demonstrating the ARE's ability to handle autonomy requirements.

Using Aspect Oriented Programming for Trustworthy Software Development (Hardcover): V. O. Safonov Using Aspect Oriented Programming for Trustworthy Software Development (Hardcover)
V. O. Safonov
R3,211 Discovery Miles 32 110 Ships in 18 - 22 working days

Learn how to successfully implement trustworthy computing tasks using aspect-oriented programming

This landmark publication fills a gap in the literature by not only describing the basic concepts of trustworthy computing (TWC) and aspect-oriented programming (AOP), but also exploring their critical interrelationships. The author clearly demonstrates how typical TWC tasks such as security checks, in-and-out conditions, and multi-threaded safety can be implemented using AOP.

Following an introduction, the book covers:

Trustworthy computing, software engineering, and computer science

Aspect-oriented programming and Aspect.NET

Principles and case studies that apply AOP to TWC

Coverage includes Aspect.NET, the AOP framework developed by the author for the Microsoft.NET platform, currently used in seventeen countries. The author discusses the basics of Aspect.NET architecture, its advantages compared to other AOP tools, and its functionality. The book has extensive practical examples and case studies of trustworthy software design and code using the Aspect.NET framework. In addition, the book explores other software technologies and tools for using AOP for trustworthy software development, including Java and AspectJ.

This book also includes a valuable chapter dedicated to ERATO, the author's teaching method employed in this book, which has enabled thousands of students to quickly grasp and apply complex concepts in computing and software engineering, while the final chapter presents an overall perspective on the current state of AOP and TWC with a view toward the future.

Software engineers, architects, developers, programmers, and students should all turn to this book to learn this tested and proven method to create more secure, private, and reliable computing.

Product Lifecycle Management Enabling Smart X - 17th IFIP WG 5.1 International Conference, PLM 2020, Rapperswil, Switzerland,... Product Lifecycle Management Enabling Smart X - 17th IFIP WG 5.1 International Conference, PLM 2020, Rapperswil, Switzerland, July 5-8, 2020, Revised Selected Papers (Hardcover, 1st ed. 2020)
Felix Nyffenegger, Jose Rios, Louis Rivest, Abdelaziz Bouras
R4,185 Discovery Miles 41 850 Ships in 18 - 22 working days

This book constitutes the refereed post-conference proceedings of the 17th IFIP WG 5.1 International Conference on Product Lifecycle Management, PLM 2020, held in Rapperswil, Switzerland, in July 2020. The conference was held virtually due to the COVID-19 crisis. The 60 revised full papers presented together with 2 technical industrial papers were carefully reviewed and selected from 80 submissions. The papers are organized in the following topical sections: smart factory; digital twins; Internet of Things (IoT, IIoT); analytics in the order fulfillment process; ontologies for interoperability; tools to support early design phases; new product development; business models; circular economy; maturity implementation and adoption; model based systems engineering; artificial intelligence in CAx, MBE, and PLM; building information modelling; and industrial technical contributions.

Building Web Applications with C# and .NET - A Complete Reference (Hardcover): Dudley W. Gill Building Web Applications with C# and .NET - A Complete Reference (Hardcover)
Dudley W. Gill
R5,133 Discovery Miles 51 330 Ships in 10 - 15 working days

This book presents the basic knowledge and illustrative examples to build dynamic and robust web applications using the .NET Framework technology. It stresses the use of code-behind procedural coding and useful for those interested in web application development and to visual basic programmers.

Web Engineering: Modelling and Implementing Web Applications (Hardcover, 2008 ed.): Gustavo Rossi, Oscar Pastor, Daniel... Web Engineering: Modelling and Implementing Web Applications (Hardcover, 2008 ed.)
Gustavo Rossi, Oscar Pastor, Daniel Schwabe, Luis Olsina
R4,264 Discovery Miles 42 640 Ships in 18 - 22 working days

Web Engineering: Modelling and Implementing Web Applications presents the state of the art approaches for obtaining a correct and complete Web software product from conceptual schemas, represented via well-known design notations.

Describing mature and consolidated approaches to developing complex applications, this edited volume is divided into three parts and covers the challenges web application developers face; design issues for web applications; and how to measure and evaluate web applications in a consistent way.

With contributions from leading researchers in the field this book will appeal to researchers and students as well as to software engineers, software architects and business analysts.

Artificial Intelligence Methods In Software Testing (Hardcover): Mark Last, Abraham Kandel, Horst Bunke Artificial Intelligence Methods In Software Testing (Hardcover)
Mark Last, Abraham Kandel, Horst Bunke
R2,879 Discovery Miles 28 790 Ships in 18 - 22 working days

An inadequate infrastructure for software testing is causing major losses to the world economy. The characteristics of software quality problems are quite similar to other tasks successfully tackled by artificial intelligence techniques. The aims of this book are to present state-of-the-art applications of artificial intelligence and data mining methods to quality assurance of complex software systems, and to encourage further research in this important and challenging area.

ARM System Developer's Guide - Designing And Optimizing System Software (Hardcover, New): Andrew Sloss, Dominic Symes,... ARM System Developer's Guide - Designing And Optimizing System Software (Hardcover, New)
Andrew Sloss, Dominic Symes, Chris Wright
R1,917 Discovery Miles 19 170 Ships in 10 - 15 working days

Over the last ten years, the ARM architecture has become one of the most pervasive architectures in the world, with more than 2 billion ARM-based processors embedded in products ranging from cell phones to automotive braking systems. A world-wide community of ARM developers in semiconductor and product design companies includes software developers, system designers and hardware engineers. To date no book has directly addressed their need to develop the system and software for an ARM-based system. This text fills that gap.
This book provides a comprehensive description of the operation of the ARM core from a developer s perspective with a clear emphasis on software. It demonstrates not only how to write efficient ARM software in C and assembly but also how to optimize code. Example code throughout the book can be integrated into commercial products or used as templates to enable quick creation of productive software.
The book covers both the ARM and Thumb instruction sets, covers Intel's XScale Processors, outlines distinctions among the versions of the ARM architecture, demonstrates how to implement DSP algorithms, explains exception and interrupt handling, describes the cache technologies that surround the ARM cores as well as the most efficient memory management techniques. A final chapter looks forward to the future of the ARM architecture considering ARMv6, the latest change to the instruction set, which has been designed to improve the DSP and media processing capabilities of the architecture.
* No other book describes the ARM core from a system and software perspective.
* Author team combines extensive ARM software engineering experience with an in-depth knowledge of ARM developer needs.
* Practical, executable code is fully explained in the book and available on the publisher's Website.
* Includes a simple embedded operating system."

Liftoff, 2e (Paperback, 2nd Revised edition): Diana Liftoff Liftoff, 2e (Paperback, 2nd Revised edition)
Diana Liftoff; Contributions by Ainsley Nies
R536 R508 Discovery Miles 5 080 Save R28 (5%) Ships in 10 - 15 working days

Ready, set, liftoff! Align your team to one purpose: successful delivery. Learn new insights and techniques for starting projects and teams the right way, with expanded concepts for planning, organizing, and conducting liftoff meetings. Real-life stories illustrate how others have effectively started (or restarted) their teams and projects. Master coaches Diana Larsen and Ainsley Nies have successfully "lifted off" numerous agile projects worldwide. Are you ready for success?Every team needs a great start. If you're a business or product leader, team coach or agile practice lead, project or program manager, you'll gain strategic and tactical benefits from liftoffs.Discover new step-by-step instructions and techniques for boosting team performance in this second edition of "Liftoft." Concrete examples from our practices show you how to get everyone on the same page from the start as you form the team. You'll find pointers for refocusing an effort that's gone off in the weeds, and practices for working with teams as complex systems.See how to scale liftoffs for multiple teams across the enterprise, address the three key elements for collaborative team chartering, establish the optimal conditions for learning and improvement, and apply the GEFN (Good Enough for Now) rule for efficient liftoffs. Throughout the book are stories from real-life teams lifting off, as seasoned coaches describe their experiences with liftoffs and agile team chartering.Focused conversations help the team align, form, and build enough trust for collaborating. You'll build a common understanding of the teams' context within business goals. Every liftoff is unique, but success is common!

MOOC Learning Platform Development (Hardcover): Varun Gupta, Durg Singh Chauhan, Thomas Hanne MOOC Learning Platform Development (Hardcover)
Varun Gupta, Durg Singh Chauhan, Thomas Hanne
R1,646 Discovery Miles 16 460 Ships in 10 - 15 working days

The work presented in this book is based on empirical study undertaken as a case study to understand the challenges faced in massively open online course (MOOC) based learning and experimentation to understand the challenges for presenting theoretical and practical courses. The book proposes a flexible online platform. This solution provides flexibility in distance learning processes including course enrollment, learning, evaluation, and outcome of degrees. The proposed system not only gives students freedom to choose their courses in accordance with their needs but also use earned credit towards online degrees of any university of their choice.

Voice User Interface Design (Paperback): James Giangola, Jennifer Balogh Voice User Interface Design (Paperback)
James Giangola, Jennifer Balogh
R1,253 Discovery Miles 12 530 Ships in 10 - 15 working days

This book is a comprehensive and authoritative guide to voice user interface (VUI) design. The VUI is perhaps the most critical factor in the success of any automated speech recognition (ASR) system, determining whether the user experience will be satisfying or frustrating, or even whether the customer will remain one. This book describes a practical methodology for creating an effective VUI design. The methodology is scientifically based on principles in linguistics, psychology, and language technology, and is illustrated here by examples drawn from the authors' work at Nuance Communications, the market leader in ASR development and deployment.

The book begins with an overview of VUI design issues and a description of the technology. The authors then introduce the major phases of their methodology. They first show how to specify requirements and make high-level design decisions during the definition phase. They next cover, in great detail, the design phase, with clear explanations and demonstrations of each design principle and its real-world applications. Finally, they examine problems unique to VUI design in system development, testing, and tuning. Key principles are illustrated with a running sample application.

A companion Web site provides audio clips for each example: www.VUIDesign.org

The cover photograph depicts the first ASR system, Radio Rex: a toy dog who sits in his house until the sound of his name calls him out. Produced in 1911, Rex was among the few commercial successes in earlier days of speech recognition. "Voice User Interface Design "reveals the design principles and practices that produce commercial success in an era when effective ASRs are not toys butcompetitive necessities.

Software Configuration Management (Hardcover): Jessica Keyes Software Configuration Management (Hardcover)
Jessica Keyes
R3,706 Discovery Miles 37 060 Ships in 10 - 15 working days

An effective systems development and design process is far easier to explain than it is to implement. A framework is needed that organizes the life cycle activities that form the process. This framework is Configuration Management (CM). Software Configuration Management discusses the framework from a standards viewpoint, using the original DoD MIL-STD-973 and EIA-649 standards to describe the elements of configuration management within a software engineering perspective. Divided into two parts, the first section is composed of 14 chapters that explain every facet of configuration management related to software engineering. The second section consists of 25 appendices that contain many valuable "real world" CM templates. The content is extensive and inclusive, covering everything from CM planning to configuration identification, verification, and auditing. Although it is vendor-neutral, it offers a serious discussion of what to look for in a CM tool and lists toolsets for review. This volume is a sourcebook of techniques, templates, and best practices in the field, providing software engineers and systems developers with what they need to run a successful CM program.

MATLAB Blues - How Behavioral Scientists and Others Can Learn From Mistakes for Better, Happier Programming (Paperback): David... MATLAB Blues - How Behavioral Scientists and Others Can Learn From Mistakes for Better, Happier Programming (Paperback)
David A. Rosenbaum
R1,530 Discovery Miles 15 300 Ships in 10 - 15 working days

MATLAB Blues is an accessible, comprehensive introduction to the MATLAB computer programming language-a powerful and increasingly popular tool for students and researchers. Rosenbaum identifies many of the common mistakes and pitfalls associated with using MATLAB, and shows users how they can learn from these mistakes to be better, happier programmers. Each chapter systematically addresses one of the basic principles of the programming language, like matrices, calculations, contingencies, plotting, input-output, and graphics, and then identifies areas that are problematic, as well as potential errors that can occur. This not only provides the reader with the fundamental "scales and chords" that a MATLAB programmer needs to know, but also with a series of examples and explanations of how to avoid and remedy common mistakes. Accompanied by an array of sample code that can be used and manipulated in conjunction with the textbook, this book is a practical, insightful introduction to MATLAB which provides motivation and encouragement to those with little or no background in programming as well as to those with more advanced concerns. It is an invaluable resource for researchers and students undertaking courses in research methods, statistics, and programming.

Software Metrics - A Guide to Planning, Analysis, and Application (Paperback): C. Ravindranath Pandian Software Metrics - A Guide to Planning, Analysis, and Application (Paperback)
C. Ravindranath Pandian
R3,085 Discovery Miles 30 850 Ships in 10 - 15 working days

From the perspective that software measurements can be simple yet very useful in making the decisions needed to mange software projects, Software Measurement, Metrics and Project Management presents an integrated approach to measurements and techniques for deriving knowledge from measurements. The ideas and techniques are derived from best practices and are field-proven, down-to-earth, and above all, clearly stated. The author directly relates data to decision-making and leadership issues in business and provides outstanding guidance on data analysis interpretation and process modeling. Ultimately, it will help readers understand how ordinary analysis techniques can be applied to achieve extraordinary results.

Smart Computing with Open Source Platforms (Hardcover): Amartya Mukherjee, Nilanjan Dey Smart Computing with Open Source Platforms (Hardcover)
Amartya Mukherjee, Nilanjan Dey
R4,212 Discovery Miles 42 120 Ships in 10 - 15 working days

Focuses on the concept of open source prototyping and product development and designing sensor networks and covers IoT base applications This book will serves as a single source of introductory material and reference for programming smart computing and Internet of Things (IoT) devices using Arduino with the use of Python It covers number of comprehensive DIY experiments through which the reader can design various intelligent systems

Domain Oriented Systems Development - Practices and Perspectives (Hardcover): Kiyoshi Itoh, Toyohiko Hirota, Satoshi Kumagai Domain Oriented Systems Development - Practices and Perspectives (Hardcover)
Kiyoshi Itoh, Toyohiko Hirota, Satoshi Kumagai
R5,201 Discovery Miles 52 010 Ships in 10 - 15 working days


Domain Oriented Systems Development is the sixth volume in the Advanced Information Processing Technology series of the Information Processing Society of Japan.

It draws together a collection of research papers on domain analysis and modelling written by a group of software engineers and researchers from Japan, Korea, Canada and Austria.

The topics covered include key concepts from domain oriented systems development, feature oriented product line software engineering, software architecture for intelligent CAD, fully independent component architecture, interrelationships between requirements engineering and domain engineering, framework development and evolution, knowledge base development for product configuration systems, domain specific repository and reuse for CAI, domain framework based on the three-view model, business process analysis using IDEFO, and the generation of archeitecture product models.



eBook available with sample pages: 0203711874

MATLAB Blues - How Behavioral Scientists and Others Can Learn From Mistakes for Better, Happier Programming (Hardcover): David... MATLAB Blues - How Behavioral Scientists and Others Can Learn From Mistakes for Better, Happier Programming (Hardcover)
David A. Rosenbaum
R3,800 Discovery Miles 38 000 Ships in 10 - 15 working days

MATLAB Blues is an accessible, comprehensive introduction to the MATLAB computer programming language-a powerful and increasingly popular tool for students and researchers. Rosenbaum identifies many of the common mistakes and pitfalls associated with using MATLAB, and shows users how they can learn from these mistakes to be better, happier programmers. Each chapter systematically addresses one of the basic principles of the programming language, like matrices, calculations, contingencies, plotting, input-output, and graphics, and then identifies areas that are problematic, as well as potential errors that can occur. This not only provides the reader with the fundamental "scales and chords" that a MATLAB programmer needs to know, but also with a series of examples and explanations of how to avoid and remedy common mistakes. Accompanied by an array of sample code that can be used and manipulated in conjunction with the textbook, this book is a practical, insightful introduction to MATLAB which provides motivation and encouragement to those with little or no background in programming as well as to those with more advanced concerns. It is an invaluable resource for researchers and students undertaking courses in research methods, statistics, and programming.

Hacker's Guide to Project Management (Paperback, 2nd edition): Andrew Johnston Hacker's Guide to Project Management (Paperback, 2nd edition)
Andrew Johnston
R1,860 Discovery Miles 18 600 Ships in 10 - 15 working days

Managing a software development project is a complex process. There are lots of deliverables to produce, standards and procedures to observe, plans and budgets to meet, and different people to manage. Project management doesn't just start and end with designing and building the system. Once you've specified, designed and built (or bought) the system it still needs to be properly tested, documented and settled into the live environment. This can seem like a maze to the inexperienced project manager, or even to the experienced project manager unused to a particular environment.
A Hacker's Guide to Project Management acts as a guide through this maze. It's aimed specifically at those managing a project or leading a team for the first time, but it will also help more experienced managers who are either new to software development, or dealing with a new part of the software life-cycle.
This book:

  • describes the process of software development, how projects can fail and how to avoid those failures

  • outlines the key skills of a good project manager, and provides practical advice on how to gain and deploy those skills

  • takes the reader step-by-step through the main stages of the project, explaining what must be done, and what must be avoided at each stage

  • suggests what to do if things start to go wrong!

The book will also be useful to designers and architects, describing important design techniques, and discussing the important discipline of Software Architecture.
This new edition:
  • has been fully revised and updated to reflect current best practices in software development

  • includes a range ofdifferent life-cycle models and new design techniques

  • now uses the Unified Modelling Language throughout

  • Fully revised and updated to reflect developments in the field
  • Modified structure to represent the iterative and incremental development methods which are now more common than the past 'waterfall' approaches
  • New content added that describes and advises on the major advances in software engineering in the last 8 years
Smart Computing with Open Source Platforms (Paperback): Amartya Mukherjee, Nilanjan Dey Smart Computing with Open Source Platforms (Paperback)
Amartya Mukherjee, Nilanjan Dey
R1,894 Discovery Miles 18 940 Ships in 10 - 15 working days

Focuses on the concept of open source prototyping and product development and designing sensor networks and covers IoT base applications This book will serves as a single source of introductory material and reference for programming smart computing and Internet of Things (IoT) devices using Arduino with the use of Python It covers number of comprehensive DIY experiments through which the reader can design various intelligent systems

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Research Anthology on Architectures…
Information R Management Association Hardcover R12,620 Discovery Miles 126 200
Research Anthology on Architectures…
Information R Management Association Hardcover R12,633 Discovery Miles 126 330
Dark Silicon and Future On-chip Systems…
Suyel Namasudra, Hamid Sarbazi-Azad Hardcover R3,940 Discovery Miles 39 400
Programming Logic & Design…
Joyce Farrell Paperback R1,256 R1,170 Discovery Miles 11 700
Essential Java for Scientists and…
Brian Hahn, Katherine Malan Paperback R1,266 Discovery Miles 12 660
Hardware Accelerator Systems for…
Shiho Kim, Ganesh Chandra Deka Hardcover R3,950 Discovery Miles 39 500
Principles of Big Graph: In-depth…
Ripon Patgiri, Ganesh Chandra Deka, … Hardcover R3,925 Discovery Miles 39 250
The Business Analyst - Information…
Vernon Zwiers Paperback R657 R606 Discovery Miles 6 060
Clean Architecture - A Craftsman's Guide…
Robert Martin Paperback  (1)
R860 R741 Discovery Miles 7 410
Perspective of DNA Computing in Computer…
Suyel Namasudra Hardcover R3,925 Discovery Miles 39 250

 

Partners