Browse Results

Showing 16,401 through 16,425 of 54,104 results

Objectives, Competencies and Learning Outcomes: Developing Instructional Materials in Open and Distance Learning (Open and Flexible Learning Series)

by Reginald Melton

This text offers a perspective on issues surrounding student learning by addresssing questions of quality and learning effectiveness across a broad and diverse range of courses, student populations and contexts.

Objective Information Theory (SpringerBriefs in Computer Science)

by Jianfeng Xu Shuliang Wang Zhenyu Liu Yashi Wang Yingfei Wang Yingxu Dang

Objective Information Theory (OIT) is proposed to represent and compute the information in a large-scale complex information system with big data in this monograph. To formally analyze, design, develop, and evaluate the information, OIT interprets the information from essential nature, measures the information from mathematical properties, and models the information from concept, logic, and physic. As the exemplified applications, Air Traffic Control System (ATCS) and Smart Court SoSs (System of Systems) are introduced for practical OITs. This Open Access book can be used as a technical reference book in the field of information science and also a reference textbook for senior students and graduate ones in related majors.

Objective-C Quick Syntax Reference

by Matthew Campbell

The Objective-C Quick Syntax Reference is a condensed code and syntax reference to the popular Objective-C programming language, which is the core language behind the APIs found in the Apple iOS and Mac OS SDKs. It presents the essential Objective-C syntax in a well-organized format that can be used as a handy reference. You won't find any technical jargon, bloated samples, drawn out history lessons, or witty stories in this book. What you will find is a language reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any Objective-C programmer. In the Objective-C Quick Syntax Reference, you will find: A concise reference to the Objective-C language syntax. Short, simple, and focused code examples. A well laid out table of contents and a comprehensive index allowing easy review. What you'll learn How to create an Objective-C HelloWorld How to compile and run What are the Objective-C code class definitions How to use objects in Objective-C How to effectively use categories to extend the various classes What is key-value observation How to archive an object graph How to implement the delegation design pattern with protocols How to master code blocks and much more Who this book is for This book is a quick, handy pocket syntax reference for experienced Objective-C, Mac, and iOS programmers, and a concise, easily-digested introduction for other programmers new to Objective-C. Table of Contents 1. Hello World 2. Build and Run 3. Variables 4. Operators 5. Objects 6. Strings 7. Numbers 8. Arrays 9. Dictionaries 10. For Loops 11. While Loops 12. Do While Loops 13. For-Each Loops 14. If-Statements 15. Switch Statements 16. Defining Classes 17. Class Methods 18. Inheritance 19. Categories 20. Blocks 21. Key-Value Coding 22. Key-Value Observing 23. Protocols 24. Implementing Delegation 25. Implementing Singleton 26. Error Handling

Objective-C Programming For Dummies

by Neal Goldstein Karl G. Kowalski

A step-by-step guide to understanding object-oriented programming with Objective-C As the primary programming language for iPhone, iPad, and Mac OS X applications, Objective-C is a reflective, object-oriented language that all programmers must know before creating apps. Assuming no prior programming language experience, this fun-and-friendly book provides you with a solid understanding of Objective-C. Addressing the latest version of Xcode, debugging, code completion, and more, veteran author Neal Goldstein helps you gain a solid foundation of this complex topic, and filters out any unnecessary intricate technical jargon. Assumes no prior knowledge of programming and keeps the tone clear and entertaining Explains complicated topics regarding Objective-C with clarity and in a straightforward-but-fun style that has defined the For Dummies brand for 20 years Features all material completely compliant with the latest standards for Objective-C and Apple programming Objective-C Programming For Dummies is the ideal beginner book if your objective is to venture into iPhone, iPad, and Mac OS X development for the first time!

Objective-C Programmer's Reference

by Carlos Oliveira

