0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
Status
Brand

Showing 1 - 12 of 12 matches in All Departments

Planning and Design of Engineering Systems (Hardcover, 3rd edition): Graeme Dandy, Trevor Daniell, Bernadette Foley, Robert... Planning and Design of Engineering Systems (Hardcover, 3rd edition)
Graeme Dandy, Trevor Daniell, Bernadette Foley, Robert Warner, David Walker
R3,729 Discovery Miles 37 290 Ships in 12 - 17 working days

This newly updated book offers a comprehensive introduction to the scope and nature of engineering work, taking a rigorous but common sense approach to the solution of engineering problems. The text follows the planning, modelling and design phases of engineering projects through to implementation or construction, explaining the conceptual framework for undertaking projects, and then providing a range of techniques and tools for solutions. It focuses on engineering design and problem solving, but also involves economic, environmental, social and ethical considerations. This third edition expands significantly on the economic evaluation of projects and also includes a new section on intractable problems and systems, involving a discussion of wicked problems and soft systems methodology as well as the approaches to software development. Further developments include an array of additional interest boxes, worked examples, problems and up-to date references. Case studies and real-world examples are used to illustrate the role of the engineer and especially the methods employed in engineering practice. The examples are drawn particularly from the fields of civil and environmental engineering, but the approaches and techniques are more widely applicable to other branches of engineering. The book is aimed at first-year engineering students, but contains material to suit more advanced undergraduates. It also functions as a professional handbook, covering some of the fundamentals of engineering planning and design in detail.

Optimizing the Display and Interpretation of Data (Paperback): Robert Warner Optimizing the Display and Interpretation of Data (Paperback)
Robert Warner
R859 Discovery Miles 8 590 Ships in 12 - 17 working days

"What information do these data reveal?" "Is the information correct?" "How can I make the best use of the information?" The widespread use of computers and our reliance on the data generated by them have made these questions increasingly common and important. Computerized data may be in either digital or analog form and may be relevant to a wide range of applications that include medical monitoring and diagnosis, scientific research, engineering, quality control, seismology, meteorology, political and economic analysis and business and personal financial applications. The sources of the data may be databases that have been developed for specific purposes or may be of more general interest and include those that are accessible on the Internet. In addition, the data may represent either single or multiple parameters. Examining data in its initial form is often very laborious and also makes it possible to "miss the forest for the trees" by failing to notice patterns in the data that are not readily apparent. To address these problems, this monograph describes several accurate and efficient methods for displaying, reviewing and analyzing digital and analog data. The methods may be used either singly or in various combinations to maximize the value of the data to those for whom it is relevant. None of the methods requires special devices and each can be used on common platforms such as personal computers, tablets and smart phones. Also, each of the methods can be easily employed utilizing widely available off-the-shelf software. Using the methods does not require special expertise in computer science or technology, graphical design or statistical analysis. The usefulness and accuracy of all the described methods of data display, review and interpretation have been confirmed in multiple carefully performed studies using independent, objective endpoints. These studies and their results are described in the monograph. Because of their ease of use, accuracy and efficiency, the methods for displaying, reviewing and analyzing data described in this monograph can be highly useful to all who must work with computerized information and make decisions based upon it.

Pro iOS Persistence - Using Core Data (Paperback, 1st ed.): Michael Privat, Robert Warner Pro iOS Persistence - Using Core Data (Paperback, 1st ed.)
Michael Privat, Robert Warner
R2,863 Discovery Miles 28 630 Ships in 10 - 15 working days

Pro iOS Persistence explains how to build apps that persist and use data most effectively including the popular Core Data framework. Covering common and advanced persistence patterns, this book prepares any iOS developer to store and retrieve data accurately and efficiently. This book starts by giving you a solid grounding in Core Data, providing a foundation for the rest of the book. With this knowledge, you'll have all you need to master Core Data and power your data-driven applications. You'll see how to work with SQLite and how to create an efficient data model to represent your data. Once you've established your data model, you'll learn how to work with data objects and refine result sets to get the most out of the stored data. The advanced portions of the book begin by showing you how to tune your apps' performance and memory usage, to give you a truly professional edge. You'll see how to version and migrate your data as well, to ensure your data stays organized and efficient. Finally, the book covers managing table views with NSFetchedResultsController.What you'll learn How to persist data using the iOS SDK, Xcode, Core Data and more How to organize data appropriately How to persist data efficiently How to effectively use Apple tools How to build Core Data applications How to use Core Data in advanced settings How to version and migrate data as your applications evolve How to tune and optimize persistence Who this book is for This book is for iOS app developers who have some experience building iPhone or iPad apps. Recommended Reading before using this book: Beginning level iOS books

