Mostrando 1,125,561 - 1,125,580 Resultados de 1,137,914 Para Buscar '"E!"', tiempo de consulta: 2.11s Limitar resultados
  1. 1125561
    Publicado 1997
    “…INTRODUCTION PERSPECTIVES ET POLITIQUES E ́CONOMIQUES DANS LA ZONE DE L'OCDE -Évaluation g ́en ́erale de la situation macroéconomique -Évolutions ́economiques récentes et perspectives -Les impératifs actuels de politique macro ́economique dans les principales régions de l'OCDE -Conséquences macroéconomiques des problèmes du secteur financier -Questions de politique budgétaire `a moyen terme -Conséquences économiques internationales de l'euro -L'assainissement budgétaire et l'efficacité du secteur public -La libéralisation du secteur financier dans les marchés émergents ÉVOLUTION DANS LES PAYS MEMBRES DE L'OCDE -États-Unis -Japon -Allemagne -France -Italie -Royaume-Uni -Canada -Australie -Autriche -Belgique -Corée -Danemark -Espagne -Finlande -Grèce -Hongrie -Irlande -Islande -Luxembourg -Mexique -Norvège -Nouvelle-Zélande -Pays-Bas -Pologne -Portugal -République tchèque -Suède -Suisse -Tuiquie SITUATION ÉCONOMIQUE D'UN CERTAIN NOMBRE DE PAYS NON MEMBRES DE L'OCDE -Europe centrale et orientale, Russie et Ukraine -Economies dynamiques d'Asie et Chine -Amérique centrale et du Sud ANNEXE -Classification des pays -Mode de pond ́eration pour les donn ́ees agr ́eg ́ees -Statistiques de base et pr ́evisions annuelles -Autres donn ́ees de base…”
    Libro electrónico
  2. 1125562
    Publicado 2016
    Tabla de Contenidos: “…Saldos de cuenta corriente e inversión extranjera directa para una selección de economías de América Latina -- Gráfico 2.11. …”
    Libro electrónico
  3. 1125563
    por Publishing, OECD
    Publicado 2017
    Libro electrónico
  4. 1125564
    Libro electrónico
  5. 1125565
    Tabla de Contenidos: “…Mesure n° 1 pour les CFF : nouvelle réglementation des relations entre l'État et l'entreprise -- Mesures n° 2 pour les CFF : nouvelle forme juridique -- Mesure n° 3 pour les CFF : refinancement -- État actuel de la réforme -- Lois et ordonnances -- Marche à suivre : 2e étape de la restructuration -- Royaume-Uni -- Historique -- Restructuration et privatisation : le Railways Act de 1993 -- Tableau 6. …”
    Libro electrónico
  6. 1125566
    Libro electrónico
  7. 1125567
    por OECD
    Publicado 2021
    Tabla de Contenidos: “…Le manque de coordination freine la préparation budgétaire, notamment en matière de prévisibilité des dépenses -- Développer les plans stratégiques sectoriels -- Construire un système robuste de suivi et d'évaluation des politiques publiques pour améliorer l'action publique et en accroître la transparence -- Un système de suivi et d'évaluation robuste est essentiel à l'obtention des résultats visés par la planification stratégique -- Le suivi et l'évaluation sont deux pratiques distinctes -- Le suivi et l'évaluation ont des finalités complémentaires -- Le cadre institutionnel du suivi et de l'évaluation (S&amp -- E) est parcellaire -- Il n'existe pas en Haïti de définition du suivi ou de l'évaluation partagée entre les différentes composantes du gouvernement -- Le système de suivi et d'évaluation d'Haïti est intégré à un paysage institutionnel clair qui implique principalement le MPCE et les ministères sectoriels -- Il existe un système de suivi distinct pour le pilotage du PME-2023 -- Il n'existe pas de cadre légal ou politique interministériel du suivi et de l'évaluation en Haïti -- Il n'existe pas d'orientations globales générales ou spécifiques pour la conduite du suivi ou de l'évaluation -- Poser les jalons d'un système d'évaluation des politiques publiques robuste en institutionnalisant la pratique -- Poser un cadre légal et donner des orientations globales pour la conduite de l'évaluation -- Rationaliser le fonctionnement des acteurs et renforcer le rôle du centre de gouvernement en matière d'évaluation -- Une rationalisation des acteurs du suivi et une clarification des méthodologies permettraient une meilleure utilisation des résultats, importante pour la sortie de crise -- Rationaliser les acteurs et organiser un dialogue de performance unique entre le centre de gouvernement et les ministères sectoriels…”
    Libro electrónico
  8. 1125568
    Publicado 2019
    Libro electrónico
  9. 1125569
    Publicado 2018
    “…Only operational features are detailed through the coding of several applications -the second and largest part of the book-, on free-access datasets (e.g. World Bank). It includes: cartography (SVG or API's based), data-sheets access (via Ajax or Jsonp), video data and post-synchronization, and animation examples…”
    Libro electrónico
  10. 1125570
    por Kumar, K. Udaya
    Publicado 2008
    Tabla de Contenidos: “…Cover -- Contents -- Preface -- Part I: Fundamentals of a Microprocessor -- Chapter 1: Evolution of Microprocessors -- 1.1 Early Integrated Circuits -- 1.2 4-Bit Microprocessors -- 1.3 8-Bit Microprocessors -- 1.4 16-Bit Microprocessors -- 1.5 32-Bit Microprocessors -- 1.6 Recent Microprocessors -- 1.7 Microcontrollers and Digital Signal Processors -- Chapter 2: Fundamentals of a Computer -- 2.1 Calculator -- 2.2 Computer -- 2.3 Microcomputer -- 2.4 Computer Languages -- Questions -- Chapter 3: Number Representation -- 3.1 Unsigned Binary Integers -- 3.2 Signed Binary Integers -- 3.3 Representation of Fractions -- 3.4 Signed Floating Point Numbers -- Questions -- Chapter 4: Fundamentals of Microprocessor -- 4.1 History of Microprocessors -- 4.2 Description of 8085 Pins -- 4.3 Programmer's View of 8085: Need for Registers -- 4.4 Accumulator or Register A -- 4.5 Registers B, C, D, E, H, And L -- Questions -- Chapter 5: First Assembly Language Program -- 5.1 Problem Statement -- 5.2 About the Microprocessor Kit -- 5.3 Using the Microprocessor Kit in Serial Mode -- Questions -- Chapter 6: Data Transfer Group of Instructions -- 6.1 Classification of 8085 Instructions -- 6.2 Instruction Type MVI r, d8 -- 6.3 Instruction Type MOV r1, r2 -- 6.4 Instruction Type MOV r, M -- 6.5 Instruction Type MOV M, r -- 6.6 Instruction Type LXI rp, d16 -- 6.7 Instruction Type MVI m, d8 -- 6.8 Instruction Type LDA a16 -- 6.9 Instruction Type STA a16 -- 6.10 Instruction Type XCHG -- 6.11 Addressing Modes of 8085 -- 6.12 Instruction Type LDAX rp -- 6.13 Instruction Type STAX rp -- 6.14 Instruction Type LHLD a16 -- 6.15 Instruction Type SHLD a16 -- Questions -- Chapter 7: Arithmetic Group of Instructions -- 7.1 Instructions to Perform Addition -- 7.2 Instructions to Perform Subtraction -- 7.3 Instruction Type INX rp -- 7.4 Instruction Type DCX rp…”
    Libro electrónico
  11. 1125571
    Publicado 2017
    Tabla de Contenidos: “…4.3 The Abuse of Information and Knowledge -- 4.3.1 Projected Use of Machines to Block Human Abuse -- 4.3.2 Abuse of Machines Against Humans -- 4.4 Indulgence of Societies in Negative Social Settings -- 4.5 Deception and Cowardice in Humans -- 4.6 Negative Social Change: Deterioration and Decay -- 4.7 Social Decay of Nations and Cultures -- Conclusions -- References -- 5 Role of Devices, Computers and Networks -- 5.1 Introduction -- 5.2 Devices, Machines, Humans, and Social Realities -- 5.2.1 Beneficial and Constructive Role -- 5.2.2 Detrimental and Exploitive Role -- 5.3 Reality and Oscillation of Social Norms -- 5.3.1 Social Energy and Ensuing Shifts -- 5.3.2 Change in the Four (K, C, W, and E) Spaces -- 5.3.3 Noise in the Social Setting -- 5.4 Typical Global Shifts in Societies and Nations -- 5.5 Oscillation of Social Norms -- 5.5.1 Social Lais Sez-Faire -- 5.5.2 Social Supervision -- Conclusions -- References -- II. …”
    Libro electrónico
  12. 1125572
    por Pokam Kamdem, Williams
    Publicado 2021
    Tabla de Contenidos: “…Visages nouveaux de l'entrepreneuriat dans les filières du renouvelable -- CONCLUSION GÉNÉRALE -- ANNEXES -- SOURCES ET RÉFÉRENCES -- SOURCES D'ARCHIVES -- Archives du Ministère de l'énergie et de l'eau (non classées) -- Archives du Ministère de la planification, de la programmation du développement et de l'aménagement du territoire (MINEPAT) -- Archives Nationales de Yaoundé (ANY) -- Archives Nationales de Buéa -- Archives Départementales de Dschang (non classées) (ADD) -- Archives Nationales de la France d'Outre-mer - Aix-en-Provence / France (FR ANOM) -- Archives historiques d'EDF - Blois / France (Archives EDF/GDF) -- Archives du groupe TOTAL, Paris - La Défense-France (AG TOTAL) -- Centre de documentation et d'archives de la Société camerounaise des dépôts pétroliers - Douala (non classées) (CDA-SCDP) -- Centre de documentation d'AES SONEL (CD-AES-SONEL) -- SOURCES IMPRIMEES OUVRAGES -- ARTICLES ET COMMUNICATIONS -- THESES ET MEMOIRES -- RAPPORTS RELIES ET DOCUMENTS DE PRESSE -- RESSOURCES EN LIGNE -- TABLE DES MATI È RES -- Indice -- Titres de la collection…”
    Libro electrónico
  13. 1125573
    Publicado 2002
    “…iSeries Access for Web (5722-XH2) - the latest offering in the iSeries Access Family (5722-XW1) product - offers Web browser-based access to IBM eServer iSeries servers. iSeries Access for Web helps leverage business information, applications, and resources across an enterprise by extending the iSeries resources to the client desktop through a Web browser. …”
    Libro electrónico
  14. 1125574
    Publicado 2007
    Tabla de Contenidos: “…9.3 Finite Automata and Regular Sets -- 9.3.1 States and Transitions -- 9.3.2 Finite Automata -- 9.3.3 Semantic Actions -- 9.3.4 A Sample Lexical Analyzer -- 9.4 More on Regular Sets -- 9.4.1 Some Closure Properties of Regular Sets -- 9.4.2 The Product Construction -- 9.5 Nondetenninistic Finite Automata -- 9.5.1 Nondeterminism -- 9.5.2 Nondeterministic Finite Automata -- 9.5.3 Equivalence of DFAs and NFAs -- 9.6 The Subset Construction -- 9.6.1 Formal Definition of Nondeterministic Finite Automata -- 9.6.2 The Subsets Construction: General Account -- 9.6.3 e -Transition -- 9.6.4 More Closure Properties -- Chapter 10: Program Verification -- 10.1 Introduction -- 10.2 A Simple Example -- 10.3 Linear Search -- Chapter 11: Design of Algorithms -- 11.1 Introduction -- 11.2 Greedy Algoritluns -- 11.2.1 Greedy Algorithms-When to Apply -- 11.2.2 Greedy Approach for CPU Scheduling -- 11.3 Backtracking -- 11.4 Divide and Conquer -- 11.4.1 Model of Divide and Conquer -- 11.4.2 Finding the mth Smallest Element -- 11.5 Dynamic Programming -- 11.5.1 Shortest Path from I to l -- Bibliography -- Index…”
    Libro electrónico
  15. 1125575
    Publicado 2012
    Tabla de Contenidos: “…9.5 Radio Resource Management 124 -- 9.6 Coverage and Capacity 125 -- 9.6.1 Coverage Gain 126 -- 9.6.2 User Throughput Gains 128 -- 9.6.3 Cost Analysis 129 -- 9.7 Relay Enhancements 130 -- 9.8 Summary 132 -- References 132 -- 10 Self-Organizing Networks (SON) 135 /Cinzia Sartori and Harri Holma -- 10.1 Introduction 135 -- 10.2 SON Roadmap in 3GPP Releases 135 -- 10.3 Self-Optimization 137 -- 10.3.1 Mobility Robustness Optimization 137 -- 10.3.2 Mobility Load Balancing 142 -- 10.3.3 Minimization of Drive Tests 142 -- 10.3.4 MDT Management and Reporting 144 -- 10.3.5 Energy Savings 145 -- 10.3.6 eNodeB Overlay 146 -- 10.3.7 Capacity-Limited Network 147 -- 10.3.8 Capacity and Coverage Optimization 148 -- 10.4 Self-Healing 150 -- 10.4.1 Cell Outage Compensation 150 -- 10.5 SON Features in 3GPP Release 11 151 -- 10.6 Summary 151 -- References 152 -- 11 Performance Evaluation 153 /Harri Holma and Klaus Pedersen -- 11.1 Introduction 153 -- 11.2 LTE-Advanced Targets 154 -- 11.2.1 ITU Evaluation Environments 155 -- 11.3 LTE-Advanced Performance Evaluation 156 -- 11.3.1 Peak Data Rates 156 -- 11.3.2 UE Categories 157 -- 11.3.3 ITU Efficiency Evaluation 158 -- 11.3.4 3GPP Efficiency Evaluation 160 -- 11.4 Network Capacity and Coverage 163 -- 11.5 Summary 165 -- References 165 -- 12 Release 11 and Outlook Towards Release 12 166 /Timo Lunttila, Rapeepat Ratasuk, Jun Tan, Amitava Ghosh and Antti Toskala -- 12.1 Introduction 166 -- 12.2 Release 11 LTE-Advanced Content 166 -- 12.3 Advanced LTE UE Receiver 168 -- 12.3.1 Overview of MMSE-MRC and MMSE-IRC Methods 169 -- 12.3.2 Performance of UE Receiver using IRC and its Comparison -- to MRC Receiver for Various DL Transmit Modes 170 -- 12.4 Machine Type Communications 172 -- 12.5 Carrier Aggregation Enhancements 177 -- 12.6 Enhanced Downlink Control Channel 179 -- 12.7 Release 12 LTE-Advanced Outlook 181 -- 12.8 Conclusions 183 -- References 183 -- 13 Coordinated Multipoint Transmission and Reception 184 /Harri Holma, Kari Hooli, Pasi Kinnunen, Troels Kolding, PatrickMarsch and Xiaoyi Wang…”
    Libro electrónico
  16. 1125576
    por Hull, Matthew
    Publicado 2014
    “…Contributors thoroughly explain environmental health and safety (EHS) issues, financial implications, foreseeable risks (e.g., exposure, dose, hazards of nanomaterials), occupational hygiene, and consumer protection. …”
    Libro electrónico
  17. 1125577
    Publicado 2010
    Libro electrónico
  18. 1125578
    Publicado 2014
    “…e it ideal for the classroom or for self-study. …”
    Libro electrónico
  19. 1125579
    Publicado 2021
    Libro electrónico
  20. 1125580
    Publicado 2023
    Tabla de Contenidos: “…5.4.10 TTLEM (TopoToolbox Landscape Evolution Model) 1.0 -- 5.5 Other Models -- 5.5.1 DELIM -- 5.5.2 EROS -- 5.5.3 Landscape Evolution Model Using Global Search -- 5.5.4 eSCAPE -- 5.5.5 r.sim.terrain 1.0 -- 5.6 Combined/Application-Specific Models -- 5.7 Machine Learning Models -- 5.8 LEMs Developed for Glaciated Landscapes -- 5.9 Some Significant Glacier Evolution Models -- 5.10 Models Developed for Alpine Regions -- 5.11 Models Developed for the Arctic Regio -- 5.12 Models Developed for the Antarctic Region -- 5.13 Conclusion and Future Prospects -- Acknowledgment -- Declaration of Competing Interest -- References -- 6 Spectral Indices Across Remote Sensing Platforms and Sensors Relating to the Three Poles: An Overview of Applications, Challenges, and Future Prospects -- 6.1 Introduction -- 6.2 Database and Methodology -- 6.3 Rationale of Different Spectral Indices Across RS Sensors and Platforms -- 6.4 RS Sensors and Platforms: Characteristics (Spatial, Temporal, Spectral, and Radiometric Resolutions) -- 6.5 Most Widely and Popularly Used Spectral Indices -- 6.5.1 Spectral Indices and Lithosphere -- 6.5.2 Spectral Indices and Hydrosphere -- 6.5.3 Spectral Indices and Atmosphere -- 6.5.4 Spectral Indices and Biosphere -- 6.5.5 Spectral Indices and Anthroposphere -- 6.6 Thematic Evolution and Trends -- 6.6.1 Thematic and Network Maps -- 6.7 Summary and Recommendations -- Acknowledgments -- References -- Section II Antarctica: The Southernmost Continent Having the South Pole Environment and Remote Sensing -- 7 Glacier Dynamics in East Antarctica: A Remote Sensing Perspective -- 7.1 Introduction -- 7.2 Satellite Remote Sensing of Glacier Dynamics in East Antarctica -- 7.3 Glacier Velocity Estimation Using Remote Sensing -- 7.3.1 Glacier Velocity Estimation Using SAR Interferometry -- 7.3.2 Glacier Velocity Estimation Using Offset Tracking…”
    Libro electrónico