![]() |
Book 2: Flying With Objective-C - iOS App Development for Non-Programmers: The Series on How to Create iPhone & iPad Apps
ISBN: 9780988232716 / Angielski / Miękka / 382 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Updated for iOS 7 and Xcode 5 Review Unleash Your Inner App Developer This second book in the series from Kevin McNeish, winner of the 2012 Publishing Innovation Award, highly acclaimed iOS trainer and conference speaker, and award-winning App Developer, is specifically designed to teach non-programmers Objective-C; the... Updated for iOS 7 and Xcode 5 Review |
cena:
104,97 |
![]() |
Practical Object-Oriented Design Using UML
ISBN: 9780077103934 / Angielski / Miękka / 376 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Provides an introduction to the design of object-oriented programs using UML. This book focuses on the application of UML in the development of software, and offers a tutorial to the UML notation and its application. The book is useful for undergraduates taking modules as part of a Computer Science or Software Engineering degree programme.
Provides an introduction to the design of object-oriented programs using UML. This book focuses on the application of UML in the development of softwa...
|
cena:
446,83 |
![]() |
learning to program with alice (w/ cd rom)
ISBN: 9780132122474 / Angielski / Mixed media product / 400 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Learning to Program with Alice, 3e is appropriate for all one-semester pre-CS1 and computer literacy courses, and for integration into the first weeks of many introductory CS1 courses. Alice was designed to make programming concepts easier to teach and learn. In the Third Edition of Learning to Program with Alice, Alice's creators offer a complete full-color introduction to the interactive Alice programming environment. The authors make extensive use of program visualization to establish an easy, intuitive relationship between program constructs and the 3D graphics...
Learning to Program with Alice, 3e is appropriate for all one-semester pre-CS1 and computer literacy courses, and for integration into the firs...
|
cena:
865,00 |
![]() |
Types and Programming Languages
ISBN: 9780262162098 / Angielski / Twarda / 648 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. A type system is a syntactic method for automatically checking the absence of certain erroneous behaviors by classifying program phrases according to the kinds of values they compute. The study of type systems -- and of programming languages from a type-theoretic perspective -- has important applications in software engineering, language design, high-performance compilers, and security. This text provides a comprehensive introduction both to type systems in computer science and to the basic theory of programming languages. The approach is pragmatic and operational; each new concept... A type system is a syntactic method for automatically checking the absence of certain erroneous behaviors by classifying program phrases according ... |
cena:
434,76 |
![]() |
Linq for Dummies
ISBN: 9780470277942 / Angielski / Miękka / 384 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. If you've asked yourself "Why can't I develop database and XML queries in a language I already know?," then Language INtegrated Query, or LINQ, is for you. LINQ For Dummies introduces you to LINQ and the .NET Framework technologies, so you can use LINQ to query any object, any data set, any kind of XML, and SQL Server--no questions asked.
This plain-English guide gives you a thorough overview of LINQ, from understanding the tasks it performs to making LINQ work with both Visual Basic and Visual Studio 2005. It explains the four LINQ providers in the .NET Framework, the easiest ways... If you've asked yourself "Why can't I develop database and XML queries in a language I already know?," then Language INtegrated Query, or LINQ, is for...
|
cena:
115,91 |
![]() |
Principles of Constraint Programming
ISBN: 9780521125499 / Angielski / Miękka / 424 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Scheduling, vehicle routing and timetabling are all examples of constraint problems, and methods to solve them rely on the idea of constraint propagation and search. This book meets the need for a modern, multidisciplinary introduction to the field that covers foundations and applications. Written by Krzysztof Apt, an authority on the subject, it will be welcomed by graduate students and professionals. With the insertion of constraint techniques into programming environments, new developments have accelerated the solution process. Constraint programming combines ideas from artificial...
Scheduling, vehicle routing and timetabling are all examples of constraint problems, and methods to solve them rely on the idea of constraint propagat...
|
cena:
361,81 |
![]() |
The Elements of UML 2.0 Style
ISBN: 9780521616782 / Angielski / Miękka / 202 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. For all developers who create models using the Unified Modeling Language (UML) 2.x The Elements of UML(TM) 2.0 Style sets the rules for style that will improve your productivity - especially in teams, where understandability and consistency are critical. Coming from renowned UML expert Scott Ambler, the book furnishes a set of rules for modelling in the UML and describes a collection of standards and guidelines for creating effective UML diagrams that will be concise and easy to understand. It provides conventions for: Class diagrams; Timing Diagrams; Use case diagrams; Composite Structure...
For all developers who create models using the Unified Modeling Language (UML) 2.x The Elements of UML(TM) 2.0 Style sets the rules for style that wil...
|
cena:
115,41 |
![]() |
The Haskell School of Expression: Learning Functional Programming Through Multimedia
ISBN: 9780521644082 / Angielski / Miękka / 382 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. This book, first published in 2000, teaches functional programming using Haskell and examples drawn from multimedia applications.
This book, first published in 2000, teaches functional programming using Haskell and examples drawn from multimedia applications.
|
cena:
234,00 |
![]() |
Concepts in Programming Languages
ISBN: 9780521780988 / Angielski / Twarda / 540 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Concepts in Programming Languages elucidates the central concepts used in modern programming languages, such as functions, types, memory management, and control. The book is unique in its comprehensive presentation and comparison of major object-oriented programming languages. Separate chapters examine the history of objects, Simula and Smalltalk, and the prominent languages C++ and Java. The author presents foundational topics, such as lambda calculus and denotational semantics, in an easy-to-read, informal style, focusing on the main insights provided by these theories. Advanced topics...
Concepts in Programming Languages elucidates the central concepts used in modern programming languages, such as functions, types, memory management, a...
|
cena:
357,35 |
![]() |
Jython Essentials
ISBN: 9780596002473 / Angielski / Miękka / 302 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Jython is an implementation of the Python programming language written in 100% pure Java, so it runs under any compliant Java Virtual Machine. The secret to Jython's popularity lies in the combination of Java's librariesand tools with Python's rapid development capabilities. With Jython, you can write Python programs that integrate seamlessly with any Java code. And like Python, Jython can be used interactively, so you can get immediate results as you are programming.Jython Essentials provides a solid introduction to the Python language, offering a brief but thorough tour of the... Jython is an implementation of the Python programming language written in 100% pure Java, so it runs under any compliant Java Virtual Machine. The ... |
cena:
147,54 |
![]() |
Objects for Concurrent Constraint Programming
ISBN: 9780792380382 / Angielski / Twarda / 171 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Concurrent constraint programming (ccp) is a recent development in programming language design. Its central contribution is the notion of partial information provided by a shared constraint store. This constraint store serves as a communication medium between concurrent threads of control and as a vehicle for their synchronization.
Objects for Concurrent Constraint Programming analyzes the possibility of supporting object-oriented programming in ccp. Starting from established approaches, the book covers various object models and discusses their properties. Small Oz, a... Concurrent constraint programming (ccp) is a recent development in programming language design. Its central contribution is the notion of partial info...
|
cena:
900,17 |
![]() |
Java Programming
ISBN: 9781111577643 / Angielski / Miękka / 1088 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Motivates your students while building a cornerstone for the Computer Science curriculum. With a focus on your students' learning, this title approaches programming using the Java, and includes programming exercises and programs.
Motivates your students while building a cornerstone for the Computer Science curriculum. With a focus on your students' learning, this title approach...
|
cena:
358,38 |
![]() |
Just Enough Programming Logic and Design
ISBN: 9781111825959 / Angielski / Miękka / 312 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Find exactly what you need to master the fundamentals of programming logic with the concise JUST ENOUGH PROGRAMMING LOGIC AND DESIGN, 2E. This unique, language-independent approach provides seven chapters focused on key programming and logic content in a direct, efficient format that helps you progress through the subject matter quickly. You study introductory concepts, structure, decision-making, looping, array manipulation, and calling methods as well as object- oriented programming. Everyday examples and clear explanations in this edition's streamlined presentation make this a perfect...
Find exactly what you need to master the fundamentals of programming logic with the concise JUST ENOUGH PROGRAMMING LOGIC AND DESIGN, 2E. This unique,...
|
cena:
469,07 |
![]() |
Pattern-Oriented Software Architecture For Dummies
ISBN: 9781119963998 / Angielski / Miękka / 384 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Implement programming best practices from the ground up
Imagine how much easier it would be to solve a programming problem, if you had access to the best practices from all the top experts in the field, and you could follow the best design patterns that have evolved through the years. Well, now you can. This unique book offers development solutions ranging from high-level architectural patterns, to design patterns that apply to specific problems encountered after the overall structure has been designed, to idioms in specific programming languages--all in one,... Implement programming best practices from the ground up
Imagine how much easier it would be to solve a programming problem, if ... |
cena:
115,91 |
![]() |
Pro Multithreading and Memory Management for IOS and OS X: With Arc, Grand Central Dispatch, and Blocks
ISBN: 9781430241164 / Angielski / Miękka / 200 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. If you want to develop efficient, smooth-running applications, controlling concurrency and memory are vital. Automatic Reference Counting is Apple's game-changing memory management system, new to Xcode 4.2. Pro Multithreading and Memory Management for iOS and OS X shows you how ARC works and how best to incorporate it into your applications. Grand Central Dispatch (GCD) and blocks are key to developing great apps, allowing you to control threads for maximum performance. If for you, multithreading is an unsolved mystery and ARC is unexplored territory, then this is the book... If you want to develop efficient, smooth-running applications, controlling concurrency and memory are vital. Automatic Reference Counting is Apple'... |
cena:
225,02 |
![]() |
Learn Objective-C on the Mac: For OS X and IOS
ISBN: 9781430241881 / Angielski / Miękka / 384 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Learn to write apps for some of today's hottest technologies, including the iPhone and iPad (using iOS), as well as the Mac (using OS X). It starts with Objective-C, the base language on which the native iOS software development kit (SDK) and the OS X are based. Learn Objective-C on the Mac: For OS X and iOS, Second Edition updates a best selling book and is an extensive, newly updated guide to Objective-C. Objective-C is a powerful, object-oriented extension of C, making this update the perfect follow-up to... Learn to write apps for some of today's hottest technologies, including the iPhone and iPad (using iOS), as well as the Mac (using OS X). It starts... |
cena:
179,98 |
![]() |
Beginning Objective C
ISBN: 9781430243687 / Angielski / Miękka / 404 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Objective-C is today's fastest growing programming language, at least in part due to the popularity of Apple's Mac, iPhone and iPad. Beginning Objective-C is for you if you have some programming experience, but you're new to the Objective-C programming language and you want a modern--and fast--way forwards to your own coding projects.
Beginning Objective-C offers you a modern programmer's perspective on Objective-C courtesy of two of the best iOS and Mac developers in the field today, and gets you programming to the best of your ability in this important language. It... Objective-C is today's fastest growing programming language, at least in part due to the popularity of Apple's Mac, iPhone and iPad. Beginning Obj...
|
cena:
147,11 |
![]() |
Introducing Java Ee 7: A Look at What's New
ISBN: 9781430258483 / Angielski / Miękka / 240 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Introducing Java EE 7: A Look at What's New guides you through the new features and enhancements in each of the technologies comprising the Java EE platform. Readers of this book will not have to wade through introductory material or information covering features that have been part of the EE platform for years. Instead, developers can pick this book up and read it to brush up on those features that have changed or have been added for the EE 7 release. This handy reference helps you move forward from Java EE 6 to the new EE 7 platform quickly and easily.
Java is a mature... Introducing Java EE 7: A Look at What's New guides you through the new features and enhancements in each of the technologies comprising the J...
|
cena:
93,91 |
![]() |
An Introduction to Programming with ActionScript 3.0
ISBN: 9781449600082 / Angielski / Miękka / 538 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. This New Full-Color, Multimedia-Focused Text Provides A CS1 Level Introduction To Computer Programming By Employing An Example-Based Methodology Involving Animation, Sound, Graphics, And Interactivity. As The Multimedia Language Associated With Adobe? Flash?, Actionscript 3.0 Offers A More Compelling Introduction To The World Of Programming Than Other Standard Programming Languages, Yet Is Powerful And Comprehensive Enough To Provide A Complete Introduction To All The Foundational Concepts. By Using The Flash Environment, This Book Presents Programming Concepts That Are Relevant To...
This New Full-Color, Multimedia-Focused Text Provides A CS1 Level Introduction To Computer Programming By Employing An Example-Based Methodology Invol...
|
cena:
506,02 |
![]() |
Compiler Design: Analysis and Transformation
ISBN: 9783642175473 / Angielski / Twarda / 177 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. This text deals with the analysis phase of translators for programming languages. It describes lexical, syntactic and semantic analysis, specification mechanisms for these tasks from the theory of formal languages and methods for automatic generation.
This text deals with the analysis phase of translators for programming languages. It describes lexical, syntactic and semantic analysis, specification...
|
cena:
286,39 |