Pro Core Data for iOS - Data Access and Persistence Engine for iPhone, iPad, and iPod touch (Paperback, 1st ed.): Michael... Pro Core Data for iOS - Data Access and Persistence Engine for iPhone, iPad, and iPod touch (Paperback, 1st ed.)
Michael Privat, Robert Warner
R1,101 R897 Discovery Miles 8 970 Save R204 (19%) Ships in 10 - 15 working days

The power of Core Data allows iOS developers to efficiently store and retrieve application data using familiar object-oriented paradigms.Pro Core Data for iOS explains both how and why to use Core Data for data storage, from simple to advanced techniques. Covering common and advanced persistence patterns, this book prepares any iOS developer to store and retrieve data accurately and proficiently.
Lots of iOS development books touch on Core Data, taking you through a few mainstream use cases for storing and retrieving data in your iOS applications. In Pro Core Data for iOS, however, we take you further into Core Data and show you how to leverage the power of this data framework.
After reading this book, you'll be able to answer all of these questions:
What are all the parts of Core Data, and how do they interact? How do I create my own custom store? Should I use plain NSManagedObject instances or custom classes? How do I undo and redo Core Data actions? How do I filter, sort, and aggregate data? What is faulting, and why should I care? Suppose I want to change my data model; how do I migrate my users' data? Pro Core Data for iOS delves into these and other Core Data questions. With explanations, diagrams, code samples, and working explanations, this book will make you a Core Data pro What you'll learn Organize data appropriately Persist data efficiently Use Apple's tools effectively Build Core Data applications Use Core Data in advanced settings Version and migrate data as your applications evolve Who this book is for

All iPhone, iPad, and iPod touch developers whose applications manage any amount of data. Table of Contents Getting Started Understanding Core Data Storing Data: SQLite and Other Options Creating a Data Model Working with Data Objects Refining Result Sets Tuning Performance and Memory Usage Versioning and Migrating Data Using Core Data in Advanced Applications

The Definitive Guide to SWT and JFace (Paperback, Softcover reprint of the original 1st ed.): Robert Harris, Robert Warner The Definitive Guide to SWT and JFace (Paperback, Softcover reprint of the original 1st ed.)
Robert Harris, Robert Warner
R1,521 R1,251 Discovery Miles 12 510 Save R270 (18%) Ships in 10 - 15 working days

Need to build stand-alone Java applications? The Definitive Guide to SWT and JFace will help you build them from the ground up. The book first runs down the Java GUI toolkit history. Then the book explains why SWT is superior and provides extensive examples of building applications with SWT.

You'll come to understand the entire class hierarchy of SWT, and you'll learn to use all components in the toolkit with Java code. Furthermore, the book describes JFace, an additional abstraction layer built on SWT. Demonstrations of building JFace applications are also included and reinforced with thorough explanations and example code. These applications can be used as GUI plug-ins for Eclipse, and they're compatible with the new Eclipse 3.0 application development framework.

Beginning OS X Lion Apps Development (Paperback, 1st ed.): Robert Warner, Michael Privat Beginning OS X Lion Apps Development (Paperback, 1st ed.)
Robert Warner, Michael Privat
R1,098 R894 Discovery Miles 8 940 Save R204 (19%) Ships in 10 - 15 working days

With the MacApp Store launch in early 2011, a new age in Mac development began. Look for many of the cool apps for iPhone and iPadcoming to an iMac orMacBookPronear you Beginning OS X Lion Apps Development explains how to develop OS X Lion-based apps and publish them in the Mac App Store. It begins with the basics of Objective-C and Cocoa, and then moves through all the topics necessary to build and publish your first successful Mac apps Get started with Objective-C and Xcode Build your first complete apps that integrate well with Mac OS X Publish your apps on the Mac App Store

If you're new to Mac ornew to iPhone or iPad apps development, and looking to develop apps for the Macbook Pro or Mac desktop, this book is for you What you'll learn How to use Apple's development tools How to build user interfaces and create user experiences (UX) How to respond to user input How to integrate your apps into the Mac ecosystem How to store and retrieve data How to publish your apps to the new Mac App Store Who this book is for

This book is for those new to Mac or for iPhone or iPad apps developers who want todevelop apps for the MacBook Pro or Mac desktop. Table of Contents Building a Graphiing Calculator Laying Out the User Interface Handling User Input Pimp My UI Storing and Retrieving Data Using Core Data Integrating Graphique into the Mac OS X Desktop Creating Help Printing

