Mostrando 241 - 260 Resultados de 225,481 Para Buscar '"C "', tiempo de consulta: 0.34s Limitar resultados
  1. 241
    por Stephens, D. Ryan
    Publicado 2005
    Tabla de Contenidos: “…Building C++ applications -- Code organization -- Numbers -- Strings and text -- Dates and times -- Managing data with containers -- Algorithms -- Classes -- Exceptions and safety -- Streams and files -- Science and mathematics -- Multithreading -- Internationalization -- XML -- Miscellaneous…”
    Libro electrónico
  2. 242
    por Lippman, Stanley B.
    Publicado 2002
    Materias: “…C# (Computer program language)…”
    Libro electrónico
  3. 243
    por Hilyard, Jay
    Publicado 2006
    Materias: “…C# (Computer program language)…”
    Libro electrónico
  4. 244
    por Liberty, Jesse
    Publicado 2001
    Tabla de Contenidos: “…Intro -- Table of Contents -- Preface -- About This Book -- What You Need To Use This Book -- How the Book Is Organized -- Part I, The C# Language -- Part II, Programming with C# -- Part III, The CLR and the .NET Framework -- Who This Book Is For -- C# 2.0 Versus C# 1.1 -- C# Versus Visual Basic .NET -- C# Versus Java -- C# Versus C and C++ -- Conventions Used in This Book -- Support -- We'd Like to Hear from You -- Safari Enabled -- Acknowledgments -- Part I -- C# and the .NET Framework -- The .NET Platform -- The .NET Framework -- Compilation and the MSIL -- The C# Language -- Getting Started: "Hello World" -- Classes, Objects, and Types -- Methods -- Comments -- Console Applications -- Namespaces -- The Dot Operator (.) -- The using Keyword -- Case Sensitivity -- The static Keyword -- Developing "Hello World" -- Editing "Hello World" -- Compiling and Running "Hello World" -- Using the Visual Studio .NET Debugger -- C# Language Fundamentals -- Types -- Working with Built-in Types -- Choosing a built-in type -- Converting built-in types -- Variables and Constants -- Definite Assignment -- Constants -- Enumerations -- Strings -- Identifiers -- Expressions -- Whitespace -- Statements -- Unconditional Branching Statements -- Conditional Branching Statements -- if...else statements -- Nested if statements -- switch statements: an alternative to nested ifs -- Switch on string statements -- Iteration Statements -- The goto statement -- The while loop -- The do...while loop -- The for loop -- The foreach statement -- The continue and break statements -- Operators -- The Assignment Operator (=) -- Mathematical Operators -- Simple arithmetical operators (+, -, *, /) -- The modulus operator (%) to return remainders -- Increment and Decrement Operators -- Calculate and reassign operators -- The prefix and postfix operators -- Relational Operators…”
    Libro electrónico
  5. 245
    por Vandevoorde, David
    Publicado 2003
    Tabla de Contenidos: “…B.3 Overloading Details -- Bibliography -- Newsgroups -- Books and Web Sites -- Glossary -- A -- C -- D -- E -- F -- H -- I -- L -- M -- N -- O -- P -- Q -- R -- S -- T -- U -- W -- Index…”
    Libro electrónico
  6. 246
    por Albahari, Ben
    Publicado 2002
    Tabla de Contenidos: “…Table of Contents; Preface; Audience; About This Book; C# Online; Conventions Used in This Book; How to Contact Us; Acknowledgments; Ben Albahari; Peter Drayton; Brad Merrill; Introduction; C# Language; Common Language Runtime; Framework Class Library; A First C# Program; C# Language Reference; Identifiers; Types; Type Instances; Example: Building and Using Types; Implicit and Explicit Conversions; Categories of Types; Value types; Reference types; Pointer types; Predefined Types; Integral types; Floating-point types; decimal type; char type; bool type; object type; string type…”
    Libro electrónico
  7. 247
    Publicado 2002
    Materias:
    Libro electrónico
  8. 248
    por Liberty, Jesse
    Publicado 2008
    Materias: “…C# (Computer program language)…”
    Libro electrónico
  9. 249
    por Horton, Ivor
    Publicado 2006
    Tabla de Contenidos: “…Programming in C -- First Steps in Programming -- Making Decisions -- Loops -- Arrays -- Applications with Strings and Text -- Pointers -- Structuring Your Programs -- More on Functions -- Essential Input and Output Operations -- Structuring Data -- Working with Files -- Supporting Facilities…”
    Libro electrónico
  10. 250
    Publicado 1999
    Materias: “…Microsoft Visual C++…”
    Libro electrónico
  11. 251
    Publicado 2009
    Tabla de Contenidos: “…About the Author; Contents at a Glance; Table of Contents; Introduction; Part I Introduction to C++ Programming; Chapter 1 Writing Your First C++ Program; Grasping C++ Concepts; Installing Code:: Blocks; Creating Your First C++ Program; Executing Your Program; Reviewing the Annotated Program; Calculating Expressions; Chapter 2 Declaring Variables Constantly; Declaring Variables; Declaring Different Types of Variables; Declaring Variable Types; Wide Loads on Char Highway; Are These Calculations Really Logical?…”
    Libro electrónico
  12. 252
    por DeVoe, Jiva
    Publicado 2011
    Tabla de Contenidos: “…Objective-C; About the Author; Credits; Preface; Acknowledgments; Contents; Part I: Introducing Objective-C; Chapter 1: Introducing Objective-C; Using Xcode for Development; Understanding the Compilation Process; Using the Xcode Static Analyzer; Understanding the Objective-C Runtime; Summary; Chapter 2: Understanding Basic Syntax; Working with Statements and Expressions; Working with Functions; Controlling Program Flow; Applying What You Have Learned; Summary; Chapter 3: Adding Objects; Understanding Objects; Working with Properties; Applying Objects…”
    Libro electrónico
  13. 253
    Publicado 2006
    “…C# cookbook. German…”
    Libro electrónico
  14. 254
    Publicado 2001
    Tabla de Contenidos: “…Cover image; Title page; Table of Contents; Copyright; Preface; Preface to second edition; Chapter 1: An introduction to C; Properties and background; Fundamental interfacing; Programmable input-output devices; 8255 programmable peripheral interface; Programming the 8255; IBM PC bus; Accessing specific memory locations with C; Reading the contents of I/O space using pointers; C program development; Variables; Data type; Qualifiers; Reading the status of an input port; Controlling printf(); The coercion operator: cast; Writing from keyboard to output port; Entering data using scanf()…”
    Libro electrónico
  15. 255
    por Kushnir, Vladimir
    Publicado 2012
    Tabla de Contenidos: “…A bug-hunting strategy for C++ -- part II. Bug hunting: one bug at a time -- part III. …”
    Libro electrónico
  16. 256
    Publicado 2006
    Materias: “…C++ (Computer program language)…”
    Libro electrónico
  17. 257
    Publicado 2004
    Materias: “…C# (Computer program language)…”
    Libro electrónico
  18. 258
    Publicado 2019
    Materias: “…Vitamin C.…”
    Libro electrónico
  19. 259
    Publicado 2010
    Materias: “…C# (Computer program language)…”
    Libro electrónico
  20. 260
    por Mittal, Ajay
    Publicado 2010
    Tabla de Contenidos: “…Cover -- Programming in C -- Copyright -- Contents -- About the Author -- Preface -- 1 Data Types, Variables and Constants -- 1.1 Introduction -- 1.2 C Standards -- 1.2.1 Kernighan & Ritchie (K&R) C Standard -- 1.2.2 ANSI C/Standard C/C89 Standard -- 1.2.3 ISO C/C90 Standard -- 1.2.4 C99 Standard -- 1.3 Learning Programming Language and Natural Language: An Analogy -- 1.4 C Character Set -- 1.5 Identifiers and Keywords -- 1.5.1 Identifiers -- 1.5.2 Keywords -- 1.6 Declaration Statement -- 1.7 Data Types -- 1.7.1 Basic/Primitive Data Types -- 1.7.2 Derived Data Types -- 1.7.3 User-defined Data Types -- 1.8 Type Qualifiers and Type Modifiers -- 1.8.1 Type Qualifiers -- 1.8.2 Type Modifiers -- 1.9 Difference Between Declaration and Definition -- 1.10 Data Object, L-value and R-value -- 1.10.1 Data Object -- 1.10.2 L-value -- 1.10.3 R-value -- 1.11 Variables and Constants -- 1.11.1 Variables -- 1.11.2 Constants -- 1.12 Structure of a C Program -- 1.12.1 Comments -- 1.12.2 Section1: Preprocessor Directive Section -- 1.12.3 Section 2: Global Declaration Section -- 1.12.4 Section 3: Functions Section -- 1.13 Executing a C Program -- 1.14 More Programs for Startup -- 1.15 Summary -- Exercise Questions -- Conceptual Questions and Answers -- Code Snippets -- Multiple-choice Questions -- Outputs and Explanations to Code Snippets -- Answers to Multiple-choice Questions -- Programming Exercises -- Test Yourself -- 2 Operators and Expressions -- 2.1 Introduction -- 2.2 Expressions -- 2.2.1 Operands -- 2.2.2 Operators -- 2.3 Simple Expressions and Compound Expressions -- 2.3.1 Precedence of Operators -- 2.3.2 Associativity of Operators -- 2.4 Classification of Operators -- 2.4.1 Classification Based on Number of Operands -- 2.4.2 Classification Based on Role of Operator -- 2.5 Combined Precedence of All Operators -- 2.6 Summary -- Exercise Questions…”
    Libro electrónico