0
Your cart

Your cart is empty

Browse All Departments
Price
  • R500+ (40)
  • -
Status
Format
Author / Contributor
Publisher

Books > Academic & Education > Professional & Technical > Software

Groovy Programming - An Introduction For Java Developers (Paperback): Kenneth Barclay, John Savage Groovy Programming - An Introduction For Java Developers (Paperback)
Kenneth Barclay, John Savage
R1,925 Discovery Miles 19 250 Ships in 18 - 22 working days

Groovy Programming is an introduction to the Java-based scripting language Groovy. Groovy has much in common with popular scripting languages such as Perl, Python, and Ruby, but is written in a Java-like syntax. And, unlike these other languages, Groovy is sanctioned by the Java community for use on the Java platform. Since it is based on Java, applications written in Groovy can make full use of the Java Application Programmer Interfaces (APIs). This means Groovy can integrate seamlessly with applications written in Java, while avoiding the complexities of the full Java language. This bare-bones structure also means Groovy can be used as an introduction to Java and to programming in general. Its simpler constructions and modern origins make it ideal as a first language and for introducing principles such as object-oriented programming.
This book introduces all the major aspects of Groovy development and emphasizes Groovy's potential as a learning tool. Case studies and exercises are included, along with numerous programming examples. The book begins assuming only a general familiarity with Java programming, and progresses to discuss advanced topics such as GUI builders, Groovlets, Unit Testing, and Groovy SQL.
* The first comprehensive book on Groovy programming that shows how writing applications and scripts for the Java platform is fast and easy
* Written by leading software engineers and acclaimed computing instructors
* Offers numerous programming examples, code samples, detailed case studies, exercises for self-study, and a companion website with a Windows-based Groovy editor

Debugging by Thinking - A Multidisciplinary Approach (Paperback): Robert Charles Metzger Debugging by Thinking - A Multidisciplinary Approach (Paperback)
Robert Charles Metzger
R2,344 Discovery Miles 23 440 Ships in 10 - 15 working days

Debugging by Thinking: A Multi-Disciplinary Approach is the first book to apply the wisdom of six disciplines logic, mathematics, psychology, safety analysis, computer science, and engineering to the problem of debugging. It uses the methods of literary detectives such as Sherlock Holmes, the techniques of mathematical problem solving, the results of research into the cognitive psychology of human error, the root cause analyses of safety experts, the compiler analyses of computer science, and the processes of modern engineering to define a systematic approach to identifying and correcting software errors.
* Language Independent Methods: Examples are given in Java and C++
* Complete source code shows actual bugs, rather than contrived examples
* Examples are accessible with no more knowledge than a course in Data Structures and Algorithms requires
* A "thought process diary" shows how the author actually resolved the problems as they occurred

CUDA Programming - A Developer's Guide to Parallel Computing with GPUs (Paperback): Shane Cook CUDA Programming - A Developer's Guide to Parallel Computing with GPUs (Paperback)
Shane Cook
R1,160 R1,063 Discovery Miles 10 630 Save R97 (8%) Ships in 10 - 15 working days

If you need to learn CUDA but don't have experience with parallel computing, "CUDA Programming: A Developer's Introduction "offers a detailed guide to CUDA with a grounding in parallel fundamentals. It starts by introducing CUDA and bringing you up to speed on GPU parallelism and hardware, then delving into CUDA installation. Chapters on core concepts including threads, blocks, grids, and memory focus on both parallel and CUDA-specific issues. Later, the book demonstrates CUDA in practice for optimizing applications, adjusting to new hardware, and solving common problems.
Comprehensive introduction to parallel programming with CUDA, for readers new to bothDetailed instructions help readers optimize the CUDA software development kitPractical techniques illustrate working with memory, threads, algorithms, resources, and moreCovers CUDA on multiple hardware platforms: Mac, Linux and Windows with several NVIDIA chipsetsEach chapter includes exercises to test reader knowledge

CUDA Application Design and Development (Paperback): Rob Farber CUDA Application Design and Development (Paperback)
Rob Farber
R1,115 Discovery Miles 11 150 Ships in 10 - 15 working days

