Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- C# (Computer program language) 10
- Demencia 7
- Enfermedad de Alzheimer 4
- Microsoft .NET Framework 4
- Military law 4
- Air Force law 3
- Computer Science 3
- Courts-martial and courts of inquiry 3
- Data structures (Computer science) 3
- Engineering & Applied Sciences 3
- Historia 3
- États-Unis 3
- Ancianos y ejercicio 2
- Application software 2
- Bíblia 2
- Cour martiale 2
- Data processing 2
- Database management 2
- Descripcions i viatges 2
- Design 2
- Development 2
- Droit 2
- Droit maritime 2
- Droit militaire 2
- Garí y Siumell, José Antonio 2
- Justice militaire 2
- Lamartine, Alphonse de 2
- Marine de guerre 2
- Microsoft Windows (Computer file) 2
- Military offenses 2
-
41
-
42
-
43
-
44
-
45
-
46
-
47
-
48por Osiel, MarkTabla de Contenidos: “…-- Reciprocity as civilization : the terrorist as savage -- The inflationary rhetoric of terrorist threat : humanitarian law as deflationary check -- Reciprocity as tit-for-tat : rational retaliation in modern war -- The 'gift' of humanitarianism : soft power and benevolent signaling -- Martial honor in modern democracy : the JAGs as a source of national restraint -- Roots of anti-reciprocity : transnational identity and national self-respect…”
Publicado 2009
Libro -
49por Waska, Robert, authorTabla de Contenidos: “…Enactments, Interactions, and Interpretations -- SECTION 2. DIFFICULT AND JAGGED. IMPERFECT CLINICAL SITUATIONS -- 5. Kleinian Couple's Treatment. …”
Publicado 2011
Libro electrónico -
50
-
51
-
52por Garí y Siumell, José Antonio, 1812-1895Accés lliure
Publicado 1846
Accés lliure
991005763939706719 -
53Publicado 2012Libro electrónico
-
54Publicado 2023Tabla de Contenidos: “…-- Chapter 1 The Evolution of Web1 and Web2 -- Chapter 2 The Evolution of Bitcoin and Ethereum -- Chapter 3 The Evolution of Ethereum into Web3 -- Tokenization -- Decentralized Applications (Dapps) -- Decentralized Autonomous Organizations (DAOs) -- Non-Fungible Tokens (NFTs) -- Decentralized Finance (DeFi) -- Chapter 4 The Metaverse -- Part 2 Web3 Marketing in Theory and Practice -- Chapter 5 Inventing Web3 Marketing -- Chapter 6 Know Your Product and Your Audience -- Know Your Product -- Know Your Audience -- Chapter 7 Build a Marketing Team -- Chapter 8 Set Key Metrics -- Part 3 The Web3 Marketing Funnel -- Chapter 9 Introducing the Web3 Marketing Funnel -- Chapter 10 DiscoveryBreak Through -- The Origins of Demand -- Knife's-Edge Brand Messaging -- Differentiated -- Memorable -- Creates a New Category -- Search -- Social Media -- Crypto Twitter -- Seeding a New Account -- Endogenous Influencer Marketing -- Incentivized Growth -- Earned Media -- Trust Issues -- Backing into PR -- The Role of Stunts -- Attention Is Jagged -- Chainlink Strategy -- Events -- Full-Funnel Marketing -- Chapter 11 Engagement and UseStart a Flywheel -- Product Websites -- Wall of Trophies -- Instant Incumbency -- Fostering Community -- The Community Spaceship -- Content -- Chapter 12 RetentionBuild a Moat -- Part 4 Web3 Transformation and Web2.5 -- Chapter 13 Defining Web2.5 -- Conclusion -- Notes -- Acknowledgments -- About the Author -- Index -- EULA…”
Libro electrónico -
55
-
56por Olsson, Mikael. authorTabla de Contenidos: “…""Combined assignment operators""""Increment and decrement operators""; ""Comparison operators""; ""Logical operators""; ""Bitwise operators""; ""Operator precedents""; ""Chapter 5: String""; ""String concatenation""; ""Escape characters""; ""String compare""; ""String members""; ""StringBuilder class""; ""Chapter 6: Arrays""; ""Array declaration""; ""Array allocation""; ""Array assignment""; ""Array access""; ""Rectangular arrays""; ""Jagged arrays""; ""Chapter 7: Conditionals""; ""If statement""; ""Switch statement""; ""Goto statement""; ""Ternary operator""; ""Chapter 8: Loops""…”
Publicado 2013
Libro electrónico -
57Publicado 2018Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Getting Started -- Programming language -- Data types -- Value types -- Structs -- Enumerations -- Reference types -- Strings -- Object -- Dynamic -- Classes -- Interfaces -- Delegates -- Installation and configuration of the IDE -- Creating the project -- Input and output -- Reading from input -- Writing to output -- Launching and debugging -- Summary -- Chapter 2: Arrays and Lists -- Arrays -- Single-dimensional arrays -- Example - month names -- Multi-dimensional arrays -- Example - multiplication table -- Example - game map -- Jagged arrays -- Example - yearly transport plan -- Sorting algorithms -- Selection sort -- Insertion sort -- Bubble sort -- Quicksort -- Simple lists -- Array list -- Generic list -- Example - average value -- Example - list of people -- Sorted lists -- Example - address book -- Linked lists -- Example - book reader -- Circular-linked lists -- Implementation -- Example - spin the wheel -- Summary -- Chapter 3: Stacks and Queues -- Stacks -- Example - reversing words -- Example - Tower of Hanoi -- Queues -- Example - call center with a single consultant -- Example - call center with many consultants -- Priority queues -- Example - call center with priority support -- Summary -- Chapter 4: Dictionaries and Sets -- Hash tables -- Example - phone book -- Dictionaries -- Example - product location -- Example - user details -- Sorted dictionaries -- Example - definitions -- Hash sets -- Example - coupons -- Example - swimming pools -- Sorted" sets -- Example - removing duplicates -- Summary -- Chapter 5: Variants of Trees -- Basic trees -- Implementation -- Node -- Tree -- Example - hierarchy of identifiers -- Example - company structure -- Binary trees -- Implementation -- Node -- Tree…”
Libro electrónico -
58Publicado 2016Tabla de Contenidos: “…Multidimensional ArraysJagged Arrays; Array Class; Arrays as Parameters; Enumerators; Tuples; Structural Comparison; Summary; Chapter 8: Operators and Casts; Operators and Casts; Operators; Type Safety; Comparing Objects for Equality; Operator Overloading; Implementing Custom Index Operators; User-Defined Casts; Summary; Chapter 9: Delegates, Lambdas, and Events; Referencing Methods; Delegates; Lambda Expressions; Events; Summary; Chapter 10: Strings and Regular Expressions; Examining System.String; String Formats; Regular Expressions; Summary; Chapter 11: Collections; Overview…”
Libro electrónico -
59por Liberty, JesseTabla de Contenidos: “…Arrays, Indexers, and Collections; Understanding Default Values; Accessing Array Elements; The foreach Statement; The params Keyword; Multidimensional Arrays; Jagged arrays; Array Bounds; Array Conversions; Sorting Arrays; Indexers; Indexing on Other Values; Collection Interfaces…”
Publicado 2007
Libro electrónico -
60Publicado 2015Tabla de Contenidos: “…Cover; Copyright; Credits; Foreword; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Variables, Arrays, and Hashes; Variables; Objects stored in variables; Arrays; Single-dimension arrays; Jagged arrays; Updating array values; Hashes; Deciding the best container for your scripts; Summary; Chapter 2: Data Parsing and Manipulation; String manipulation; Replacing and splitting strings; Counting and trimming strings; The Trim method; The Substring method; The string true and false methods; Number manipulation and parsing; Formatting numbers…”
Libro electrónico