Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Law and legislation 235
- Taxation 224
- Equality 220
- History 142
- Social aspects 103
- Education 99
- Historia 88
- Economic conditions 76
- Development 75
- Filosofía 72
- Women 70
- Transparency in government 69
- Mujeres 67
- Educational equalization 65
- Igualdad 63
- Social conditions 62
- Human rights 58
- Economics 55
- Politics and government 54
- Finance 53
- Engineering & Applied Sciences 52
- Management 51
- Economic aspects 45
- Philosophy 45
- Social justice 45
- Digital techniques 43
- Derecho Comunitario 42
- Political aspects 42
- Political science 42
- Employment 40
-
2641por Hales, JasonTabla de Contenidos: “…. -- Formatting Dates -- Logical Operators and Boolean Expressions -- Using if-else Statements -- Exercise 1.06: Branching with if-else -- The Ternary Operator -- Reference and Value Types -- Exercise 1.07: Grasping Value and Reference Equality -- Default Value Types -- Enhancing Decision Making with the switch Statement -- Exercise 1.08: Using switch to Order Food -- Iteration Statements -- while -- Exercise 1.09: Checking Whether a Number is Prime with a while Loop -- Jump Statements -- do-while -- Arrays -- for Loops -- Exercise 1.10: Ordering an Array Using Bubble Sort -- foreach Statements -- File Handling -- FileAccess -- FileMode -- Exercise 1.11: Reading Content from Text Files -- Disposable Objects -- Exercise 1.12: Writing to a Text File -- Exceptions -- Exercise 1.13: Handling Invalid User Inputs with try/catch -- Activity 1.01: Creating a Guessing Game -- Summary -- Chapter 2: Building Quality Object-Oriented Code -- Introduction -- Classes and Objects -- Constructors -- Fields and Class Members -- Exercise 2.01: Creating Classes and Objects -- Reference Types -- Properties -- Object Initialization…”
Publicado 2022
Libro electrónico -
2642por Dance, BeverlyTabla de Contenidos: “…Drug-Free Workplace Act (1988) -- 2.5. The Equal Employment Opportunity Act (EEOA) (1972) -- 2.6. …”
Publicado 2023
Libro electrónico -
2643Publicado 2016Tabla de Contenidos: “…Methods That Return a Boolean Value -- The Methods equals and toString -- Recursive Methods -- TIP: Testing Methods -- 4.2 INFORMATION HIDING AND ENCAPSULATION -- public and private Modifiers -- Example: Yet Another Date Class -- Accessor and Mutator Methods -- TIP: A Class Has Access to Private Members of All Objects of the Class -- TIP: Mutator Methods Can Return a Boolean Value -- Preconditions and Postconditions -- 4.3 OVERLOADING -- Rules for Overloading -- PITFALL: Overloading and Automatic Type Conversion -- PITFALL: You Cannot Overload Based on the Type Returned -- 4.4 CONSTRUCTORS -- Constructor Definitions -- TIP: You Can Invoke Another Method in a Constructor -- TIP: A Constructor Has a this Parameter -- TIP: Include a No-Argument Constructor -- Example: The Final Date Class -- Default Variable Initializations -- An Alternative Way to Initialize Instance Variables -- Example: A Pet Record Class -- The StringTokenizer Class -- Chapter Summary -- Answers to Self-Test Exercises -- Programming Projects -- Chapter 5 Defining Classes II -- 5.1 STATIC METHODS AND STATIC VARIABLES -- Static Methods -- PITFALL: Invoking a Nonstatic Method Within a Static Method -- TIP: You Can Put a main in Any Class -- Static Variables -- The Math Class -- Wrapper Classes -- Automatic Boxing and Unboxing -- Static Methods in Wrapper Classes -- PITFALL: A Wrapper Class Does Not Have a No-Argument Constructor -- 5.2 REFERENCES AND CLASS PARAMETERS -- Variables and Memory -- References -- Class Parameters -- PITFALL: Use of = and == with Variables of a Class Type -- The Constant null -- PITFALL: Null Pointer Exception -- The new Operator and Anonymous Objects -- Example: Another Approach to Keyboard Input -- TIP: Use Static Imports -- 5.3 USING AND MISUSING REFERENCES -- Example: A Person Class -- PITFALL: null Can Be an Argument to a Method -- Copy Constructors…”
Libro electrónico -
2644Publicado 2011Tabla de Contenidos: “…Sobrecarga de los métodos básicos de object; 4.4.1 Interfaz Cloneable; 4.4.2 Los métodos equals y hashCode; 4.4.3 Interfaz Comparable…”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
2645por Kitagawa, Midori, 1963-Tabla de Contenidos: “…Chapter 6: Data Application - Intro Level: Props6.1 A Stick with Two Markers; 6.1.1 When it fails: Occlusion; 6.1.2 When it fails: Rotation; 6.2 A Stick with Three Markers; 6.2.1 Three markers with equal distances; 6.2.2 Three markers on a single straight line; 6.2.3 Placement of three markers that works; 6.3 Flexible Objects; Chapter 7: Data Application - Intermediate Level: Decomposing and Composing Motions; 7.1 Mapping Multiple Motions; 7.1.1 Decomposing and composing upper and lower body motions; 7.1.2 Synchronizing upper and lower body motions; 7.2 Balance; 7.3 Breaking Motion Apart…”
Publicado 2008
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
2646Publicado 2021Tabla de Contenidos: “…-- 1.5 Win-Win Policy and Politics: the Life-Course Approach -- 1.6 The Book in Brief -- 1.7 Conclusion -- 2 Older People in Europe -- 2.1 Diversity and Inequality -- 2.1.1 Income Insecurity Varies across the European Region, but It Is Better to Be on the Margins in Northern & -- Western Europe Than in Eastern Europe -- 2.1.2 Most Older People Are Not in Paid Work but the Odds of Not Working Are Higher in Eastern Europe Than in Northern and Western Europe -- 2.1.3 Older People in Eastern Europe Are Most Likely to Live in Multigenerational Households -- 2.1.4 The Health of Older People Varies across Regions -- 2.2 What Do Commonly Used Data Say about Population Ageing and Its Effects on Society? -- 3 Ageing Equally: Politics, Health and Solidarity -- 3.1 The 'Greedy Geezer' Narrative -- 3.2 The Demand-Side Explanation for Win-Lose Policies: Partially, but Only Partially, Correct -- 3.2.1 Older People Do Make Up a Large Share of Voters -- 3.2.2 Sometimes Older Adults Prefer Win-Lose Policies, and Act Politically to Try to Get Them -- 3.2.3 Social Policy Preferences of Older and Younger People Are Often Not As Different As We Expect…”
Libro electrónico -
2647Publicado 2019Tabla de Contenidos: “…-- Letting go of command and control -- Bringing everyone along -- Stimulation and structure -- Scenarios workshop -- How many scenarios? -- Scenario equality -- Workshop process…”
Libro electrónico -
2648por Beaulieu, AlanTabla de Contenidos: “…Data modification using equality conditions; 4.3.2. Range Conditions; 4.3.2.2. …”
Publicado 2005
Libro electrónico -
2649Publicado 2021Tabla de Contenidos: “…-- Manual Testing Is Inefficient -- Code That Checks Other Code -- From Writing Tests to Writing Tests First -- From Writing Tests First to Test-Driven Development -- Key Takeaways -- Endnote -- Chapter 2: XCTest Introduction -- The Xcode Unit Test Target -- XCTestCase and Equality Assertion -- Other Assertions -- Unwrapping Optionals -- Expectations for Asynchronous Code -- XCTestCase Life Cycle -- Key Takeaways -- Chapter 3: Getting Started with Test-Driven Development -- Test List -- Fake It...Till You Make It -- Arrange, Act, Assert -- First Make the Test Pass -- then Make the Code Clean -- The Compiler Is Part of the TDD Process -- Wishful Coding -- Key Takeaways -- Chapter 4: Test-Driven Development in the Real World -- The Menu Ordering App -- Where to Begin? …”
Libro electrónico -
2650Publicado 2022Tabla de Contenidos: “…Intro -- Table of Contents -- About the Authors -- About the Technical Reviewer -- Acknowledgments -- Introduction -- Chapter 1: An Introduction to Hibernate 6 -- Plain Old Java Objects (POJOs) -- Building a Project -- Hibernate As a Persistence Solution -- Summary -- Chapter 2: Integrating and Configuring Hibernate -- The Steps Needed to Integrate and Configure Hibernate -- Understanding Where Hibernate Fits into Your Java Application -- Deploying Hibernate -- Installing Maven -- Connection Pooling -- Using JNDI -- Summary -- Chapter 3: Building a Simple Application -- A Simple Application -- Relationships and Cardinality -- A First Attempt -- Writing Data -- Rounding Out the Data Model -- Reading Data -- Updating Data -- Persistence Contexts -- Removing Data -- A Note on Transactions -- The Full Test for Rankings -- Writing Our Sample Application -- Add a Ranking -- Update a Ranking -- Remove a Ranking -- Find Average Ranking for a Subject's Skill -- Find All Rankings for a Subject -- Find the Highest-Ranked Subject for a Skill -- Putting It All Together -- Summary -- Chapter 4: The Persistence LifeCycle -- Introducing the Lifecycle -- Entities, Classes, and Names -- Identifiers -- Entities and Associations -- Saving Entities -- Object Equality and Identity -- Loading Entities -- Merging Entities -- Refreshing Entities -- Updating Entities -- Deleting Entities -- Cascading Operations -- Lazy Loading, Proxies, and Collection Wrappers -- Querying Objects -- Summary -- Chapter 5: An Overview of Mapping -- Why Mapping Cannot Easily Be Automated -- Primary Keys -- Lazy Loading -- Associations -- The One-to-One Association -- The One-to-Many and Many-to-One Associations -- The Many-to-Many Association -- Applying Mappings to Associations -- Other Supported Features -- Specification of (Database) Column Types and Sizes…”
Libro electrónico -
2651Publicado 2021Tabla de Contenidos: “…"There's nothing so unequal as the equal treatment of unequals."-Anonymous -- 41. #Trust is always trending. …”
Libro electrónico -
2652Publicado 2021Tabla de Contenidos: “…Democracy as a guarantee of freedom and equality -- 1.1.4. The economic consequences of democracy -- 1.2. …”
Libro electrónico -
2653por Getz, KenTabla de Contenidos: “…Create a Join That&s Based on a Comparison Other than Equality; 1.10.2. Solution; 1.10.3. Discussion; 1.11. …”
Publicado 2004
Libro electrónico -
2654por Špetič, AlešTabla de Contenidos: “…Comparing Two Sets for Equality; 2.4.2. Solution; 2.4.3. Discussion; 2.5. …”
Publicado 2002
Libro electrónico -
2655por Case, Alexander U.Tabla de Contenidos: “…3.2.2 Masking Reduction3.3 Wishful Listening; Section 2:Amplitude Effects; Chapter 4:Distortion; 4.1 Distortion of Amplitude; 4.1.1 Harmonic Distortion; 4.1.2 Intermodulation Distortion; 4.2 Sources of Distortion; 4.3 Motivations for Distortion; 4.4 Distortion Dos and Don'ts; 4.5 Selected Discography; Chapter 5:Equalization; 5.1 Spectral Modifi cation; 5.2 Parameters for Spectral Modification; 5.2.1 Frequency Select; 5.2.2 Cut/Boost; 5.2.3 Q; 5.2.4 Multiband EQ; 5.2.5 Take Away the Q; 5.2.6 Take Away the Frequency; 5.2.7 Take Away the Knobs; 5.2.8 Some Knobs Are Switches; 5.2.9 Shelving EQ…”
Publicado 2007
Libro electrónico -
2656por McGuire, SamTabla de Contenidos: “…; 3.2.3 Tuning issues; 3.2.4 Instruments can be more or less in tune; 3.2.5 Equal-tempered tuning is easiest; 3.3 Understanding your source; 3.3.1 Change in pressure; 3.3.2 The ear; 3.3.3 The speed of sound; 3.3.4 Applied knowledge; 3.4 Putting it all together; 4. …”
Publicado 2008
Libro electrónico -
2657por Khan, ShoabTabla de Contenidos: “…Micro-programmed Adaptive Filtering Applications. 11.1 Introduction. 11.2 Adaptive Filters Configurations. 11.3 Adaptive Algorithms. 11.4 Channel Equalizer using NLMS. 11.5 Echo Canceller. 11.6 Adaptive Algorithms with Micro-programmed State Machines. …”
Publicado 2011
Libro electrónico -
2658Publicado 2017Tabla de Contenidos: “…Leading by Coping -- Qualities of Character and Coping -- Reflection: Character and Coping -- Understanding Our Owner's Manual -- Reflection: Clarifying Our Strengths and Growth Areas -- Eight Principles of Personal Mastery -- Leadership Growth Plan: Personal Mastery -- Leadership Growth Plan: Personal Mastery Example -- Chapter Two: Story Mastery -- Leading with Inspiration -- The Language of Leadership -- From Information to Inspiration -- A Tale of Two CEOs -- The Story of Teams -- Not All Stories Are Created Equal -- The Red Thing -- Some Short Stories That Inspire -- Reflection: Creating Your StoryLine -- Six Practices for Inspiring Stories -- Five Shadows of Destructive Stories -- Stories from the Inside Out -- Four Principles of Story Mastery -- Leadership Growth Plan: Story Mastery -- Chapter Three: Purpose Mastery -- Leading On-Purpose -- To Lever or to Unilever? …”
Libro electrónico -
2659Publicado 2011Tabla de Contenidos: “…Cover -- Contents -- Foreword -- Preface -- Acknowledgments -- About the Authors -- List of Acronyms -- 1 Evolution of Cellular Technologies -- 1.1 Introduction -- 1.2 Evolution of Mobile Broadband -- 1.2.1 First Generation Cellular Systems -- 1.2.2 2G Digital Cellular Systems -- 1.2.3 3G Broadband Wireless Systems -- 1.2.4 Beyond 3G: HSPA+, WiMAX, and LTE -- 1.2.5 Summary of Evolution of 3GPP Standards -- 1.3 The Case for LTE/SAE -- 1.3.1 Demand Drivers for LTE -- 1.3.2 Key Requirements of LTE Design -- 1.4 Key Enabling Technologies and Features of LTE -- 1.4.1 Orthogonal Frequency Division Multiplexing (OFDM) -- 1.4.2 SC-FDE and SC-FDMA -- 1.4.3 Channel Dependent Multi-user Resource Scheduling -- 1.4.4 Multiantenna Techniques -- 1.4.5 IP-Based Flat Network Architecture -- 1.5 LTE Network Architecture -- 1.6 Spectrum Options and Migration Plans for LTE -- 1.7 Future of Mobile Broadband-Beyond LTE -- 1.8 Summary and Conclusions -- Part I: LTE Tutorials -- 2 Wireless Fundamentals -- 2.1 Communication System Building Blocks -- 2.2 The Broadband Wireless Channel: Path Loss and Shadowing -- 2.3 Cellular Systems -- 2.4 The Broadband Wireless Channel: Fading -- 2.5 Modelling Broadband Fading Channels -- 2.6 Mitigation of Narrowband Fading -- 2.7 Mitigation of Broadband Fading -- 2.8 Chapter Summary -- 3 Multicarrier Modulation -- 3.1 The Multicarrier Concept -- 3.2 OFDM Basics -- 3.3 OFDM in LTE -- 3.4 Timing and Frequency Synchronization -- 3.5 The Peak-to-Average Ratio -- 3.6 Single-Carrier Frequency Domain Equalization (SC-FDE) -- 3.7 The Computational Complexity Advantage of OFDM and SC-FDE -- 3.8 Chapter Summary -- 4 Frequency Domain Multiple Access: OFDMA and SC-FDMA -- 4.1 Multiple Access for OFDM Systems -- 4.2 Orthogonal Frequency Division Multiple Access (OFDMA) -- 4.3 Single-Carrier Frequency Division Multiple Access (SC-FDMA)…”
Libro electrónico -
2660por Holm, MichaelTabla de Contenidos: “…Streit's "Nucleus Approach" to World Organization -- The Structural Interdependence of Democracy, Security, and Effective World Organization -- "How the Unit Shapes the End": The Primacy of Individual Equality -- Realism Through Democracy: Dynamics and Traits in Streit's Formal Model -- The Nucleus Idea and the Postwar Euro-Atlantic Institutions -- References -- 9 Current Proposals for Closer Cooperation Among Democracies -- Contemporary Options for Structured Cooperation -- The Promising D10 Proposal and Its Variants -- The Variables Underlying Options for Democratic Alliance -- The Shadow War Already Exists -- Notes -- References -- 10 Representation and Participation of Citizens at the United Nations: The Democratic Legitimacy of the UN and Ways to Improve It -- The Right to Democracy -- International Recognition of Democratic Rights -- Right to a Democratic International Order -- The Democratic Deficit of the UN -- The UN as an Intergovernmental Organization -- A Broken Chain of Legitimation -- A Cosmopolitan Perspective -- A UN Parliamentary Assembly -- Rationale and Concept…”
Publicado 2022
Libro electrónico