Search preferences
Ir a los resultados principales

Filtros de búsqueda

Tipo de artículo

  • Todos los tipos de productos 
  • Libros (2)
  • Revistas y publicaciones (No hay ningún otro resultado que coincida con este filtro.)
  • Cómics (No hay ningún otro resultado que coincida con este filtro.)
  • Partituras (No hay ningún otro resultado que coincida con este filtro.)
  • Arte, grabados y pósters (No hay ningún otro resultado que coincida con este filtro.)
  • Fotografías (No hay ningún otro resultado que coincida con este filtro.)
  • Mapas (No hay ningún otro resultado que coincida con este filtro.)
  • Manuscritos y coleccionismo de papel (No hay ningún otro resultado que coincida con este filtro.)

Condición

Encuadernación

Más atributos

  • Primera edición (No hay ningún otro resultado que coincida con este filtro.)
  • Firmado (No hay ningún otro resultado que coincida con este filtro.)
  • Sobrecubierta (No hay ningún otro resultado que coincida con este filtro.)
  • Con imágenes (2)
  • No impresión bajo demanda (No hay ningún otro resultado que coincida con este filtro.)

Idioma (1)

Precio

  • Cualquier precio 
  • Menos de EUR 20 (No hay ningún otro resultado que coincida con este filtro.)
  • EUR 20 a EUR 45 
  • Más de EUR 45 (No hay ningún otro resultado que coincida con este filtro.)
Intervalo de precios personalizado (EUR)

Gastos de envío gratis

  • Envío gratis a Estados Unidos de America (No hay ningún otro resultado que coincida con este filtro.)