Objective-C Programmer's Reference provides the tools necessary to write software in Objective-C--the language of choice for developing iOS and OS X applications. Author Carlos Oliveira begins from the basic building blocks of the language. He shows how to create correct and efficient applications by applying your knowledge of object-oriented and structured programming. This book: Takes you quickly through fundamental concepts such as interfaces and class implementations. Provides a concise reference to the Foundation Framework that is all-important when programming in Objective-C. Highlights key differences between Objective-C and other popular languages such as Java or Python. Provides the fundamentals of Cocoa and Cocoa Touch, which are the standard for OS X and iOS development. Objective-C Programmer's Reference makes extensive use of concepts already mastered by developers who are fluent in other languages such as C++, Java, Perl, and Python. The author's approach is logical and structured, and even novice developers will have an easy time absorbing the most important topics necessary to program in Objective-C. Objective-C Programmer's Reference is a book for professional developers in Objective-C, or those who are moving to Objective-C from other languages. The book is written for readers who lack the time to invest in more traditional books, which usually spend hundreds of pages to explain concepts that are part of the working programmer's standard vocabulary. What you'll learn Grasp the basic syntax of the Objective-C language. Create classes and methods in Objective-C. Apply Objective-C's message-passing mechanism to simplify your code and avoid deep class hierarchies. Store and access dynamic data through Objective-C's built-in, key-value system. Make effective use of container classes such as arrays and dictionaries with their immutable and mutable versions. Create simple applications for iPhones, iPads, Macbooks, and other iOS and Mac OS X devices. Who this book is for Objective-C Programmer's Reference is for programmers in Objective-C who are looking for a handy reference to keep them on top of their game. The book is also designed for programmers moving to Objective-C from some other language, especially from another C-like language such as Java or C#, providing just that additional bit that is needed to transfer their expertise into Objective-C and get a leg up on creating applications for the iOS and OS X platforms underlying Apple's hugely successful devices such as the iPhone, iPad, and Macbook. Table of Contents Part I: The Language 1. The C in Objective-C 2. Classes 3. Strings and Container Classes 4. Protocols and Categories 5. Inheritance 6. Block Syntax 7. Dynamic Binding 8. Memory Management 9. Key-Value Programming 10. The Filesystem Part II: Reference 11. The Foundation Framework Part III: The Tools 12. The Compiler 13. The Preprocessor 14. Unit Test 15. Debugging Part IV: Writing Apps for OS X and iOS 16. Cocoa Framework Example 17. Cocoa Touch Example

Objective-C Pocket Reference

by Andrew M. Duncan

Objective-C is an exciting and dynamic approach to C-based object-oriented programming; it's the approach adopted by Apple as the foundation for programming under Mac OS X, a Unix-based operating system gaining wide acceptance among programmers and other technologists. Objective-C is easy to learn and has a simple elegance that is a welcome breath of fresh air after the abstruse and confusing C++. To help you master the fundamentals of this language, you'll want to keep the Objective-C Pocket Reference close at hand. This small book contains a wealth of valuable information to speed you over the learning curve. In this pocket reference, author Andrew Duncan provides a quick and concise introduction to Objective-C for the experienced programmer. In addition to covering the essentials of Objective-C syntax, Andrew also covers important faces of the language such as memory management, the Objective-C runtime, dynamic loading, distributed objects, and exception handling. O'Reilly's Pocket References have become a favorite among programmers everywhere. By providing important details in a succinct, well-organized format, these handy books deliver just what you need to complete the task at hand. When you've reached a sticking point in your work and need to get to a solution quickly, the new Objective-C Pocket Reference is the book you'll want to have.

Objective-C Memory Management Essentials

by Maxim Vasilkov Gibson Tang

If you are new to Objective-C or a veteran in iOS application development, this is the book for you. This book will ensure that you can actively learn the methods and concepts in relation to memory management in a more engaging way. Basic knowledge of iOS development is required for this book.

Objective-C Fundamentals

by Collin Ruffenach Johannes Fahrenkrug Christopher Fairbairn

