Mostrando 1,561 - 1,580 Resultados de 292,018 Para Buscar '"C "', tiempo de consulta: 0.46s Limitar resultados
  1. 1561
    por Sells, Chris
    Publicado 2004
    Materias:
    Libro electrónico
  2. 1562
    por Inc, Apple Computer
    Publicado 2002
    Tabla de Contenidos: “…Interface BuilderGraphical "Hello, World"; Open the main nib file; Other Tools; Command-Line Tools; Exercises; Object-Oriented Programming with Objective-C; Introducing Objects; Classes of Objects; Inheritance; Creating and Using Objects; Working with Multiple Objects; Methods and Messages; Arguments in Messages; Nested Messages; How Messaging Works; Objective-C-Defined Types; Creating New Classes; Defining the Song Interface; Defining the Song Implementation; Using the Song Class; Overriding Methods; Calling Superclass Methods; Object Creation; Designated initializers; Object Deallocation…”
    Libro electrónico
  3. 1563
    Publicado 2006
    Tabla de Contenidos: “…Beginning Visual C# 2005; Credits; About the Authors; Contents; Introduction; Who This Book Is For; How This Book Is Structured; What You Need to Use This Book; Conventions; Source Code; Errata; p2p.wrox.com; Part I: The C# Language; Chapter 1: Introducing C#; What Is the .NET Framework?…”
    Libro electrónico
  4. 1564
    Publicado 2001
    “…Waite Group's object-oriented programming in C++…”
    Libro electrónico
  5. 1565
    por Ibrahim, Dogan
    Publicado 2000
    Tabla de Contenidos: “…Front Cover; Microcontroller Projects in C for the 8051; Copyright Page; Contents; Preface; Chapter 1. …”
    Libro electrónico
  6. 1566
    por Mueller, John, 1958-
    Publicado 2009
    Tabla de Contenidos: “…C++ All-In-One for Dummies, 2nd Edition; About the Authors; Dedication; Authors' Acknowledgments; Introduction; No Experience Necessary; Great for Advanced Folks, Too!…”
    Libro electrónico
  7. 1567
    “…Every C# programmer needs to learn about LINQ (Language–Integrated Query), Microsoft's breakthrough technology for simplifying and unifying data access from any data source. …”
    Libro electrónico
  8. 1568
    por MacDonald, Matthew
    Publicado 2010
    Libro electrónico
  9. 1569
    por Jones, Allen
    Publicado 2010
    “…The expert's voice in C#…”
    Libro electrónico
  10. 1570
    por Michaelis, Mark
    Publicado 2009
    Materias: “…C♯ (Computer program language)…”
    Libro electrónico
  11. 1571
    por Dalrymple, Mark
    Publicado 2009
    Tabla de Contenidos: “…Hello -- Extensions to C -- to Object-Oriented Programming -- Inheritance -- Composition -- Source File Organization -- More About Xcode -- A Quick Tour of the Foundation Kit -- Memory Management -- Object Initialization -- Properties -- Categories -- Protocols -- to the AppKit -- File Loading and Saving -- Key-Value Coding -- NSPredicate…”
    Libro electrónico
  12. 1572
    por Noble, Sam
    Publicado 2008
    “…Although WPF has been generally available since 2008, commercial take–up has been relatively slow, and the publicly available body of knowledge has been weak in terms of real–world examples and best–practice information. Using WPF Recipes in C# 2008, you'll find a simple and straightforward approach to solving the problems you face every day. …”
    Libro electrónico
  13. 1573
    por Palmer, Grant
    Publicado 2008
    Tabla de Contenidos: “…A Little Taste of C# -- Abstraction and Modeling -- Objects and Classes -- Object Interactions -- Relationships Between Objects -- Collections of Objects -- Polymorphism and Some Final Object Concepts -- Object Modeling 101 -- The Object Modeling Process in a Nutshell -- Formalizing Requirements Through Use Cases -- Modeling the Static/Data Aspects of the System -- Modeling the Dynamic/Behavioral Aspects of the System -- Wrapping Up Our Modeling Efforts -- Translating a UML “Blueprint” into C# Code -- A Deeper Look at C# -- Transforming Our UML Model into C# Code -- Rounding Out Our Application, Part 1: Adding File Persistence -- Rounding Out Our Application, Part 2: Adding a Graphical User Interface -- Next Steps…”
    Libro electrónico
  14. 1574
    por MacDonald, Matthew
    Publicado 2008
    Materias:
    Libro electrónico
  15. 1575
    por Lee, Wei-Meng
    Publicado 2009
    Tabla de Contenidos: “…C# 2008; About the Author; About the Technical Editor; Credits; Acknowledgments; Contents; Introduction; Who This Book Is For; What This Book Covers; What You Need to Use This Book; Conventions; Source Code; Errata; p2p. wrox. com; Part I: C# Fundamentals; Chapter 1: The .NET Framework; What's the .NET Framework?…”
    Libro electrónico
  16. 1576
    por Donahoo, Michael J.
    Publicado 2009
    Tabla de Contenidos: “…Front Cover; TCP/IP Sockets in C; Copyright Page; Table of Contents; Preface to the Second Edition; Chapter 1. …”
    Libro electrónico
  17. 1577
    Publicado 2014
    Tabla de Contenidos: “…Cover -- About the Authors -- Title Page -- Copyright Page -- Contents -- Acknowledgments -- Part I: Critical Database Concepts -- 1 Oracle Database 12c Architecture Options -- Databases and Instances -- Inside the Database -- Choosing Architectures and Options -- 2 Installing Oracle Database 12c and Creating a Database -- Overview of Licensing and Installation Options -- Installing the Oracle Software -- 3 Upgrading to Oracle Database 12c -- Choosing an Upgrade Method -- Before Upgrading -- Upgrading the Grid Infrastructure and Database -- After Upgrading -- 4 Planning Oracle Applications-Approaches, Risks, and Standards -- The Cooperative Approach -- Everyone Has "Data" -- The Familiar Language of Oracle -- Some Common, Everyday Examples -- What Are the Risks? …”
    Libro electrónico
  18. 1578
    Publicado 2012
    Tabla de Contenidos: “…Cover -- Contents -- Foreword -- Preface to the Second Edition -- Preface to the First Edition -- Chapter 1: Introduction to Computers and Computing -- 1.1 Hardware -- Operating Systems -- 1.2 Evolution of Programming Languages -- 1.3 Brief History of C++ -- 1.4 C++ as a Superset of C Programming Language -- 1.5 To Run a Program -- 1.6 An Informal Introduction to C++ Program -- Summary -- Chapter 2: Moving from C to C++I -- 2.1 Fundamentals -- 2.1.1 Comments -- 2.1.2 Character set -- 2.1.3 Identifiers and keywords -- 2.2 Data Types -- 2.2.1 Simple data types -- 2.2.2 Aggregate data types -- 2.2.3 Pointer data type -- 2.2.4 Enumerated data type -- 2.2.5 Type reference -- 2.2.6 Type void -- 2.3 Constants and Variables Declarations -- 2.4 Operators and Expressions -- 2.5 Library Functions -- 2.6 Statements -- 2.7 Pre-processor Directives -- 2.8 C++ is a Block-Structured Language -- 2.9 Typedef Facility -- 2.10 Simple Input-Output -- 2.10.1 Input-output with cin and cout -- 2.10.2 Console input-output -- 2.11 Control Statements -- 2.11.1 if statement -- 2.11.2 Switch statement -- 2.12 Iteration Statements -- 2.12.1 for statement -- 2.12.2 while statement -- 2.12.3 do-while statement -- 2.12.4 break and continue statements -- 2.12.5 goto statement -- 2.12.6 Comparison of all the three constructs -- 2.13 End of Chapter Programs -- 2.13.1 Sum of series -- 2.13.2 Accuracy of type float is limited! …”
    Libro electrónico
  19. 1579
    por Lair, Robert
    Publicado 2012
    “…Beginning Silverlight 5 in C-sharp…”
    Libro electrónico
  20. 1580
    por MacDonald, Matthew
    Publicado 2010
    “…The new technology carries forward much of the work that has been done before and augments it in many important respects, including support for H.264 video, major improvements to the graphics engine (including true 3D rendering), and much richer data-binding options for interfacing with other applications. Pro Silverlight 4 in C# is an invaluable reference for professional developers wanting to discover the features of Silverlight 4. …”
    Libro electrónico