Mostrando 4,301 - 4,320 Resultados de 46,841 Para Buscar '"The Moderns"', tiempo de consulta: 0.15s Limitar resultados
  1. 4301
    por Hardiman, Louise
    Publicado 2017
    Materias:
    Libro electrónico
  2. 4302
    Publicado 2013
    Materias: “…Civilization, Modern…”
    Libro electrónico
  3. 4303
    Publicado 2020
    “…This book presents in-depth information on a variety of the latest developments in modern printed-circuit antennas written by several prominent authors in the field. …”
    Libro electrónico
  4. 4304
    Publicado 2023
    “…Engineering is of key importance to cope with flood risk as it provides integrated solutions associated with hydrological-hydraulic and coastal-advanced techniques for analysing flooding risk, for designing flood infrastructures for direct protection, for providing natural retention measures that enhance environmental and river restoration, for developing flood warning systems, and for presenting integrated construction and non-construction measures in order to adapt to emerging climatic challenges and develop resilience under the modern city environment…”
    Libro electrónico
  5. 4305
    Publicado 2023
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credit -- Dedicated -- Foreword -- Contributors -- Table of Contents -- Preface -- Part 1: Introducing Distributed Tracing -- Chapter 1: Observability Needs of Modern Applications -- Understanding why logs and counters are not enough -- Logs -- Events -- Metrics and counters -- What's missing? …”
    Libro electrónico
  6. 4306
    Publicado 2009
    Libro
  7. 4307
    Publicado 2023
    Tabla de Contenidos: “…Intro -- Contents -- Notes on Contributors -- Introduction -- Acknowledgments -- References -- 1 Gallantry and Sociability in the South of Europe -- 1 Parallel Figures -- 2 An Exchange of Gazes -- 3 Inadequate or Excessive Masculinity, Dissolute Femininity -- 4 Gallantry in the Mirror of Time -- 5 Conclusion -- Acknowledgments -- References -- 2 On the Spanish National Character: Gender and Modernity -- 1 The Baggage of a French Traveller in Spain -- 2 Separated by Two Centuries from France: La Porte's Spaniards -- Acknowledgments -- References -- 3 More Than One Modernity: North and South America -- 1 America's Part in the Construction of Hispanic Modernity -- 2 Pedro de Estala and El Viajero universal -- 2.1 The Image of Spain's Empire and National Character -- 2.2 The Climatology Issue and the Dimension of Gender -- 3 Conclusion: A Cliché-Ridden Cultural Geography -- Acknowledgments -- References -- 4 Nations, Sexuality, and Violence in Nineteenth-Century National Narratives -- 1 Nationalisms Present and Past -- 2 Inter-ethnic Rape in the Narratives of Romantic Nationalism -- 3 Visual Allegories and Representations -- 4 Intertextual Relationships -- 5 Conclusions -- Acknowledgments -- References -- 5 Honour and Violence: Mediterranean Exoticism and Masculinity -- 1 Exoticism and Vraisemblance -- 2 A Trope of Otherness: The Secluded Encounter -- 3 Honour and Shame: Knowledge Production and the Literary Imagination -- 4 Realism and Romance Revisited -- Acknowledgments -- References -- 6 Meridian Ambivalences: Gendering the South in the Writings of the Coppet Group -- 1 Madame de Staël's Gendering of North and South -- 2 Sismondi, Literature and Constructing the Midi -- 3 Bonstetten and the Ambivalence of Southern Subjectivities -- Acknowledgments -- References…”
    Libro electrónico
  8. 4308
    Publicado 2023
    Tabla de Contenidos: “…Cover -- Contents -- Abbreviations -- Acknowledgements -- Introduction -- Chapter 1 - Concepts and Analogies -- Nationalism: A Repercussion of Modernity -- Making of the Territory, Border and Homeland -- Legitimizing the Rural -- Internal Colonization -- Chapter 2 - Rural as the Realm for Turkish Modernism and Nation‐Building -- Beginning of the Turkish Nationalism and "Anatolia" -- Turkish Anatolia as the Homeland -- Institutionalization to Legitimize the Turkish Anatolia -- Chapter 3 - Spatial Agents of Rural Development and Conceptualization of the Village -- Transportation in the Rural -- Urbanization in the Rural -- Conceptualization of the Village -- Socio‐Cultural Planning -- Economic Planning -- Architectural Planning -- Chapter 4 - Administering the Rural: Regulations for the Making of the Modern Turkish Village -- Construction of Rural Settlements during the First Years of the Republic -- The 1924 Village Law and the 1926 Settlement Law -- Building the Rural Settlements during the 1920s -- Building the Republican Villages -- The 1934 Settlement Law -- Villages of the 1934 Settlement Law -- Chapter 5 - Turkification and Planning: New Settlements in Izmir and Elazığ -- Building New Rural Settlements in Izmir -- Three New Rural Settlements in the Torbalturkishı District of Izmir -- Building the New Rural Settlements in Elazıg -- Executing the Turkification Agenda and Four New Rural Settlements in Elaturkishzıg -- The Clash of Turkification and Planning: An Interpretation of the Rural Settlements of the Early Republic -- Conclusion -- Literature -- Appendix…”
    Libro electrónico
  9. 4309
    por Storry, Richard
    Publicado 1960
    Libro
  10. 4310
    Publicado 2023
    Libro electrónico
  11. 4311
    Publicado 2024
    Libro electrónico
  12. 4312
    Publicado 2017
    “…Modernes d’Egypte…”
    Libro electrónico
  13. 4313
    Publicado 2024
    “…Learn how to get the most out of modern C++! Explore language and library enhancements available in modern C++. …”
    Video
  14. 4314
    Publicado 2024
    Tabla de Contenidos: “…Cover -- Copyright -- Contributors -- Table of Contents -- Preface -- Chapter 1: Learning Modern Core Language Features -- Using auto whenever possible -- Creating type aliases and alias templates -- Understanding uniform initialization -- Understanding the various forms of non-static member initialization -- Controlling and querying object alignment -- Using scoped enumerations -- Using override and final for virtual methods -- Using range-based for loops to iterate on a range -- Enabling range-based for loops for custom types -- Using explicit constructors and conversion operators to avoid implicit conversion -- Using unnamed namespaces instead of static globals -- Using inline namespaces for symbol versioning -- Using structured bindings to handle multi-return values -- Simplifying code with class template argument deduction -- Using the subscript operator to access elements in a collection -- Chapter 2: Working with Numbers and Strings -- Understanding the various numeric types -- Limits and other properties of numeric types -- Converting between numeric and string types -- Understanding the various character and string types -- Printing Unicode characters to the output console -- Generating pseudo-random numbers -- Properly initializing a pseudo-random number generator -- Creating cooked user-defined literals -- Creating raw user-defined literals -- Using raw string literals to avoid escaping characters -- Creating a library of string helpers -- Parsing the content of a string using regular expressions -- Replacing the content of a string using regular expressions -- Using std::string_view instead of constant string references -- Formatting and printing text with std::format and std::print -- Using std::format with user-defined types -- Chapter 3: Exploring Functions -- Defaulted and deleted functions…”
    Libro electrónico
  15. 4315
    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
  16. 4316
    por Krämer, Edna E.
    Publicado 1981
    Libro
  17. 4317
    por Carruthers, W.
    Publicado 2004
    Libro
  18. 4318
    Publicado 2020
    Tabla de Contenidos: “…Introductory Chapter: Modern Applications of Electrostatics and Dielectrics -- 2. …”
    Libro electrónico
  19. 4319
    Publicado 2020
    “…Modern spectroscopic techniques have a number of applications in many fields including material science, physics, chemistry, biology, and medicine. …”
    Libro electrónico
  20. 4320
    Publicado 1990
    Materias: “…Modernism (Aesthetics)…”
    Libro electrónico