SummaryObjective-C Fundamentals is a hands-on tutorial that leads you from your first line of Objective-C code through the process of building native apps for the iPhone using the latest version of the SDK. You'll learn to avoid the most common pitfalls, while exploring the expressive Objective-C language through numerous example projects.About the TechnologyThe iPhone is a sophisticated device, and mastering the Objective C language is the key to unlocking its awesome potential as a mobile computing platform. Objective C's concise, rich syntax and feature set, when matched with the iPhone SDK and the powerful Xcode environment, offers a developers from any background a smooth transition into mobile app development for the iPhone.About the BookObjective-C Fundamentals guides you gradually from your first line of Objective-C code through the process of building native apps for the iPhone. Starting with chapter one, you'll dive into iPhone development by building a simple game that you can run immediately. You'll use tools like Xcode 4 and the debugger that will help you become a more efficient programmer. By working through numerous easy-to-follow examples, you'll learn practical techniques and patterns you can use to create solid and stable apps. And you'll find out how to avoid the most common pitfalls.No iOS or mobile experience is required to benefit from this book but familiarity with programming in general is helpful. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book. What's InsideObjective-C from the ground upDeveloping with Xcode 4Examples that work unmodified on iPhoneTable of ContentsPART 1 GETTING STARTED WITH OBJECTIVE-CBuilding your first iOS applicationData types, variables, and constantsAn introduction to objectsStoring data in collectionsPART 2 BUILDING YOUR OWN OBJECTSCreating classesExtending classesProtocolsDynamic typing and runtime type informationMemory managementPART 3 MAKING MAXIMUM USE OF FRAMEWORK FUNCTIONALITYError and exception handlingKey-Value Coding and NSPredicateReading and writing application dataBlocks and Grand Central DispatchDebugging techniques

Objective-C for Absolute Beginners

by Gary Bennett Brad Lees Mitchell Fisher

It seems as if everyone is writing applications for Apple's iPhone and iPad, but how do they all do it? It's best to learn Objective-C, the native language of both the iOS and Mac OS X, but where to begin? Right here, even if you've never programmed before! Objective-C for Absolute Beginners will teach you how to write software for your Mac, iPhone, or iPad using Objective-C, an elegant and powerful language with a rich set of developer tools. Using a hands-on approach, you'll learn to think in programming terms, how to use Objective-C to build program logic, and how to write your own applications and apps. With over 50 collective years in software development and based on an approach pioneered at Carnegie Mellon University, the authors have developed a remarkably effective approach to learning Objective-C. Since the introduction of Apple's iPhone, the authors have taught hundreds of absolute beginners how to develop Mac, iPhone,and iPad apps, including many that became popular apps in the iTunes App Store. What you'll learn The fundamentals of computer programming: how to understand variables,design data structures, and work with file systems The logic of object-oriented programming: how to use Classes, Objects, and Methods The flexibility of Apple's developer tools: how to install Xcode and write programs in Objective-C The power of Cocoa and Cocoa touch: how to make Mac OS X applications or iOS apps that do cool stuff Who this book is for Everyone! This book is for anyone who wants to learn to develop applications for the Mac or apps for the iPhone and iPad using the Objective-C programming language. No previous programming experience is necessary. Table of Contents Becoming a Great iPhone/iPad or Mac Programmer Programming Basics It's All About the Data Making Decisions About. . . and Planning Program Flow Object Oriented Programming with Objective-C Introducing Objective-C and Xcode Objective-C Classes, Objects, and Methods Programming Basics in Objective-C Comparing Data Creating User Interfaces with Interface Builder Memory, Addresses, and Pointers Debugging Programs with Xcode Storing Information Protocols and Delegates

Objective-C for Absolute Beginners: Iphone, Ipad And Mac Programming Made Easy

by Stefan Kaczmarek Brad Lees Gary Bennett Mitch Fisher

Learn Objective-C and its latest release, and learn how to mix Swift with it. You have a great idea for an app, but how do you bring it to fruition? With Objective-C, the universal language of iPhone, iPad, and Mac apps. Using a hands-on approach, you'll learn how to think in programming terms, how to use Objective-C to construct program logic, and how to synthesize it all into working apps. Gary Bennett, an experienced app developer and trainer, will guide you on your journey to becoming a successful app developer. Along the way you'll discover the flexibility of Apple’s developer toolsIf you're looking to take the first step towards App Store success, Objective-C for Absolute Beginners, Fourth Edition is the place to start.What You'll LearnUnderstand the fundamentals of computer programming: variables, design data structures, and working with file systemsExamine the logic of object-oriented programming: how to use classes, objects, and methodsInstall Xcode and write programs in Objective-CWho This Book Is ForAnyone who wants to learn to develop apps for the iPhone, iPad, Mac, or Watch using the Objective-C programming language. No previous programming experience is necessary.

