Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 693
- Application software 600
- Engineering & Applied Sciences 492
- Historia 486
- History 440
- Java (Computer program language) 404
- Computer Science 396
- Python (Computer program language) 308
- Computer programming 291
- Classes socials 233
- Web site development 227
- Design 223
- Programming 222
- Història 212
- Microsoft .NET Framework 193
- Education 188
- Management 181
- Web sites 178
- Computer software 177
- Programming languages (Electronic computers) 171
- Clases sociales 170
- Ensenyament 158
- JavaScript (Computer program language) 155
- Computer programs 154
- Object-oriented programming (Computer science) 154
- C# (Computer program language) 151
- Social aspects 138
- C++ (Computer program language) 133
- Social conditions 128
- Software engineering 122
-
6641Publicado 1998Tabla 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 -
6642por Harmer, Jeremy autTabla 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…”
Publicado 2017
Red de Bibliotecas de la Archidiócesis de Granada (Otras Fuentes: Biblioteca de la Universidad de Navarra, Universidad Loyola - Universidad Loyola Granada)Libro -
6643
-
6644Publicado 2007Tabla 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 -
6645Publicado 2021Tabla 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 -
6646
-
6647por Kalicharan, Noel. authorTabla 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â€?…”
Publicado 2014
Libro electrónico -
6648Publicado 2021Tabla 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 -
6649Publicado 2018Tabla 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 -
6650Publicado 2018Tabla 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 -
6651Publicado 2024Tabla de Contenidos:Libro electrónico
-
6652por Rodenburg, JortTabla 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< -- T> -- and yield return -- 12.1 Do we need an AirportService class? …”
Publicado 2021
Libro electrónico -
6653Publicado 2024Tabla de Contenidos: “…Latent class with covariates -- 2.4.4. Latent class regression -- 2.4.5. …”
Libro electrónico -
6654por Gierer, GeraldTabla 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. …”
Publicado 2013
Libro electrónico -
6655por Stein, StevenTabla 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?…”
Publicado 2013
Universidad Loyola - Universidad Loyola Granada (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca)Enlace del recurso
Libro electrónico -
6656por Raynaud, Hervé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…”
Publicado 2011
Universidad Loyola - Universidad Loyola Granada (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca)Enlace del recurso
Libro electrónico -
6657por Laplace, Pierre Simon, marquis de, 1749-1827Tabla de Contenidos: “…Mémoires extraits des recueils de l'Académie des sciences de Paris et de la classe des sciences mathématiques et physiques de l'Institut de France ; 13-14. …”
Publicado 1878
Accés lliure via BiPaDi
Accés lliure via BiPaDi
Accés lliure via BiPaDi
Accés lliure via BiPaDi
Accés lliure via BiPaDi
Accés lliure via BiPaDi
Accés lliure via BiPaDi
Accés lliure via BiPaDi
Accés lliure via BiPaDi
Accés lliure via BiPaDi
Accés lliure via BiPaDi
Accés lliure via BiPaDi
Accés lliure via BiPaDi
Accés lliure via BiPaDi
Libro -
6658por Stephens, Lester D.Tabla de Contenidos: “…Treasures of Earth and Sea; 5. A Low Class of Animals; 6. From Alpha to Omega; 7. Ancient Animals; 8. …”
Publicado 2000
Click para texto completo desde fuera UPSA
Click para texto completo desde UPSA
Libro electrónico -
6659Publicado 2007Tabla 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 -
6660Publicado 2018Tabla 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