As the computer industry retools to leverage massively parallel graphics processing units (GPUs), this book is designed to meet the needs of working software developers who need to understand GPU programming with CUDA and increase efficiency in their projects. "CUDA Application Design and Development" starts with an introduction to parallel computing concepts for readers with no previous parallel experience, and focuses on issues of immediate importance to working software developers: achieving high performance, maintaining competitiveness, analyzing CUDA benefits versus costs, and determining application lifespan.

The book then details the thought behind CUDA and teaches how to create, analyze, and debug CUDA applications. Throughout, the focus is on software engineering issues: how to use CUDA in the context of existing application code, with existing compilers, languages, software tools, and industry-standard API libraries.

Using an approach refined in a series of well-received articles at Dr Dobb's Journal, author Rob Farber takes the reader step-by-step from fundamentals to implementation, moving from language theory to practical coding.
Includes multiple examples building from simple to more complex applications in four key areas: machine learning, visualization, vision recognition, and mobile computingAddresses the foundational issues for CUDA development: multi-threaded programming and the different memory hierarchyIncludes teaching chapters designed to give a full understanding of CUDA tools, techniques and structure.Presents CUDA techniques in the context of the hardware they are implemented on as well as other styles of programming that will help readers bridge into the new material

Tcl/Tk - A Developer's Guide (Paperback, 3rd edition): Clif Flynt Tcl/Tk - A Developer's Guide (Paperback, 3rd edition)
Clif Flynt
R1,565 R1,421 Discovery Miles 14 210 Save R144 (9%) Ships in 10 - 15 working days

Newly updated with over 150 pages of material on the latest Tcl extensions, "Tcl/Tk: A Developer s Gu"ide is a unique practical tutorial for professional programmers and beginners alike. Starting with a clear picture of the basics, Tcl/Tk covers the variety of tools in this "Swiss army knife" of programming languages, giving you the ability to enhance your programs, extend your application's capabilities, and become a more effective programmer.

This updated edition covers all of the new features of version 8.6, including object-oriented programming and the creation of megawidgets, existing data structure implementations, themed widgets and virtual events. Extensive code snippets and online tutorials in various languages will give you a firm grasp on how to use the Tcl/Tk libraries and interpreters and, most importantly, on what constitutes an effective strategy for using Tcl/Tk.
Includes the latest features of Tcl/Tk 8.6Covers Tcl development tools, popular extensions, and packages to allow developers to solve real-world problems with Tcl/Tk immediatelyProvides straightforward explanations for beginners and offers tips, style guidelines, and debugging techniques for advanced usersCompanion website includes Tcl/Tk tutorials, applications, distributions, and more tools"

Structured Parallel Programming - Patterns for Efficient Computation (Paperback): Michael McCool, James Reinders, Arch Robison Structured Parallel Programming - Patterns for Efficient Computation (Paperback)
Michael McCool, James Reinders, Arch Robison
R1,300 Discovery Miles 13 000 Ships in 10 - 15 working days

Programming is now parallel programming. Much as structured programming revolutionized traditional serial programming decades ago, a new kind of structured programming, based on patterns, is relevant to parallel programming today. Parallel computing experts and industry insiders Michael McCool, Arch Robison, and James Reinders describe how to design and implement maintainable and efficient parallel algorithms using a pattern-based approach. They present both theory and practice, and give detailed concrete examples using multiple programming models. Examples are primarily given using two of the most popular and cutting edge programming models for parallel programming: Threading Building Blocks, and Cilk Plus. These architecture-independent models enable easy integration into existing applications, preserve investments in existing code, and speed the development of parallel applications. Examples from realistic contexts illustrate patterns and themes in parallel algorithm design that are widely applicable regardless of implementation technology.
The patterns-based approach offers structure and insight that developers can apply to a variety of parallel programming modelsDevelops a composable, structured, scalable, and machine-independent approach to parallel computingIncludes detailed examples in both Cilk Plus and the latest Threading Building Blocks, which support a wide variety of computers

Microsoft Outlook 2007 Programming - Jumpstart For Power Users And Administrators (Paperback): Sue Mosher Microsoft Outlook 2007 Programming - Jumpstart For Power Users And Administrators (Paperback)
Sue Mosher
R1,482 R1,204 Discovery Miles 12 040 Save R278 (19%) Ships in 10 - 15 working days