Objective-C: The Ultimate Guide (The Ultimate Guide)

by Sufyan bin Uzayr

Objective-C is a general-purpose, object-oriented programming language that extends the C programming language with Smalltalk-style messaging. While simultaneously developing for OS X and iOS, Objective-C's capabilities have been bolstered by the inclusion of a dynamic runtime and assistance for object-oriented programming. Objective-C: The Ultimate Guide walks developers and coders through a straightforward and practical method of learning the Objective-C programming language. This book discusses the basics in brief, and then moves on to more advanced and detailed exercises to help readers quickly gain the required knowledge. The focus in this book remains on writing optimized and well-structured code in Objective-C. Key Features: Follows a hands-on approach and offers practical lessons and tutorials related to Objective-C Discusses Objective-C using real world industry concepts Includes at-length discussion of Objective-C concepts to help build robust knowledge

Objective-C

by Jiva Devoe

A soup-to-nuts guide on the Objective-C programming languageObjective-C is the language behind Cocoa and Cocoa Touch, which is the Framework of applications written for the Macintosh, iPod touch, iPhone, and iPad platforms. Part of the Developer Reference series covering the hottest Apple topics, this book covers everything from the basics of the C language to advanced aspects of Apple development. You'll examine Objective-C and high-level subjects of frameworks, threading, networking, and much more.Covers the basics of the C language and then quickly moves onto Objective-C and more advanced topicsDraws from the author's first-hand experience garnered while developing applications for the Mac and iPhone OS platformsIncludes chapters on classes, memory management, threads, and the Foundation frameworkAlso covers advanced topics like protocols, categories, associated objects, and blocksFeaturing real-life examples drawn from the author's experience, Objective-C offers an insider look at this amazing programming language.

Objective-C: Der Sprachkurs für Einsteiger und Individualisten

by Wolfram Schroers

Einfach und humorvoll Objective-C lernen: Wer Apps für iPhone und iPad oder Programme für den Mac entwickeln möchte, braucht Grundlagen in Objective-C. Dieses Buch bietet den idealen Praxiseinstieg, um Schritt für Schritt das erste Programm zu entwickeln - auch ohne Vorkenntnisse. Sie lernen in "Objective-C" von Wolfram Schroers folgendes: - Grundlagen wie die Entwicklungswerkzeuge - Apps mit Schleifen und Verzweigungen programmieren - objektorientierte Programmierung - Framework Cocoa - Benutzeroberflächen der Anwendungen gestalten - Projekte auf iPhone, iPad oder Mac portieren. Der Besondere sind die Beispiele: Statt sich mit trockenen Programmieraufgaben zu langweilen, programmieren Sie Spiele oder einen Passwortgenerator. Alle Beispiele erhalten Sie zur besseren Orientierung natürlich auch zum Download. So gerüstet steht Ihren eigenen Apps und Mac-Programmen nichts mehr im Weg!

Object Tracking Technology: Trends, Challenges and Applications (Contributions to Environmental Sciences & Innovative Business Technology)

by Ashish Kumar Rachna Jain Ajantha Devi Vairamani Anand Nayyar

With the increase in urban population, it became necessary to keep track of the object of interest. In favor of SDGs for sustainable smart city, with the advancement in technology visual tracking extends to track multi-target present in the scene rather estimating location for single target only. In contrast to single object tracking, multi-target introduces one extra step of detection. Tracking multi-target includes detecting and categorizing the target into multiple classes in the first frame and provides each individual target an ID to keep its track in the subsequent frames of a video stream. One category of multi-target algorithms exploits global information to track the target of the detected target. On the other hand, some algorithms consider present and past information of the target to provide efficient tracking solutions. Apart from these, deep leaning-based algorithms provide reliable and accurate solutions. But, these algorithms are computationally slow when applied in real-time. This book presents and summarizes the various visual tracking algorithms and challenges in the domain. The various feature that can be extracted from the target and target saliency prediction is also covered. It explores a comprehensive analysis of the evolution from traditional methods to deep learning methods, from single object tracking to multi-target tracking. In addition, the application of visual tracking and the future of visual tracking can also be introduced to provide the future aspects in the domain to the reader. This book also discusses the advancement in the area with critical performance analysis of each proposed algorithm. This book will be formulated with intent to uncover the challenges and possibilities of efficient and effective tracking of single or multi-object, addressing the various environmental and hardware challenges. The intended audience includes academicians, engineers, postgraduate students, developers, professionals, military personals, scientists, data analysts, practitioners, and people who are interested in exploring more about tracking.· Another projected audience are the researchers and academicians who identify and develop methodologies, frameworks, tools, and applications through reference citations, literature reviews, quantitative/qualitative results, and discussions.

