Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 63
- History 35
- Leadership 23
- Management 23
- Application software 17
- Development 16
- Computer algorithms 15
- Success in business 15
- Photography 14
- Python (Computer program language) 14
- Història 13
- Novela francesa 12
- Computer programming 11
- Computer programs 11
- Data structures (Computer science) 11
- Design 11
- Engineering & Applied Sciences 11
- Data processing 10
- Software engineering 10
- Success 10
- Biografia 9
- Digital techniques 9
- Internet marketing 9
- Java (Computer program language) 9
- Política y gobierno 9
- Business & Economics 8
- Cloud computing 8
- Commerce 8
- Computer Science 8
- Entrepreneurship 8
-
461Publicado 2021Tabla de Contenidos: “…Religion and the Everyday Experience of Young Congolese Refugees in Kampala, Alessandro Gusman (University of Turin, Italy) -- 8. The 'Conquering New Territory for Jesus?': The Transience and Local Presence of African Pentecostal Migrants in Morocco, Johara Berriane (Humboldt University Berlin, Germany) -- 9. …”
Libro electrónico -
462Publicado 2015Tabla de Contenidos: “…Summary""; ""Chapter 3: Going Concurrent""; ""Atomic control""; ""Distributed locking""; ""Tactical locking""; ""Transactionally rolling on""; ""Differences when queuing""; ""Enterprising onwards""; ""Collectively counting up""; ""Spreading the word""; ""Summary""; ""Chapter 4: Divide and Conquer""; ""Divvying up the data""; ""Backups everywhere and nowhere""; ""Scaling up the cluster""; ""Having some of our data everywhere""; ""Grouping and separating nodes""; ""Network partitioning""; ""Maintaining quorum""; ""Summary""…”
Libro electrónico -
463Publicado 2015Tabla de Contenidos: “…Cloud Controllers and Compute Nodes""; ""Understanding the art of clustering""; ""Asymmetric clustering""; ""Symmetric clustering""; ""Divide and conquer""; ""The cloud controller""; ""nova-conductor""; ""nova-scheduler""; ""X-api""; ""Image management""; ""Network outfit""; ""The Horizon decision""; ""Planning for the message queue""; ""Consolidating the database""; ""Cloud controller clustering""; ""Cooking the cloud controller""…”
Libro electrónico -
464Publicado 2022Tabla de Contenidos: “…Álvarez and Sylvia Fernández Quintanilla -- Developing new literacy skills and digital scholarship infrastructures in the Global South : a case study / María Jose Afanador-Llach and Andres Lombana-Bermudez -- Manuscripts written by women in New Spain and the challenge of digitization : an experiment in academic autoethnography / Diana Barreto Ávila -- Digital humanities and visible and invisible infrastructures / Gimena del Rio Riande -- Site-specific cultural infrastructure : promoting access and conquering the digital divide / Juan Steyn and Andre Goodrich -- On gambiarras : technical improvisations à la Brazil / Carolina Dalla Chiesa and Leonardo Foletto -- Messy empowerment : mapping digital encounters in the margins / Anita Gurumurthy and Deepti Bharthur -- On language, gender, and digital technologies / Tim Unwin -- Africa's digitalization : from the ecological dilemma to the decolonization of the imaginary / Cedric Leterme…”
Libro electrónico -
465por Glenn, Sam, 1971-Tabla de Contenidos: “…Chapter 10: A Kick in the Attitude Principle #8: Courage Is the Defining Force That Conquers Fear, Average, and BulliesChapter 11: A Kick In the Attitude Principle #9: You Can't Move if Your Battery Is Dead-How to Give Your Attitude Muscles; Chapter 12: A Kick in the Attitude Principle #10: It's Not the Season, but How We Respond in the Season That Counts; Chapter 13: A Kick in the Attitude Principle #11: Give Yourself Permission to Dream Big Dreams; Chapter 14: A Kick in the Attitude Principle #12: The Strength of the Wolf Is in the Pack and the Strength of the Pack Is in the Wolf…”
Publicado 2010
Libro electrónico -
466por Hetland, Magnus Lie. authorTabla de Contenidos: “…""; ""Exercises""; ""References""; ""Chapter 6: Divide, Combine, and Conquer""; ""Tree-Shaped Problems: All About the Balance""…”
Publicado 2014
Libro electrónico -
467Publicado 2015Tabla de Contenidos: “…""The Three Rs of Repurposing: Repositioning, Redirecting, and Rejuvenating""""Licensing Tactics""; ""Putting Concepts into Action""; ""Chapter 8: Overcoming Entrepreneurial Inflexibility""; ""Conquering Factors That Can Lead to Inflexibility""; ""Vanquishing a Disheartening Business Failure""; ""Getting Beyond the ""Foolproof Formula""""; ""Surmounting Complacency After Sustained Success""; ""Surviving Personal Financial Problems""; ""Shaking Competitive Lethargy""; ""Defeating Crippling Indecisiveness""; ""Refusing to Get Stuck in the Past""; ""Putting Concepts into Action""…”
Libro electrónico -
468por Sheth, Jagdish N.Tabla de Contenidos: “…Arrogance: pride before the fall : When exceptional achievement in the past warps your perception of present reality : General Motors, Boeing ; When David conquers Goliath : Microsoft, Enron and Worldcom ; When you pioneer a product or service nobody can duplicate: Sony ; When you're smarter than the other guys : Merck, Motorola ; The warning signs of arrogance ; How to break the arrogance habit --…”
Publicado 2007
Libro electrónico -
469por Turner, Nick“…The book combines relapse prevention therapy, acceptance and commitment therapy (ACT), and motivational interviewing to help clients conquer substance abuse by identifying their own values, strengthening their motivation, and tackling other mental health problems that may lie at the root of their addiction. …”
Publicado 2014
Libro electrónico -
470por Steppig, Michael“…As you progress through its chapters, you'll conquer the basics of quad-based topology using triangles and Ngons, and learn best practices and things to avoid while modeling and retopologizing. …”
Publicado 2022
Libro electrónico -
471Publicado 2023Tabla de Contenidos: “…Illustrative problems -- Chapter 19. Divide and Conquer -- 19.1. Introduction -- 19.2. Principle and abstraction -- 19.3. …”
Libro electrónico -
472
-
473Publicado 2016“…Hacking Marketing will show you how to conquer those challenges by adapting successful management frameworks from the software industry to the practice of marketing for any business in a digital world. …”
Libro electrónico -
474por Psychologies Magazine“…No more sitting quietly over there, it's time to conquer the world and reach for the sky"--…”
Publicado 2016
Libro electrónico -
475Publicado 2024Tabla de Contenidos: “…-- Definition -- Real-world examples -- Notations for algorithm representation -- Natural language -- Flowchart -- Pseudocode -- Programming language -- Types of algorithms -- Recursive algorithms -- Divide and conquer algorithms -- Back-tracking algorithms -- Greedy algorithms -- Heuristic algorithms -- Dynamic programming -- Brute-force algorithms -- Computational complexity -- Time complexity -- Space complexity -- Summary -- Chapter 3: Arrays and Sorting -- Single-dimensional arrays -- Example - month names -- Multi-dimensional arrays -- Example - multiplication table -- Example - game map -- Jagged arrays -- Example - yearly transport plan -- Sorting algorithms -- Selection sort -- Insertion sort -- Bubble sort -- Merge sort -- Shell sort -- Quicksort -- Heap sort -- Performance analysis -- Summary -- Chapter 4: Variants of Lists -- Simple lists -- Array lists -- Generic lists -- Sorted lists -- Example - address book -- Linked lists -- Singly linked lists -- Doubly linked lists -- Circular singly linked lists -- Circular doubly linked lists -- List-related interfaces -- Summary -- Chapter 5: Stacks and Queues -- Stacks -- Example - Reversing a word -- Example - Tower of Hanoi -- Queues -- Example - Call center with a single consultant…”
Libro electrónico -
476por Gibson, Robert. authorTabla de Contenidos: “…Using the CardLayout Manager""; ""Splitting Up Is Easy to Do: Using Split Panes""; ""Vertical Splits: Not as Painful as They Sound""; ""Limited Resources: Setting Size Attributes""; ""Nested Split Panes""; ""Divider and Conquer""; ""Rules for Using Split Panes""; ""Can I Run a Tab? …”
Publicado 2015
Libro electrónico -
477Publicado 2007Tabla de Contenidos: “…Random Acts of TestingPerformance Anxiety; Conclusion; On-the-Fly Code Generation for Image Processing; Top Down Operator Precedence; JavaScript; Symbol Table; Tokens; Precedence; Expressions; Infix Operators; Prefix Operators; Assignment Operators; Constants; Scope; Statements; Functions; Array and Object Literals; Things to Do and Think About; The Quest for an Accelerated Population Count; Basic Methods; Divide and Conquer; Other Methods; Sum and Difference of Population Counts of Two Words; Comparing the Population Counts of Two Words; Counting the 1-Bits in an Array; Applications…”
Libro electrónico -
478por Cooke, Jamie LynnTabla de Contenidos: “…; Chapter 8: Delivering Agile; Choosing the right kick-off point; Choosing the right methodologies and practices; Creating a shared understanding of Agile; Aligning Agile work with your traditional projects; Conquering the tyranny of distance; You might be surprised ...; Chapter 9: Selecting the Right Agile Approach for Your Needs; New software development or maintenance?…”
Publicado 2012
Libro electrónico -
479Publicado 2015Tabla de Contenidos: “…; Summary; Chapter 4 Conquer Extreme Contrast with HDR; A Little History on Solving High Contrast; A Better Way to Overcome Contrast; Single Image HDR…”
Libro electrónico -
480por Hallam, AndrewTabla de Contenidos: “…Gifting Money to YourselfWhen You Definitely Shouldn't Invest; How and Why Stocks Rise in Value; Rule 3: Small Percentages Pack Big Punches; With Training, the Average Fifth Grader Can Take on Wall Street; Financial Experts Backing the Irrefutable; What Causes Experts to Shake Their Heads; When the Best Funds Turn Malignant; Reality Check; Who's Arguing against Indexes?; Rule 4: Conquer the Enemy in the Mirror; When a 10 Percent Gain Isn't a 10 Percent Gain; It's Not Timing the Market that Matters; It's Time in the Market; On Stocks . . . …”
Publicado 2011
Libro electrónico