Microsoft Outlook is the most widely used e-mail program and offers the most programmability. Sue Mosher introduces key concepts for programming Outlook using Visual Basic for Applications, custom Outlook forms, and external scripts, without the need for additional development tools.
For those who manage Outlook installations, it demonstrates how to use new features in the Outlook 2007 programming model such as building scripts that can create rules and views and manage categories. Power users will discover how to enhance Outlook with custom features, such as the ability to process incoming mail and extract key information. Aimed at the non-professional programmer, it also provides a quick guide to Outlook programming basics for pro developers who want to dive into Outlook integration.
*Dozens of new programming objects detailed including views, rules, categories, searches
*No previous coding experience or additional development tools required
*Examples outline issues using real-world functionality

Why Programs Fail - A Guide to Systematic Debugging (Paperback, 2nd edition): Andreas Zeller Why Programs Fail - A Guide to Systematic Debugging (Paperback, 2nd edition)
Andreas Zeller
R1,389 Discovery Miles 13 890 Ships in 10 - 15 working days

This book is proof that debugging has graduated from a black art to a systematic discipline. It demystifies one of the toughest aspects of software programming, showing clearly how to discover what caused software failures, and fix them with minimal muss and fuss.
The fully updated second edition includes 100+ pages of new material, including new chapters on Verifying Code, Predicting Erors, and Preventing Errors. Cutting-edge tools such as FindBUGS and AGITAR are explained, techniques from integrated environments like Jazz.net are highlighted, and all-new demos with ESC/Java and Spec#, Eclipse and Mozilla are included.
This complete and pragmatic overview of debugging is authored by Andreas Zeller, the talented researcher who developed the GNU Data Display Debugger(DDD), a tool that over 250,000 professionals use to visualize the data structures of programs while they are running. Unlike other books on debugging, Zeller's text is product agnostic, appropriate for all programming languages and skill levels.
The book explains best practices ranging from systematically tracking error reports, to observing symptoms, reproducing errors, and correcting defects. It covers a wide range of tools and techniques from hands-on observation to fully automated diagnoses, and also explores the author's innovative techniques for isolating minimal input to reproduce an error and for tracking cause and effect through a program. It even includes instructions on how to create automated debugging tools.
The text includes exercises and extensive references for further study, and a companion website with source code for all examples and additional debugging resources is available.
*The new edition of this award-winning productivity-booster is for any developer who has ever been frustrated by elusive bugs
*Brand new chapters demonstrate cutting-edge debugging techniques and tools, enabling readers to put the latest time-saving developments to work for them
*Learn by doing. New exercises and detailed examples focus on emerging tools, languages and environments, including AGITAR, FindBUGS, Python and Eclipse.

Linkers and Loaders (Paperback, Revised ed.): John Levine Linkers and Loaders (Paperback, Revised ed.)
John Levine
R1,441 Discovery Miles 14 410 Ships in 10 - 15 working days

Whatever your programming language, whatever your platform, you probably tap into linker and loader functions all the time. But do you know how to use them to their greatest possible advantage? Only now, with the publication of Linkers & Loaders, is there an authoritative book devoted entirely to these deep-seated compile-time and run-time processes.
The book begins with a detailed and comparative account of linking and loading that illustrates the differences among various compilers and operating systems. On top of this foundation, the author presents clear practical advice to help you create faster, cleaner code. You'll learn to avoid the pitfalls associated with Windows DLLs, take advantage of the space-saving, performance-improving techniques supported by many modern linkers, make the best use of the UNIX ELF library scheme, and much more. If you're serious about programming, you'll devour this unique guide to one of the field's least understood topics. Linkers & Loaders is also an ideal supplementary text for compiler and operating systems courses.
*Includes a linker construction project written in Perl, with project files available for download. *Covers dynamic linking in Windows, UNIX, Linux, BeOS, and other operating systems.
*Explains the Java linking model and how it figures in network applets and extensible Java code.
*Helps you write more elegant and effective code, and build applications that compile, load, and run more efficiently.

Semantic Web for the Working Ontologist - Effective Modeling in RDFS and OWL (Paperback, 2nd edition): Dean Allemang, James... Semantic Web for the Working Ontologist - Effective Modeling in RDFS and OWL (Paperback, 2nd edition)
Dean Allemang, James Hendler
R1,373 R1,258 Discovery Miles 12 580 Save R115 (8%) Ships in 10 - 15 working days

Semantic Web models and technologies provide information in machine-readable languages that enable computers to access the Web more intelligently and perform tasks automatically without the direction of users. These technologies are relatively recent and advancing rapidly, creating a set of unique challenges for those developing applications.

"Semantic Web for the Working Ontologist" is the essential, comprehensive resource on semantic modeling, for practitioners in health care, artificial intelligence, finance, engineering, military intelligence, enterprise architecture, and more. Focused on developing useful and reusable models, this market-leading book explains how to build semantic content (ontologies) and how to build applications that access that content.

New in this edition:

Coverage of the latest Semantic Web tools for organizing, querying, and processing information - see details in TOC below

Detailed information on the latest ontologies used in key web applications including ecommerce, social networking, data mining, using government data, and more
Updated with the latest developments and advances in Semantic Web technologies for organizing, querying, and processing information, including SPARQL, RDF and RDFS, OWL 2.0, and SKOS Detailed information on the ontologies used in today's key web applications, including ecommerce, social networking, data mining, using government data, and more Even more illustrative examples and case studies that demonstrate what semantic technologies are and how they work together to solve real-world problems

Parallel Programming with MPI (Paperback): Peter Pacheco Parallel Programming with MPI (Paperback)
Peter Pacheco
R1,689 Discovery Miles 16 890 Ships in 10 - 15 working days

A hands-on introduction to parallel programming based on the Message-Passing Interface (MPI) standard, the de-facto industry standard adopted by major vendors of commercial parallel systems. This textbook/tutorial, based on the C language, contains many fully-developed examples and exercises. The complete source code for the examples is available in both C and Fortran 77. Students and professionals will find that the portability of MPI, combined with a thorough grounding in parallel programming principles, will allow them to program any parallel system, from a network of workstations to a parallel supercomputer.
* Proceeds from basic blocking sends and receives to the most esoteric aspects of MPI.
* Includes extensive coverage of performance and debugging.
* Discusses a variety of approaches to the problem of basic I/O on parallel machines.
* Provides exercises and programming assignments.

API Design for C++ (Paperback, New): Martin Reddy API Design for C++ (Paperback, New)
Martin Reddy
R1,378 Discovery Miles 13 780 Ships in 10 - 15 working days

API Design for C++ provides a comprehensive discussion of Application Programming Interface (API) development, from initial design through implementation, testing, documentation, release, versioning, maintenance, and deprecation. It is the only book that teaches the strategies of C++ API development, including interface design, versioning, scripting, and plug-in extensibility. Drawing from the author's experience on large scale, collaborative software projects, the text offers practical techniques of API design that produce robust code for the long term. It presents patterns and practices that provide real value to individual developers as well as organizations. API Design for C++ explores often overlooked issues, both technical and non-technical, contributing to successful design decisions that product high quality, robust, and long-lived APIs. It focuses on various API styles and patterns that will allow you to produce elegant and durable libraries. A discussion on testing strategies concentrates on automated API testing techniques rather than attempting to include end-user application testing techniques such as GUI testing, system testing, or manual testing. Each concept is illustrated with extensive C++ code examples, and fully functional examples and working source code for experimentation are available online. This book will be helpful to new programmers who understand the fundamentals of C++ and who want to advance their design skills, as well as to senior engineers and software architects seeking to gain new expertise to complement their existing talents. Three specific groups of readers are targeted: practicing software engineers and architects, technical managers, and students and educators.

The School of Niklaus Wirth - The Art of Simplicity (Hardcover): Laszlo Boszormenyi, Jurg Gutknecht, Gustav Pomberger The School of Niklaus Wirth - The Art of Simplicity (Hardcover)
Laszlo Boszormenyi, Jurg Gutknecht, Gustav Pomberger
R1,798 Discovery Miles 17 980 Ships in 9 - 17 working days