Object Thinking

by David West

<div xmlns="http://www.w3.org/1999/xhtml"><p>Master the underlying concepts and principles of object thinking\u2014the foundation of all object-oriented software design, including agile methods such as extreme programming\u2014to improve software development at all phases of the process.</p></div>

The Object Primer

by Scott W. Ambler

Scott Ambler, award-winning author of Building Object Applications that Work, Process Patterns, and More Process Patterns, has revised his acclaimed first book, The Object Primer. Long prized in its original edition by both students and professionals as the best introduction to object-oriented technology, this book is now completely up-to-date, with all modeling notation rewritten in the just-released UML 2. 0. All chapters have been revised to take advantage of Agile Modeling (AM), which is presented in the new chapter 2 along with other important new modeling techniques. Review questions at the end of each chapter allow readers to test their newly acquired knowledge. In addition, the author takes time to reflect on the lessons learned over the past few years by discussing the proven benefits and drawbacks of the technology. This is the perfect book for any software development professional or student seeking an introduction to the concepts and terminology of object technology.

Object-Oriented User Interfaces for Personalized Mobile Learning

by Efthimios Alepis Maria Virvou

This book presents recent research in mobile learning and advanced user interfaces. It is shown how the combination of these fields can result in personalized educational software that meets the requirements of state-of-the-art mobile learning software. This book provides a framework that is capable of incorporating the software technologies, exploiting a wide range of their current advances and additionally investigating ways to go even further by providing potential solutions to future challenges. The presented approach uses the well-known Object-Oriented method in order to address these challenges. Throughout this book, a general model is constructed using Object-Oriented Architecture. Each chapter focuses on the construction of a specific part of this model, while in the conclusion these parts are unified. This book will help software engineers build more sophisticated personalized software that targets in mobile education, while at the same time retaining a high level of adaptivity and user-friendliness within human-mobile interaction.

Object-Oriented Technology

by Suad Alagić

The core idea of this book is that object- oriented technology is a generic technology whose various technical aspects can be presented in a unified and consistent framework. This applies to both practical and formal aspects of object-oriented technology. Course tested in a variety of object-oriented courses, numerous examples, figures and exercises are presented in each chapter. The approach in this book is based on typed technologies, and the core notions fit mainstream object-oriented languages such as Java and C#. The book promotes object-oriented constraints (assertions), their specification and verification. Object-oriented constraints apply to specification and verification of object-oriented programs, specification of the object-oriented platform, more advanced concurrent models, database integrity constraints and object-oriented transactions, their specification and verification.

Object-Oriented Python: Master OOP by Building Games and GUIs

by Irv Kalb

Power up your Python with object-oriented programming and learn how to write powerful, efficient, and re-usable code.Object-Oriented Python is an intuitive and thorough guide to mastering object-oriented programming from the ground up. You&’ll cover the basics of building classes and creating objects, and put theory into practice using the pygame package with clear examples that help visualize the object-oriented style. You&’ll explore the key concepts of object-oriented programming — encapsulation, polymorphism, and inheritance — and learn not just how to code with objects, but the absolute best practices for doing so. Finally, you&’ll bring it all together by building a complex video game, complete with full animations and sounds. The book covers two fully functional Python code packages that will speed up development of graphical user interface (GUI) programs in Python.

Object-Oriented Programming with Visual Basic .NET

by J. P. Hamilton

