Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Conversión 349
- Conversión religiosa 235
- Historia 221
- Management 174
- History 171
- Engineering & Applied Sciences 142
- RELIGION 140
- Development 137
- Artificial intelligence 131
- Leadership 124
- Intervius 121
- Data processing 109
- Crítica e interpretación 108
- Application software 107
- Filosofía 106
- Digital techniques 96
- Internet marketing 96
- Computer Science 94
- Computer programming 88
- Cristianismo 87
- Social aspects 86
- Photography 85
- Computer programs 83
- Design 81
- Technology: general issues 75
- Religion 72
- Història 71
- Interpersonal communication 70
- Computer software 69
- Vida cristiana 69
-
8981por Erder, MuratTabla de Contenidos: “…-- Leveraging "Architect Products, Not Just Solutions for Projects" in Practice -- Principle 2: Focus on Quality Attributes, Not on Functional Requirements -- Principle 3: Delay Design Decisions Until They Are Absolutely Necessary -- Principle 4: Architect for Change-Leverage "The Power of Small" -- Principle 5: Architect for Build, Test, and Deploy -- Principle 6: Model the Organization After the Design of the System -- Summary -- Endnotes -- 3 Getting Started with Continuous Architecture: Requirements Management -- Functional Requirements versus Quality Attributes -- Leveraging Value Chains to Understand the Functional Scope of a Product -- The Big Picture: The Value Chain -- The Dynamics: User Story Themes -- Analyzing User Story Themes -- Using Architecture Scenarios for Quality Attribute Requirements -- Building the Quality Attributes Utility Tree -- Quality Attribute Details -- Performance -- Availability -- Cost effectiveness -- Gathering and Managing Requirements -- Stakeholder Interviews -- Joint Requirements Development Sessions -- Conversations with Business Partners (or with the Product Owner)…”
Publicado 2016
Libro electrónico -
8982Publicado 2023Tabla de Contenidos: “…Adhering to best practices for dashboard design -- Acing Accessibility with Tableau -- Synthesizing Data through a Tableau Story -- Planning your story to perfection -- Surveying the story workspace -- Crafting the story -- Formatting the story -- Enhancing Visualizations with Actions -- Part 4 Showcasing Your Data in the Tableau Cloud -- Chapter 11 Collaboration and Publishing with Tableau Cloud -- Comparing the Desktop to the Cloud -- Strolling through the Tableau Cloud Experience -- Evaluating Personal Features in Tableau Cloud -- Personal Space -- Favorites -- Recents -- Sharing Experiences and Collaborating with Others -- Sharing content -- Shared with Me -- Collections -- Explore -- Recommendations -- Chapter 12 Administration in Tableau Cloud -- Noting How Tableau Server and Tableau Cloud Differ -- Opting for Tableau Server -- Considering Tableau Cloud -- Setting Up Your Tableau Cloud Site for Success -- Administrative Functionality in Tableau Cloud -- Managing users and groups -- Setting automated schedules -- Arranging jobs and tasks to run in the background -- Checking the status of your site -- Seeking Tableau Cloud Settings -- Configuring General settings -- Authenticating users -- Bridging to your data connections with Tableau Bridge -- Adding extensions to Tableau -- Integrating Tableau with the Salesforce CRM and Slack -- Connecting third-party apps with Tableau -- Going mobile -- Part 5 The Part of Tens -- Chapter 13 Ten Tableau Must-Know Function Types -- Number Functions -- String Functions -- Date Functions -- Type Conversion -- Logical Functions -- Aggregate Functions -- Pass-Through Functions (RAWSQL) -- User Functions -- Table Calculation Functions -- Spatial Functions -- Predictive Modeling Functions -- Chapter 14 Ten Helpful Tableau Resources -- Tableau Free Trials -- Tableau Training -- Tableau Help Documentation…”
Libro electrónico -
8983Publicado 2024Tabla de Contenidos: “…Deny Tactic #1: Remove -- Deny Tactic #2: Move to Build Trust Stage -- Deny Tactic #3: Move to Monthly Supporter Segment -- Partnership Stage 6: Report -- Report Tactic #1: Acknowledge Gift with a Receipt -- Report Tactic #2: Customize Investor Reporting -- Report Tactic #3: Publicly Recognize Investors -- Report Tactic #4: Produce Dashboard/Quarterly Reports -- Report Tactic #5: Provide Updates from the CEO/Chair -- Report Tactic #6: Move Back to Partnership Stage 2: Build Trust -- Volunteers -- Staff -- Staff Budget -- Operations Budget -- Total Budget -- Other Revenue Domains and Segments -- Fund Practice 5.4: Drive Performance Improvement with an Investment and Partnership Scorecard -- Scorecard Step 1: Set Up the Database -- Scorecard Step 2: Record the Right Data -- Scorecard Step 3: Assign a Relationship Manager -- Scorecard Step 4: Assign a Close Date -- Scorecard Step 5: Define and Count Relationship-Building Contacts -- Scorecard Step 6: Define the Next Step -- Scorecard Step 7: Produce the Prospect List -- Scorecard Step 8: Produce the Investment and Partnership Scorecard -- Read the Investment and Partnership Scorecard -- Trend Data -- Prospect Diversity -- Income Projections -- Proposal Activity -- Conversion Rates -- Key Performance Indicators -- Contact Numbers -- Running the Biweekly I& -- P Pipeline Meeting -- Advanced Analytics -- Additional Resources -- Chapter 6 Execute -- Execute Practice 6.1: Inform Strategy with an Executive Dashboard -- Execute Practice 6.2: Nurture a Culture of Performance and Trust -- Execute Practice 6.3: Analyze Three Levels of Performance -- Execute Practice 6.4: Identify Mission-Critical KPIs -- Execute Practice 6.5: Create a Dashboard Plan -- Execute Practice 6.6: Align the Board with the Dashboard -- Execute Practice 6.7: Build the Visualizations…”
Libro electrónico -
8984por Vandevoorde, DavidTabla de Contenidos: “…9.2 Looking Up Names -- 9.3 Parsing Templates -- 9.4 Derivation and Class Templates -- 9.5 Afternotes -- 10 Instantiation -- 10.1 On-Demand Instantiation -- 10.2 Lazy Instantiation -- 10.3 The C++ Instantiation Model -- 10.4 Implementation Schemes -- 10.5 Explicit Instantiation -- 10.6 Afternotes -- 11 Template Argument Deduction -- 11.1 The Deduction Process -- 11.2 Deduced Contexts -- 11.3 Special Deduction Situations -- 11.4 Allowable Argument Conversions -- 11.5 Class Template Parameters -- 11.6 Default Call Arguments -- 11.7 The Barton-Nackman Trick -- 11.8 Afternotes -- 12 Specialization and Overloading -- 12.1 When "Generic Code" Doesn't Quite Cut It -- 12.2 Overloading Function Templates -- 12.3 Explicit Specialization -- 12.4 Partial Class Template Specialization -- 12.5 Afternotes -- 13 Future Directions -- 13.1 The Angle Bracket Hack -- 13.2 Relaxed typename Rules -- 13.3 Default Function Template Arguments -- 13.4 String Literal and Floating-Point Template Arguments -- 13.5 Relaxed Matching of Template Template Parameters -- 13.6 Typedef Templates -- 13.7 Partial Specialization of Function Templates -- 13.8 The typeof Operator -- 13.9 Named Template Arguments -- 13.10 Static Properties -- 13.11 Custom Instantiation Diagnostics -- 13.12 Overloaded Class Templates -- 13.13 List Parameters -- 13.14 Layout Control -- 13.15 Initializer Deduction -- 13.16 Function Expressions -- 13.17 Afternotes -- Part III: Templates and Design -- 14 The Polymorphic Power of Templates -- 14.1 Dynamic Polymorphism -- 14.2 Static Polymorphism -- 14.3 Dynamic versus Static Polymorphism -- 14.4 New Forms of Design Patterns -- 14.5 Generic Programming -- 14.6 Afternotes -- 15 Traits and Policy Classes -- 15.1 An Example: Accumulating a Sequence -- 15.2 Type Functions -- 15.3 Policy Traits -- 15.4 Afternotes -- 16 Templates and Inheritance…”
Publicado 2003
Libro electrónico -
8985por Stefanov, StoyanTabla de Contenidos: “…Primitive Data Types, Arrays, Loops, and Conditions -- Variables -- Variables are case sensitive -- Operators -- Primitive data types -- Finding out the value type - the typeof operator -- Numbers -- Octal and hexadecimal numbers -- Exponent literals -- Infinity -- NaN -- Strings -- String conversions -- Special strings -- Booleans -- Logical operators -- Operator precedence -- Lazy evaluation -- Comparison -- Undefined and null -- Primitive data types recap -- Arrays -- Adding/updating array elements -- Deleting elements -- Arrays of arrays -- Conditions and loops -- The if condition -- The else clause -- Code blocks -- Checking if a variable exists -- Alternative if syntax -- Switch -- Loops -- While loops -- Do-while loops -- For loops -- For-in loops -- Comments -- Summary -- Exercises -- 3. …”
Publicado 2013
Libro electrónico -
8986Publicado 2018Tabla de Contenidos: “…-- Role of NLP in VUIs -- VUI design platforms -- Principles of conversation -- Turn taking -- Flow -- Context -- Verbal confirmation -- Visual confirmation -- Error handling -- Session awareness -- Providing help -- Response time -- Empathy -- Voice-enabled applications -- Home assistant devices -- Automobile virtual assistant devices -- Chatbots -- Future of VUIs -- Summary -- Chapter 2: Building an FAQs Chatbot -- Why an FAQs chatbot? …”
Libro electrónico -
8987Publicado 2019Tabla de Contenidos: “…. =) -- 2.3 Specifying the data type -- 2.4 Telling R to ignore something -- 2.5 Try it yourself -- Terminology -- Summary -- Chapter 3: Making new data values -- 3.1 Basic mathematics -- 3.2 Operator precedence -- 3.3 String concatenation (joining) -- 3.4 Comparisons -- 3.5 Automatic conversion (coercion) -- 3.6 Try it yourself -- Terminology -- Summary -- Chapter 4: Understanding the tools you'll use: Functions -- 4.1 Functions -- 4.1.1 Under the hood -- 4.1.2 Function template -- 4.1.3 Arguments -- 4.1.4 Multiple arguments -- 4.1.5 Default arguments -- 4.1.6 Argument name matching -- 4.1.7 Partial matching -- 4.1.8 Scope…”
Libro electrónico -
8988Publicado 2021Tabla de Contenidos: “…Miscanthus Biomass for Alternative Energy Production -- 10.1 Introduction -- 10.2 Evaluation of Biomass Suitability for Energy -- 10.3 Bioethanol Production -- 10.3.1 Physicochemical Pretreatment -- 10.3.2 Enzymatic Hydrolysis and Fermentation -- 10.4 Biomethane and Biohydrogen Production -- 10.5 Thermochemical Conversion -- 10.5.1 Heat and Power Generation -- 10.5.2 Bio-Oil and Syngas Production -- References -- 11. …”
Libro electrónico -
8989Publicado 1999Tabla de Contenidos: “…-- DTSC'S CURRENT CLASSIFICATION SYSTEM -- DTSC'S PROPOSED CLASSIFICATION SYSTEM -- THE NRC COMMITTEE'S FINDINGS AND RECOMMENDATIONS -- Risk-Based Waste Classification -- Exposure Pathway Integration -- Protection Goals and Exposure Scenarios -- Model Components and Parameters -- Model Performance -- Analytical Issues -- Risk for Entire Waste -- Chronic Toxicity Data and Irritation Testing -- Transparency of the Proposed Approach -- Flexibility Goals -- CONCLUSIONS -- 1 Introduction -- THE COMMITTEE'S TASK AND APPROACH -- REPORT ORGANIZATION -- OVERVIEW OF CALIFORNIA'S APPROACH TO CLASSIFYING HAZARDOUS WASTE -- Statutory Framework -- Current Waste-Classification System -- Need for Change in Waste-Classification System -- Proposed Waste-Classification System -- Toxicity Criteria -- Total Threshold Limit Concentrations -- Soluble or Extractable Regulatory Thresholds -- Other Toxicity Criteria -- Exposure Models -- CalTOX Model -- Preliminary Endangerment Assessment Model -- Lead Risk-Assessment Spreadsheet Model -- Potential Regulatory Impacts -- 2 DTSC's Proposed Overall Approach -- STATEMENT OF GOALS -- MULTIMEDIA AND MULTIPATHWAY RISK ASSESSMENT -- REALISTIC EXPOSURE SCENARIOS -- VALID SCIENCE -- TRANSPARENCY -- FLEXIBILITY -- IMPLEMENTATION PRACTICALITY AND EVALUATION -- 3 Scenario Selection and Modeling -- EXPOSURE SCENARIOS: PURPOSE -- MODELING: PURPOSE -- SUMMARY OF DTSC EXPOSURE SCENARIOS -- Adjacent Resident Scenario -- Waste Worker Scenario -- Land Conversion Scenario -- Ecological Effects Scenario -- MODELING USED IN THE SCENARIOS…”
Libro electrónico -
8990por Fiedler, SabineTabla de Contenidos: “…Phraseology - a treasure trove of verbal humour -- 20.4 Humour as a discursive strategy -- 20.4.1 Functions of humour in Esperanto interactions -- 20.4.2 Humorous devices in conversation -- A. Teasing -- B. Allusions -- C. Heckling -- 20.4.3 Failed humour -- 20.5 Some concluding remarks on humour in Esperanto -- Chapter 21. …”
Publicado 2022
Libro electrónico -
8991Data Cleaning with Power BI The Definitive Guide to Transforming Dirty Data into Actionable InsightsPublicado 2024Tabla de Contenidos: “…Assessing data relevance -- Assessing data formatting -- Assessing data normalization, denormalization, and star schemas -- Dimension modeling and star schema -- Denormalized data in dimension tables -- Summary -- Questions -- Chapter 6: Cleaning Data with Query Editor -- Technical requirements -- Understanding the Query Editor interface -- Data cleaning techniques and functions -- Adding columns -- Data type conversions -- Date/time -- Rounding -- Pivot/unpivot columns -- Merge queries -- Using Query Editor versus DAX for transformation -- Power Query Editor -- Data Analysis Expressions (DAX) -- Workflow -- Summary -- Questions -- Further reading -- Chapter 7: Transforming Data with the M Language -- Technical requirements -- Understanding the M language -- Structure of M -- Common use cases of M -- Filtering and sorting data with M -- Transforming data with M -- Working with data sources in M -- Creating parameters and variables -- Summary -- Questions -- Chapter 8: Using Data Profiling for Exploratory Data Analysis (EDA) -- Understanding EDA -- Exploring data profiling features in Power BI -- Reviewing column quality, distribution, and profile -- Column distribution -- Column quality -- Column profile -- Turning data profiles into high-quality data -- Recommended actions on column distribution -- Value distribution -- Summary -- Questions -- Part 3 - Advanced Data Cleaning and Optimizations -- Chapter 9: Advanced Data Cleaning Techniques -- Technical requirements -- Using Power Query Editor from within Dataflow Gen1 - fuzzy matching and fill down -- Fuzzy matching -- Fill down -- Best practices for using fuzzy matching and fill down -- Using R and Python scripts -- Benefits of using R or Python scripts -- Getting started with using R or Python scripts in Power BI -- Using ML to clean data -- Data cleaning with anomaly detection…”
Libro electrónico -
8992Publicado 2019Tabla de Contenidos: “…6.2 First-Order Lowpass Filters -- 6.3 Decibels, the Cascade Connection, and Logarithmic Frequency Scales -- 6.4 Bode Plots -- 6.5 First-Order Highpass Filters -- 6.6 Series Resonance -- 6.7 Parallel Resonance -- 6.8 Ideal and Second-Order Filters -- 6.9 Bode Plots with Matlab -- 6.10 Digital Signal Processing -- Summary -- Problems -- Chapter 7 Logic Circuits -- 7.1 Basic Logic Circuit Concepts -- 7.2 Representation of Numerical Data in Binary Form -- 7.3 Combinatorial Logic Circuits -- 7.4 Synthesis of Logic Circuits -- 7.5 Minimization of Logic Circuits -- 7.6 Sequential Logic Circuits -- Summary -- Problems -- Chapter 8 Computers, Microcontrollers and Computer‐Based Instrumentation Systems -- 8.1 Computer Organization -- 8.2 Memory Types -- 8.3 Digital Process Control -- 8.4 Programming Model for the HCS12/9S12 Family -- 8.5 The Instruction Set and Addressing Modes for the CPU12 -- 8.6 Assembly-Language Programming -- 8.7 Measurement Concepts and Sensors -- 8.8 Signal Conditioning -- 8.9 Analog-to-Digital Conversion -- Summary -- Problems -- Chapter 9 Diodes -- 9.1 Basic Diode Concepts -- 9.2 Load-Line Analysis of Diode Circuits -- 9.3 Zener-Diode Voltage-Regulator Circuits -- 9.4 Ideal-Diode Model -- 9.5 Piecewise-Linear Diode Models -- 9.6 Rectifier Circuits -- 9.7 Wave-Shaping Circuits -- 9.8 Linear Small-Signal Equivalent Circuits -- Summary -- Problems -- Chapter 10 Amplifiers: Specifications and External Characteristics -- 10.1 Basic Amplifier Concepts -- 10.2 Cascaded Amplifiers -- 10.3 Power Supplies and Efficiency -- 10.4 Additional Amplifier Models -- 10.5 Importance of Amplifier Impedances in Various Applications -- 10.6 Ideal Amplifiers -- 10.7 Frequency Response -- 10.8 Linear Waveform Distortion -- 10.9 Pulse Response -- 10.10 Transfer Characteristic and Nonlinear Distortion -- 10.11 Differential Amplifiers…”
Libro electrónico -
8993Publicado 2023Tabla de Contenidos: “…Embed Learning into Chat Conversations -- Manage -- Manage Courses Recommended to Others -- Add Viva Learning as a Tab to Your Teams -- Closing -- Part III: Microsoft Viva Connections -- Chapter 8: The Intranet -- The Purpose of an Intranet -- The Intelligent Intranet -- The Challenge -- Chapter 9: Introduction to Microsoft Viva Connections -- Microsoft Viva Connections Overview -- Integration with Microsoft 365 Apps -- Core Concepts and Capabilities -- The Mobile Experience -- The Desktop Experience -- Curated vs. …”
Libro electrónico -
8994Publicado 2023Tabla de Contenidos: “…-- L'articulation euro-atlantique au cœur des malentendus franco-britanniques -- Premières conversations tripartites à Washington -- Fin de partie au comité Maudling : l'échec de la zone de libre-échange -- Redressement français sur la scène européenne -- Le tournant d'octobre-novembre 1958 -- Macmillan entre agressivité et impuissance -- L'Amérique et l'Allemagne, arbitres du débat franco-britannique -- De Gaulle et Macmillan dans la guerre froide résurgente : entre blocage et confrontation (novembre 1958-été 1960) -- Macmillan, pionnier d'une détente improbable face à de Gaulle, gardien de la fermeté occidentale -- Faire entendre sa voix- dans le face-à-face des deux superpuissances : solo britannique et concert à "Trois plus Un" -- La thèse britannique de l'hypocrisie française -- Le malentendu de Bad-Kreuznach -- La divergence franco-britannique : un pur désaccord tactique ? …”
Libro -
8995por Polanco, Yuly J.Tabla de Contenidos: “…(CONTINUACIÓN) -- 8.2 ORIENTACIONES DE LA UNIDAD -- 8.3 COMPETENCIAS -- 8.4 DIAGRAMA DE CONTENIDO -- 8.5 CASO DE APOYO -- 8.6 EL CAPITAL NETO DE TRABAJO (CNT) -- 8.6.1 CONCEPTO -- 8.6.2 IMPORTANCIA DEL CAPITAL DE TRABAJO -- 8.6.3 TIPOS DE CAPITAL DE TRABAJO -- 8.6.3.1 CAPITAL DE TRABAJO BRUTO -- 8.6.3.2 CAPITAL DE TRABAJO NETO -- 8.6.3.3 RATIO DE CAPITAL NETO DE TRABAJO -- 8.6.3.4 ANÁLISIS DEL CAPITAL DE TRABAJO -- 8.6.3.5 HERRAMIENTAS PARA EL ANÁLISIS DEL CAPITAL DE TRABAJO -- 8.6.3.5.1 CICLO DE CONVERSIÓN DEL EFECTIVO (CCE) -- 8.6.3.5.2 PERÍODO PROMEDIO DE INVENTARIO (PPI) -- 8.6.3.5.3 PERÍODO PROMEDIO DE COBRO (PPC) -- 8.6.3.5.4 PERÍODO PROMEDIO DE PAGO -- 8.6.3.6 RELACIÓN DEL CAPITAL DE TRABAJO Y CON EL FLUJO DE CAJA -- 8.6.3.7 FUENTES DE CAPITAL DE TRABAJO -- 8.6.3.8 CAUSAS DE INSUFICIENCIA EN EL CAPITAL DE TRABAJO -- 8.6.3.9 BONDADES Y DESVENTAJAS DEL CAPITAL DE TRABAJO -- 8.7 WACC (WEIGHTED AVERAGE COST OF CAPITAL) -- 8.7.1 IMPORTANCIA DEL COSTO DE CAPITAL PROMEDIO PONDERADO (WACC) -- 8.7.2 DETERMINACIÓN DEL COSTO DE CAPITAL PROMEDIO PONDERADO (WACC) -- 8.7.3 CONSIDERACIONES SOBRE EL WACC -- 8.7.4 LIMITACIONES DE ESTE MÉTODO -- 8.7.5 VENTAJAS DEL MÉTODO DE COSTO DE CAPITAL PROMEDIO PONDERADO -- 8.8 MÉTODO DUPONT -- 8.8.1 IMPORTANCIA -- 8.8.2 VENTAJAS DEL MODELO DUPONT -- 8.8.3 ELEMENTOS DEL SISTEMA DUPONT -- 8.8.4 CÁLCULO DEL SISTEMA DUPONT -- 8.9 RESUMEN DE LA UNIDAD -- 8.10 ACTIVIDADES DE LA UNIDAD -- 8.11 EJERCICIOS DE AUTOEVALUACIÓN DE LA UNIDAD -- 8.12 BIBLIOGRAFÍA RECOMENDADA DE LA UNIDAD -- UNIDAD XI: OTROS MÉTODOS DE ANÁLISIS FINANCIERO (CONTINUACIÓN) -- 9.1 ORIENTACIONES DE LA UNIDAD -- 9.2 COMPETENCIAS DE LA UNIDAD…”
Publicado 2020
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
8996por Organisation de coopération et de développement économiques.Tabla de Contenidos: “…Roumanie : ESC en pourcentage, par produit -- Tableau annexe I.1. Conversion des terres en superficies agricoles ou à partir de superficies ag... -- Tableau annexe I.2. …”
Publicado 2000
Libro electrónico -
8997por Organisation de coopération et de développement économiques.Tabla de Contenidos: “…. -- Tableau annexe 6. Conversion de l'utilisation des terres agricoles vers (pertes) et à partir... -- Chapitre IV.7 -- Tableau 1. …”
Publicado 2001
Libro electrónico -
8998Publicado 2005Tabla de Contenidos: “…Integrating JOB/SCAN -- 7.1 Customizing for JOB/SCAN installations -- 7.1.1 Product library allocation -- 7.1.2 Changing the TWS for z/OS command table -- 7.1.3 Modifying the Optional functions panel -- 7.1.4 Setting the JCL edit tool -- 7.1.5 Configuring JOB/SCAN to match your environment -- 7.2 Preparing the JCL for scheduling -- 7.2.1 Preparing and validating JCL within the ISPF editor -- 7.2.2 Viewing and editing JCL from within an application definition -- 7.2.3 Automating the conversion from test to production JCL -- 7.3 Validating the dependencies between operations -- 7.4 Assessing the impact of changing variables -- 7.5 Avoiding production problems -- 7.5.1 Daily validation of jobs in the current plan -- 7.5.2 Daily planning process -- 7.5.3 Validating JCL beyond the current plan -- 7.5.4 Ad-hoc changes -- 7.6 Tuning JOB/SCAN for special situations -- 7.6.1 Extending this example -- Part 3 TWS Distributed integrations -- Chapter 8. …”
Libro electrónico -
8999por Delahaye, SylvieTabla de Contenidos: “…How to compile old COBOL -- 5.1 Start by validating your software levels -- 5.2 Overview -- 5.2.1 What do the conversion tools need -- 5.2.2 What steps are required -- 5.3 Setting up for convert and compile -- 5.3.1 Define your global options -- 5.3.2 COBOL convert and compile option -- 5.3.3 Convert old 68/74 COBOL to 85 COBOL -- 5.4 Summary -- Chapter 6. …”
Publicado 2002
Libro electrónico -
9000Publicado 2019“…Start with an intuitive and practical introduction to the digital signal processing (DSP) theory behind audio plug-ins, and quickly move on to plugin implementation, gain knowledge of algorithms on classical, virtual analog, and wave digital filters, delay, reverb, modulated effects, dynamics processing, pitch shifting, nonlinear processing, sample rate conversion and more. You will then be ready to design and implement your own unique plugins on any platform and within almost any host program. …”
Libro electrónico