Mostrando 45,661 - 45,680 Resultados de 45,798 Para Buscar '"a. C."', tiempo de consulta: 0.76s Limitar resultados
  1. 45661
    Publicado 2014
    Tabla de Contenidos: “…2.18 Forms containing the quadratic trinomial a+bx+cx2 and the binomial α+βx -- 2.2 Algebraic functions -- 2.20 Introduction -- 2.21 Forms containing the binomial a+bxk and √x -- 2.22-2.23 Forms containing n(a + bx)k -- The square root -- Cube root -- 2.24 Forms containing a+bx and the binomial α+βx -- 2.25 Forms containing a+bx+cx2 -- Integration techniques -- 2.26 Forms containing a+bx+cx2 and integral powers of x -- 2.2712 Forms containing a+c x2 and integral powers of x -- 2.28 Forms containing a+bx+c x2 and first-and second-degree polynomials -- 2.29 Integrals that can be reduced to elliptic or pseudo-elliptic integrals -- 2.3 The Exponential Function -- 2.31 Forms containing eax -- 2.32 The exponential combined with rational functions of x -- 2.4 Hyperbolic Functions -- 2.41-2.43 Powers of sinh x, cosh x, tanh x, and coth x -- Powers of hyperbolic functions and hyperbolic functions of linear functions of the argument -- 2.44-2.45 Rational functions of hyperbolic functions -- 2.46 Algebraic functions of hyperbolic functions -- 2.47 Combinations of hyperbolic functions and powers -- 2.48 Combinations of hyperbolic functions, exponentials, and powers -- 2.5-2.6 Trigonometric Functions -- 2.50 Introduction -- 2.51-2.52 Powers of trigonometric functions -- 2.53-2.54 Sines and cosines of multiple angles and of linear and more complicated functions of the argument -- 2.55-2.56 Rational functions of the sine and cosine -- 2.57 Integrals containing a ± b sin x or a ± b cos x -- 2.58-2.62 Integrals reducible to elliptic and pseudo-elliptic integrals -- 2.63-2.65 Products of trigonometric functions and powers -- 2.66 Combinations of trigonometric functions and exponentials -- 2.67 Combinations of trigonometric and hyperbolic functions -- 2.7 Logarithms and Inverse-Hyperbolic Functions -- 2.71 The logarithm…”
    Libro electrónico
  2. 45662
    Publicado 2022
    Tabla de Contenidos: “…-- C# Language Versioning -- .NET and C# Compilation Process -- Compile Time and Runtime -- Framework and Library -- Library -- Framework -- Managed and Unmanaged Code -- Chapter Summary -- Chapter 2: Software Installation -- About the .NET Framework -- Installing the .NET Framework -- Verify the .NET Framework Installation -- Installing Visual Studio -- Verify the Visual Studio Installation -- Chapter Summary -- Chapter 3: Introduction -- Computer Program -- Programming Languages -- A Computer Program: A Recipe -- Type in C# -- The Basic Operations of a Computer -- C# Program Application Formats -- Format 1: Console Application -- Format 2: .NET MAUI -- Format 3: ASP.NET Web Applications -- The Structure of a C# Program -- Namespaces -- Classes -- Naming a Class: Class Identifiers -- Chapter Summary -- Chapter 4: Input and Output -- Write to and Read from the Console -- Change Console Display Settings -- Chapter Summary -- Chapter 5: Commenting Code -- C# Single-Line Comments -- New .NET 6 Templates -- C# Multiple-Line Comments -- Chapter Summary -- Chapter 6: Data Types -- Data Types, Variables, and Conversion -- Data Types -- Conversion from One Data Type to Another -- Converting -- Something a Little Different with Our Variables -- C# 8 Nullable Reference Types -- Chapter Summary -- Chapter 7: Casting and Parsing -- Data Types, Casting, and Parsing -- Chapter Summary -- Chapter 8: Arithmetic -- Arithmetic Operations -- Common Arithmetic Operators -- Integer Division -- Solution Explorer and Project Analysis -- Other Operators -- Plus Equals ( +=) -- Minus Equals ( -=) -- Multiply Equals ( *=) -- Divide Equals ( /=) -- Square Root -- Chapter Summary -- Chapter 9: Selection -- Arithmetic Operations…”
    Libro electrónico
  3. 45663
    por Ashok, Kamthane
    Publicado 2015
    Tabla de Contenidos: “…-- 1.2 Basics of a Computer -- 1.3 Latest Computers -- 1.4 Introduction to C -- 1.5 About ANSI C Standard -- 1.6 Machine, Assembly and High-Level Language -- 1.6.1 Assembly Language -- 1.6.2 High-Level Language -- 1.7 Assembler, Compiler and Interpreter -- 1.8 Structure of a C Program -- 1.9 Programming Rules -- 1.10 Executing the C Program -- 1.11 Standard Directories -- 1.12 The First C Program -- 1.13 Advantages of C -- 1.14 Header Files -- 1.15 Algorithm -- 1.15.1 Program Design -- 1.16 Classification of Algorithms -- 1.17 Flowcharts -- 1.18 Pseudocode -- Summary -- Exercises -- 2 The C Declarations -- 2.1 Introduction -- 2.2 The C Character Set -- 2.3 Delimiters -- 2.4 Types of Tokens -- 2.5 The C Keywords -- 2.6 Identifiers -- 2.7 Constants -- 2.7.1 Numerical Constants -- 2.7.2 Character Constant -- 2.8 Variables -- 2.9 Rules for Defining Variables -- 2.10 Data Types -- 2.11 C Data Types -- 2.12 Integer and Float Number Representations -- 2.12.1 Integer Representation -- 2.12.2 Floating-Point Representation -- 2.13 Declaring Variables -- 2.14 Initializing Variables -- 2.15 Dynamic Initialization -- 2.16 Type Modifiers -- 2.17 Type Conversion -- 2.18 Wrapping Around -- 2.19 Constant and Volatile Variables -- 2.19.1 Constant Variable -- 2.19.2 Volatile Variable -- Summary -- Exercises -- 3 Operators and Expressions -- 3.1 Introduction -- 3.2 Operator Precedence -- 3.3 Associativity -- 3.4 Comma and Conditional Operator -- 3.5 Arithmetic Operators -- 3.6 Relational Operators -- 3.7 Assignment Operators and Expressions -- 3.8 Logical Operators -- 3.9 Bitwise Operators -- Summary -- Exercises -- 4 Input and Output in C -- 4.1 Introduction -- 4.2 Formatted Functions…”
    Libro electrónico
  4. 45664
    Publicado 2023
    Tabla de Contenidos: “…. -- How it works... -- Creating a C# inventory slot UI to display scripted components -- Getting ready -- How to do it... -- How it works... -- There's more... -- Modifying the game for a second inventory panel for keys -- Displaying multiple pickups of different objects as a list of text via a dynamic List&lt -- &gt -- of scripted PickUp objects -- Getting ready -- How to do it... -- How it works... -- There's more... -- Ordering items in the inventory list alphabetically -- Displaying multiple pickups of different objects as text totals via a dynamic Dictionary&lt -- &gt -- of PickUp objects and enum pickup types -- Getting ready -- How to do it... -- How it works... -- There's more... -- Separating responsibilities with MVC -- Further reading -- Chapter 4: Playing and Manipulating Sounds -- Setting up the Third Person Character Controller project -- How to do it... -- How it works... -- There's more... -- Fixing pink textures -- Playing sound when a scene begins -- Getting ready -- How to do it... -- How it works... -- There's more... -- Create a GameObject with AudioSource linked to an AudioClip in a single step -- Make the sound clip keep looping -- Customizing other AudioSource settings -- Removing redundant AudioListener components -- Getting ready -- How to do it... -- How it works... -- Enabling and customizing 3D sound effects -- Getting ready -- How to do it... -- How it works... -- There's more... -- Changing the way the volume changes with distance -- Adding keys to customize the volume falloff curve -- Adding effects with Audio Reverb Zones -- Getting ready -- How to do it... -- How it works... -- There's more…”
    Libro electrónico
  5. 45665
    por Sharma, A.K
    Publicado 2013
    Tabla de Contenidos: “…Cover -- Contents -- Preface to the Second Edition -- Preface -- About the Author -- Chapter 1 : Overview of C -- 1.1 The History -- 1.2 Characters Used in C -- 1.3 Data Types -- 1.3.1 Integer Data Type (int) -- 1.3.2 Character Data Type (char) -- 1.3.3 The Floating point (float) Data Type -- 1.4 C Tokens -- 1.4.1 Identifiers -- 1.4.2 Keywords -- 1.4.3 Variables -- 1.4.4 Constants -- 1.5 Structure of a C Program -- 1.5.1 Our First Program -- 1.6 printf() and scanf() Functions -- 1.6.1 How to Display Data using printf() Function -- 1.6.2 How to Read Data from Keyboard using scanf() -- 1.7 Comments -- 1.8 Escape Sequence (Backslash Character Constants) -- 1.9 Operators and Expressions -- 1.9.1 Arithmetic Operators -- 1.9.2 Relational and logical Operators -- 1.9.3 Conditional Operator -- 1.9.4 Order of Evaluation of Expressions -- 1.9.5 Some Special Operators -- 1.9.6 Assignment Operator -- 1.9.7 Bitwise Shift Operators -- 1.10 Flow of Control -- 1.10.1 The Compound Statement -- 1.10.2 Selective Execution (Conditional Statements) -- 1.10.3 Repetitive Execution (Iterative Statements) -- 1.10.4 The exit() Function -- 1.10.5 Nested Loops -- 1.10.6 The Goto Statement (Unconditional Branching) -- 1.11 Input-Output Functions (I/O) -- 1.11.1 Buffered I/O -- 1.11.2 Single Character Functions -- 1.11.3 String-based Functions -- 1.12 Arrays -- 1.13 Structures -- 1.13.1 Defining a Structure in C -- 1.13.2 Referencing Structure Elements -- 1.13.3 Arrays of Structures -- 1.13.4 Initializing Structures -- 1.13.5 Assignment of Complete Structures -- 1.13.6 Nested Structures -- 1.14 User-defined Data Types -- 1.14.1 Enumerated Data Types -- 1.15 Unions -- 1.16 Functions -- 1.16.1 Function Prototypes -- 1.16.2 Calling a Function -- 1.16.3 Parameter Passing in Functions -- 1.16.4 Returning Values from Functions -- 1.16.5 Passing Structures to Functions…”
    Libro electrónico
  6. 45666
    por Rubio, Carlos
    Publicado 2023
    Libro electrónico
  7. 45667
  8. 45668
  9. 45669
  10. 45670
    991005579509706719
  11. 45671
  12. 45672
    Publicado 2017
    “…A C# 7 beginners guide to the core parts of the C# language! …”
    Libro electrónico
  13. 45673
    por Sánchez Vega, Javier Alejandro
    Publicado 2018
    Tabla de Contenidos: “…Historia de la Contabilidad -- 1.1 Antecedentes -- 1.2 Antecedentes en otros países -- 1.2.1 Época Antigua -- 1.2.2 Edad Media -- 1.2.3 Edad Moderna -- 1.2.3.1 Benedetto Cotrugli Rangeo -- 1.2.3.2 Fra Luca Pacioli -- 1.2.3.3 Fabio Besta -- 1.2.4 Época Contemporánea -- 1.3 Antecedentes en México -- 1.3.1 La profesión de Contador Público -- 1.3.2 Organismos profesionales de Contadores Públicos en México -- 1.3.2.1 Instituto Mexicano de Contadores Públicos, A.C. -- 1.3.2.2 Asociación Mexicana de Contadores Públicos -- 1.3.2.3 Consejo Mexicano de Normas de Información Financiera -- 1.4 Agrupaciones profesionales internacionales -- 1.4.1 Asociación Americana de Contadores Públicos -- 1.4.2 Asociación Interamericana de Contabilidad -- 1.4.3 Comité de Normas Internacionales de Contabilidad -- 1.4.4 Federación Internacional de Contadores Públicos -- Capítulo 2. …”
    Libro electrónico
  14. 45674
    por Corcuera, Santiago H.
    Publicado 2015
    Tabla de Contenidos: “…ORIGINARIO "Partido Justicialista de la Provincia de Santa Fe c/ Santa Fe, Provincia de s/ acción declarativa" - Fallos 317:1195 -- ◊ Cámara Nacional Electoral - Causa: "Ortiz Almonacid, Juan Carlos s/acción de amparo" - Fallos CNE 2378/1998 -- ◊ Juzgado Federal de primera instancia No 1 de Córdoba - Causa: "Carbonetti, Domingo A. c. Estado Nacional y otro"- Córdoba, marzo 3 de 1999. -- Capítulo 2 - Mecanismos de democracia semidirecta -- 1.- Consulta popular -- ◊ Corte Suprema de Justicia de la Nación - Causa: "Recurso de hecho deducido por Aníbal Roque Baeza en la causa Baeza, Aníbal Roque c/Estado Nacional" - Fallos 306:1125 -- ◊ Cámara Nacional Electoral - Causa: "Fonrouge, Alberto s/amparo" - Fallos CNE 14/1984 -- ◊ Cámara Nacional Electoral - Causa: "Gobernador de la Pcia. de Entre Ríos s/solicita realización simultánea de consulta popular -elección 23-10-05- Expte. …”
    Libro electrónico
  15. 45675
    Publicado 2024
    Tabla de Contenidos: “…8.1 Banach and Hilbert space rank, boundedness, and Schauder bases -- 8.2 Commutative and noncommutative Banach algebras -- 8.3 Subgroup in a Banach algebra -- 8.4 Bounded operators on a Hilbert space -- 8.5 Invertible operator algebra criteria on a Hilbert space -- 8.6 Spectrum in a Banach algebra -- 8.7 Ideals in a Banach algebra -- 8.8 Gelfand-Naimark-Segal construction -- 8.9 Generating a C* algebra -- 8.10 The Gelfand formula -- References -- 9 Von Neumann algebra -- 9.1 Operator topologies -- 9.2 Two basic von Neumann algebras -- 9.3 Commutant in a von Neumann algebra -- 9.4 The Gelfand transform -- References -- 10 Fiber bundles -- 10.1 MSA for the algebraic quotient spaces -- 10.2 The topological quotient space -- 10.3 Basic topological and manifold concepts -- 10.4 Fiber bundles from manifolds -- 10.5 Sections in a fiber bundle -- 10.6 Line and vector bundles -- 10.7 Analytic vector bundles -- 10.8 Elliptic curves over C -- 10.9 The quaternions -- 10.10 Hopf fibrations -- 10.11 Hopf fibration with bloch sphere S2, the one-qubit base -- 10.12 Hopf fibration with sphere S4, the two-qubit base -- References -- 11 Lie algebras and Lie groups -- 11.1 Algebraic structure -- 11.2 MSA view of a Lie algebra -- 11.3 Dimension of a Lie algebra -- 11.4 Ideals in a Lie algebra -- 11.5 Representations and MSA of a Lie group of a Lie algebra -- 11.6 Briefing on topological manifold properties of a Lie group -- 11.7 Formal description of matrix Lie groups -- 11.8 Mappings between Lie groups and Lie algebras -- 11.9 Complexification of Lie algebras -- References -- 12 Fundamental and universal covering groups -- 12.1 Homotopy a graphical view -- 12.2 Initial point equivalence for loops -- 12.3 MSA description of the fundamental group -- 12.4 Illustrating the fundamental group -- 12.5 Homotopic equivalence for topological spaces…”
    Libro electrónico
  16. 45676
    por Kovari, Peter
    Publicado 2004
    Tabla de Contenidos: “…J2EE introduction -- 1.1 Architecture -- 1.1.1 Overall architecture -- 1.1.2 Layer technologies (application architecture) -- 1.1.3 Standard support -- 1.1.4 Platform support -- 1.1.5 Programming languages -- 1.1.6 Deployment units -- 1.1.7 Runtime execution environment -- 1.1.8 Life cycle management -- 1.1.9 Remote object discovery -- 1.1.10 Remote Method Invocation -- 1.1.11 Web Services -- 1.1.12 Transaction management -- 1.1.13 Security -- 1.1.14 Load balancing and failover -- 1.1.15 Application logging -- 1.2 Development -- 1.2.1 Writing a Java application using a text editor -- 1.2.2 WebSphere Studio Application Developer (IDE) -- 1.3 Testing -- 1.3.1 WebSphere Studio Application Developer -- 1.4 Deployment -- 1.4.1 Packaging J2EE applications -- 1.4.2 Deploying the packaged applications -- 1.5 Runtime -- 1.5.1 WebSphere Application Server -- 1.6 Administration -- Chapter 2. .NET introduction -- 2.1 Architecture -- 2.1.1 Overall architecture -- 2.1.2 Layered services (application architecture) -- 2.1.3 Standard support -- 2.1.4 Platform support -- 2.1.5 Programming languages -- 2.1.6 Deployment units -- 2.1.7 Runtime execution environment -- 2.1.8 Life cycle management -- 2.1.9 Remote object discovery -- 2.1.10 Remote invocation -- 2.1.11 Web Services -- 2.1.12 Transaction management -- 2.1.13 Security -- 2.1.14 Load balancing and failover -- 2.1.15 Application logging -- 2.1.16 Versioning -- 2.2 Development -- 2.2.1 Writing a C# application using text editor -- 2.2.2 Microsoft Visual Studio .NET (IDE) -- 2.2.3 Source code management -- 2.3 Testing -- 2.3.1 Debugging and unit testing -- 2.3.2 Performance and load testing -- 2.4 Deployment -- 2.5 Runtime…”
    Libro electrónico
  17. 45677
  18. 45678
  19. 45679
  20. 45680
    Publicado 2010
    Libro electrónico