Mostrando 6,641 - 6,660 Resultados de 13,910 Para Buscar '"The Class"', tiempo de consulta: 0.14s Limitar resultados
  1. 6641
    Publicado 1998
    Tabla de Contenidos: “…Nelson -- Development and structural adjustment / Philip McMichael -- Cash for quotas : disputes over the legitimacy of an economic model of fishing in Iceland / Agnar Helgason and Gisli Pálsson -- The transnational capitalist class / Leslie Sklair -- A theory of virtualism / Daniel Miller…”
    Libro
  2. 6642
    por Harmer, Jeremy aut
    Publicado 2017
    Tabla de Contenidos: “…The world of English language teaching -- Describing the English language -- Issues in language learning -- Popular methodology -- Being learners -- Being teachers -- Class size and different abilities -- Feedback, mistakes and correction -- Managing for success -- Seating and grouping students -- Technology for learning -- Planning -- Teaching language construction -- Teaching grammar -- Teaching vocabulary -- Teaching pronunciation -- Teaching language skills -- Reading -- Listening -- Writing -- Speaking -- Testing and evaluation…”
    Libro
  3. 6643
    por Green, Dale
    Publicado 2016
    Tabla de Contenidos:
    Libro electrónico
  4. 6644
    Publicado 2007
    Tabla de Contenidos: “…5.5.2 Corrective measures and side-effects5.6 Active versus passive crossovers; 5.7 Physical derivation of crossover delay; 5.8 Digital crossovers; References; Bibliography; Chapter 6 Effects of amplifiers and cables; 6.1 Amplifiers - an over-view; 6.2 Basic requirements for current and voltage output; 6.3 Transient response; 6.4 Non-linear distortions; 6.5 Amplifier classes and modes of operation; 6.5.1 Class A amplifiers; 6.5.2 Class A derivatives; 6.5.3 Class AB; 6.5.4 Class D; 6.5.5 Class G and H; 6.6 MOSFET or BJT?…”
    Libro electrónico
  5. 6645
    Publicado 2021
    Tabla de Contenidos: “…-- Python's execution model -- Names and namespaces -- Scopes -- Objects and classes -- Guidelines for writing good code -- Python culture -- A note on IDEs -- Summary -- Chapter 2: Built-In Data Types -- Everything is an object -- Mutable or immutable? …”
    Libro electrónico
  6. 6646
    por Fuller, Samuel H., 1946-
    Publicado 2005
    Tabla de Contenidos:
    Libro electrónico
  7. 6647
    por Kalicharan, Noel. author
    Publicado 2014
    Tabla de Contenidos: “…""Chapter 2: Introduction to Objects""""2.1 Objects""; ""2.2 Defining Classes and Creating Objects""; ""2.2.1 Access to Class and Instance Variables""; ""2.2.2 Initializing Class and Instance Variables""; ""2.3 Constructors""; ""2.3.1 Overloading a Constructor""; ""2.4 Data Encapsulation, Accessor, and Mutator Methods""; ""2.4.1 An Improved Constructor""; ""2.4.2 Accessor Methods""; ""2.5 Printing an Objectâ€?…”
    Libro electrónico
  8. 6648
    Publicado 2021
    Tabla de Contenidos: “…Introduction to Bayesian Inverse Problems -- 1.1 Introduction -- 1.2 Sources of uncertainty -- 1.3 Formal definition of probability -- 1.4 Interpretations of probability -- 1.4.1 Physical probability -- 1.4.2 Subjective probability -- 1.5 Probability fundamentals -- 1.5.1 Bayes' Theorem -- 1.5.2 Total probability theorem -- 1.6 The Bayesian approach to inverse problems -- 1.6.1 The forward problem -- 1.6.2 The inverse problem -- 1.7 Bayesian inference of model parameters -- 1.7.1 Markov Chain Monte Carlo methods -- 1.7.1.1 Metropolis-Hasting algorithm -- 1.8 Bayesian model class selection -- 1.8.1 Computation of the evidence of a model class -- 1.8.2 Information-theory approach to model-class selection -- 1.9 Concluding remarks -- 2. …”
    Libro electrónico
  9. 6649
    Publicado 2018
    Tabla de Contenidos: “…-- Zero-cost abstractions -- Programming languages and machine code abstractions -- Abstractions in other languages -- Portability -- Robustness -- C++ of today -- The aim of this book -- Expected knowledge of the reader -- C++ compared with other languages -- Competing languages and performance -- Non-performance-related C++ language features -- Value semantics -- Const correctness -- Object ownership and garbage collection in C++ -- Avoiding null objects using C++ references -- Drawbacks of C++ -- Class interfaces and exceptions -- Strict class interfaces -- Error handling and resource acquisition -- Preserving the valid state -- Resource acquisition -- Exceptions versus error codes -- Libraries used in this book -- Summary -- Chapter 2: Modern C++ Concepts -- Automatic type deduction with the auto keyword -- Using auto in function signatures -- Using auto for variables -- Const reference -- Mutable reference -- Forwarding reference -- Conclusion -- The lambda function -- Basic syntax of a C++ lambda function -- The capture block -- Capture by reference versus capture by value -- Similarities between a Lambda and a class -- Initializing variables in capture -- Mutating lambda member variables -- Mutating member variables from the compiler's perspective -- Capture all -- Assigning C function pointers to lambdas -- Lambdas and std::function -- Assigning lambdas to std::functions -- Implementing a simple Button class with std::function -- Performance consideration of std::function -- An std::function cannot be inlined -- An std::function heap allocates and captures variables -- Invoking an std::function requires a few more operations than a lambda -- The polymorphic lambda…”
    Libro electrónico
  10. 6650
    Publicado 2018
    Tabla de Contenidos: “…. -- Performing operations in List Widget -- Getting ready -- Methods provided by the QListWidgetItem class -- How to do it.... -- How it works... -- Using the Combo Box widget -- How to do it...…”
    Libro electrónico
  11. 6651
    Publicado 2024
    Tabla de Contenidos:
    Libro electrónico
  12. 6652
    por Rodenburg, Jort
    Publicado 2021
    Tabla de Contenidos: “…-- 11.2 Cleaning up the BookingServiceTests class -- 11.3 Foreign key constraints in service classes -- 11.3.1 Calling the Flight repository from a service class -- Exercises -- Summary -- 12 Using IAsyncEnumerable&lt -- T&gt -- and yield return -- 12.1 Do we need an AirportService class? …”
    Libro electrónico
  13. 6653
    Publicado 2024
    Tabla de Contenidos: “…Latent class with covariates -- 2.4.4. Latent class regression -- 2.4.5. …”
    Libro electrónico
  14. 6654
    por Gierer, Gerald
    Publicado 2013
    Tabla de Contenidos: “…Data Access Made Easy -- Defining the DAO interfaces -- Adding the CompanyDao interface -- Adding the ProjectDao interface -- Defining a generic DAO interface -- The TaskDao interface -- The UserDao interface -- The TaskLogDao interface -- Defining the generic DAO implementation -- The Simple Logging Facade for Java -- The@PersistenceContext(unitName = "tttPU") line -- The @Transactional annotation -- The Propagation.REQUIRED property -- The Propagation.SUPPORTS property -- The readOnly property -- Other transaction properties -- Defining the DAO implementations -- The CompanyDaoImpl class -- The ProjectDaoImpl class -- The TaskDaoImpl class -- The UserDaoImpl class -- The TaskLogDaoImpl class -- A better domain layer -- Exercise - a simple change request -- Summary -- 5. …”
    Libro electrónico
  15. 6655
    por Stein, Steven
    Publicado 2013
    Tabla de Contenidos: “…Emotional intelligence: here to stay -- Class closed and the ABCDE model -- Emotional self-awareness -- Self-regard -- Self-actualization -- Emotional expression -- Independence -- Assertiveness -- Interpersonal relationships -- Empathy -- Social responsibility -- Reality testing -- Problem solving -- Impulse control -- Flexibility -- Stress tolerance -- Optimism -- Happiness -- EQ and student success -- EQ and work success -- The role of EQ in leadership -- EQ, lifestyle, healthy living, and relationships -- What's next?…”
    Enlace del recurso
    Libro electrónico
  16. 6656
    por Raynaud, Hervé
    Publicado 2011
    Tabla de Contenidos: “…-- Helpful tools for the sensible decision-maker -- An important class of choice functions -- Prudent choice functions -- Often implicit axioms -- Coherent choice functions -- Rationality and independence -- Monotonic choice functions -- Sequentially independent rankings -- Prudent rankings -- Coherent condorcet rankings -- Monotonic rankings…”
    Enlace del recurso
    Libro electrónico
  17. 6657
  18. 6658
    por Stephens, Lester D.
    Publicado 2000
    Tabla de Contenidos: “…Treasures of Earth and Sea; 5. A Low Class of Animals; 6. From Alpha to Omega; 7. Ancient Animals; 8. …”
    Click para texto completo desde fuera UPSA
    Click para texto completo desde UPSA
    Libro electrónico
  19. 6659
    Publicado 2007
    Tabla de Contenidos: “…Becoming (and being) a Catholic historian -- Personal landscapes of Catholicism : from East to West -- Homecoming : finding a Catholic hermeneutic -- In search of Chicano Catholic identity and history -- Deeply within : Catholicism, faith, and history -- The Blessed Virgin made me a socialist : an experiment in Catholic autobiography and the historical understanding of race and class -- Lost at the drive-in -- Utraque unum : finding my way as a Catholic and a historian…”
    Click para texto completo desde fuera UPSA
    Click para texto completo desde UPSA
    Libro electrónico
  20. 6660
    Publicado 2018
    Tabla de Contenidos: “…Morality And Moral Tendency -- 10.Classes Of Novels -- 11.Romances, Historical Novels, National Novels -- 12.Authors -- 13.Conclusion -- Bibliographical Note -- Index…”
    Libro electrónico