Niklaus Wirth is one of the great pioneers of computer technology and winner of the ACM's A.M. Turing Award, the most prestigious award in computer science. he has made substantial contributions to the development of programming languages, compiler construction, programming methodology, and hardware design. While working at ERH Zurich, he developed the languages Pascal and Modula-2. He also designed an early high performance workstation, the Personal Computer Lilith, and most recently the language and operating system Oberon.
While Wirth has often been praised for his excellent work as a language designer and engineer, he is also an outstanding educator-something for which he is not as well known. This book brings together prominent computer scientists to describe Wirth's contributions to education. With the exception of some of his colleagues such as Professors Dijkstra, Hoare, and Rechenberg, all of the contributors to this book are students of Wirth. The essays provide a wide range of contemporary views on modern programming practice and also illuminate the one persistent and pervasive quality found in all his work: his unequivocal demand for simple solutions. The authors and editors hope to pass on their enthusiasm for simple engineering solutions along with their feeling for a man to whom they are all so indebted.

Microsoft SharePoint 2007 Technologies - Planning, Design and Implementation (Paperback): Kevin Laahs, Emer McKenna, Veli-Matti... Microsoft SharePoint 2007 Technologies - Planning, Design and Implementation (Paperback)
Kevin Laahs, Emer McKenna, Veli-Matti Vanamo
R2,347 Discovery Miles 23 470 Ships in 18 - 22 working days

"Microsoft SharePoint 2007 Technologies: Planning, Design and Implementation" provides an in-depth examination of the tasks involved in planning, designing and deploying SharePoint in your enterprise. SharePoint 2007 significantly extends the breadth of capabilities for end users, administrators, developers, and designers. The cutting-edge technology encompasses some major new functional areas such as Business Intelligence, Information LifeCycle Management, and Enterprise Content Management-all can be leveraged to satisfy many different business scenarios.
"SharePoint 2007 Technologies" will provide readers with practical knowledge and techniques about integration of other 2007 products such as Office and Exchange Server, and readers will walk away with the ability to easily expose and leverage back-end business data and understand how it all joins together. Readers will further gain a solid appreciation of the architecture, administration, end user features, development, and integration opportunities offered by SharePoint 2007. The expertise of the author team in helping many large corporations deploy Microsoft technologies within their enterprises makes this book an invaluable tool to businesses of any size.
* Complete guide to getting the most out of your SharePoint 2007 deployments
* Critical techniques for system architects to design and deploy SharePoint 2007 Technologies
* Features most important issues for day to day efficient management and usage
* How to customize and extend your SharePoint environment for your own needs

Broadband Communications, II, Volume 24 (Paperback): S. Tohme, Augusto Casaca Broadband Communications, II, Volume 24 (Paperback)
S. Tohme, Augusto Casaca
R6,117 Discovery Miles 61 170 Ships in 18 - 22 working days

The state-of-the-art of broadband communications - and its evolution - in both the public and private networks, is presented in this book. Particular consideration is given to the issues of switching, resource management, network control, communication services, testing, quality of service, traffic characteristics, traffic control and protocols. Invited papers further explore the fields of multimedia communication and traffic control, plus the introduction of ATM.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Computation and Storage in the Cloud…
Dong Yuan, Yun Yang, … Paperback R986 R856 Discovery Miles 8 560
Microsoft Exchange Server 2007 with SP1…
Tony Redmond Paperback R1,258 Discovery Miles 12 580
The Sourcebook of Parallel Computing
Jack Dongarra, Ian Foster, … Hardcover R1,988 Discovery Miles 19 880
Higher-Order Perl - Transforming…
Mark Dominus Paperback R1,694 Discovery Miles 16 940
Advanced Video Coding: Principles and…
K.N. Ngan, T. Meier, … Hardcover R3,886 Discovery Miles 38 860
SDL '99 - The Next Millennium
R. Dssouli, G.V. Bochmann, … Hardcover R3,119 Discovery Miles 31 190
The Struts Framework - Practical Guide…
Sue Spielman Paperback R1,118 Discovery Miles 11 180
QuickTime for .NET and COM Developers
John Cromie Paperback R2,136 Discovery Miles 21 360
Parallel Programming in OpenMP
Rohit Chandra, Ramesh Menon, … Paperback R1,398 Discovery Miles 13 980
Real-Time Systems Development
Rob Williams Paperback R1,319 Discovery Miles 13 190

 

Partners