Mostrando 17,241 - 17,260 Resultados de 20,414 Para Buscar 'Urrao~', tiempo de consulta: 1.09s Limitar resultados
  1. 17241
    Publicado 2021
    Tabla de Contenidos: “…Part I: The C Programming Language -- Chapter 1: Introduction -- Chapter 2: Our First Program -- Chapter 3: Types and Declarations -- Chapter 4: Exercises -- Chapter 5: Operators -- Chapter 6: Expressions -- Chapter 7: Statements -- Chapter 8: Exercises -- Chapter 9: Arrays -- Chapter 10: Pointers -- Chapter 11: Command-line Arguments -- Chapter 12: Exercises -- Chapter 13: Functions -- Chapter 14: Exercises -- Chapter 15: Structures -- Chapter 16: Unions -- Chapter 17: Conditional Expression -- Chapter 18: Typedef -- Chapter 19: Const Qualifier -- Chapter 20: Enumerations -- Chapter 21: Function Pointers -- Chapter 22: Exercises -- Chapter 23: Preprocessor -- Chapter 24: Exercises -- Chapter 25: Dynamic Memory Allocation -- Chapter 26: Storage and Scope -- Chapter 27: Exercises -- Chapter 28: Standard Input and Output -- Chapter 29: File Input and Output -- Chapter 30: Exercises -- Chapter 31: Header and Source Files -- Part II: The C Standard Library -- Chapter 32: Introduction to C Standard Library -- Part III: Modern C Standards -- Chapter 33: Introduction to C 11 Standards -- Chapter 34: The C 17 Standard -- Chapter 35: The Upcoming C2X Standard -- Part IV: Dos and Don'ts -- Chapter 36: Do Not Use the gets Function -- Chapter 37: Initialize Variables Before Using Them -- Chapter 38: Do Not Read Out of Bounds -- Chapter 39: Do Not Free the Allocated Memory Twice -- Chapter 40: Do Not Cast the Result of malloc -- Chapter 41: Do Not Overflow a Signed Integer -- Chapter 42: Cast a Pointer to void* When Printing Through printf -- Chapter 43: Do Not Divide by Zero -- Chapter 44: Where to Use Pointers? …”
    Libro electrónico
  2. 17242
    por Dmitrović, Slobodan
    Publicado 2024
    Tabla de Contenidos: “…Part I: The C Programming Language -- Chapter 1: Introduction -- Chapter 2: Our First Program -- Chapter 3: Types and Declarations -- Chapter 4: Exercises -- Chapter 5: Operators -- Chapter 6: Expressions -- Chapter 7: Statements -- Chapter 8: Exercises -- Chapter 9: Arrays -- Chapter 10: Pointers -- Chapter 11: Command-line Arguments -- Chapter 12: Exercises -- Chapter 13: Functions -- Chapter 14: Exercises -- Chapter 15: Structures -- Chapter 16: Unions -- Chapter 17: Conditional Expression -- Chapter 18: Typedef -- Chapter 19: Const Qualifier -- Chapter 20: Enumerations -- Chapter 21: Function Pointers -- Chapter 22: Exercises -- Chapter 23: Preprocessor -- Chapter 24: Exercises -- Chapter 25: Dynamic Memory Allocation -- Chapter 26: Storage and Scope -- Chapter 27: Exercises -- Chapter 28: Standard Input and Output -- Chapter 29: File Input and Output -- Chapter 30: Exercises -- Chapter 31: Header and Source Files -- Part II: The C Standard Library -- Chapter 32: Introduction to C Standard Library -- Part III: Modern C Standards -- Chapter 33: Introduction to C 11 Standards -- Chapter 34: The C 17 Standard -- Chapter 35: The Upcoming C2X Standard -- Part IV: Dos and Don'ts -- Chapter 36: Do Not Use the gets Function -- Chapter 37: Initialize Variables Before Using Them -- Chapter 38: Do Not Read Out of Bounds -- Chapter 39: Do Not Free the Allocated Memory Twice -- Chapter 40: Do Not Cast the Result of malloc -- Chapter 41: Do Not Overflow a Signed Integer -- Chapter 42: Cast a Pointer to void* When Printing Through printf -- Chapter 43: Do Not Divide by Zero -- Chapter 44: Where to Use Pointers? …”
    Libro electrónico
  3. 17243
    Publicado 2024
    Tabla de Contenidos: “…Emitting the function body -- Setting up the module and the driver -- Wrapping all in the code generator -- Initializing the target machine class -- Emitting assembler text and object code -- Summary -- Chapter 5: IR Generation for High-Level Language Constructs -- Technical requirements -- Working with arrays, structs, and pointers -- Getting the application binary interface right -- Creating IR code for classes and virtual functions -- Implementing single inheritance -- Extending single inheritance with interfaces -- Adding support for multiple inheritance -- Summary…”
    Libro electrónico
  4. 17244
    Publicado 2017
    Tabla de Contenidos: “…La poesía de Federico García Lorca como paradigma de la literatura mundial / Antonio Machado y la cuestión de la literatura mundial / World literature a lomo de burro: sobre la universalidad y la medialidad de las fórmulas poéticas de Platero y yo (elegía andaluza) (1914) / Weltliteratur, world literature y microsistemas literarios: canonización(es) de Rosalía de Castro y Manuel Rivas / To bring a dead man to life: a propósito de algunas traducciones de Federico García Lorca / Formas de la propagación. …”
    Enlace del recurso
    Libro electrónico
  5. 17245
    por Špetič, Aleš
    Publicado 2002
    Tabla de Contenidos: “…Arrays; 3.2.3. Matrices; 3.3. Finding Regions; 3.3.2. …”
    Libro electrónico
  6. 17246
    por Cadenhead, Rogers
    Publicado 2007
    Tabla de Contenidos: “…Cover -- Contents -- Introduction -- How This Book Is Organized -- Who Should Read This Book -- Conventions Used in This Book -- WEEK I: The Java Language -- DAY 1: Getting Started with Java -- The Java Language -- Object-Oriented Programming -- Objects and Classes -- Attributes and Behavior -- Organizing Classes and Class Behavior -- Summary -- Q&amp -- A -- Quiz -- Exercises -- DAY 2: The ABCs of Programming -- Statements and Expressions -- Variables and Data Types -- Comments -- Literals -- Expressions and Operators -- String Arithmetic -- Summary -- Q&amp -- A -- Quiz -- Exercises -- DAY 3: Working with Objects -- Creating New Objects -- Accessing and Setting Class and Instance Variables -- Calling Methods -- References to Objects -- Casting and Converting Objects and Primitive Types -- Comparing Object Values and Classes -- Summary -- Q&amp -- A -- Quiz -- Exercises -- DAY 4: Lists, Logic, and Loops -- Arrays -- Block Statements -- if Conditionals -- switch Conditionals -- for Loops -- while and do Loops -- Breaking Out of Loops -- Summary -- Q&amp -- A -- Quiz -- Exercises -- DAY 5: Creating Classes and Methods -- Defining Classes -- Creating Instance and Class Variables -- Creating Methods -- Creating Java Applications -- Java Applications and Command-line Arguments -- Creating Methods with the Same Name, Different Arguments -- Constructor Methods -- Overriding Methods -- Finalizer Methods -- Summary -- Q&amp -- A -- Quiz -- Exercises -- DAY 6: Packages, Interfaces, and Other Class Features -- Modifiers -- Static Variables and Methods -- Final Classes, Methods, and Variables -- Abstract Classes and Methods -- Packages -- Using Packages -- Creating Your Own Packages -- Interfaces -- Creating and Extending Interfaces -- Inner Classes -- Summary -- Q&amp -- A -- Quiz -- Exercises -- DAY 7: Exceptions, Assertions, and Threads -- Exceptions…”
    Libro electrónico
  7. 17247
    por Ali, Maher
    Publicado 2009
    Tabla de Contenidos: “…2.2.1 Creating and deallocating objects2.2.2 Preventing memory leaks; 2.3 Protocols; 2.3.1 Protocol conformance; 2.4 Properties; 2.4.1 Property declaration; 2.4.2 Circular references; 2.5 Categories; 2.6 Posing; 2.7 Exceptions and Errors; 2.7.1 Exceptions; 2.7.2 Errors; 2.8 Key-value coding (KVC); 2.8.1 An example illustrating KVC; 2.9 Multithreading; 2.10 Notifications; 2.11 The Objective-C Runtime; 2.11.1 Required header files; 2.11.2 The NSObject class; 2.11.3 Objective-C methods; 2.11.4 Examples; 2.12 Summary; Problems; 3 Collections; 3.1 Arrays; 3.1.1 Immutable copy; 3.1.2 Mutable copy…”
    Libro electrónico
  8. 17248
    por Valentine, D. T., 1946-
    Publicado 2007
    Tabla de Contenidos: “…Cover; Copyright Page; Contents; Preface to the third edition; PART I: ESSENTIALS; Chapter 1 Introduction; 1.1 Using MATLAB; 1.2 The MATLAB desktop; 1.3 Sample program; 1.3.1 Cut and paste; 1.3.2 Saving a program: script files; 1.3.3 How a program works; Chapter 2 MATLAB fundamentals; 2.1 Variables and the workspace; 2.1.1 Variables; 2.1.2 Case sensitivity; 2.1.3 The workspace; 2.1.4 Adding commonly used constants to the workspace; 2.2 Arrays: vectors and matrices; 2.2.1 Initializing vectors: explicit lists; 2.2.2 Initializing vectors: the colon operator; 2.2.3 linspace…”
    Libro electrónico
  9. 17249
    por Courtenay, Will H.
    Publicado 2011
    Tabla de Contenidos: “…-- Engendering Health: The Social Construction of Gendered Health Beliefs and Behaviors -- Constructions of Masculinity and Their Influence on Men's Well-Being: A Theory of Gender and Health -- Part III: Specific Populations -- Introduction: Ethnicity Matters -- Rural Men's Health: Situating Men's Risk in the Negotiation of Masculinity -- College Men's Health -- Preventive Health Strategies for Men in Prison -- Part IV: Emerging Research on Men, Masculinity and Health -- Youth Violence? …”
    Enlace del recurso
    Libro electrónico
  10. 17250
    Publicado 2012
    “…As a result Poetics of Hispanism covers a broad array of subjects: the relation of form to issues of context, values, and influence; alterity as the ground on which the voice realizes the need to sing; or issues of pedagogy and literary history -as in the history and actuality of the romance. …”
    Libro electrónico
  11. 17251
    Publicado 2020
    “…El volum incorpora, doncs, un assaig biogràfic a càrrec de Ramon Ordeig i Mata; l'àmbit tan poc conegut d'Eduard Junyent com a poeta a càrrec de Pere Tió i Puntí; la seva faceta d'arqueòleg, a càrrec d'Imma Ollich i Castanyé; la d'historiador de l'art, a càrrec de Miquel Mirambell i Abancó, i la de museòleg, a càrrec de Marc Sureda i Jubany- El volum s'ha complementat amb la recuperació d'una Notícia bibliogràfica que Ignàsia Font i Escalé va publicar l'any 1979, arran del traspàs del Dr. Eduard Junyent, en el número extraordinari (91-92) de la revista Ausa amb qué el Patronat d'Estudis Osonencs homenatjava el seu fundador. …”
    Libro
  12. 17252
    “…Learn to program an array of customized devices and solutions As a compact, highly efficient, scalable operating system, Windows Embedded Compact 7 (WEC7) is one of the best options for developing a new generation of network-enabled, media-rich, and service-oriented devices. …”
    Libro electrónico
  13. 17253
    Publicado 2016
    “…Juxtaposing canonical fiction with popular, and low-budget independent films with Classical Hollywood, Leyda brings the analytic tools of American cultural and literary studies to bear on an eclectic array of primary texts as she builds a case for the significance of mobility in the study of the United States »Das Buch unterstreicht die Wichtigkeit, die Geschichte der Mobilität im 20. …”
    Libro electrónico
  14. 17254
    Publicado 2011
    “…Displaying a virtuoso array of metrical patterns, the Kakawin Ramayana is among the very few Old Javanese texts for which a specific Sanskrit prototype has been identified, namely the difficult poem Bhattikavya (circa 7th century AD), itself a version of the great Ramayana epic ascribed to Valmiki (circa 6th–1st century BC). …”
    Libro electrónico
  15. 17255
    Publicado 2013
    “…"Writing History in the Digital Age began as a one-month experiment in October 2010, featuring chapter-length essays by a wide array of scholars with the goal of rethinking traditional practices of researching, writing, and publishing, and the broader implications of digital technology for the historical profession. …”
    Libro electrónico
  16. 17256
    Publicado 2018
    “…Through fifteen essays that work from a rich array of primary sources, this collection makes the novel claim that early modern European women, like men, had a youth. …”
    Libro electrónico
  17. 17257
    Publicado 2015
    “…From True Womanhood to the "feminine mystique" to the vast array of new gained liberties and life choices at the end of the last millennium, Janina Corda examines the developing images of women and their depiction in the literature and culture of America's 20th century…”
    Libro electrónico
  18. 17258
    Publicado 2018
    “…It examines conceptual aspects of time, such as the categories women and men use to define it, and the somatic, lived experiences of time ranging between an instant and the course of family life. Drawing on a wide array of textual and material primary sources, this book assesses the ways that gender and other categories of difference affect understandings of time…”
    Libro electrónico
  19. 17259
    Publicado 2022
    “…Scholars of architectural history, art history, church history, economic history, gender history, history of law, history of literature, history of medicine, history of science, and social history detail how privacy and the private manifest within a wide array of sources, discourses, practices, and spatial programmes. …”
    Libro electrónico
  20. 17260
    Publicado 2021
    Tabla de Contenidos: “…-- Conclusions: Midwives as human capital in rural regions -- Notes -- References -- 5 Postcolonial midwifery: Midwives, territories and human rights in development -- Introduction -- Human rights in development, women's rights in childbirth: What about the women in the Global South? …”
    Libro electrónico