Planning and Design of Engineering Systems (Paperback, 3rd edition): Graeme Dandy, Trevor Daniell, Bernadette Foley, Robert... Planning and Design of Engineering Systems (Paperback, 3rd edition)
Graeme Dandy, Trevor Daniell, Bernadette Foley, Robert Warner, David Walker
R1,554 Discovery Miles 15 540 Ships in 12 - 17 working days

This newly updated book offers a comprehensive introduction to the scope and nature of engineering work, taking a rigorous but common sense approach to the solution of engineering problems. The text follows the planning, modelling and design phases of engineering projects through to implementation or construction, explaining the conceptual framework for undertaking projects, and then providing a range of techniques and tools for solutions. It focuses on engineering design and problem solving, but also involves economic, environmental, social and ethical considerations. This third edition expands significantly on the economic evaluation of projects and also includes a new section on intractable problems and systems, involving a discussion of wicked problems and soft systems methodology as well as the approaches to software development. Further developments include an array of additional interest boxes, worked examples, problems and up-to date references. Case studies and real-world examples are used to illustrate the role of the engineer and especially the methods employed in engineering practice. The examples are drawn particularly from the fields of civil and environmental engineering, but the approaches and techniques are more widely applicable to other branches of engineering. The book is aimed at first-year engineering students, but contains material to suit more advanced undergraduates. It also functions as a professional handbook, covering some of the fundamentals of engineering planning and design in detail.

Pro Core Data for iOS, Second Edition (Paperback, 2nd ed.): Robert Warner, Michael Privat Pro Core Data for iOS, Second Edition (Paperback, 2nd ed.)
Robert Warner, Michael Privat
R1,222 R985 Discovery Miles 9 850 Save R237 (19%) Ships in 10 - 15 working days

Fully updated for Xcode 4.2, Pro Core Data for iOS explains how to use the Core Data framework for iOS SDK 5 using Xcode 4.2. The book explains both how and why to use Core Data, from simple to advanced techniques. Covering common and advanced persistence patterns, this book prepares any iOS developer to store and retrieve data accurately and efficiently. This book starts by giving you a solid grounding in Core Data, providing a foundation for the rest of the book. With this knowledge, you'll have all you need to master Core Data and power your data-driven applications. You'll see how to work with SQLite and how to create an efficient data model to represent your data. Once you've established your data model, you'll learn how to work with data objects and refine result sets to get the most out of the stored data. The advanced portions of the book begin by showing you how to tune your apps' performance and memory usage, to give you a truly professional edge. You'll see how to version and migrate your data as well, to ensure your data stays organized and efficient. Finally, the book covers managing table views with NSFetchedResultsController.What you'll learn * Core Data techniques with Xcode * How to organize data appropriately * How to persist data efficiently * How to effectively use Apple tools * How to build Core Data applications * How to use Core Data in advanced settings * How to version and migrate data as your applications evolve * How to tune and optimize persistence Who this book is for All iPhone, iPad, and iPod touch developers whose applications manage any amount of data. Table of Contents * Getting Started * Understanding Core Data * Storing Data: SQLite and Other Options * Creating a Data Model * Working with Data Objects * Refining Result Sets * Tuning Performance and Memory Usage * Versioning and Migrating Data * Managing Table Views Using NSFetchedResultsController * Using Core Data in Advanced Applications

The Brindle (Paperback): Robert Warner Blake The Brindle (Paperback)
Robert Warner Blake; J Jennings Melton
R299 Discovery Miles 2 990 Ships in 10 - 15 working days
Orchid Album - Comprising Coloured Figures and Descriptions of New, Rare and Beautiful Orchidaceous Plants, Volume 1...... Orchid Album - Comprising Coloured Figures and Descriptions of New, Rare and Beautiful Orchidaceous Plants, Volume 1... (Paperback)
Robert Warner, Thomas Moore; Created by Benjamin Samuel Williams
R816 R680 Discovery Miles 6 800 Save R136 (17%) Ships in 10 - 15 working days

This is a reproduction of a book published before 1923. This book may have occasional imperfections such as missing or blurred pages, poor pictures, errant marks, etc. that were either part of the original artifact, or were introduced by the scanning process. We believe this work is culturally important, and despite the imperfections, have elected to bring it back into print as part of our continuing commitment to the preservation of printed works worldwide. We appreciate your understanding of the imperfections in the preservation process, and hope you enjoy this valuable book. ++++ The below data was compiled from various identification fields in the bibliographic record of this title. This data is provided as an additional tool in helping to ensure edition identification: ++++ Orchid Album: Comprising Coloured Figures And Descriptions Of New, Rare And Beautiful Orchidaceous Plants, Volume 1 Robert Warner, Benjamin Samuel Williams, Thomas Moore, John Nugent Fitch, Henry Williams, William Hugh Gower B. S. Williams, 1882

