Mostrando 9,161 - 9,180 Resultados de 12,742 Para Buscar 'Ginegar~', tiempo de consulta: 1.61s Limitar resultados
  1. 9161
    por Gurfinkel, Arie
    Publicado 2024
    Tabla de Contenidos: “…Intro -- Preface -- Organization -- Invited Talks -- How to Solve Math Problems Without Talent -- Bridging Formal Mathematics and Software Verification -- The Art of SMT Solving -- Contents - Part I -- Contents - Part II -- Contents - Part III -- Decision Procedures -- Split Gröbner Bases for Satisfiability Modulo Finite Fields -- 1 Introduction -- 1.1 Related Work -- 2 Background -- 3 Motivating Example -- 3.1 Verifying the Determinism of Num2Bits -- 3.2 The Challenge of Bit-Splitting -- 3.3 Cooperative Reasoning: A Path Forward -- 4 Approach -- 4.1 Split Gröbner bases -- 4.2 Abstract Procedure: Split -- 4.3 Concrete Procedure: BitSplit -- 5 Experiments -- 5.1 Benchmarks -- 5.2 Comparison to Prior Solvers -- 5.3 Comparison to Variants -- 6 Application -- 6.1 Background on Verifiable Field-Blasting -- 6.2 A New Strategy for Verifying Operator Rules -- 7 Conclusion -- A Additional Background -- B Computing Bitsum Usage in Real World Projects -- C Proof of Theorem 1 -- D Proof of Theorems 2 and 3 -- E Proof of Lemma 1 -- F The Seq Benchmark Family -- G Proof of Theorem 4 -- References -- Arithmetic Solving in Z3 -- 1 Introduction -- 2 Design Goals and Implementation Choices -- 3 Linear Real Arithmetic -- 3.1 Linear Solving -- 3.2 Finding Equal Variables - Cheaply -- 3.3 Bounds Propagation -- 4 Integer Linear Arithmetic -- 4.1 Patching -- 4.2 Cubes -- 4.3 GCD Consistency -- 4.4 Branching -- 4.5 Cuts -- 5 Non-linear Arithmetic -- 5.1 Patch Monomials -- 5.2 Bounds Propagation -- 5.3 Adding Bounds -- 5.4 Gröbner reduction -- 5.5 Incremental Linearization -- 5.6 NLSat -- 6 Shared Equalities -- 7 Evaluation -- 8 Summary and Discussion -- References -- Algebraic Reasoning Meets Automata in Solving Linear Integer Arithmetic -- 1 Introduction -- 2 Preliminaries -- 3 Classical Automata-Based Decision Procedure for LIA…”
    Libro electrónico
  2. 9162
    Publicado 1996
    Tabla de Contenidos: “…Presentación / Elías Díaz y Alfonso Ruiz Miguel -- Teoría del Estado / Ramón Cotarelo -- Estado moderno / Ignacio Sotelo -- Constitución / Francisco Tomás y Valiente -- Estado de Derecho / Elías Díaz -- Gobierno y Administración / Manuel Aragón -- Totalitarismo / Raúl Morodo -- Pueblo / Pablo González Casanova -- Sociedad civil / Salvador Giner -- Opinión pública / Juan José Solozábal Echavarría -- Producción de normas / Virgilio Zapatero Gómez -- Cambio político / José Fernández Santillán -- Emancipación / Rafael del Águila -- Ideología / Enrique E. …”
    Acceso restringido con credenciales, usuarios UPSA
    Libro electrónico
  3. 9163
    Publicado 2008
    Tabla de Contenidos: “….; Plenilunio de mar; No lo puedo negar; Te buscaba; Hay; Blanco techo; Pantitlán; Y te quedaste; Velando el sueño; Intento fallido; Sin mí; Inmortal; Pequeñeces; No hallo sitio; De tanto; Más valiera; Matinal; Hay días; Heredad; De haber podido; Frío; Omnipresencia; Cómo me pesa; Lo maté; Luto; Por fin; No quise hacer poesía; Me duelo; Amnesia; Tierra; Pericia; Patria; Si; Desnuda; Amo…”
    Click to View
    Libro electrónico
  4. 9164
    Publicado 1996
    Tabla de Contenidos: “…Presentación / Elías Díaz y Alfonso Ruiz Miguel -- Teoría del Estado / Ramón Cotarelo -- Estado moderno / Ignacio Sotelo -- Constitución / Francisco Tomás y Valiente -- Estado de Derecho / Elías Díaz -- Gobierno y Administración / Manuel Aragón -- Totalitarismo / Raúl Morodo -- Pueblo / Pablo González Casanova -- Sociedad civil / Salvador Giner -- Opinión pública / Juan José Solozábal Echavarría -- Producción de normas / Virgilio Zapatero Gómez -- Cambio político / José Fernández Santillán -- Emancipación / Rafael del Águila -- Ideología / Enrique E. …”
    Acceso restringido con credenciales, usuarios UPSA
    Libro electrónico
  5. 9165
    Publicado 2017
    Tabla de Contenidos: “…. -- Solving constrained non-linear optimization problems in several variables -- Getting ready -- How to do it... -- How it works... -- Solving one-dimensional optimization problems -- Getting ready -- How to do it... -- How it works... -- Solving multidimensional non-linear equations using the Newton-Krylov method -- Getting ready -- How to do it... -- Solving multidimensional non-linear equations using the Anderson method -- Getting ready -- How to do it... -- How it works... -- Finding the best linear fit for a set of data -- Getting ready -- How to do it... -- How it works ... -- Doing non-linear regression for a set of data -- Getting ready -- How to do it... -- How it works... -- Regression -- Getting ready -- How to do it... -- How it works... -- Chapter 7: Constants and Special Functions -- Introduction -- Physical and mathematical constants available in SciPy -- Getting ready... -- How to do it... -- Using constants in the CODATA database -- Getting ready -- How to do it... -- Bessel functions -- Getting ready... -- How to do it... -- Error functions -- Getting ready... -- How to do it... -- Orthogonal polynomials functions -- Getting ready... -- How to do it... -- Gamma function -- Getting ready... -- How to do it... -- How it works... -- The Riemann zeta function -- Getting ready -- How to do it... -- How it works... -- Airy and Bairy functions -- Getting ready... -- How to do it... -- The Bessel and Struve functions -- Getting ready... -- How to do it... -- How it works... -- There's more -- Chapter 8: Calculus, Interpolation, and Differential Equations -- Introduction -- Integration -- Getting ready -- How to do it... -- How it works... -- Computing integrals using the Newton-Cotes method -- Computing integrals using a Gaussian quadrature -- Getting ready -- How to do it…”
    Libro electrónico
  6. 9166
    Publicado 2016
    Tabla de Contenidos: “…Dictionaries -- Exercises -- Summary -- Chapter 5: Sorting Algorithms -- Sorting terminology and notation -- Three Θ(n2) sorting algorithms -- Insertion sort -- Bubble sort -- Selection sort -- The cost of exchange sorting -- Shell sort -- Merge sort -- Quick sort -- Heap sort -- Bin sort and radix sort -- An empirical comparison of sorting algorithms -- Lower bounds for sorting -- Exercises -- Summary -- Chapter 6: Exploring Search Options -- Searching unsorted and sorted vectors -- Self-organizing lists -- Heuristic 1 - Count -- Heuristic 2 - Move-to-front -- Heuristic 3 - Transpose -- Hashing -- Hash functions -- Open hashing -- Closed hashing -- Bucket hashing -- Linear probing -- Analysis of closed hashing -- Deletion -- Exercises -- Summary -- Chapter 7: Indexing -- Linear indexing -- ISAM -- Tree-based indexing -- 2-3 trees -- B-trees -- B+ trees -- B-tree analysis -- Exercises -- Summary -- Chapter 8: Graphs -- Terminology and representations -- Graph implementations -- Graph traversals -- Depth-first search -- Breadth-first search -- Topological sort -- Shortest path problems -- Single-source shortest paths -- Minimum-cost spanning tree -- Prim's algorithm -- Kruskal's algorithm -- Exercises -- Summary -- Chapter 9: Programming and Randomized Algorithms -- Dynamic programming -- The knapsack problem -- All pairs shortest paths -- Randomized algorithms -- Randomized algorithms for finding large values -- Skip lists -- Probabilistic analysis of skip lists -- Exercises -- Summary -- Chapter 10: Functional Data Structures -- Functional data structure -- Lazy evaluation -- Functional stacks -- Functional queues -- Fast fully-persistent queues -- Slowly-persistent queues and deques -- Summary -- Index…”
    Libro electrónico
  7. 9167
    Publicado 2014
    Tabla de Contenidos: “…3.7 Future trends3.8 Sources of further information and advice; 3.9 References; 4:Output only modal identification and structural damage detection using timefrequency and wavelet techniques for assessing and mo; 4.1 Introduction; 4.2 Time-frequency (TF) methods: STFT, EMD and HT; 4.3 Modal identification of linear time invariant (LTI) and linear time variant (LTV) systems using EMD/HT and STFT; 4.4 Modal identification of LTI and LTV systems using wavelets; 4.5 Experimental and numerical validation of modal identification of LTI and LTV systems using STFT, EMD, wavelets and HT; 4.6 Conclusion…”
    Libro electrónico
  8. 9168
    Publicado 2013
    Tabla de Contenidos: “…The Fundamentals of Fundamental Factor Models -- FUNDAMENTAL ANALYSIS AND THE BARRA FUNDAMENTAL FACTOR MODEL -- CRITICAL INSIGHTS FROM THE BARRA FUNDAMENTAL FACTOR MODEL -- RISK DECOMPOSITION -- Performance Attribution -- KEY POINTS -- NOTES -- REFERENCES -- Multifactor Equity Risk Models and Their Applications -- MODEL DESCRIPTION AND ESTIMATION -- RISK DECOMPOSITION -- Total Risk Decomposition -- Systematic-Residual Risk Decomposition -- Active Risk Decomposition -- Active Systematic-Active Residual Risk Decomposition -- Summary of Risk Decomposition -- APPLICATIONS IN PORTFOLIO CONSTRUCTION AND RISK CONTROL -- Risk Control against a Stock Market Index -- Tilting a Portfolio -- KEY POINTS -- NOTES -- REFERENCES -- Multifactor Fixed Income Risk Models and Their Applications -- APPROACHES USED TO ANALYZE RISK -- Market Structure and Exposure Contributions -- Adding Volatility and Correlations into the Analysis -- A Detailed Risk Report -- APPLICATIONS OF RISK MODELING -- Portfolio Construction and Risk Budgeting -- Portfolio Rebalancing -- Scenario Analysis -- KEY POINTS -- NOTES -- REFERENCES -- Financial Econometrics -- Scope and Methods of Financial Econometrics -- THE DATA GENERATING PROCESS -- FINANCIAL ECONOMETRICS AT WORK -- Implications of Empirical Series with Only One Realization -- Determining the Model -- TIME HORIZON OF MODELS -- Model Risk and Model Robustness -- Performance Measurement of Models -- APPLICATIONS -- Portfolio Construction and Optimization -- Risk Management -- Asset-Liability Management -- KEY POINTS -- REFERENCES -- Regression Analysis: Theory and Estimation -- THE CONCEPT OF DEPENDENCE -- REGRESSIONS AND LINEAR MODELS -- Case Where All Regressors Are Random Variables -- Linear Models and Linear Regressions -- Case Where Regressors Are Deterministic Variables -- ESTIMATION OF LINEAR REGRESSIONS…”
    Libro electrónico
  9. 9169
    Publicado 2013
    Tabla de Contenidos:
    Libro electrónico
  10. 9170
    por Jaramillo Jaramillo, Alberto
    Publicado 2006
    Tabla de Contenidos: “…Resultados y mejores prácticas institucionales -- 3.1 Evaluación del desarrollo de las estrategias -- 3.1.1 Flexibilizar los planes de estudio -- 3.1.2 Mejorar la oferta de programas de formación -- 3.1.3 Fortalecer la investigación -- 3.1.4 Cualificar el cuerpo profesoral -- 3.1.5 Generar ambiente académico pluralista -- 3.1.6 Diferenciar la proyección social -- 3.1.7 Mejorar la imagen Pública -- 3.1.8 Mejorar la eficiencia administrativa y alcanzar la autorregulación -- 3.2 Mejores prácticas institucionales -- 4. …”
    Libro electrónico
  11. 9171
    Publicado 2016
    Tabla de Contenidos: “…Chapter 15: Emeritus ManChapter 16: The Road Years; Chapter 17: Traits and Attributes; Chapter 18: Sunset; Epilogue; Author's Note and Acknowledgments; Jim Bean's Current Bourbon Lineup; Favorite Booker Quotes; Bourbon Glossary; Favorite Food and Cocktail Recipes; Cocktails; Whiskey Sour; Classic Old Fashioned; Mint Old Fashioned; Maple Hot Toddy; Booker Noe's Mint Julep; Classic Manhattan; BBG (Beam Black and Ginger Ale); Front Porch Peach Tea; Knob Creek and Ginger Beer; Cut and Cola; Kentucky Mule; Kentucky Bourbon Margarita; Appetizers; Booker's Beaten Biscuits…”
    Libro electrónico
  12. 9172
    Publicado 2018
    Tabla de Contenidos: “…Concurrent and Distributed Systems -- Computing the concurrency threshold of sound free-choice workflow nets -- Fine-Grained Complexity of Safety Verification -- Parameterized verification of synchronization in constrained reconfigurable broadcast networks -- EMME: a formal tool for the ECMAScript Memory Model Evaluation -- SAT and SMT II -- What a Difference a Variable Makes -- Abstraction Refinement for Emptiness Checking of Alternating Data Automata -- Revisiting Enumerative Instantiation -- An Non-linear Arithmetic Procedure for Control-Command Software Verification -- Security and Reactive Systems -- Approximate Reduction of Finite Automata for High-Speed Network Intrusion Detection -- Validity-Guided Synthesis of Reactive Systems from Assume-Guarantee Contracts -- RVHyper: A Runtime Verification Tool for Temporal Hyperproperties -- The Refinement Calculus of Reactive Systems Toolset -- Static and Dynamic Program Analysis -- TESTOR: A Modular Tool for On-the-Fly Conformance Test Case Generation -- Optimal Dynamic Partial Order Reduction with Observers -- Structurally Defined Conditional Data-flow Static Analysis -- Geometric Nontermination Arguments -- Hybrid and Stochastic Systems -- Efficient dynamic error reduction for hybrid systems reachability analysis -- AMT2.0: Qualitative and Quantitative Trace Analysis with Extended Signal Temporal Logic -- Multi-Cost Bounded Reachability in MDPs -- A Statistical Model Checker for Nondeterminism and Rare Events -- Temporal logic and mu-calculus -- Permutation Games for the Weakly Aconjunctive mu-Calculus -- Symmetry Reduction for the Local Mu-Calculus -- Bayesian Statistical Parameter Synthesis for Linear Temporal Properties of Stochastic Models -- 7th Competition on Software Verification (SV-COMP) -- 2LS: Memory Safety and Non-Termination (Competition contribution) -- Yogar-CBMC: CBMC with Scheduling Constraint Based Abstraction Refinement (Competition Contribution) -- CPA-BAM-Slicing: Block-Abstraction Memorization and Slicing with Region-Based Dependency Analysis (Competition Contribution) -- InterpChecker: Reducing State Space via Interpolations (Competition Contribution) -- Map2Check using LLVM and KLEE (Competition Contribution) -- Symbiotic 5: Boosted Instrumentation (Competition Contribution) -- Ultimate Automizer and the Search for Perfect Interpolants (Competition Contribution) -- Ultimate Taipan with Dynamic Block Encoding (Competition Contribution) -- VeriAbs : Verification by Abstraction and Test Generation (Competition Contribution)…”
    Libro electrónico
  13. 9173
    Publicado 2017
    Tabla de Contenidos: “…The Practice of Linear Structure Sound and Image Transitions Live Editing Postproduction Editing Digital Nonlinear Editing Issues of Convergence and Compatibility Conclusion Putting It into Practice Key Concepts 12. …”
    Libro electrónico
  14. 9174
    Publicado 1999
    Tabla de Contenidos: “…Laporta -- La responsabilidad ética de los medios informativos / Victoria Camps -- Una excursión por el teatro mediático / Salvador Giner -- Ideología y retórica en la televisión / Luis Núñez Ladevéze -- La ética televisiva y los derechos del público / Modesto Saavedra -- Condiciones éticas de la información radiofónica / Arturo Merayo -- Perspectiva ética de la información publicitaria / Carlos Soria -- Autodeterminación personal frente a la seducción mediática / Gerardo Pastor Ramos -- Textos deontológicos…”
    Libro
  15. 9175
    Publicado 2006
    Tabla de Contenidos: “…Enrique Díez-Canedo -- Juan Ramón Jimenez -- León Felipe -- Josep Carner -- Jose Moreno Villa -- Pedro Salinas -- Jorge Guillen -- Jose Bergamín -- Jose Rivas Panedas -- Juan Jose Domenchina -- Concha Mendez -- Rosa Chacel -- Emilio Prados -- Angel Lázaro -- Pedro Garfías -- Jose María Quiroga Plá -- Luis Cernuda -- Francisco García Lorca -- Rafael Alberti -- Juan Chabás -- Juan Rejano -- Max Aub -- Juan Gil-Albert -- Manuel Altolaguirre -- Ernestina de Champourcin -- María Enciso -- Agustí Bartra -- Marina Romero -- Jose Herrera Petere -- Arturo Serrano Plaja -- Ramón Gaya -- Bernardo Clariana -- Germán Bleiberg -- Adolfo Sáncez Vázquez -- Antonio Aparicio -- Lorenzo Varela -- Jacinto Luis Guereña -- Francisco Giner de los Ríos…”
    Libro electrónico
  16. 9176
    Publicado 1999
    Tabla de Contenidos: “…Laporta -- La responsabilidad ética de los medios informativos / Victoria Camps -- Una excursión por el teatro mediático / Salvador Giner -- Ideología y retórica en la televisión / Luis Núñez Ladevéze -- La ética televisiva y los derechos del público / Modesto Saavedra -- Condiciones éticas de la información radiofónica / Arturo Merayo -- Perspectiva ética de la información publicitaria / Carlos Soria -- Autodeterminación personal frente a la seducción mediática / Gerardo Pastor Ramos -- Textos deontológicos…”
    991004194009706719
  17. 9177
    Publicado 2024
    Tabla de Contenidos: “…-- 9.1.4.1 Material and Methods -- 9.1.4.2 Results -- 9.1.5 Dealing with Variance Heterogeneity -- 9.2 Multiple Linear Regression -- 9.2.1 Multicollinearity in Multiple Regression Models -- 9.2.2 Testing Interactions Among Predictors -- 9.2.3 Model Selection and Comparison -- 9.2.4 Variable Importance -- 9.2.5 Visualising Multiple Linear Regression Results -- References…”
    Libro electrónico
  18. 9178
    por Olaz Capitán, Ángel José
    Publicado 2013
    Tabla de Contenidos:
    Libro electrónico
  19. 9179
    Publicado 2013
    Tabla de Contenidos: “…Portada -- Portadilla -- Créditos -- Presentación -- I Aproximación conceptual a los festivales como manifestaciones sociales y culturales -- II Metodología -- III Festival de Música Andina Colombiana Mono Núñez. Ginebra, Valle del Cauca -- IV Encuentro de Alabaos, Gualíes y Levantamiento de Tumbas. …”
    Libro electrónico
  20. 9180
    Publicado 2013
    Tabla de Contenidos: “…/ Christopher Schatschneider -- Multilevel modeling: practical examples to illustrate a special case of SEM / Lee Branum-Martin -- Linear and quadratic growth models for continuous and dichotomous outcomes / Ann A. …”
    Enlace del recurso
    Libro electrónico