Visual Basic .NET is a language that facilitates object-oriented programming, but does not guarantee good code. That's where Object-Oriented Programming with Visual Basic .NET comes in. It will show you how to think about similarities in your application logic and how to design and create objects that maximize the benefit and power of .NET. Packed with examples that will guide you through every step, Object-Oriented Programming with Visual Basic .NET is for those with some programming experience.

Object-Oriented Programming with PHP5

by Hasin Hayder

This book explains how to take full advantage of PHPâ TMs OOP features in simple language. It contains plentiful examples to help you to understand OOP. From Beginners to Intermediate Users of PHP5

Object Oriented Programming Through Java

by P. Radha Krishna

Using Java to advantage depends on learning its object oriented, platform independent, security concerned and graphic intensive features effectively. The explanations, programs, points and style of writing are to convey the power of the language.

Object-Oriented Programming in ColdFusion

by Matt Gifford

This book is a fast-paced tutorial to developing ColdFusion applications using an object-oriented programming approach. Complete with code examples that can be altered and applied to your application and careful explanations, this book will guide you through your first interaction with object-oriented programming within your ColdFusion applications. If you are a web developer wanting to implement object-oriented programming with ColdFusion, then this book is for you. If your goal is to get a good grounding in the basics of object-oriented programming concepts, this book is perfect for you. No prior knowledge of object-oriented programming is expected, but basic knowledge of ColdFusion development skills is assumed.

Object-Oriented JavaScript - Third Edition

by Ved Antani Stoyan Stefanov

Learn everything you need to know about object-oriented JavaScript with this comprehensive guide. Enter the world of cutting-edge development! About This Book • This book has been updated to cover all the new object-oriented features introduced in ECMAScript 6 • It makes object-oriented programming accessible and understandable to web developers • Write better and more maintainable JavaScript code while exploring interactive examples that can be used in your own scripts Who This Book Is For This book is ideal for new to intermediate JavaScript developers who want to prepare themselves for web development problems solved by object-oriented JavaScript! What You Will Learn • Apply the basics of object-oriented programming in the JavaScript environment • Use a JavaScript Console with complete mastery • Make your programs cleaner, faster, and compatible with other programs and libraries • Get familiar with Iterators and Generators, the new features added in ES6 • Find out about ECMAScript 6's Arrow functions, and make them your own • Understand objects in Google Chrome developer tools and how to use them • Use a mix of prototypal inheritance and copying properties in your workflow • Apply reactive programming techniques while coding in JavaScript In Detail JavaScript is an object-oriented programming language that is used for website development. Web pages developed today currently follow a paradigm that has three clearly distinguishable parts: content (HTML), presentation (CSS), and behavior (JavaScript). JavaScript is one important pillar in this paradigm, and is responsible for the running of the web pages. This book will take your JavaScript skills to a new level of sophistication and get you prepared for your journey through professional web development. Updated for ES6, this book covers everything you will need to unleash the power of object-oriented programming in JavaScript while building professional web applications. The book begins with the basics of object-oriented programming in JavaScript and then gradually progresses to cover functions, objects, and prototypes, and how these concepts can be used to make your programs cleaner, more maintainable, faster, and compatible with other programs/libraries. By the end of the book, you will have learned how to incorporate object-oriented programming in your web development workflow to build professional JavaScript applications. Style and approach Filled with practical instructions, the book shows you how to implement object-oriented features of JavaScript in the real world. The to-the-point nature of the book will benefit developers who are looking for a fast-paced guide to learn object-oriented JavaScript.

Object-Oriented JavaScript - Second Edition

by Kumar Chetan Sharma Stoyan Stefanov

You will first be introduced to object-oriented programming, then to the basics of objects in JavaScript. This book takes a do-it-yourself approach when it comes to writing code, because the best way to really learn a programming language is by writing code. You are encouraged to type code into Firebug's console, see how it works and then tweak it and play around with it. There are practice questions at the end of each chapter to help you review what you have learned.For new to intermediate JavaScript developer who wants to prepare themselves for web development problems solved by smart JavaScript!

Refine Search

Showing 16,401 through 16,425 of 54,104 results