Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- City planning 503
- History 350
- Historia 279
- Development 187
- Engineering & Applied Sciences 159
- Management 153
- Application software 141
- Architecture 135
- Social aspects 123
- Computer programming 118
- Computer Science 115
- History and criticism 95
- Economics 90
- Biblia 88
- Data processing 88
- Jazz 85
- Design 84
- Python (Computer program language) 82
- Programming 81
- Business & Economics 80
- Crítica e interpretación 79
- Law and legislation 76
- Photography 76
- RELIGION 75
- Música 73
- Java (Computer program language) 71
- Education 69
- Filosofía 67
- Computer software 66
- Congressos 66
-
8721por Rodríguez Becerra, ManuelTabla de Contenidos: “…LA CORRIENTE DEL CARIBE -- GRÁFICO 3. LA DERIVA LITORAL, CORRIENTE (...) -- FIGURA 2. DISPERSIÓN DE SEDIMENTOS DEL (...) -- FIGURA 3. …”
Publicado 2015
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
8722Publicado 2018Tabla de Contenidos: “…-- The multiple-selection structure (switch) -- The expression is tested at the top of the loop (while) -- The expression is tested at the bottom of the loop (do...while) -- Iterate on each object's properties (for...in) -- Iterate values in an iterable (for...of) -- Counter-controlled repetition (for) -- Functions -- Classes -- Interfaces -- Namespaces -- Putting everything together -- Summary -- Chapter 2: Working with Types -- The TypeScript type system's characteristics -- The line between TypeScript and JavaScript -- Type inference -- Optional static type annotations -- Structural type system -- Core features of the TypeScript type system -- Union types -- Type aliases -- Intersection types -- Non-nullable types -- The --strict mode -- The typeof operator -- Type guards -- Custom type guards -- Control flow analysis -- Literal types -- Discriminated unions -- The never type -- Enumerations -- Object literals -- Weak types -- The keyof operator -- Index signature -- Local types -- Type casting -- Advanced features of the TypeScript type system -- Generic types -- Generic constraints -- Mapped types -- Lookup types -- Mapped type modifiers -- Conditional types…”
Libro electrónico -
8723Publicado 2016Tabla de Contenidos: “…Cover -- Inside Front Cover -- Title Page -- Copyright Page -- Dedication -- Contents -- Foreword -- Preface -- About the Author -- Part One Introduction -- Chapter 1 Basic Concepts and Computer Evolution -- 1.1 Organization and Architecture -- 1.2 Structure and Function -- 1.3 A Brief History of Computers -- 1.4 The Evolution of the Intel x86 Architecture -- 1.5 Embedded Systems -- 1.6 Arm Architecture -- 1.7 Cloud Computing -- 1.8 Key Terms, Review Questions, and Problems -- Chapter 2 Performance Issues -- 2.1 Designing for Performance -- 2.2 Multicore, Mics, and Gpgpus -- 2.3 Two Laws that Provide Insight: Ahmdahl's Law and Little's Law -- 2.4 Basic Measures of Computer Performance -- 2.5 Calculating the Mean -- 2.6 Benchmarks and Spec -- 2.7 Key Terms, Review Questions, and Problems -- Part Two The Computer System -- Chapter 3 A Top- Level View of Computer Function and Interconnection -- 3.1 Computer Components -- 3.2 Computer Function -- 3.3 Interconnection Structures -- 3.4 Bus Interconnection -- 3.5 Point-to-Point Interconnect -- 3.6 Pci Express -- 3.7 Key Terms, Review Questions, and Problems -- Chapter 4 Cache Memory -- 4.1 Computer Memory System Overview -- 4.2 Cache Memory Principles -- 4.3 Elements of Cache Design -- 4.4 Pentium 4 Cache Organization -- 4.5 Key Terms, Review Questions, and Problems -- Appendix 4A Performance Characteristics of Two- Level Memories -- Chapter 5 Internal Memory -- 5.1 Semiconductor Main Memory -- 5.2 Error Correction -- 5.3 DDR Dram -- 5.4 Flash Memory -- 5.5 Newer Nonvolatile Solid-State Memory Technologies -- 5.6 Key Terms, Review Questions, and Problems -- Chapter 6 External Memory -- 6.1 Magnetic Disk -- 6.2 Raid -- 6.3 Solid State Drives -- 6.4 Optical Memory -- 6.5 Magnetic Tape -- 6.6 Key Terms, Review Questions, and Problems -- Chapter 7 Input/Output -- 7.1 External Devices -- 7.2 I/O Modules…”
Libro electrónico -
8724Publicado 2016Tabla de Contenidos: “…-- People you know -- People you don't know -- The people who you are targeting -- Setting up the play-date for playtesting -- A little goes a long way -- Getting everyone on the same page -- Play time! …”
Libro electrónico -
8725Publicado 2018Tabla de Contenidos: “…UI implementation for the Retro Board using Spring Thymeleaf -- Using Spring Web MVC with servlet 3.x for the controller -- Implementation of Controllers annotations -- Testing controllers -- Using Spring Security for authentication and authorization -- Demonstrating the Retro Board -- Summary -- Questions -- Further reading -- Chapter 3: Building a Simple Blog Management System -- Technical requirements -- Getting started -- Web application architecture -- Workflow of Spring WebFlux -- Requirements of the Bloggest system -- The use case diagram -- Using Spring Data Elasticsearch for persistence -- Understanding Elasticsearch -- Understanding Spring Data Elasticsearch -- Class diagram for the domain model -- Implementation of the domain model using Spring Data Elasticsearch annotations -- Setting up dependencies and configuration classes -- Implementing the domain model -- Implementation of Spring Data Elasticsearch repositories -- Using Apache FreeMarker for the view -- Understanding template engines -- Apache FreeMarker -- UI design for Bloggest -- UI implementation for Bloggest using Apache FreeMarker -- Implementing a common layout using Apache FreeMarker -- Implementing a List Articles page -- Implementing a Create Article page -- Implementing a Show Article page -- Implementing an error page -- Using Spring WebFlux for controller -- Implementation of controllers -- Implementation of ControllerAdvice -- Using Spring Security for authentication and authorization -- Demonstrating Bloggest -- Summary -- Questions -- Further reading -- Chapter 4: Introduction to Kotlin -- Technical requirements -- Getting started with Kotlin -- Default imports -- Basic data types -- Numeric data types -- Learning numeric literals -- Numeric representation -- Numeric operations -- String literals -- The syntax for Kotlin code -- The Kotlin packages…”
Libro electrónico -
8726por Freeman, Adam. authorTabla de Contenidos: “…Understanding the Anatomy of an HTML Element -- Understanding Attributes -- Understanding Element Content -- Understanding Void Elements -- Understanding the Document Structure -- Understanding Bootstrap -- Applying Basic Bootstrap Classes -- Modifying Style Context -- Modifying Sizes -- Using Bootstrap to Style Tables -- Ensuring the Correct Table Structure -- Using Bootstrap to Create Forms -- Using Bootstrap to Create Grids -- Creating Responsive Grids -- Summary -- Chapter 5: JavaScript Primer -- Preparing the Example Project -- Understanding the Script Element -- Using Statements -- Defining and Using Functions -- Defining Functions with Parameters -- Defining Functions That Return Results -- Detecting Functions -- Using Variables and Types -- Using the Primitive Types -- Working with Booleans -- Working with Strings -- Working with Numbers -- Creating Objects -- Using Object Literals -- Using Functions as Methods -- Extending Objects -- Working with Objects -- Detecting Objects -- Reading and Modifying the Property Values -- Enumerating an Object's Properties -- Adding and Deleting Properties and Methods -- Determining Whether an Object Has a Property -- Using JavaScript Operators -- Using Conditional Statements -- The Equality Operator vs. the Identity Operator -- Explicitly Converting Types -- Converting Numbers to Strings -- Converting Strings to Numbers -- Working with Arrays -- Using an Array Literal -- Detecting an Array -- Reading and Modifying the Contents of an Array -- Enumerating the Contents of an Array -- Using the Built-in Array Methods -- Comparing undefined and null Values -- Checking for null or undefined -- Working with Promises -- Working with JSON -- Summary -- Chapter 6: SportsStore: A Real Application -- Getting Started -- Preparing the Data -- Creating the Data Structure -- Adding the Data -- Testing the Data Service…”
Publicado 2014
Libro electrónico -
8727Publicado 2017Tabla de Contenidos: “…-- The Python type system -- Dynamic typing in Python -- Strong typing in Python -- Variable declaration and scoping -- The LEGB rule -- Scopes in action -- Identical names in global and local scope -- The global keyword -- Moment of zen -- Everything is an object -- Inspecting a function -- Summary -- Chapter 5: Exploring Built-in Collection types -- tuple - an immutable sequence of objects -- Literal tuples -- Tuple element access -- The length of a tuple -- Iterating over a tuple -- Concatenating and repetition of tuples -- Nested tuples -- Single-element tuples -- Empty tuples -- Optional parentheses -- Returning and unpacking tuples -- Swapping variables with tuple unpacking -- The tuple constructor -- Membership tests -- Strings in action -- The length of a string -- Concatenating strings -- Joining strings -- Splitting strings -- Moment of zen -- Partitioning strings -- String formatting -- Other string methods…”
Libro electrónico -
8728Publicado 2011Tabla de Contenidos: “…-- 6.3 Practices and Examples -- 6.4 Conducting a Configuration Audit -- 6.5 Don't Forget the Smoke Test -- 6.6 Little Things Matter a Lot -- 6.7 Communications Planning -- 6.8 Deployment Should Be Delegated -- 6.9 Trust But Verify -- 6.10 Improving the Deployment Process -- Conclusion -- PART II: ARCHITECTURE AND HARDWARE CM -- Chapter 7 Architecting Your Application for CM -- Goals of Architecting Your Application for CM -- 7.1 Why Is Architecture Important? …”
Libro electrónico -
8729por Frenzel, Louis E., JrTabla de Contenidos: “…Front Cover -- Electronics Explained -- Electronics Explained: Fundamentals for Engineers,Technicians, and Makers -- Copyright -- Dedication -- Contents -- List of Figures -- Preface to the Second Edition -- Preface -- 1 - Learning About Electronics for Your Own Good: A Little Bit of Perspective Before You Get to the Details -- A Little Bit of Perspective Before You Get to the Details -- INTRODUCTION -- IT IS NOT LIKE IT USED TO BE -- WHAT IS IN IT FOR YOU? …”
Publicado 2018
Libro electrónico -
8730Publicado 2023Tabla de Contenidos: “…Transitions into further education and employment -- Many upper general secondary graduates transition into tertiary education -- Few vocational upper secondary graduates progress into tertiary education -- Until recently, VET students have had limited post-secondary options -- An upper secondary vocational qualification provides little advantage on the labour market -- References -- Notes -- 3 Strengthening pathways in upper secondary education -- Introduction -- Issue 1: Reviewing students' transitions and orientation into upper secondary education -- The current context: transitions into upper secondary education -- Entrance into upper secondary education in Lithuania is currently automatic and entirely based on student preferences -- Most students currently experience a "smooth" transition into upper secondary education -- A smooth transition supports students to stay in education and complete upper secondary education -- Less than a quarter of students aged 15-19 transition into vocational upper secondary education in Lithuania -- Indicators of learning outcomes show that almost a quarter of students lack basic competencies upon entry into upper secondary education -- The contribution of upper secondary education to young adults' skills is modest -- From 2024, entrance into upper secondary education will depend on examination results -- The structure of lower and upper secondary education discourages enrolments in vocational education -- Students in Lithuania lack guidance and support to help them identify the most appropriate upper secondary programme -- Lithuania is introducing guidance counsellors from Grade 1 -- VET is not perceived to be a rigorous learning option -- Policy options for student transitions and orientation into upper secondary education…”
Libro electrónico -
8731Publicado 2017Tabla de Contenidos: “…-- Preparing, training, and testing data -- Building the corpus with tokenization and data cleaning -- Document feature matrices -- Training models with cross validation -- Training our first predictive model -- Improving speed with parallelization -- Computing predictive accuracy and confusion matrices -- Improving our results with TF-IDF -- Adding flexibility with N-grams -- Reducing dimensionality with SVD -- Extending our analysis with cosine similarity -- Digging deeper with sentiment analysis -- Testing our predictive model with unseen data -- Retrieving text data from Twitter -- Summary -- Chapter 7: Developing Automatic Presentations -- Required packages -- Why invest in automation? -- Literate programming as a content creation methodology -- Reproducibility as a benefit of literate programming -- The basic tools for an automation pipeline -- A gentle introduction to Markdown -- Text -- Headers -- Header Level 1 -- Header Level 2 -- Header Level 3 -- Header Level 4 -- Lists -- Tables -- Links -- Images -- Quotes -- Code -- Mathematics -- Extending Markdown with R Markdown -- Code chunks -- Tables -- Graphs -- Chunk options -- Global chunk options -- Caching -- Producing the final output with knitr -- Developing graphs and analysis as we normally would -- Building our presentation with R Markdown -- Summary -- Chapter 8: Object-Oriented System to Track Cryptocurrencies -- This chapter's required packages…”
Libro electrónico -
8732Publicado 2023Tabla de Contenidos: “…Zusammenfassung: Einheit und Entwicklung des versepischen Werks . 607 -- V. Letzte Jahre in Neisse (1855-1857) 610 -- 1. Die Arbeit an der (nationalen) Erinnerung: Erlebtes (1857) . 611 -- 2. »Eine höhere Weltgeschichte der Menschheit«: Die heilige Hedwig (1857) 619 -- C. …”
Libro electrónico -
8733por Reddy, MartinTabla de Contenidos: “…An example functional API -- Advantages of functional APIs -- Disadvantages of functional APIs -- Data-driven APIs -- Advantages of data-driven APIs -- Disadvantages of data-driven APIs -- Supporting variant argument lists -- Case study: FMOD data-driven API -- Data-driven Web services -- Idempotency -- 6 - C++ usage -- Namespaces -- Constructors and assignment -- Defining constructors and assignment -- The explicit keyword -- Const correctness -- Method const correctness -- Parameter const correctness -- Return value const correctness -- Templates -- Template terminology -- Implicit instantiation API design -- Explicit instantiation API design -- Operator overloading -- Overloadable operators -- Free operators versus member operators -- Adding operators to a class -- Operator syntax -- Conversion operators -- Function parameters -- Pointer versus reference parameters -- Default arguments -- Avoid #define for constants -- Avoid using friends -- Exporting symbols -- Coding conventions -- 7 - C++ revisions -- Which C++ revision to use -- C++11 API features -- Move constructors and the Rule of Five -- Default and deleted functions -- Object construction -- Initializer list constructors -- Smart pointers -- Enum classes -- Override and final specifiers -- The noexcept specifier -- Inline namespaces -- Type aliases with using -- User-defined literals -- Alternate function style -- Tuples -- Constant expressions -- The nullptr keyword -- Variadic templates -- Migrating to C++11 -- C++14 API features -- The auto return type -- The deprecated attribute -- Variable templates -- Const expression improvements -- Binary literals and digit separators -- Migrating to C++14 -- C++17 API features -- Inline variables -- String views -- Optional -- Any -- Variant -- Nested namespaces -- Fold expressions -- Checking for header availability -- Byte type…”
Publicado 2024
Libro electrónico -
8734por Böhm, FranzTabla de Contenidos: “…-- 1.3.5 Der Wochentag ohne Zahlenformat -- 1.3.6 Der erste Tag eines Monats als kopierbare Spaltenüberschrift oder kopierbare Zeilenbeschriftung -- 1.3.7 Der letzte Tag eines Monats -- 1.3.8 Der erste oder letzte Arbeitstag eines Monats -- 1.3.9 Die Anzahl der Monate berechnen -- 1.3.10 Monate in Jahre und Monate aufteilen -- 1.3.11 Monate mit weniger als fünf Buchstaben werden ausgeschrieben, die restlichen abgekürzt -- 1.4 Quartals-, Halbjahres- und Jahresberechnungen -- 1.4.1 In welches Quartal fällt das Datum?…”
Publicado 2023
Libro electrónico -
8735Publicado 2022Tabla de Contenidos: “…-- Static Members of the Abstract Class -- Concept of an Interface -- Implementing Multiple Interfaces -- Concept of Default Method in an Interface -- Concept of Static Methods and Fields in an Interface -- Chapter Summary -- Chapter 15: String Handling -- String Handling and Manipulation -- String Literals -- Substring -- Length -- StartsWith() -- Split() -- CompareTo() -- ToUpper() and ToLower() -- Concat() -- Trim() -- Replace() -- Contains() -- IndexOf() -- Insert() -- String.Format() -- Formatting the Items in the String -- String Interpolation -- String Interpolation: Spacing -- @ Verbatim -- What About @ or @? …”
Libro electrónico -
8736Publicado 2010Tabla de Contenidos: “….) -- SOCIEDADES Y ESPACIOS EN EL LITORAL PACÍFICO SUR COLOMBIANO (SIGLOS XVIII-XX) (...) -- EMERGENCIAS: DEL PROBLEMA DEL INDIO A LA POLÍTICA (...) -- PROBLEMAS DE ACTUALIDAD -- PROBLEMAS SOCIALES DE ALGUNAS PARCIALIDADES INDÍGENAS DEL OCCIDENTE DE COLOMBIA (...) -- MOVIMIENTO INDÍGENA Y RECUPERACIÓN DE LA HISTORIA MARÍA TERESA (...) -- HISTORIA POLÍTICA DE LOS PAECES VÍCTOR DANIEL (...) -- EL MOVIMIENTO INDÍGENA EN COLOMBIA TRINO MORALES -- ORGANIZACIÓN SOCIAL -- BASES PARA EL ESTUDIO DE LA ORGANIZACIÓN SOCIAL DE (...) -- MINERÍA DEL ORO Y DESCENDENCIA: GÜELMAMBÍ, NARIÑO NINA S. …”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
8737Publicado 2005Tabla de Contenidos:Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico
-
8738Publicado 2008Tabla de Contenidos: “…1.3 > Temperatura Vocabulari1.4 > Tranquil·litat i silenci; 1.5 > Il·luminació; 2 >> La zona d'hospitalització; 3 >> La unitat del pacient; 4 >> Obligacions de l'auxiliar d'infermeria envers el pacient hospitalitzat; 5 >> El llit hospitalari; 5.1 > Els llits infantils; 5.2 > Llits especials; 5.3 > Accessoris per al llit hospitalari; 6 >> El matalàs; 7 >> La llenceria del llit hospitalari; 8 >> Mètodes per fer el llit hospitalari; Unidad 3 L'instrumental i el carro de cures; 1 >> Generalitats sobre l'instrumental i els aparells mèdics; 2 >> L'instrumental sanitari…”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
8739por Bernier, Enrique TorresTabla de Contenidos: “…La estructura de los mercados de los turismos gene ́ricos1. El turismo litoral o de sol y playa; 1.1. Origen y (...) ; 1.2. …”
Publicado 2006
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
8740por Batllori Aguil,̉ JorgeTabla de Contenidos: “…MI AMIGA SONIA; 46. UN LITRO; 47. LOS CUATRO PUNTOS; 48. LOS NUEVE PUNTOS; 49. …”
Publicado 2013
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico