Mostrando 292,021 - 292,040 Resultados de 299,134 Para Buscar '"C "', tiempo de consulta: 0.61s Limitar resultados
  1. 292021
    por Mueller, John Paul
    Publicado 2020
    Tabla de Contenidos: “…Microsoft Cognitive Toolkit/CNTK -- Understanding TensorFlow -- Grasping why TensorFlow is so good -- Making TensorFlow easier by using TFLearn -- Using Keras as the best simplifier -- Getting your copy of TensorFlow and Keras -- Fixing the C++ build tools error in Windows -- Accessing your new environment in Notebook -- Book 2 Interacting with Data Storage -- Chapter 1 Manipulating Raw Data -- Defining the Data Sources -- Obtaining data locally -- Using online data sources -- Employing dynamic data sources -- Considering other kinds of data sources -- Considering the Data Forms -- Working with pure text -- Accessing formatted text -- Deciphering binary data -- Understanding the Need for Data Reliability -- Chapter 2 Using Functional Programming Techniques -- Defining Functional Programming -- Differences with other programming paradigms -- Understanding its goals -- Understanding Pure and Impure Languages -- Using the pure approach -- Using the impure approach -- Comparing the Functional Paradigm -- Imperative -- Procedural -- Object-oriented -- Declarative -- Using Python for Functional Programming Needs -- Understanding How Functional Data Works -- Working with immutable data -- Considering the role of state -- Eliminating side effects -- Passing by reference versus by value -- Working with Lists and Strings -- Creating lists -- Evaluating lists -- Performing common list manipulations -- Understanding the Dict and Set alternatives -- Considering the use of strings -- Employing Pattern Matching -- Looking for patterns in data -- Understanding regular expressions -- Using pattern matching in analysis -- Working with pattern matching -- Working with Recursion -- Performing tasks more than once -- Understanding recursion -- Using recursion on lists -- Considering advanced recursive tasks -- Passing functions instead of variables…”
    Libro electrónico
  2. 292022
    Nonprofit kit for
    Nonprofit Kit For Dummies
    Publicado 2022
    Tabla de Contenidos: “…-- Comparing for-profits to nonprofits -- Introducing the coveted 501(c)(3) status for nonprofits -- Knowing Your Mission Before Entering the Nonprofit World -- Setting up a nonprofit -- Making plans and being flexible -- Embracing and Sharing Your Inspiration -- Finding the Resources to Do the Job -- Who is giving to nonprofit organizations? …”
    Libro electrónico
  3. 292023
    Publicado 2022
    Libro electrónico
  4. 292024
    Publicado 2022
    Tabla de Contenidos: “…Where the Symmetric Key Is Just Protected by a Password -- Working with and Indexing Encrypted Columns -- Migrating or Restoring a Database with Column Encryption -- Temporary Keys -- Encryption by Passphrase -- Protection of Key Passwords Being Sent to SQL Server -- Summary -- Appendix A: Glossary of Terms -- A -- Advanced Encryption Standard -- AES -- Always Encrypted -- Always Encrypted Wizard -- Asymmetric Encryption -- Asymmetric Key -- At-Rest Data -- Attestation -- Authenticator -- Automated Key Management -- Azure Key Vault -- B -- Backup Encryption -- C -- CA -- CEK -- Certificate -- Certification Authority -- Certificate Store -- CMK -- Code Integrity Policy -- Column Encryption Key -- Column Master Key -- D -- Data Encryption Standard -- Database Encryption Key -- Database Master Key -- DEK -- DES -- Deterministic Encryption -- Diffie Hellman -- DMA Protection -- DMK -- DPAPI -- E -- EKM -- Enclave -- Encryption Scan -- Extensible Key Management -- H -- Hardware Security Module -- Hash -- HGS -- Host Guardian Service -- Host Health Certificate -- Host Key -- HSM -- I -- In-Transit Encryption -- K -- Key Rotation -- P -- Parameterization for Always Encrypted -- Private Key -- Public Key -- R -- Randomized Encryption -- S -- Salt -- Secure Boot -- Secure Hashing Algorithm -- Service Master Key -- SHA -- SMK -- Symmetric Encryption -- Symmetric Key -- T -- TDE -- TDS -- Temporary Key -- Thumbprint -- TLS -- TPM -- TPM Baseline -- TPM Endorsement Key -- Transport Layer Security -- Transparent Data Encryption -- Trusted Platform Module -- V -- VBS -- Virtualization Based Security -- W -- Windows Data Protection API -- Appendix B: Encryption in the Cloud -- Azure VM -- Azure SQL Database or Managed Instance -- TDE -- Backup Encryption -- Always Encrypted with Secure Enclaves -- TLS -- AWS VM (EC2) -- EKM -- Always Encrypted with Secure Enclaves…”
    Libro electrónico
  5. 292025
    Publicado 2023
    Libro electrónico
  6. 292026
    Publicado 2023
    Tabla de Contenidos:
    Libro electrónico
  7. 292027
    Publicado 2023
    Libro electrónico
  8. 292028
    Publicado 2015
    Libro electrónico
  9. 292029
    Publicado 2023
    Libro electrónico
  10. 292030
    Publicado 2023
    Tabla de Contenidos: “…Measure counts for a known time -- Summary -- Exercises -- Further reading -- Chapter 7: Planning and Shopping for More Devices -- Technical requirements -- Introducing sensors -- Analog sensor types -- Timed pulses -- Data bus sensors -- The robot block diagram -- Choosing device types -- Distance sensors -- Inertial measurement unit -- Bluetooth devices -- Device pin usage summary -- Planning what to add and where -- Bluetooth and IMU mounting plan -- Distance sensor mounting plan -- Shopping list - parts and where to find them -- Preparing the robot -- Designing the shelf -- Cutting the shelf -- Designing the front sensor brackets -- Cutting the sensor brackets -- Preparing the chassis plate -- Assembling the robot -- Summary -- Exercises -- Further reading -- Chapter 8: Sensing Distances to Detect Objects with Pico -- Technical requirements -- How distance sensing works -- Soldering headers and attaching them to the robot -- Soldering headers -- Mounting the sensors -- Introduction to I2C communication -- Communicating with a single distance sensor -- Wiring the distance sensors -- VL53LX theory of operation -- Reading a single distance sensor in CircuitPython -- Troubleshooting -- Connecting two distance sensors -- Troubleshooting -- Building a wall avoider with Raspberry Pi Pico -- Preparing the robot library -- Wall-avoiding theory of operation -- Distance sensor wall avoider code -- Troubleshooting -- Summary -- Exercises -- Additional reading -- Chapter 9: Teleoperating a Raspberry Pi Pico Robot with Bluetooth LE -- Technical requirements -- Wireless robot connection options -- Connecting Bluetooth LE to Raspberry Pi Pico -- Attaching the Bluetooth module to the robot -- Wiring the Bluetooth breakout to Raspberry Pi Pico -- Connecting to the Bluefruit LE device with UART -- Connecting a smartphone -- Troubleshooting the Bluefruit module…”
    Libro electrónico
  11. 292031
    Publicado 2023
    Libro electrónico
  12. 292032
    991005579509706719
  13. 292033
  14. 292034
    Publicado 2016
    Tabla de Contenidos: “…Setting up the Animator and default state -- Adding the other Animation Clips -- Planning the animation transitions -- Connecting the animation states -- Accessing controllers from a script -- Making her stop animating and face the correct direction -- Going further -- Summary -- Chapter 4: The Town View -- Backgrounds and layers -- To slice or not to slice -- The town background -- The town buildings and roads -- The extra scenery -- Building the scene -- Adding the town background -- Sprite sorting layers -- Sprite Sorting Order -- Updating the scene sorting layers -- Building out the scene -- Working with the camera -- Comparing Update, FixedUpdate, and LateUpdate -- Moving our camera with the player -- The perils of resolution -- Setting our aspect ratio and camera parameters -- Transitioning and bounds -- Towns with borders -- Journeying onward -- Going further -- Summary -- Chapter 5: Working with Unitys UI System -- UI Canvas -- EventSystem -- Canvas Render Mode -- Screen Space - Overlay -- Screen Space - Camera -- World Space -- Using multiple Canvases -- UI Text and Images -- UI Text -- UI Image -- UI Layout and Rect Transform -- Rect Tool -- Pivot -- Anchors -- UI Buttons -- Transition types -- Text child -- On Click () -- Going further -- Summary -- Chapter 6: NPCs and Interactions -- Considering an RPG -- Advanced programming techniques -- Singletons and managers -- The manager approach - using empty GameObjects -- The singleton approach - using the C# singleton pattern -- Communicating between GameObjects -- Delegates -- The configurable method pattern -- The delegation pattern -- Compound delegates -- Events -- Messaging -- A better way -- Background tasks and coroutines -- Enter coroutines -- IEnumerator -- Yielding -- Starting coroutines -- Closing the gap -- Serialization and scripting -- Saving and managing asset data…”
    Libro electrónico
  15. 292035
    Publicado 2017
    “…Basic practical knowledge of a modern programming language that supports object-oriented programming (JavaScript, Python, C#, VB.NET, and C++) is assumed. What You Will Learn Gain practical information about the Java Virtual Machine Understand the popular JVM languages and the Java Class Library Get to know about various programming paradigms such as imperative, object-oriented, and functional Work with common JVM tools such as Eclipse IDE, Gradle, and Maven Explore frameworks such as SparkJava, Vert.x, Akka and JavaFX Boost your knowledge about dialects of other well-known programming languages that run on the JVM, including JavaScript, Python, and Ruby In Detail Anyone who knows software development knows about the Java Virtual Machine. …”
    Libro electrónico
  16. 292036
    Publicado 1998
    Tabla de Contenidos: “…Preparing the Parallel Port -- Installing an Interrupt Handler -- The /proc Interface -- Autodetecting the IRQ Number -- Kernel-assisted probing -- Do-it-yourself probing -- Fast and Slow Handlers -- The internals of interrupt handling on the x86 -- Implementing a Handler -- Handler Arguments and Return Value -- Enabling and Disabling Interrupts -- Disabling a single interrupt -- Disabling all interrupts -- Top and Bottom Halves -- Tasklets -- Workqueues -- Interrupt Sharing -- Installing a Shared Handler -- Running the Handler -- The /proc Interface and Shared Interrupts -- Interrupt-Driven I/O -- A Write-Buffering Example -- Quick Reference -- Data Types in the Kernel -- Use of Standard C Types -- Assigning an Explicit Size to Data Items -- Interface-Specific Types -- Other Portability Issues -- Time Intervals -- Page Size -- Byte Order -- Data Alignment -- Pointers and Error Values -- Linked Lists -- Quick Reference -- PCI Drivers -- The PCI Interface -- PCI Addressing -- Boot Time -- Configuration Registers and Initialization -- MODULE_DEVICE_TABLE -- Registering a PCI Driver -- Old-Style PCI Probing -- Enabling the PCI Device -- Accessing the Configuration Space -- Accessing the I/O and Memory Spaces -- PCI Interrupts -- Hardware Abstractions -- A Look Back: ISA -- Hardware Resources -- ISA Programming -- The Plug-and-Play Specification -- PC/104 and PC/104+ -- Other PC Buses -- MCA -- EISA -- VLB -- SBus -- NuBus -- External Buses -- Quick Reference -- USB Drivers -- USB Device Basics -- Endpoints -- Interfaces -- Configurations -- USB and Sysfs -- USB Urbs -- struct urb -- Creating and Destroying Urbs -- Interrupt urbs -- Bulk urbs -- Control urbs -- Isochronous urbs -- Submitting Urbs -- Completing Urbs: The Completion Callback Handler -- Canceling Urbs -- Writing a USB Driver -- What Devices Does the Driver Support?…”
    Tesis
  17. 292037
    por Rodriguez, Juan R.
    Publicado 2005
    “…The information provided in these Redbooks target business-to-employee (B2E) enterprise applications, but most of the scenarios presented will apply to business-to-consumer (B2C) applications as well. In these Redbooks, you will find step-by-step examples and scenarios showing ways to integrate your enterprise applications into a WebSphere Everyplace Access environment using the WebSphere Studio Site Developer and the Everyplace Toolkit, and extend your online and offline application capabilities to use other advanced functions. …”
    Libro electrónico
  18. 292038
    Libro electrónico
  19. 292039
    Publicado 2002
    Tabla de Contenidos: “…wcons - Windowed remote console -- Synopsis -- Description -- Options -- Files -- Diagnostics -- Examples -- Bugs -- Author -- See also -- winstall - Windowed remote network install -- Synopsis -- Description -- Options -- Files -- Diagnostics -- Examples -- Bugs -- Author -- See also -- wkill - Windowed remote console kill -- Synopsis -- Description -- Options -- Files -- Diagnostics -- Examples -- Bugs -- Author -- See also -- wvid - Windowed remote video (VGA) -- Synopsis -- Description -- Options -- Files -- Diagnostics -- Example -- Bugs -- Author -- See also -- Appendix B. xCAT configuration tables -- site.tab -- nodelist.tab -- noderes.tab -- nodetype.tab -- nodehm.tab -- mpa.tab -- apc.tab -- apcp.tab -- mac.tab -- cisco3500.tab -- passwd.tab -- conserver.tab -- rtel.tab -- tty.tab -- Appendix C. Other hardware components -- IBM Advanced Systems Management Adapter -- Equinox ESP Terminal Servers -- iTouch Communications IR-8000 Terminal Servers -- Myrinet -- Myrinet switch layout -- Setting up the Myrinet switch -- Installing the Myrinet software -- Appendix D. …”
    Libro electrónico
  20. 292040
    Publicado 2022
    Tabla de Contenidos: “…Multi-Sentence Reading Comprehension (MultiRC) -- Reading Comprehension with Commonsense Reasoning Dataset (ReCoRD) -- Recognizing Textual Entailment (RTE) -- Words in Context (WiC) -- The Winograd schema challenge (WSC) -- Running downstream tasks -- The Corpus of Linguistic Acceptability (CoLA) -- Stanford Sentiment TreeBank (SST-2) -- Microsoft Research Paraphrase Corpus (MRPC) -- Winograd schemas -- Summary -- Questions -- References -- Chapter 6: Machine Translation with the Transformer -- Defining machine translation -- Human transductions and translations -- Machine transductions and translations -- Preprocessing a WMT dataset -- Preprocessing the raw data -- Finalizing the preprocessing of the datasets -- Evaluating machine translation with BLEU -- Geometric evaluations -- Applying a smoothing technique -- Chencherry smoothing -- Translation with Google Translate -- Translations with Trax -- Installing Trax -- Creating the original Transformer model -- Initializing the model using pretrained weights -- Tokenizing a sentence -- Decoding from the Transformer -- De-tokenizing and displaying the translation -- Summary -- Questions -- References -- Chapter 7: The Rise of Suprahuman Transformers with GPT-3 Engines -- Suprahuman NLP with GPT-3 transformer models -- The architecture of OpenAI GPT transformer models -- The rise of billion-parameter transformer models -- The increasing size of transformer models -- Context size and maximum path length -- From fine-tuning to zero-shot models -- Stacking decoder layers -- GPT-3 engines -- Generic text completion with GPT-2 -- Step 9: Interacting with GPT-2 -- Training a custom GPT-2 language model -- Step 12: Interactive context and completion examples -- Running OpenAI GPT-3 tasks -- Running NLP tasks online -- Getting started with GPT-3 engines -- Running our first NLP task with GPT-3…”
    Libro electrónico