The Orchid Album, Comprising Coloured Figures and Descriptions of New, Rare, and Beautiful Orchidaceous Plants, Volume 9... The Orchid Album, Comprising Coloured Figures and Descriptions of New, Rare, and Beautiful Orchidaceous Plants, Volume 9 (Paperback)
Robert Warner (F R. H. S. ).
R820 R684 Discovery Miles 6 840 Save R136 (17%) Ships in 10 - 15 working days

This is a reproduction of a book published before 1923. This book may have occasional imperfections such as missing or blurred pages, poor pictures, errant marks, etc. that were either part of the original artifact, or were introduced by the scanning process. We believe this work is culturally important, and despite the imperfections, have elected to bring it back into print as part of our continuing commitment to the preservation of printed works worldwide. We appreciate your understanding of the imperfections in the preservation process, and hope you enjoy this valuable book. ++++ The below data was compiled from various identification fields in the bibliographic record of this title. This data is provided as an additional tool in helping to ensure edition identification: ++++ The Orchid Album, Comprising Coloured Figures And Descriptions Of New, Rare, And Beautiful Orchidaceous Plants, Volume 9; The Orchid Album, Comprising Coloured Figures And Descriptions Of New, Rare, And Beautiful Orchidaceous Plants; Thomas Moore Robert Warner (F.R.H.S.), Benjamin Samuel Williams, Thomas Moore, Henry Williams, William Hugh Gower John Nugent Fitch B. S. Williams, 1891 Gardening; Flowers; Orchids; Gardening / Flowers / Orchids; Orchids

The Eyes of Man. Book 2. (Paperback): Robert Warner The Eyes of Man. Book 2. (Paperback)
Robert Warner
R1,065 Discovery Miles 10 650 Ships in 10 - 15 working days

The Eyes of Man is a science fiction phantasy novel about good and evil. The novel is so long it had to be cut in to two volumes, Book 1 and Book 2. This is Book 2. Earth is invaded by a swarm of big white balls from space. Some of them land on earth, some of them orbit earth. Earth goes wild with fear! But nothing happens! The big white balls just sit there all over the world. Why did the big white balls come to earth? No one knows! Later the the big spaceballs suddenly begin to spew smaller spaceballs of all sizes into the air from the tops of each bit spaceball like an endless stream of bubbles. Months later small spaceballs the size of baseballs suddenly begin to hover next to the people's right shoulders. The little spaceballs are round flying robots. They are calledd Eyes of One by the robots because they belong to just one person! They are The Eyes of Man! For the first time in the history of the world each person has a Guardian Angel, a little white spaceball robot to protect them from the evil of the world with a red ray called a stingray that knocks people down and out to awaken to agony for about an hour as punishment for being evil! As time goes by the people learn that each person's starball robot Eye of One reveals what kind of person that person is, good or evil by turning black for evil; dark gray for not as evil as black; light grey for mostly good with a little bad; and white for very good! Most people's starball eyes are grey; few eyes are white; many eye are dark grey, and many eyes are black! For the first time in the history of the world the people can see the good and evil of the people of the world with their own eyes, revealed to them by the color of thepeople's starball robot Eyes of One hovering over their right shoulders! The Eyes of Man take over the world because man has proven he can not run the world honestly and ethic

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Varta V23 Professional Lithium Battery
R24 Discovery Miles 240
Sizzlers - The Hate Crime That Tore Sea…
Nicole Engelbrecht Paperback R320 R235 Discovery Miles 2 350
Alva 5-Piece Roll-Up BBQ/ Braai Tool Set
R389 R346 Discovery Miles 3 460
Casio LW-200-7AV Watch with 10-Year…
R999 R884 Discovery Miles 8 840
Joseph Joseph Index Mini (Graphite)
R642 Discovery Miles 6 420
Georgian Door Handle, Brushed Satin…
R213 Discovery Miles 2 130
Did You Know That There's A Tunnel Under…
Lana Del Rey CD R414 Discovery Miles 4 140
Nite Ize Keyrack Steel S-Biner…
R118 Discovery Miles 1 180
Jurassic Park Trilogy Collection
Sam Neill, Laura Dern, … Blu-ray disc  (1)
R311 Discovery Miles 3 110
MyNotes A5 Rainbow Bands Notebook
Paperback R50 R42 Discovery Miles 420

 

Partners