Mostrando 17,021 - 17,040 Resultados de 20,414 Para Buscar 'Urrao~', tiempo de consulta: 1.08s Limitar resultados
  1. 17021
    por Arendt, Hannah
    Publicado 2023
    Tabla de Contenidos: “…Epílogo a No me he caído de un burro al galope de Robert Gilbert -- 6. El reportero demasiado ambicioso -- 7. …”
    Libro electrónico
  2. 17022
    Publicado 2016
    Tabla de Contenidos: “…Intro -- Title Page -- Copyright Page -- About the Author -- About the Technical Reviewer -- Contents -- Acknowledgments -- A Note to Readers -- Chapter 1: Search Problems -- Chapter 2: Exhaustive Search for an Informant -- Chapter 3: Arrays and Indexes on a Criminal's Farm -- Chapter 4: Strings and Hidden Messages -- Chapter 5: Binary Search for a Smuggler's Ship -- Chapter 6: Binary Search for Clues -- Chapter 7: Adapting Algorithms for a Daring Escape -- Chapter 8: Socks: An Interlude and an Introduction -- Chapter 9: Backtracking to Keep the Search Going -- Chapter 10: Picking Locks with Breadth-First Search -- Chapter 11: Depth-First Search in an Abandoned Prison -- Chapter 12: Cafeteria Stacks and Queues -- Chapter 13: Stacks and Queues for Search -- Chapter 14: Let's Split Up: Parallelized Search -- Chapter 15: Iterative Deepening Can Save Your Life -- Chapter 16: Inverted Indexes: The Search Narrows -- Chapter 17: A Binary Search Tree Trap -- Chapter 18: Building Binary Search Ladders -- Chapter 19: Binary Search Trees for Suspects -- Chapter 20: Adding Suspects to the Search Tree -- Chapter 21: The Binary Search Tree Property -- Chapter 22: Tries for Paperwork -- Chapter 23: Best-First Search: A Detective's Most Trusted Tool -- Chapter 24: Priority Queues for Investigations -- Chapter 25: Priority Queues for Lock Picking -- Chapter 26: Heuristics in Search -- Chapter 27: Heaps in Politics and Academia -- Chapter 28: Difficult Search Problems -- Chapter 29: Search Termination -- Epilogue -- Index -- Updates -- Meet Frank Runtime. …”
    Libro electrónico
  3. 17023
    por Mullen, Tony, 1971-
    Publicado 2011
    Tabla de Contenidos: “…Keying a Simple Walk CycleChapter 5: 3D Programming in Processing; The P3D and OpenGL Environments; Working with OBJ files; Simple Animation with OBJ Arrays; Chapter 6: Augmented Reality with Processing; The NyAR4psg Library; Digging into the Sample Code; Controlling Transformations with Multiple Markers; Chapter 7: Interacting with the Physical World; Physical Computing with Arduino; Sensors and Circuits; Communicating Between Arduino and Processing; Chapter 8: Browser-Based AR with ActionScript and FLARManager; The FLARManager AR Toolset for ActionScript; Getting FLARManager Up and Running…”
    Libro electrónico
  4. 17024
    Publicado 2016
    Tabla de Contenidos: “…""Chapter 6: Sparse Models in Echo Cancellation: When the Old Meets the New""""Chapter 7: Transform Domain Processing for Recent Signal and Video Applications""; ""Part III: Signal Processing""; ""Chapter 8: Ramanujan-Sums and the Representation of Periodic Sequences""; ""Chapter 9: High-Dimensional Kernel Regression: A Guide for Practitioners""; ""Chapter 10: Linear Microphone Array TDE via Generalized Gaussian Distribution""; ""Chapter 11: Recognition of Human Faces under Different Degradation Conditions""…”
    Libro electrónico
  5. 17025
    por Robbins, Arnold
    Publicado 2002
    Tabla de Contenidos: “…Operators; 1.5.7. Variable and Array Assignment; 1.5.8. Octal and Hexadecimal Constants in gawk; 1.5.9. …”
    Libro electrónico
  6. 17026
    por Rodriguez, Jacobo
    Publicado 2013
    Tabla de Contenidos: “…InstructionsBasic types; Variable initializers; Vector and matrix operations; Castings and conversions; Code comments; Flow control; Loops; Structures; Arrays; Functions; Preprocessor; Shader input/output variables; Uniform variables; Other input variables; Shader output variables; Summary; Chapter 3 : Vertex Shaders; Vertex shader inputs; Vertex attributes; Uniform variables; Vertex shader outputs; Drawing a simple geometry sample; Distorting a geometry sample; Using interpolators; Simple lighting; Basic lighting theory; Lighting example code; Summary; Chapter 4: Fragment Shaders…”
    Libro electrónico
  7. 17027
    por Insam, Edward
    Publicado 2003
    Tabla de Contenidos: “…; Common Methods of Networking; Examples of Networked Embedded Systems; Points to Consider Before Networking Embedded Systems; Getting Started; Chapter 2: Software Design for Embedded Communications; Setting the Stage; Concurrent Programming; State Machines; High-level Languages and Resource-limited Devices; Interfacing Issues; Gate Arrays or Microcontrollers?…”
    Libro electrónico
  8. 17028
    por Burstein, Leonid
    Publicado 2012
    Tabla de Contenidos: “…Cover; Matlab® in bioscience and biotechnology; Copyright; Dedication; Contents; Preface; List of figures and tables; About the author; 1Introduction; 2 MATLAB® basics; 2.1 Starting with MATLAB®; 2.2 Vectors, matrices and arrays; 2.3 Flow control; 2.4 Questions for self-checking and exercises; 2.5 Answers to selected exercises; 3 MATLAB® graphics; 3.1 Generation of XY plots; 3.2 Generation of XYZ plots; 3.3 Specialized 2D and 3D plots; 3.4 Application examples; 3.5 Questions for self-checking and exercises; 3.6 Answers to selected exercises…”
    Libro electrónico
  9. 17029
    Publicado 2001
    Tabla de Contenidos: “…""INNOVATION AND INVENTION IN MEDICAL DEVICES: IMPLANTABLE DEFIBRILLATORS""""GENERAL DISCUSSION OF THE KEYNOTE SESSION""; ""3 The Nature of Medical Innovation ""; ""THE INNOVATIVE PROCESS FOR MEDICAL DEVICES: A NASA PERSPECTIVE""; ""Medical Device Case Studies""; ""Cardiac Monitor""; ""Heart Imaging System""; ""Heart Assist Pump""; ""Telemedicine Instrumentation Pack""; ""Pill Telemetry Technologies""; ""Benefits of the NASA Process""; ""ENDOVASCULAR DEVICES""; ""GENE ARRAYS""; ""INHALED INSULIN""; ""IMAGING THE MICROVASCULATURE""; ""GENERAL DISCUSSION OF THE NATURE OF MEDICAL INNOVATION""…”
    Libro electrónico
  10. 17030
    Tabla de Contenidos: “…Diversidad cultural, discurso del odio y derecho penal, por Rafael Alcácer Guirao Crónicas de jurisprudencia constitucional A. …”
    Libro
  11. 17031
    Publicado 2017
    Tabla de Contenidos: “…Unit tests are fast -- Unit tests are deterministic -- Assertions should be as simple as possible -- Unit tests are isolated -- Unit tests cover the code -- Refactor the test -- Collections with wrong elements -- Handling exceptions -- Generics -- Test Driven Development -- Implementing QuickSort -- The partitioning class -- Recursive sorting -- Non-recursive sorting -- Implementing the API class -- Creating modules -- Why modules are needed -- What is a Java module -- Summary -- Chapter 4: Mastermind - Creating a Game -- The Game -- The model of the game -- Java collections -- Interface collection -- Set -- Hash functions -- Method equals -- Method hashCode -- Implementing equals and hashCode -- HashSet -- EnumSet -- LinkedHashSet -- SortedSet -- NavigableSet -- TreeSet -- List -- LinkedList -- ArrayList -- Queue -- Deque -- Map -- HashMap -- IdentityHashMap -- Dependency injection -- Implementing the game -- ColorManager -- The class color -- JavaDoc and code comments -- Row -- Table -- Guesser -- UniqueGuesser -- GeneralGuesser -- The Game class -- Creating an integration test -- Summary -- Chapter 5: Extending the Game - Run Parallel, Run Faster -- How to make Mastermind parallel -- Refactoring -- Processes -- Threads -- Fibers -- java.lang.Thread -- Pitfalls -- Deadlocks -- Race conditions -- Overused locks -- Starving -- ExecutorService -- ForkJoinPool -- Variable access -- The CPU heartbeat -- Volatile variables -- Synchronized block -- Wait and notify -- Lock -- Condition -- ReentrantLock -- ReentrantReadWriteLock -- Atomic classes -- BlockingQueue -- LinkedBlockingQueue -- LinkedBlockingDeque -- ArrayBlockingQueue -- LinkedTransferQueue -- IntervalGuesser -- ParallelGamePlayer -- Microbenchmarking -- Summary -- Chapter 6: Making Our Game Professional - Do it as a Webapp -- Web and network -- IP -- TCP/IP -- DNS -- The HTTP protocol…”
    Libro electrónico
  12. 17032
    Publicado 2018
    Tabla de Contenidos: “…-- Summary -- Chapter 4: Mastermind - Creating a Game -- The game -- The model of the game -- Java collections -- Interface collection -- Set -- Hash functions -- The equals method -- The hashCode method -- Implementing equals and hashCode -- HashSet -- EnumSet -- LinkedHashSet -- SortedSet -- NavigableSet -- TreeSet -- List -- LinkedList -- ArrayList -- Queue -- Deque -- Map -- HashMap -- IdentityHashMap -- Dependency injection -- Implementing the game -- ColorManager -- The class color -- JavaDoc and code comments -- Row -- Table -- Guesser -- UniqueGuesser -- GeneralGuesser -- The Game class -- Creating an integration test -- Summary -- Chapter 5: Extending the Game - Run Parallel, Run Faster -- How to make Mastermind parallel -- Refactoring -- Processes -- Threads -- Fibers -- java.lang.Thread -- Pitfalls -- Deadlocks -- Race conditions -- Overused locks -- Starving -- ExecutorService -- Completable future -- ForkJoinPool -- Variable access -- The CPU heartbeat -- Volatile variables -- Synchronized block -- Wait and notify -- Lock -- Condition -- ReentrantLock -- ReentrantReadWriteLock -- Atomic variables -- BlockingQueue -- LinkedBlockingQueue -- LinkedBlockingDeque -- ArrayBlockingQueue -- LinkedTransferQueue -- IntervalGuesser -- ParallelGamePlayer -- Microbenchmarking -- Summary -- Chapter 6: Making Our Game Professional - Do it as a Web App -- Web and network -- IP -- TCP/IP -- DNS…”
    Libro electrónico
  13. 17033
    Publicado 2005
    “…Annotation In agriculture, microbial biotechnology covers a wide array of subjects ranging from biofertilizers to biological control of pests and diseases; from biological N 2 -fixation to lignocellulose degradation; from production of biomass and biofuels to genetically engineered plants. …”
    Acceso restringido con credenciales, usuarios UPSA
    Libro electrónico
  14. 17034
  15. 17035
    Publicado 2022
    Tabla de Contenidos: “…Adolfo Castañón : el niño de la estampitas / Malva Flores -- Setenta años de un ateneísta contemporáneo / Alejandro Arras -- Castañón : el país de la invención y la lectura / Laura Sofía Rivero -- "Los libros nacen de la coversación" : la huella indeleble de Adolfo Castañón en El mundo de tinta / Mirna del Carmen Martínez -- Adolfo Castañón : feliz estación florida / César ArIstides -- 8 x 8.75 / Ana Lorenia García -- La Boétie y Montaigne, Octavio Paz y Saint-John Perse : dos documentos inéditos sobre la amistad / David Noria -- Tejedor de palabras / Cristina Villa -- Castañón, el paseante mexicano / Sebastián Pineda -- Adolfo Castañón / José Javier Villareal -- Las comas del tiempo (un paseo por la poesía de Adolfo Castañón) / Fabián Espejel -- El bosque, la luz, el agua y el fuego : una cartografía del cambio en A veces prosa / Imelda Sevilla -- Adolfo Castañón, investigador de Alfonso Reyes / Gerardo Maldonado -- Un jardín llamado Adolfo Castañón / José Manuel Cuéllar…”
    Libro electrónico
  16. 17036
  17. 17037
    Publicado 2017
    “…La calçada real té dos carrils (un per cada sentit) i donat l'alt volum de trànsit existent freqüents i habituals les congestions. Arran d'aquesta problemàtica el Consell Nacional de Vialidad va convocar una licitació pública per a la construcció d'un nou pont i s'exposa actualment, amb l'objecte de duplicar la capacitat de la carretera en aquest punt. …”
    Visualitzar TFM
    Tesis
  18. 17038
    Publicado 2012
    “…Bringing together an interdisciplinary array of top researchers, Music Data Mining presents a variety of approaches to successfully employ data mining techniques for the purpose of music processing.The book first covers music data mining tasks and algorithms and audio feature extraction, providing a framework for subsequent chapters. …”
    Libro electrónico
  19. 17039
    Publicado 2006
    “…Developed around intergroup relations, perspectives on social identity have now been applied fruitfully to a diverse array of topics and domains, including health, organizations and management, culture, politics and group dynamics…”
    Libro electrónico
  20. 17040
    por Chang, Heewon, 1959-
    Publicado 2012
    “…Heewon Chang, Faith Ngunjiri, and Kathy-Ann Hernandez break new ground on this blossoming new array of research models, collectively labeled Collaborative Autoethnography. …”
    Libro electrónico