Mostrando 8,461 - 8,480 Resultados de 18,434 Para Buscar '"The Reader"', tiempo de consulta: 0.13s Limitar resultados
  1. 8461
    Publicado 2012
    “…This book is a practical manual for primary healthcare professionals, teachers and anyone who works with children - especially in places where specialist psychiatric care is not available. After giving the reader an overview of child mental health problems, the manual goes on to deal with the various developmental, behavioural and emotional problems that arise in as many as 10% of the youth population. …”
    Libro electrónico
  2. 8462
    por Alvarez Igarzábal, Federico
    Publicado 2019
    “…This book-length study dedicated to time perception and video games is an indispensable resource for game scholars and game developers alike. Its reader-friendly style makes it readily accessible to the interested layperson…”
    Libro electrónico
  3. 8463
    Publicado 2024
    “…Collectively the authors invite the reader to engage with them in questioning the usefulness of social theory in higher education teaching and research, in considering its possibilities and limits, and in experiencing the opportunity it offers to understand ourselves and our work differently. …”
    Libro electrónico
  4. 8464
    Publicado 2024
    “…It also reflects the development and maturation of Gabler's own genetic criticism and his methodology of genetic editing, which grows in depth and complexity across the collection. The reader will explore Joyce's life and works through Gabler's incisive eye, while also examining a progress of his reflections on his edition of Ulysses and the past controversy that beset it. …”
    Libro electrónico
  5. 8465
    Publicado 2020
    “…An interview with a jurist guides the reader through the interpretation of Article 32 of the Constitution, a pillar of the precious system of health guarantees enjoyed by Italian citizens. …”
    Libro electrónico
  6. 8466
    Publicado 2023
    “…Carefully curated case studies of young impact-driven entrepreneurs along with resources, including action-based frameworks, diagrams, and templates for founders to replicate, and a reader's checklist to enable the transformation of daily practice (and a company), will open new dimensions that amplify the global shift towards a more regenerative world and a multiverse of possibilities. …”
    Libro electrónico
  7. 8467
    por Kreeft, Peter, aut 1937-
    Publicado 2005
    “…"Peter Kreeft takes the reader on a voyage of discovery into the philosophical bones of Middle earth. …”
    Libro
  8. 8468
  9. 8469
    Publicado 1995
    CDROM
  10. 8470
    Publicado 2020
    “…Toutes les perspectives critiques qui l'ont placé au coeur de leur démarche, de l'esthétique de la réception à la "reader response theory", ont toujours oscillé entre, d'une part, la mise en évidence de catégories ou de stratégies partagées par tous les lecteurs et lectrices appartenant à une même communauté d'interprétation, au risque de manquer l'originalité de chaque appropriation, et, d'autre part, la fascination pour l'infinie diversité des interprétations et des usages des textes, au risque de tomber dans la collecte, elle-même infinie, des singularités. …”
    Libro
  11. 8471
    Publicado 2009
    “…The 28 specially commissioned chapters, written by renowned comparative scholars, guide the reader through the central issues and debates, presenting a state-of-the-art guide to the past, present and possible futures of the field. …”
    Libro
  12. 8472
  13. 8473
    Publicado 2024
    “…Deterring Armageddon takes the reader from backroom deals that led to NATO's creation, through the Cold War, the Balkans and Afghanistan to the current confrontation with the Kremlin following the invasion of Ukraine. …”
    Libro
  14. 8474
    Publicado 2012
    “…La aparición de los libros electrónicos y las prestaciones asociadas a los mismos a través de las aplicaciones de e-reader y tablet, blog, sistemas de lectura social, etc., han violentado las definiciones canónicas asociadas al libro. …”
    Libro
  15. 8475
    Publicado 2022
    “…In addition, it offers pleasure for the casual reader from its gossipy recounting of the passions, follies, and scandals of decadent emperors, and the noble and admirable deeds of the good ones. …”
    Listado de la colección ordenado por nº de serie. Búsqueda por autor en búsqueda avanzada, limitando por colección
    Libro electrónico
  16. 8476
    Publicado 2024
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Part 1: Simple Views -- Chapter 1: Exploring the Environment - Xcode, Playgrounds, and SwiftUI -- Technical requirements -- Exploring SwiftUI with Xcode -- A brief tour of Xcode -- Your first SwiftUI project -- Creating a SwiftUI project -- Creating a multi-platform project -- Previews and the simulator -- Playgrounds -- The app submission process -- Certificates -- Mobile provisioning profiles -- The application submission process -- Summary -- Chapter 2: Adding Basic UI Elements and Designing Layouts -- Technical requirements -- Reusing views code -- More about Text -- Managing space in SwiftUI -- The padding modifier -- The .frame modifier -- The .alignment modifier -- The Spacer -- The Divider -- Digging deeper into stacks -- Overview of stacks -- HStack -- ZStack -- Summary -- Chapter 3: Adding Interactivity to a SwiftUI View -- Technical requirements -- Passing values at view creation -- Responding to a button tap -- Property wrappers -- Limitations of @State -- Changing a view appearance dynamically using modifiers -- Bidirectional binding with Picker -- Final notes on Subviews and @Binding, Classes, and @ObservableObject -- Summary -- Part 2: Scrollable Views -- Chapter 4: Iterating Views, Scroll Views, FocusState, Lists, and Scroll View Reader -- Technical requirements -- Iterating views -- Hiding or showing the keyboard in a form using @FocusState -- Scroll views -- Controlling scrolling programmatically using ScrollViewReader -- Summary -- Chapter 5: The Art of Displaying Grids -- Technical requirements -- Displaying grids in iOS -- The Grid view -- Creating a simple static grid -- Lazy grids -- Using GridItem to control the layout of LazyVGrid -- Scrolling horizontally and sizing the grid automatically…”
    Libro electrónico
  17. 8477
    por Gdeisat, Munther
    Publicado 2013
    “… MATLAB By Example guides the reader through each step of writing MATLAB programs. …”
    Libro electrónico
  18. 8478
    Publicado 2011
    Tabla de Contenidos: “…Determining File Length -- The InputStream Methods -- The OutputStream Class -- File Copy Utility -- The OutputStream Methods -- Character Streams -- File Viewer Utility -- Buffered Readers/Writers -- The BufferedReader Class -- The BufferedWriter Class -- Binary Versus Character Streams -- Chaining Streams -- The Line Count Program -- File Concatenation -- Accessing the Host File System -- The Directory Listing Program -- Filtering the Directory Listing -- Reading/Writing Objects -- Summary -- Chapter 10: Advanced I/O -- The Byte-Oriented Stream Classes -- The PushbackInputStream Class -- The SequenceInputStream Class -- The PrintStream Class -- The Character-Oriented Stream Classes -- The CharArray Reader/Writer Classes -- The Console Class -- The StreamTokenizer Class -- The Object-Oriented Streams -- The Externalizable Interface -- Nested Objects Serialization -- Versioning Objects -- Summary -- Chapter 11: Enums, Autoboxing, and Annotations -- Typesafe Enumerations -- Creating Integer Patterns for Enumerations -- The enum Type -- Listing Enumeration Constants -- Adding Properties to an Enumeration -- The ordinal and compareTo Methods -- Attaching Methods to Enumerations -- Serializing enum Types -- Autoboxing -- Wrapper Classes -- A Few Additions in J2SE 5.0 -- Additional Functionality -- Extended Support for Unicode Code Point -- The Void Wrapper -- Autoboxing/Unboxing -- Annotations -- Built-in Annotations -- The @Override Annotation -- The @SuppressWarnings Annotation -- Declaring Annotations -- Marker Annotations -- Multivalue Annotations -- Custom Annotation Program -- Rules for Defining Annotation Types -- Annotating an Annotation -- The Target Annotation -- The Retention Annotation -- Annotations at Runtime -- The Documented Annotation -- The Inherited Annotation -- Summary -- Chapter 12: Generics -- Generics -- What Are Generics?…”
    Libro electrónico
  19. 8479
    Publicado 2004
    Tabla de Contenidos: “…Introduction ; The concept of dyslexia ; Dyslexia and IQ ; Dyslexics versus poor readers ; Is dyslexia part of a continuum of reading ability? …”
    Acceso restringido con credenciales, usuarios UPSA
    Libro electrónico
  20. 8480
    Publicado 2012
    Tabla de Contenidos: “…Chapter Four. Let the Reader Understand; a. The Obscurity of Texts; b. The Legacy of the Grammarian; c. …”
    Click para texto completo desde fuera UPSA
    Click para texto completo desde UPSA
    Libro electrónico