Mostrando 3,041 - 3,060 Resultados de 3,311 Para Buscar 'Albiasu~', tiempo de consulta: 1.45s Limitar resultados
  1. 3041
    Publicado 1995
    Tabla de Contenidos: “…Nonuniform Sampling and Reconstruction; 9.1 Introduction; 9.2 Nonuniform Sampling; 9.3Informed Sampling; 9.4Stratified Sampling; 9.5Interlude: The Duality of Aliasing and Noise; 9.6Nonuniform Reconstruction; 9.7Further Reading; 9.8Exercises; Chapter 10.Sampling and Reconstruction Techniques; 10.1Introduction; 10.2General Outline of Signal Estimation; 10.3 Initial Sampling Patterns…”
    Libro electrónico
  2. 3042
    por Conde Salazar, Matilde
    Publicado 2008
    Tabla de Contenidos: “…SALUSTIO (Gaius Sallustius Crispus, 86-34 a.C.); III.13. TIBULO (Albius Tibullus, aprox. 50 a.C. aprox. 19 d.C.) y Corpus Tibullianum1; III.14. …”
    Libro electrónico
  3. 3043
    Publicado 2018
    Tabla de Contenidos: “…-- The multiple-selection structure (switch) -- The expression is tested at the top of the loop (while) -- The expression is tested at the bottom of the loop (do...while) -- Iterate on each object's properties (for...in) -- Iterate values in an iterable (for...of) -- Counter-controlled repetition (for) -- Functions -- Classes -- Interfaces -- Namespaces -- Putting everything together -- Summary -- Chapter 2: Working with Types -- The TypeScript type system's characteristics -- The line between TypeScript and JavaScript -- Type inference -- Optional static type annotations -- Structural type system -- Core features of the TypeScript type system -- Union types -- Type aliases -- Intersection types -- Non-nullable types -- The --strict mode -- The typeof operator -- Type guards -- Custom type guards -- Control flow analysis -- Literal types -- Discriminated unions -- The never type -- Enumerations -- Object literals -- Weak types -- The keyof operator -- Index signature -- Local types -- Type casting -- Advanced features of the TypeScript type system -- Generic types -- Generic constraints -- Mapped types -- Lookup types -- Mapped type modifiers -- Conditional types…”
    Libro electrónico
  4. 3044
    Publicado 2018
    Tabla de Contenidos: “…-- Use cases -- Web apps -- IOT and mobile backends -- Extract, Transform, Load (ETL) -- Data processing -- Real-time processing -- Execution environment -- Environment variables -- Execution context -- AWS Lambda Function-Hello World -- Function code - configuration -- Publishing and testing your changes -- Configuring options for AWS Lambda -- Memory configuration -- Execution time configuration -- Network configuration -- Function versioning and aliases -- Traffic Shifting using aliases -- Environment variables -- Securing AWS Lambda using IAM -- Authenticating -- Access control -- Identity-based policies (IAM policies) -- Resource-based policies (Lambda function policies) -- AWS Lambda permissions model -- Summary -- Chapter 4: Triggers and Events for AWS Lambda -- Triggers for AWS Lambda -- API Gateway Trigger -- AWS IoT Trigger -- IoT Button -- IoT rule -- Alexa trigger -- CloudFront trigger -- CloudWatch trigger -- CloudWatch Events -- CloudWatch Logs -- CodeCommit Trigger -- Cognito Trigger -- Scheduled Events Trigger -- AWS Config Trigger -- DynamoDB Trigger -- Kinesis Trigger -- Amazon Kinesis Data Streams -- Amazon Kinesis Data Firehose -- S3 Trigger…”
    Libro electrónico
  5. 3045
    Publicado 2010
    Tabla de Contenidos: “…addNodeGroupMember -- removeNodeGroupMember -- removeNodeGroup -- moveClusterToCoreGroup -- moveServerToCoreGroup -- deleteCoreGroup -- AdminReports Command Group -- reportConfigInconsistencies -- ReportConfiguredPorts -- ClusterConfigCommands Command Group -- createCluster -- createClusterMember -- deleteClusterMember -- deleteCluster -- ConfigArchiveOperations Command Group -- exportServer -- importServer -- GenerateSecurityConfigCommand Command Group -- generateSecConfigReport -- PortManagement Command Group -- listApplicationPorts -- listServerPorts -- ServerManagement Command Group -- listServer -- getServerType -- listServerTypes -- showServerInfo -- showServerTypeInfo -- createApplicationServer -- createApplicationServerTemplate -- deleteServer -- setJVMProperties -- setJVMSystemProperties -- setProcessDefinition -- Server Management Methods that Do Not Belong to Any Command Group -- createServerType -- Summary -- Chapter 12 Scripting and Security -- WebSphere Security Basics -- JAAS (J2C) Aliases -- Create a J2C (JAAS) Alias -- Viewing JAAS Aliases -- Modify a JAAS Alias -- Delete a JAAS Alias -- Configuring Application Security -- Enabling/Disabling Administrative and Application Security -- Mapping Java EE Roles -- Review the Current and Available Mappings -- Mapping Roles to Users and/or Groups -- Enable/Disable Java 2 Security -- LDAP Failover -- Viewing the Hosts -- Adding Additional LDAP Hosts -- Setting the Host List -- Removing LDAP Hosts -- Federated Registries (and Other Essentially Undocumented Scripting Areas) -- Multiple Security Domains (WebSphere V7) -- Additional Security Topics -- Bus Security -- Datasources -- Web Services -- AdminTask Security Reference -- SecurityConifgurationCommands Group -- SecurityDomainCommands Group -- SecurityRealmInfoCommands -- WIMManagementCommands -- WizardCommands -- JACCUtilityCommands…”
    Libro electrónico
  6. 3046
  7. 3047
    Libro
  8. 3048
    por Elfassy, David
    Publicado 2014
    Libro electrónico
  9. 3049
    Publicado 2010
    Libro electrónico
  10. 3050
    por Negus, Chris, 1957-
    Publicado 2013
    Libro electrónico
  11. 3051
    Publicado 2014
    Libro electrónico
  12. 3052
    Publicado 2015
    Libro electrónico
  13. 3053
  14. 3054
    Publicado 2016
    Tabla de Contenidos: “…Cover -- Titel -- Impressum -- Referenzkarte -- Inhaltsverzeichnis -- Einleitung -- Kapitel 1: Datentypen und Optionals -- 1.1 Willkommen auf dem Spielplatz -- 1.2 Variablen und Konstanten -- 1.3 Zahlendatentypen konvertieren -- 1.4 Werte runden -- 1.5 Minimum und Maximum -- 1.6 Der Datentyp Bool -- 1.7 Optionals -- 1.8 Programmieren mit Optionals -- Kapitel 2: Zeichenketten des Typs String -- 2.1 String-Interpolation -- 2.2 Zeichenketten vergleichen -- 2.3 Textabschnitte finden und ersetzen -- 2.4 Zeichenketten in Zahlentypen konvertieren -- 2.5 Die Klasse NSNumber -- 2.6 Texte teilen -- 2.7 Subscripting mit Unicode -- 2.8 Anfang und Ende von Zeichenketten -- Kapitel 3: Arrays und Dictionaries -- 3.1 Arrays - Listen von Elementen -- 3.2 Arrays sortieren und filtern -- 3.3 Dictionaries, die schnellen Wörterbücher -- 3.4 Arrays aus Dictionaries -- Kapitel 4: Fallunterscheidungen und Schleifen -- 4.1 Die if-Struktur -- 4.2 Die switch-case-Struktur -- 4.3 Die for-Schleife -- 4.4 Schleifen und Arrays -- 4.5 Rückwärts durch die for-Schleife -- 4.6 Die while-Schleife -- 4.7 Schleifen mit Fallunterscheidungen -- 4.8 Werte als Diagramme anzeigen -- 4.9 Gültigkeitsbereiche -- Kapitel 5: Funktionen -- 5.1 Die erste Funktion -- 5.2 Benannte Parameter -- 5.3 Funktionen mit Rückgabewert -- 5.4 Tupel und anonyme Typen -- 5.5 Eine unbestimmte Anzahl von Parametern -- 5.6 Funktionen mit Standardwerten -- 5.7 Parameter sind unveränderlich -- 5.8 Aliasse -- Kapitel 6: Closures -- 6.1 Closures sind Funktionen -- 6.2 Closures als Parameter -- 6.3 Arrays sortieren mit Closures -- 6.4 Variablen einfangen -- 6.5 Asynchrone Closures mit Grand Central Dispatch -- 6.6 Parallele Verarbeitung -- 6.7 Asynchrone Aufrufe mittels Completion- Handler -- Kapitel 7: Klassen und Objekte -- 7.1 Das erste Projekt -- 7.2 Erste Schritte im Workspace-Fenster -- 7.3 Die Klasse Person…”
    Libro electrónico
  15. 3055
    Publicado 2024
    Tabla de Contenidos: “…-- Modules type -- Avoiding anti-pattern - single module app -- Optimizing the usage of common modules - the SharedModule pattern -- Improving the size of your app - lazy loading -- Summary -- Chapter 3: TypeScript Patterns for Angular -- Technical requirements -- Creating classes and types -- Primitive and basic types -- Classes -- Interfaces -- Type aliases -- When to use classes, interfaces, or types -- Creating methods and functions -- Working with null values -- Decreasing verbosity - type inference -- Validating types - type guards -- Using a better alternative to the any type -- Summary -- Chapter 4: Components and Pages -- Technical requirements -- Creating components -- Communication between components - inputs and outputs -- Best practice - using the TrackBy property…”
    Libro electrónico
  16. 3056
    Publicado 2017
    Tabla de Contenidos: “…Chapter 5 - Script 4 -- Chapter 5 - Script 5 -- Chapter 5 - Script 6 -- Chapter 5 - Script 7 -- Chapter 5 - Script 8 -- Summary -- Chapter 6: Automating Tasks with Scripts -- Chapter 6 - Script 1 -- Chapter 6 - Script 2 -- Chapter 6 - Script 3 -- Chapter 6 - Script 4 -- Cron -- Chapter 6 - Script 5 -- Chapter 6 - Script 6 -- Chapter 6 - Script 7 -- Summary -- Chapter 7: Working with Files -- Writing files -- Chapter 7 - Script 1 -- Reading files -- Chapter 7 - Script 2 -- Chapter 7 - Script 3 -- Chapter 7 - Script 4 -- Reading and writing files -- Chapter 7 - Script 5 -- Reading and writing files interactively -- Chapter 7 - Script 6 -- File checksums -- File encryption -- Chapter 7 - Script 7 -- Summary -- Chapter 8: Working with wget and curl -- Introducing the wget program -- wget options -- wget return codes -- wget configuration files -- Chapter 8 - Script 1 -- wget and recursion -- wget options -- curl -- curl options -- Chapter 8 - Script 2 -- Summary -- Chapter 9: Debugging Scripts -- Syntax errors -- Chapter 9 - Script 1 -- Chapter 9 - Script 2 -- Automatic backups -- More syntax errors -- Chapter 9 - Script 3 -- Logic errors -- Chapter 9 - Script 4 -- Using set to debug scripts -- Chapter 9 - Script 5 and Script 6 -- Chapter 9 - Script 7 -- Chapter 9 - Script 8 -- Chapter 9 - Script 9 -- Summary -- Chapter 10: Scripting Best Practices -- Verifying backups -- ssh and scp -- Find and use a good text editor -- Environment variables and aliases -- ssh prompt -- Testing an archive -- Progress indicator -- Chapter 10 - Script 1 -- Creating new commands from a template -- Chapter 10 - Script 2 -- Alerting the user -- Chapter 10 - Script 3 -- Summary -- Index…”
    Libro electrónico
  17. 3057
    por Kondoz, A. M.
    Publicado 2004
    Tabla de Contenidos: “…5.8.1 Codebook Structures5.8.2 Search Techniques; 5.8.3 Perceptual Weighting Techniques; 5.9 Inter-frame Correlation; 5.9.1 LSF Prediction; 5.9.2 Prediction Order; 5.9.3 Prediction Factor Estimation; 5.9.4 Performance Evaluation of MA Prediction; 5.9.5 Joint Quantization of LSFs; 5.9.6 Use of MA Prediction in Joint Quantization; 5.10 Improved LSF Estimation Through Anti-Aliasing Filtering; 5.10.1 LSF Extraction; 5.10.2 Advantages of Low-pass Filtering in Moving Average Prediction; 5.11 Summary; Bibliography; 6 Pitch Estimation and Voiced-Unvoiced Classification of Speech; 6.1 Introduction…”
    Libro electrónico
  18. 3058
    por Donahoo, Michael J.
    Publicado 2005
    Tabla de Contenidos: “…Joins; 5.1 Two Table Joins with WHERE; 5.2 Table Aliases; 5.3 Joins Needing More Than Two Tables; 5.4 Self-Join: Joining a Table with Itself; 5.5 Example Joins; 5.6 How Does a Join Really Work?…”
    Libro electrónico
  19. 3059
    por Carter, Gerald
    Publicado 2003
    Tabla de Contenidos: “…Mail Transfer Agents (MTAs); 7.3.1.2. Aliases; 7.3.1.3. Mail routing using LDAP; 7.3.2. …”
    Libro electrónico
  20. 3060
    por Watkinson, John, 1950-
    Publicado 2002
    Tabla de Contenidos: “…Conversion; 4.1 Introduction to conversion; 4.2 Sampling and aliasing; 4.3 Reconstruction; 4.4 Filter design; 4.5 Choice of sampling rate; 4.6 Sample and hold; 4.7 Sampling clock jitter; 4.8 Aperture effect; 4.9 Quantizing; 4.10 Quantizing error; 4.11 Basic digital-to-analog conversion; 4.12 Basic analog-to-digital conversion; 4.13 Alternative convertors; 4.14 Oversampling…”
    Libro electrónico