Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Bíblia 8
- Historia 8
- Peirce, Charles S. 7
- Periodismo 7
- Biblia 6
- Crítica e interpretación 6
- Electrónica 6
- Engineering & Applied Sciences 6
- History 6
- Semiótica 6
- Filosofía 5
- History and criticism 5
- Psicología 5
- Riñones 5
- Social aspects 5
- Computer Science 4
- Documentales 4
- Electrónica digital 4
- Fisiología 4
- Inglés 4
- Percepción 4
- Robotics 4
- -Historia 3
- Aspectos sociales 3
- Automation 3
- Cerebro 3
- Circuitos lógicos 3
- Computer software 3
- Conducta (Psicología) 3
- Contabilidad 3
-
381Publicado 2024“…George Floyd's death on May 25th 2020 marked a watershed in reactions to anti-Black racism in the United States and elsewhere. …”
Libro electrónico -
382Publicado 2004Tabla de Contenidos: “…The case for more split-sample experiments in developing survey instruments / Floyd Jackson Fowler, Jr. --…”
Libro electrónico -
383Publicado 1999Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico
-
384Publicado 2022Tabla de Contenidos: “…ALGORITMO DE BELLMAN-FORD -- MÉTODO ALGORÍTMICO DE PROGRAMACIÓN DINÁMICA: CÁLCULO DE CAMINOS DE COSTE MÍNIMO. ALGORITMO DE FLOYD-WARSHALL -- MÉTODO ALGORÍTMICO DE VUELTA ATRÁS: COLOREADO DE UN GRAFO -- MÉTODO ALGORÍTMICO DE VUELTA ATRÁS: CICLOS HAMILTONIANOS DE UN GRAFO -- DESARROLLO DE UN JUEGO CON ADVERSARIO Y EL ALGORITMO DE MINIMAX: TIC TAC TOE -- DESARROLLO DE UN JUEGO CON ADVERSARIO, EL ALGORITMO DE MINIMAX Y LA PODA ALFA-BETA: CONECTA 4 -- 4. …”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico -
385Publicado 2018Tabla de Contenidos: “…Servant Leadership: What Does It Really Mean? / Mark A. Floyd --…”
Libro electrónico -
386Publicado 2016Tabla de Contenidos: “…3.4.3 Denotational Semantics3.4.4 Fixed Point Characterization; 3.5 Illustrative example: Grover quantum search; 3.6 Proofs of lemmas; 3.7 Bibliographic remarks; Chapter 4: Logic for quantum programs; 4.1 Quantum predicates; 4.1.1 Quantum Weakest Preconditions; 4.2 Floyd-Hoare logic for quantum programs; 4.2.1 Correctness Formulas; 4.2.2 Weakest Preconditions of Quantum Programs; 4.2.3 Proof System for Partial Correctness; 4.2.4 Proof System for Total Correctness; 4.2.5 An Illustrative Example: Reasoning aboutthe Grover Algorithm; 4.3 Commutativity of quantum weakest preconditions…”
Libro electrónico -
387Publicado 2014Tabla de Contenidos: “…2.3.2 Breadth-first search2.4 Shortest Paths; 2.4.1 Shortest path as a linear program; 2.4.2 Dijkstra's algorithm; 2.4.3 The Bellman-Ford algorithm; 2.4.4 The Floyd-Warshall algorithm; 2.5 Maximum Flows; 2.5.1 Maximum flow as a linear program; 2.5.2 The Ford-Fulkerson labeling algorithm; 2.5.3 Approximate maximum flow; 2.5.3.1 Electrical flows; 2.5.3.2 The algorithm; 2.6 Summary; 3 Advanced Flow Theory; 3.1 Multi-Terminal Flows; 3.1.1 The Gomory-Hu algorithm; 3.2 Minimum-Cost Flows; 3.2.1 Problem formulation; 3.2.2 The out-of-kilter algorithm; 3.2.3 Variants and modifications…”
Libro electrónico -
388Publicado 1999Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico
-
389
-
390
-
391Publicado 2023Tabla de Contenidos: “…Biographical index of medical signatories in favour of the creation of a Society of Chymical Physicians (1665) -- Jeremiah ASTEL (d.1675) -- (Sir) Richard BARKER (c.1622-1686) -- Thomas BARKER -- William BARKLEY or BERKELEY -- Robert BATHURST -- Edward BOLNEST (1627-1703) -- William BOREMAN or BURMAN (d.1707) -- Edward COKE or COOKE -- William CURRER (1617-1668) -- Joseph DEY (1615-1665) -- Sir Kenelm DIGBY (1603-1665) -- John FLOYD -- John FRYER (d.1672) -- William GODDARD (d.1670) -- Thomas HORSINGTON (1619-1666) -- Mr HORSNEL -- James JOLLY (b.1627) -- Johann Sibertus KÜFFELER (1595-1677) -- Nicolas or Nicaise LE FÉVRE (d.1669) -- Pierre MASSONET -- Everard MAYNWARING (c.1629-1713) -- Marchamont NEDHAM (1620-1678) -- Thomas NORTON (d.1669) -- Thomas O'DOWDE (d.1665) -- Thomas SMART -- John SPRANGER (1625-1685) -- George STARKEY (1628-1665) -- George THOMSON (c.1620-1677) -- George THORNLY (d.1665) -- Thomas TILLISON or TILSON -- John TROUTBECK (1612-1684) -- Thomas TROUTBECK -- Robert TURNER (1626-1665/6?) …”
Libro electrónico -
392Publicado 2023Tabla de Contenidos: “…Labor Workforce -- The Current United States Labor Workforce -- Examining Labor Workforce Dimensions -- The Murder of George Floyd, the Rise of the Black Lives Matter Movement, and the Corporate Response -- Why Haven't We Made More Progress? …”
Libro electrónico -
393
-
394Publicado 2022Tabla de Contenidos: “…Sorting Data Using Merge Sort and Quick Sort -- Understanding why sorting data is important -- Employing better sort techniques -- Using Search Trees and the Heap -- Considering the need to search effectively -- Building a binary search tree -- Performing specialized searches using a binary heap -- Relying on Hashing -- Putting everything into buckets -- Avoiding collisions -- Creating your own hash function -- Part 3 Exploring the World of Graphs -- Chapter 8 Understanding Graph Basics -- Explaining the Importance of Networks -- Considering the essence of a graph -- Finding graphs everywhere -- Showing the social side of graphs -- Understanding subgraphs -- Defining How to Draw a Graph -- Distinguishing the key attributes -- Drawing the graph -- Measuring Graph Functionality -- Counting edges and vertexes -- Computing centrality -- Putting a Graph in Numeric Format -- Adding a graph to a matrix -- Using sparse representations -- Using a list to hold a graph -- Chapter 9 Reconnecting the Dots -- Traversing a Graph Efficiently -- Creating the graph -- Applying breadth-first search -- Applying depth-first search -- Determining which application to use -- Sorting the Graph Elements -- Working on Directed Acyclic Graphs (DAGs) -- Relying on topological sorting -- Reducing to a Minimum Spanning Tree -- Getting the minimum spanning tree historical context -- Working with unweighted versus weighted graphs -- Creating a minimum spanning tree example -- Discovering the correct algorithms to use -- Introducing priority queues -- Leveraging Prim's algorithm -- Testing Kruskal's algorithm -- Determining which algorithm works best -- Finding the Shortest Route -- Defining what it means to find the shortest path -- Adding a negative edge -- Explaining Dijkstra's algorithm -- Explaining the Bellman-Ford algorithm -- Explaining the Floyd-Warshall algorithm…”
Libro electrónico -
395Publicado 2007Tabla de Contenidos: “…3.3 Equivalence Relation and Partitions -- 3.3.1 Definitions -- 3.3.2 Integers Modulo m -- 3.3.3 Fast Exponentiation -- 3.4 Partial Orders -- 3.4.1 Definitions for Partial Orders -- 3.4.2 Directed Acyclic Graph Definition -- 3.4.3 Hasse Diagrams -- 3.4.4 Partial vs Total Orders -- 3.4.5 Topological Sorting -- 3.4.6 Parallel Task Scheduling -- 3.5 Ordered Pairs -- 3.5.1 Representation of Relation -- 3.5.2 Graph of Relation -- 3.5.3 Composition of Relations -- 3.5.4 Types of Relations -- 3.5.5 Interpretation Using Digraphs -- 3.6 Warshall's Algorithm -- 3.7 Application of Relation -- Chapter 4: Functions and Recursion -- 4.1 Functions -- 4.1.1 Terminology -- 4.1.2 Properties -- 4.2 Recursion -- Chapter 5: Algebraic Structures -- 5.1 Algebra -- 5.1.1 Types of Homomorphism -- 5.2 DeMorgan's Law -- 5.2.1 Properties of Binary Operations -- 5.2.2 Quotient Semigroup: (Factor Semigroup) -- 5.3 Group -- 5.3.1 Isomorphism -- 5.4 Ring -- 5.4.1 Subring of a Ring R -- 5.4.2 Ring Homomorphism -- 5.5 Polish Expressions and Their Compilation -- 5.5.1 Polish Notation -- 5.5.2 Conversion of Infix Expressions to Polish Notation -- 5.6 The Communication Model and Error Correction -- 5.7 Hamming Codes -- 5.8 Error Recovery in Group Codes -- Chapter 6: Graph Theory -- 6.1 Introduction -- 6.2 Graph Representation -- 6.3 Topological Sort -- 6.4 Simple Graph Propagation Algorithm -- 6.5 Depth-First Search -- 6.5.1 Biconnected Components -- 6.5.2 Strongly-connected Components -- 6.5.3 An Application -- 6.6 Breadth-First Search -- 6.6.1 Introduction -- 6.6.2 Shortest Paths -- 6.7 Shortest-Path Algorithm -- 6.7.1 Single-source Shortest Path -- 6.8 Directed Acyclic Graphs -- 6.8.1 Matrix Multiplication -- 6.8.2 Floyd-Warshall's Method -- 6.8.3 Other Applications -- Chapter 7: Counting -- 7.1 A Party Problem -- 7.1.1 Sets and the Like -- 7.1.2 The Number of Subsets…”
Libro electrónico -
396Publicado 2024“…The third module catapults you into the realm of advanced graph algorithms including Topological Sort and shortest path algorithms like Dijkstra's, Bellman Ford, and Floyd Warshall…”
Vídeo online -
397Publicado 2012“…Kranzler and Randy G. Floyd, which features step-by-step recommendations, practical tools, and sample scripts…”
Biblioteca de la Universidad de Navarra (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca Universidad de Deusto)Libro -
398Publicado 2022“….” - Ken Goldberg, William S. Floyd Jr. Distinguished Chair in Engineering, UC Berkeley…”
Libro electrónico -
399por Ashley, Susan L.T“…The authors featured here are predominantly Black Britons, academics and practitioners engaged in culture and heritage, spurred by the killing of George Floyd and the rise of the Black Lives Matter movement to contest racist practices and structures that support them. …”
Publicado 2023
Libro electrónico -
400Publicado 2022“…. -- En El fantasma de las palabras, un maliciosamente divertido homenaje a la larga tradición anglosajona de la ghost story, Louise Erdrich nos regala una auténtica declaración de amor a los lectores y a los libreros, a la par que arroja una valiente mirada a cómo nos hemos enfrentado al dolor y al miedo, a la injusticia y a la enfermedad, en un contexto muy concreto: el de los efectos de la pandemia y los daños colaterales de un racismo sistémico que desembocaron en la muerte de George Floyd y el movimiento Black Lives Matters -- Contracubierta…”
Libro