Dope vector computer programming (1 resultados)

Título
Refinar con la Búsqueda avanzada

Filtrar la búsqueda

  • Libros (1)

  • Nuevo (1)

a

Intervalo de precios personalizado (EUR)

a

    • Idioma: Inglés

      Editorial: Omniscriptum, 2026

      6134578789 / 9786134578783

      • Tapa blanda
      • Impresión bajo demanda

      Librería: AHA-BUCH GmbH, Einbeck, AlemaniaAHA-BUCH GmbH

      Vendedor de 5 estrellas
      Contactar con el vendedor

      Condición: Nuevo

      EUR 189,66

      Envío por EUR 30,50 
      Se envía de Alemania a Estados Unidos de America

      Cantidad disponible: 1 disponibles

      Taschenbuch. Condición: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - Please note that the content of this book primarily consists of articlesavailable from Wikipedia or other free sources online. In computerprogramming, a dope vector is a data structure used to hold informationabout a data object, e.g. an array, especially its memory layout. A dopevector typically contains information about the type of array elementrank of an array, the extents of an array, and the stride of an array aswell as a pointer to the block in memory containing the array elements.It is often used in compilers to pass entire arrays between proceduresin a high level language like Fortran.