Ubicación del vendedor

  • Publicado por Reference Series Books LLC Dez 2011, 2011

    ISBN 10: 1157061346 ISBN 13: 9781157061342

    Librería: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Alemania

    Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

    Contactar al vendedor

    Impresión bajo demanda

    EUR 23,00 gastos de envío desde Alemania a Estados Unidos de America

    Destinos, gastos y plazos de envío

    Cantidad disponible: 2 disponibles

    Añadir al carrito

    Taschenbuch. Condición: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -Source: Wikipedia. Pages: 107. Chapters: C, Dennis Ritchie, Brian Kernighan, International Obfuscated C Code Contest, ANSI C, Header file, C standard library, Union, C syntax, Comparison of Pascal and C, Malloc, Operators in C and C++, C preprocessor, C variable types and declarations, Compatibility of C and C++, Standard streams, Atan2, Sizeof, C string, C99, Typedef, Setcontext, Volatile variable, Duff's device, The C Programming Language, Struct, Precompiled header, Wide character, C1X, Undefined behavior, List of C functions, Strlcpy, Intel Memory Model, Sequence point, Digraphs and trigraphs, Impulse C, Interactive C, Blocks, Include guard, MISRA C, Ldexp, Pragma once, Long double, The lexer hack, Function prototype, ANSI/ISO C Specification Language, Offsetof, Variadic macro, Underhanded C Contest, Restrict, Strtod, Comma operator, Atoi, Size t, Strtol, F2c, Signature, Header-only, Prefix header, C Traps and Pitfalls, PhysicsFS, CFLAGS, Clone, Fputs, Swab, Translation unit, Pro C, Storage classes in C, Painted blue, BCX, Source Annotation Language, Remove, C for Dummies, LDAP Application Program Interface, Ltoa, C Primer Plus, Sigprocmask. Excerpt: The syntax of the C programming language is a set of rules that specifies whether the sequence of characters in a file is conforming C source code. The rules specify how the character sequences are to be chunked into tokens (the lexical grammar), the permissible sequences of these tokens and some of the meaning to be attributed to these permissible token sequences (additional meaning is assigned by the semantics of the language). C syntax makes use of the maximal munch principle. The C language represents numbers in three forms: integral, real and complex. This distinction reflects similar distinctions in the instruction set architecture of most central processing units. Integral data types store numbers in the set of integers, while real and complex numbers represent numbers (or pair of numbers) in the set of real numbers in floating point form. All C integer types have and variants. If or is not specified explicitly, in most circumstances is assumed. However, for historic reasons plain is a type distinct from both and . It may be a signed type or an unsigned type, depending on the compiler and the character set (C guarantees that members of the C basic character set have positive values). Also, bit field types specified as plain may be signed or unsigned, depending on the compiler. C's integer types come in different fixed sizes, capable of representing various ranges of numbers. The type occupies exactly one 'byte' (the smallest addressable storage unit), which is typically 8 bits wide. (Although can represent any of C's 'basic' characters, a wider type may be required for international character sets.) Most integer types have both and varieties; signed integer types may use a two's complement, ones' complement, or sign-and-magnitude representation. In many cases, there are multiple equivalent ways to designate the type; for example, and are synonymous. The representation of some types may include unused 'padding' bits, which occupy storage but are not included i 108 pp. Englisch.

  • EUR 29,13 gastos de envío desde Alemania a Estados Unidos de America

    Destinos, gastos y plazos de envío

    Cantidad disponible: 1 disponibles

    Añadir al carrito

    Taschenbuch. Condición: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - Source: Wikipedia. Pages: 107. Chapters: C, Dennis Ritchie, Brian Kernighan, International Obfuscated C Code Contest, ANSI C, Header file, C standard library, Union, C syntax, Comparison of Pascal and C, Malloc, Operators in C and C++, C preprocessor, C variable types and declarations, Compatibility of C and C++, Standard streams, Atan2, Sizeof, C string, C99, Typedef, Setcontext, Volatile variable, Duff's device, The C Programming Language, Struct, Precompiled header, Wide character, C1X, Undefined behavior, List of C functions, Strlcpy, Intel Memory Model, Sequence point, Digraphs and trigraphs, Impulse C, Interactive C, Blocks, Include guard, MISRA C, Ldexp, Pragma once, Long double, The lexer hack, Function prototype, ANSI/ISO C Specification Language, Offsetof, Variadic macro, Underhanded C Contest, Restrict, Strtod, Comma operator, Atoi, Size t, Strtol, F2c, Signature, Header-only, Prefix header, C Traps and Pitfalls, PhysicsFS, CFLAGS, Clone, Fputs, Swab, Translation unit, Pro C, Storage classes in C, Painted blue, BCX, Source Annotation Language, Remove, C for Dummies, LDAP Application Program Interface, Ltoa, C Primer Plus, Sigprocmask. Excerpt: The syntax of the C programming language is a set of rules that specifies whether the sequence of characters in a file is conforming C source code. The rules specify how the character sequences are to be chunked into tokens (the lexical grammar), the permissible sequences of these tokens and some of the meaning to be attributed to these permissible token sequences (additional meaning is assigned by the semantics of the language). C syntax makes use of the maximal munch principle. The C language represents numbers in three forms: integral, real and complex. This distinction reflects similar distinctions in the instruction set architecture of most central processing units. Integral data types store numbers in the set of integers, while real and complex numbers represent numbers (or pair of numbers) in the set of real numbers in floating point form. All C integer types have and variants. If or is not specified explicitly, in most circumstances is assumed. However, for historic reasons plain is a type distinct from both and . It may be a signed type or an unsigned type, depending on the compiler and the character set (C guarantees that members of the C basic character set have positive values). Also, bit field types specified as plain may be signed or unsigned, depending on the compiler. C's integer types come in different fixed sizes, capable of representing various ranges of numbers. The type occupies exactly one 'byte' (the smallest addressable storage unit), which is typically 8 bits wide. (Although can represent any of C's 'basic' characters, a wider type may be required for international character sets.) Most integer types have both and varieties; signed integer types may use a two's complement, ones' complement, or sign-and-magnitude representation. In many cases, there are multiple equivalent ways to designate the type; for example, and are synonymous. The representation of some types may include unused 'padding' bits, which occupy storage but are not included i.