Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 380
- Development 355
- History 349
- Application software 303
- Engineering & Applied Sciences 237
- Computer Science 177
- Filosofía 152
- Computer programs 138
- Management 129
- Crítica e interpretación 124
- Computer networks 113
- Computer security 113
- Web site development 109
- Java (Computer program language) 107
- Security measures 102
- Computer programming 97
- Cloud computing 94
- Computer software 94
- Microsoft .NET Framework 94
- Historia y crítica 93
- Internet programming 80
- Biblia 76
- Programming 76
- Software engineering 71
- Cristianismo 70
- Artificial intelligence 69
- Job hunting 68
- History and criticism 66
- Design 65
- Business & Economics 63
-
5801Publicado 2024Tabla de Contenidos: “…4.13 What is the Difference Between a Syntax Error, a Logic Error, and a Runtime Error? -- 4.14 What "Debugging" Means -- 4.15 Commenting Your Code -- 4.16 User-Friendly Programs -- 4.17 Review Questions: True/False -- 4.18 Review Questions: Multiple Choice -- Chapter 5 Variables and Constants -- 5.1 What is a Variable? …”
Libro electrónico -
5802Publicado 2018Tabla de Contenidos: “…9.1 Parity Of A Number -- 9.2 Multiplayer Games -- 9.3 Rabbit Population Growth -- 9.3.1 Adult And Baby Rabbit Pairs -- 9.3.2 Rabbit Family Tree -- 9.4 Water Treatment Plants Puzzle -- 9.4.1 Water Flow Between Cities -- 9.4.2 Water Discharge At Each City -- 9.5 Cyclic Towers Of Hanoi -- 9.6 Grammars And Recursive Descent Parsers -- 9.6.1 Tokenization Of The Input String -- 9.6.2 Recursive Descent Parser -- 9.7 Exercises -- Chapter 10 Program Execution -- 10.1 Control Flow Between Subroutines -- 10.2 Recursion Trees -- 10.2.1 Runtime Analysis -- 10.3 The Program Stack -- 10.3.1 Stack Frames -- 10.3.2 Stack Traces -- 10.3.3 Computational Space Complexity -- 10.3.4 Maximum Recursion Depth And Stack Overflow Errors -- 10.3.5 Recursion As An Alternative To A Stack Data Structure -- 10.4 Memoization And Dynamic Programming -- 10.4.1 Memoization -- 10.4.2 Dependency Graph And Dynamic Programming -- 10.5 Exercises -- Chapter 11 Tail Recursion Revisited And Nested Recursion -- 11.1 Tail Recursion Vs. …”
Libro electrónico -
5803Publicado 2019Tabla de Contenidos: “…-- Modularizing the JDK -- Writing Your Own Modules -- Basic Modules Syntax -- Building a Simple Modular Application -- The Module Path -- Automatic Modules -- Open Modules -- Services -- Multi-Release JARs -- Converting to a Multi-Release JAR -- Migrating to Modules -- Custom Runtime Images -- Issues with Modules -- Unsafe and Related Problems -- Lack of Versioning -- Slow Adoption Rates -- Summary -- Chapter 13. …”
Libro electrónico -
5804Publicado 2016Tabla de Contenidos: “…-- ART - the new Android Runtime -- Understanding app sandboxing -- UID per app -- App sandboxing -- Is there a way to break out of this sandbox? …”
Libro electrónico -
5805Publicado 2023Tabla de Contenidos: “…Role-based access control via UDS service 0x29 -- Securing flash programming services -- Secure decommissioning -- Summary -- Further reading -- Chapter 9: ECU-Level Security Controls -- Understanding control actions and layers -- Exploring policy controls -- Exploring hardware controls -- RoT -- OTP memory -- Hardware-protected keystore -- Secure Universal Flash Storage -- Cryptographic accelerators -- Lockable hardware configuration -- CPU security -- Isolation through MMUs and MPUs -- Encrypted volatile memories -- Debug access management -- Exploring software security controls -- Software debug and configuration management -- Secure manufacturing -- Key management policies -- Multi-stage secure boot -- Trusted runtime configuration -- TEEs -- Secure update -- Spatial isolation -- Temporal isolation -- Encrypted and authenticated filesystems -- Runtime execution hardening -- Security monitors -- Exploring physical security controls -- Tamper detection and prevention -- Printed circuit board layout pin and trace hiding -- Concealment and shielding -- Summary -- Further reading -- Index -- Other Books You May Enjoy…”
Libro electrónico -
5806Publicado 2014“…Jahrhundert bis hin zur Gegenwart gezeigt wird »Der Band [stellt] eine wertvolle Fundgrube für die Forschung zu den diskursiv vermittelten Transzendenzvoraussetzungen moderner Staatlichkeit und ihrer politischen Kultur dar.« Henrik Scheller, Portal für Politikwissenschaft, 05.03.2015 Besprochen in: http://literaturglobe.de, 7 (2013), Maurice Schuhmann…”
Libro electrónico -
5807por Burkholder, Nicholas C.“…Meeting the challenges of high-performance HRUntil 1760 ships routinely disappeared, ran aground, or sank because seafarers could not measure longitude. …”
Publicado 2007
Libro electrónico -
5808
-
5809por Petzina, Dietmar, 1938-Tabla de Contenidos: “…Einleitung -- II. Alte Ökonomik -- 1. Antike Ökonomik -- 2. Hausväterliteratur -- 3. Ausgewählte Teilbereiche der Alten Ökonomik -- (1) Sinn und Zweck der Tätigkeiten -- (2) Eigenschaften und Fähigkeiten des Hausvaters -- (3) Eigenschaften und Fähigkeiten der Haushaltsmitglieder -- (4) Einsatz und Verwendung des Besitzes -- III. …”
Publicado 2020
Libro electrónico -
5810Publicado 2016Tabla de Contenidos: “…Zeitrelative Aussagen in der Antike und im Mittelalter -- 2.3. Ockhams Position und sein Verständnis von Zeit -- 3. …”
Libro electrónico -
5811por Raadschelders, Jos C. N.Tabla de Contenidos: “…How We Differ from Primates: Governing among and of Hunter-Gatherers -- 6. Conflicting Impulses Underlying Governing Arrangements -- 7. …”
Publicado 2020
Libro electrónico -
5812Publicado 2016Tabla de Contenidos: “…Using the factory with the RecyclerView -- Adding dividers -- Configuring the floating action button -- The dialog builder -- Custom dialogs -- Adding swipe and dismiss actions -- Constructing layout builders -- Summary -- Chapter 7: Combining Patterns -- Outlining specifications -- The prototype pattern -- Setting up a prototype -- Applying the prototype -- The decorator design pattern -- Setting up a decorator -- Applying the decorator -- Extending the decorator -- A sandwich builder pattern -- Applying the pattern -- Connecting to a UI -- Selecting patterns -- Adding a decorator -- Attaching the pattern -- Connecting the pattern to the UI -- Summary -- Chapter 8: Composing Patterns -- The composite pattern -- Adding a builder -- A Layout composer -- Adding components -- Creating composites -- Create composite layouts -- Formatting layouts at runtime -- Storage options -- Creating static files -- Creating and editing application files -- Storing user preferences -- The activity life cycle -- Applying preferences -- Adding a unique identifier -- Summary -- Chapter 9: Observing Patterns -- The Observer pattern -- Creating the pattern -- Adding a notification -- Utility observers and observables -- Notifications -- Setting an intent -- Customizing and configuring notifications -- Visibility and priority -- Services -- Summary -- Chapter 10: Behavioral Patterns -- The template pattern -- Extending templates -- The strategy pattern -- The visitor pattern -- The state pattern -- Summary -- Chapter 11: Wearable Patterns -- Android TV -- TV home screen -- TV model-view-presenter pattern -- TV app structure -- Recommendation cards -- Android Wear -- Pairing with a wearable device -- Managing screen shapes -- Wearable notifications -- Reading sensors -- Android Auto -- Auto safety considerations -- Configuring Auto apps -- Summary…”
Libro electrónico -
5813Publicado 2018Tabla de Contenidos: “…Models - properties, views, and actions -- Defining actions on the model -- Creating derived information with views -- Fine-tuning primitive types -- Composing trees -- References and identifiers -- Referencing by types.identifier() and types.reference() -- Out-of-the-box benefits of declarative models -- Immutable snapshots -- JSON patches -- Middlewares -- Further reading -- Summary -- Chapter 9: Mobx Internals -- Technical requirements -- A layered architecture -- The Atom -- Reading atoms at runtime -- Creating an Atom -- The atomic clock example -- ObservableValue -- ComputedValue -- Efficient computation -- Derivation -- The cycle of derivation -- Exception handling -- The API layer -- Transparent functional reactive programming -- It is Transparent... -- It is reactive... -- It is functional... -- Value Oriented Programming -- Summary -- Other Books You May Enjoy -- Index…”
Libro electrónico -
5814por Beattie-Hood, BenTabla de Contenidos: “…Intro -- Table of Contents -- About the Author -- About the Technical Reviewer -- Chapter 1: How TypeScript Came to Be -- Introduction -- History -- The Problem -- Scalable Velocity -- Testing Allows Scale -- Docs Allow Scale -- Types Provide Both Testing and Docs -- Summary -- Chapter 2: Getting Started with the Developer Experience -- Introduction -- Environment and IDE -- No-Frills TypeScript Setup -- Debugging TypeScript -- TypeScript Within a More Realistic Setup -- Honorable Mentions -- Summary -- Chapter 3: TypeScript Basics -- Introduction -- Structural Typing -- JavaScript Types Are Structural Contracts -- Adding Explicit Types to JavaScript -- Optionality -- All The Sugar -- Array and Object Destructuring, Spread, and Rest -- Async -- Generators -- Inferred Types -- Types, Automagically -- Type Widening and Narrowing -- Auto-narrowing, but Not Too Much -- Type Assertions -- Compile-Time Assertions -- as Keyword -- satisfies Keyword -- never Keyword -- Runtime Assertions -- typeof, instanceof, and in Operators -- Custom Assertions -- Existing Tools -- any and unknown Keywords -- Caution: Handle with Care -- Parameterized Values -- Index Signatures -- Function Signatures -- Constructor Signatures -- A New Mental Model -- Summary -- Chapter 4: Classes -- Introduction -- Classes -- Constructors -- Access Modifiers -- Fields -- Getters and Setters -- Methods -- Inheritance -- Implements -- Static Modifier -- Warning 1: Classes Are Not Types -- Warning 2: Classes Can Cause Scope Bleed -- Summary -- Chapter 5: Computed Types -- Introduction -- Type Aliases -- Using Type Aliases -- Union Types -- Intersection Types -- Generic Types -- Type Parameters -- const Modifier on Generic Parameters -- Generic Constraints -- Inferred Type Keywords -- typeof Type Inference Keyword -- keyof Type Inference Keyword…”
Publicado 2023
Libro electrónico -
5815Publicado 2009Tabla de Contenidos: “…Chapter 9 Graphical Editing Framework -- 9.1 Draw2d -- 9.2 GEF -- 9.3 Summary -- Chapter 10 Graphical Modeling Framework Runtime -- 10.1 Overview -- 10.2 Notation Model -- 10.3 Extensibility Mechanisms -- 10.4 Services -- 10.5 Additional Extension-Points -- 10.6 Element Creation -- 10.7 Command Infrastructure -- 10.8 Developing a Diagram -- 10.9 Extending Diagrams -- 10.10 Beyond GEF and Draw2d -- 10.11 Summary -- Chapter 11 Graphical Modeling Framework Tooling -- 11.1 Graphical Definition Model -- 11.2 Tooling Definition Model -- 11.3 Mapping Model -- 11.4 Generator Model -- 11.5 Summary -- Chapter 12 Graphical Modeling Framework FAQs -- 12.1 General FAQs -- 12.2 Diagramming FAQs -- 12.3 Tooling FAQs -- 12.4 Summary -- Chapter 13 Query/View/Transformation Operational Mapping Language -- 13.1 Transformation Declaration -- 13.2 Libraries -- 13.3 Mapping Operations -- 13.4 Helper Operations -- 13.5 Implementing Operations -- 13.6 Library Operations -- 13.7 Syntax Notes -- 13.8 Simple UML to RDBMS Example -- 13.9 Summary -- Chapter 14 Xpand Template Language -- 14.1 Xpand Language -- 14.2 Summary -- Part IV: Appendixes -- Appendix A: Graphical Modeling Framework Key Bindings -- Appendix B: Model-Driven Architecture at Eclipse -- Implemented Standards -- Working Relationship -- Future Outlook -- References -- Index…”
Libro electrónico -
5816por Matloff, Norman S.Tabla de Contenidos: “…; 13.3 Using R Debugging Facilities; 13.4 Moving Up in the World: More Convenient DebuggingTools; 13.5 Ensuring Consistency in Debugging Simulation Code; 13.6 Syntax and Runtime Errors…”
Publicado 2011
Libro electrónico -
5817por Kirk, David, 1960-Tabla de Contenidos: “…2.1 Evolution of Graphics PipelinesThe Era of Fixed-Function Graphics Pipelines; Evolution of Programmable Real-Time Graphics; Unified Graphics and Computing Processors; 2.2 GPGPU: An Intermediate Step; 2.3 GPU Computing; Scalable GPUs; Recent Developments; Future Trends; References and Further Reading; 3 Introduction to Data Parallelism and CUDA C; 3.1 Data Parallelism; 3.2 CUDA Program Structure; 3.3 A Vector Addition Kernel; 3.4 Device Global Memory and Data Transfer; 3.5 Kernel Functions and Threading; 3.6 Summary; Function Declarations; Kernel Launch; Predefined Variables; Runtime API…”
Publicado 2013
Libro electrónico -
5818por Hyde, RandallTabla de Contenidos: “…2.15: The Unicode Character Set2.16: For More Information; Chapter 3: Memory Access and Organization; 3.1: The 80x86 Addressing Modes; 3.2: Runtime Memory Organization; 3.3: How HLA Allocates Memory for Variables; 3.4: HLA Support for Data Alignment; 3.5: Address Expressions; 3.6: Type Coercion; 3.7: Register Type Coercion; 3.8: The stack Segment and the push and pop Instructions; 3.9: The Stack Is a LIFO Data Structure; 3.10: Accessing Data You've Pushed onto the Stack Without Popping It; 3.11: Dynamic Memory Allocation and the Heap Segment; 3.12: The inc and dec Instructions…”
Publicado 2010
Libro electrónico -
5819Publicado 2015Tabla de Contenidos: “…Title Page -- Contents -- Author Favorites -- 001 3D Projection -- 002 80/20 Rule -- 003 Abbe -- 004 Accessibility -- 005 Aesthetic-Usability Effect -- 006 Affordance -- 007 Alignment -- 008 Anthropomorphism -- 009 Apparent Motion -- 010 Archetypes -- 011 Area Alignment -- 012 Attractiveness Bias -- 013 Baby-Face Bias -- 014 Back-of-the-Dresser -- 015 Biophilia Effect -- 016 Black Effects -- 017 Blue Effects -- 018 Cathedral Effect -- 019 Chunking -- 020 Classical Conditioning -- 021 Closure -- 022 Cognitive Dissonance -- 023 Common Fate -- 024 Comparison -- 025 Confirmation -- 026 Confirmation Bias -- 027 Consistency -- 028 Constancy -- 029 Constraint -- 030 Contour Bias -- 031 Control -- 032 Convergence -- 033 Cost-Benefit -- 034 Crowd Intelligence -- 035 Defensible Space -- 036 Depth of Processing -- 037 Design by Committee -- 038 Desire Line -- 039 Development Cycle -- 040 Dunning-Kruger Effect -- 041 Entry Point -- 042 Errors -- 043 Expectation Effects -- 044 Face-ism Ratio -- 045 Factor of Safety -- 046 Feature Creep -- 047 Feedback Loop -- 048 Fibonacci Sequence -- 049 Figure-Ground -- 050 Fitts' Law -- 051 Five Hat Racks -- 052 Flexibility Trade-Offs -- 053 Flow -- 054 Forgiveness -- 055 Form Follows Function -- 056 Framing -- 057 Freeze-Flight-Fight-Forfeit -- 058 Gamification -- 059 Garbage In-Garbage Out -- 060 Gloss Bias -- 061 Golden Ratio -- 062 Good Continuation -- 063 Green Effects -- 064 Gutenberg Diagram -- 065 Hanlon's Razor -- 066 Hick's Law -- 067 Hierarchy -- 068 Hierarchy of Needs -- 069 Highlighting -- 070 Horror Vacui -- 071 Hunter-Nurturer Bias -- 072 Iconic Representation -- 073 IKEA Effect -- 074 Inattentional Blindness -- 075 Interference Effects -- 076 Inverted Pyramid -- 077 Iteration -- 078 KISS -- 079 Law of Prägnanz -- 080 Layering -- 081 Left-Digit Effect -- 082 Legibility -- 083 Life Cycle -- 084 MAFA Effect…”
Libro electrónico -
5820por Ruscha, Edward, 1937-Tabla de Contenidos: “…"Rebel with a Canvas: Ed Ruscha's Original Art Is Drawing Attention" / Chris Hunter. "The Sentimental Musical Tastes of Ed Ruscha" / Kristine McKenna. …”
Publicado 2004
Libro