Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Application software 419
- Development 396
- Android (Electronic resource) 365
- Mobile computing 251
- Programming 148
- Smartphones 83
- Mobile apps 82
- Java (Computer program language) 65
- Design 61
- Engineering & Applied Sciences 59
- Computer programming 54
- Mobile Computing 52
- Computer Science 50
- Security measures 49
- iOS (Electronic resource) 42
- JavaScript (Computer program language) 39
- Computer programs 37
- Video games 35
- Computer security 34
- Operating systems (Computers) 34
- HTML (Document markup language) 33
- Open source software 32
- Computer games 31
- Computer networks 29
- Programming languages (Electronic computers) 27
- Web applications 27
- Microsoft .NET Framework 26
- Programming Techniques 26
- Web site development 26
- Artificial intelligence 25
-
1301Publicado 2023Tabla de Contenidos: “…Building a simple application for tracking tasks -- Exploring Blazor Wasm deployment options -- Deployment options for Blazor Wasm projects -- Publishing Blazor to Azure Static Web Apps hosting -- Pushing the project to GitHub -- Creating an Azure Static Web Apps resource -- Publishing an application with GitHub Actions -- Hosting your Blazor application in the WinUI WebView2 -- Summary -- Questions -- Chapter 13: Take Your App Cross-Platform with Uno Platform -- Technical requirements -- An overview of Uno Platform -- Creating your first Uno Platform project -- Migrating WinUI XAML markup and code to Uno Platform -- Migrating the WinUI project code -- Migrating the WinUI XAML views -- Running on Android with WSA -- Running in the browser with WebAssembly -- Summary -- Questions -- Chapter 14: Packaging and Deploying WinUI Applications -- Technical requirements -- Discovering application packaging and MSIX basics -- MSIX -- Reviewing MSIX tools and resources -- Packaged applications and application identity -- Getting started with application packaging in Visual Studio -- Deploying applications with Windows Package Manager -- Adding a package to the community repository -- Using WinGet for package management -- Distributing applications with the Microsoft Store -- Preparing a free application for the Microsoft Store -- Uploading a package to the Store -- Sideloading WinUI applications with MSIX -- Creating an MSIX package for sideloading -- Sideloading an MSIX package -- Summary -- Questions -- Index -- About Packt -- Other Books You May Enjoy…”
Libro electrónico -
1302Publicado 2018Tabla de Contenidos: “…-- Traditional techniques - concatenative and parametric models -- A few reminders on spectrograms and the mel scale -- TTS in deep learning -- WaveNet, in brief -- Tacotron -- The encoder -- The attention-based decoder -- The Griffin-Lim-based postprocessing module -- Details of the architecture -- Limitations -- Implementation of Tacotron with Keras -- The dataset -- Data preparation -- Preparation of text data -- Preparation of audio data -- Implementation of the architecture -- Pre-net -- Encoder and postprocessing CBHG -- Attention RNN -- Decoder RNN -- The attention mechanism -- Full architecture, with attention -- Training and testing -- Summary -- Chapter 13: Deploying Trained Models -- Increasing performance -- Quantizing the weights -- MobileNets -- TensorFlow Serving -- Exporting the trained model -- Serving the exported model -- Deploying in the cloud -- Amazon Web Services -- Google Cloud Platform -- Deploying on mobile devices -- iPhone -- Android -- Summary -- Other Books You May Enjoy -- Index…”
Libro electrónico -
1303Publicado 2017Tabla de Contenidos: “…-- Browser support -- Making our app installable - Android -- Manifest properties -- Other properties -- Linking our manifest -- Making our app installable - iOS -- App install banners and you -- Delaying the app install banner -- Listening for the event -- Summary -- Chapter 10: The App Shell -- What is progressive enhancement? …”
Libro electrónico -
1304por Pérez-Cisneros, MarcoTabla de Contenidos: “….) -- APÉNDICE D -- D.1 PAQUETE TEGRA ANDROID DEVELOPER PACK -- D.2 CONTROLADOR FANTOM DRIVER -- D.3 LEJOS NXJ -- D.4 KIT DE DESARROLLO DE JAVA (JDK) -- D.5 ECLIPSE -- APÉNDICE E -- E.1 REQUISITOS -- E.2 DESCARGA DEL ENTORNO DE PROGRAMACIÓN OSEK -- E.3 DESCARGA DEL DRIVER -- E.4 INSTALACIÓN CYGWIN -- E.5 INSTALACIÓN GNU ARM -- E.6 INSTALACIÓN DEL NXT USB DRIVER -- E.7 INSTALAR NXTTOOL -- E.8 INSTALAR NXTOSEK Y ARCHIVO ECROBOTNXTSETUP.M -- E.9 VISTA DE PANTALLA LCD DEL LEGO NXT -- APÉNDICE F -- F.1 INSTALACIÓN -- F.2 TRANSFERIR EL MOTORCONTROL22.RXE AL NXT -- F.3 INSTALANDO EL LEGO MINDSTORMS NXT SUPPORT PACKAGE -- BIBLIOGRAFÍA…”
Publicado 2014
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
1305Tabla de Contenidos: “…Workstation: Desktop Setup Configuration -- SkyDrive Pro: Configuration -- SkyDrive Pro: Planning for Personal and Team Site Document Storage -- Step 1: Add SkyDrive Pro to Your Desktop -- Step 2: Office 365 SkyDrive Pro Configuration -- Step 3: Launch SkyDrive Pro on Your Local System -- Step 4: Office 365 SkyDrive Pro Configuration -- SkyDrive Pro: Team Site Caution -- SkyDrive: Configuration Changes -- SkyDrive Pro: Support for Office 2010 Users -- SkyDrive: Checking Storage Allocation -- Smartphone: Configuration -- iPhone -- Android Devices: Motorola Droid v2.2 (and Above) -- Windows Phone: Office 365 -- Windows Phone: Adding Another Exchange Account -- Lync: Skype Configuration -- Step 1: Enable Lync Client to Accept Skype User Calls -- Step 2: Verify Configuration of Office 365 with External Users -- Lync: Linking Microsoft Account to Skype -- Lync: Using Skype to Call Lync -- Lync: Troubleshooting -- Lync: Firewall Port Configuration -- Reference Links -- Next Steps -- Contents at a Glance -- Chapter 3: Office 365 Planning and Purchase -- Office 365 Subscription Plans -- Planning and Purchase Chapter Structure -- Pre-deployment -- Step 1: Purchase Your Subscription(s) -- Step 2: Choose Your Sign-On Method -- Office 365 Sign-On -- DirSync with Password Sync -- Active Directory Federation Services (AD FS)/Single Sign-On -- AD FS/Single Sign-On with Exchange Federation -- DirSync and SSO/AD FS Caution -- Step 3: Collect Your Information -- Domains and Domain Information -- Users and Resources -- Security Groups -- Special E-mail Addresses: Distribution Groups and Aliases -- Exchange Public Folders -- Internet, Hardware, and Software -- Perform Any Required Updates and Software or Hardware Upgrades -- Compliance Archive Requirements -- Step 4: Define Your Migration Plan and Schedule -- E-mail Flow…”
Libro electrónico -
1306Publicado 2018Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Dedication -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Building a Scalable Selenium Test Driver Class for Web and Mobile Applications -- Introduction -- Data-driven testing -- Selenium Page Object Model -- DRY -- What you will learn -- The singleton driver class -- Requirements -- The class signature -- Class variables -- JavaDoc -- Parameters -- Class methods -- Using preferences to support browsers and platforms -- Browser preferences -- Platforms -- Using preferences to support mobile device simulators, emulators, and real devices -- iOS preferences -- Android preferences -- Multithreading support for parallel and distributed testing -- Passing optional arguments and parameters to the driver -- varargs -- The parameter for setDriver -- JVM argument - -Dswitch -- Parameter processing methods -- Selenium Grid Architecture support using the RemoteWebDriver and AppiumDriver classes -- Third-party grid architecture support including the Sauce Labs Test Cloud -- Using property files to select browsers, devices, versions, platforms, languages, and many more -- Summary -- Chapter 2: Selenium Framework Utility Classes -- Introduction -- Global variables -- Synchronization utility classes -- Selenium synchronization classes -- The ExpectedConditions class -- WebDriverWait/FluentWait classes -- Custom synchronization methods -- The JavascriptExecutor class -- The TestNG Listener class -- Building the test listener class -- Logging the results to the console or log file -- Including the test runner in the test class or suite -- File I/O class -- Property files -- Lookup table files -- CSV files -- Log files -- The image capture class -- The capture screen method -- The capture image method -- The compare image method -- The reporter class -- The JavaMail class -- Summary…”
Libro electrónico -
1307Publicado 2016Tabla de Contenidos: “…Viewing two accounts -- Managing Your Out of Office Message -- About Address Books -- Scheduling a Skype Meeting -- Setting up a Skype meeting -- Joining a Skype meeting -- Chapter 15 Outlook for the iPad and Android Phones -- Understanding the Mobile Difference -- Accessing Mobile Email -- Reading email -- Replying to email -- Composing email -- Archiving, scheduling, and deleting email messages -- Deleting messages -- Managing groups of messages -- Using Your Mobile Calendar -- Navigating the mobile calendar -- Creating a new appointment -- Chapter 16 Telecommuting With Outlook.com and the Outlook Web App -- Exploring Outlook.com -- Getting Caught Up on Web Email Basics -- Reading messages -- Sending a message -- Flagging messages -- Setting individual message options -- Organizing Contacts -- Viewing your contacts -- Adding contacts -- Using Your Calendar -- Entering an appointment -- Moving an appointment -- Viewing your calendar -- Using Mobile Collaboration -- Inviting attendees to a meeting -- Responding to a meeting request -- Exploring Your Options -- Automated vacation replies/ out of office message -- Creating a signature -- Understanding Outlook Web App -- Knowing when it's handy -- Logging on and off -- Part VI The Part of Tens -- Chapter 17 Ten Shortcuts Worth Taking -- Using the New Items Tool -- Sending a File to an Email Recipient -- Sending a File From a Microsoft Office Application -- Turning a Message Into a Meeting -- Finding Something -- Undoing Your Mistakes -- Using the Go to Date Command -- Adding Items to List Views -- Sending Repeat Messages -- Resending a Message -- Chapter 18 Ten Accessories for Outlook -- Smartphones -- A Tablet Computer -- For Dummies E‐Learning -- Microsoft Office -- A Business‐Card Scanner -- Online Backup -- Skype -- Microsoft SharePoint -- Microsoft Exchange -- OneDrive…”
Libro electrónico -
1308Publicado 2024Tabla de Contenidos: “…Exercise 5.5: Signing in to Teams Android Devices -- Summary -- Further Reading -- Exam Readiness Drill - Chapter Review Questions -- Part 2: Managing Teams, Channels, Chats, and Apps -- Chapter 6: Creating and Managing Teams -- Technical Requirements -- Planning for a Microsoft Teams Rollout by Using Advisor for Teams -- Exercise 6.1: Accessing Advisor for Teams -- Using the Microsoft Teams Admin Center, Teams Client, or Teams PowerShell Module to Create a Team -- Exercise 6.2: Creating a Team via Microsoft Teams -- Exercise 6.3: Creating a Team via the Microsoft Teams Admin Center -- Exercise 6.4: Creating a Team via PowerShell -- Creating a Team from an Existing Microsoft 365 Group, SharePoint Site, or Team -- Exercise 6.5: Creating a Team from an Existing Microsoft 365 Group -- Creating a Team from a SharePoint Online Site -- Exercise 6.6: Creating a Team from an Existing Team -- Creating a Team from a Template -- Exercise 6.7: Creating a Team from a Generic Template -- Creating and Managing Teams Templates and Template Policies -- Exercise 6.8: Creating a Team Template -- Managing Template Policies -- Managing Team Membership -- Configuring Dynamic Membership -- Exercise 6.9: Creating a Dynamic Security Group -- Assigning and Modifying User Roles in a Team -- Managing a Team in the Microsoft Teams Admin Center -- Using the Microsoft Teams Admin Center to Manage Teams Environment Settings -- Configuring Privacy and Sensitivity Settings for Teams -- Exercise 6.10: Managing Privacy Levels for Teams -- Planning and Managing Org-Wide Teams -- Sensitivity Label Review -- Summary -- Further Reading -- Exam Readiness Drill - Chapter Review Questions -- Chapter 7: Managing Channels and Chats -- Technical Requirements -- Recommending Channel Types, including Standard, Private, and Shared -- Standard Channels -- Private Channels -- Shared Channels…”
Libro electrónico -
1309por Kusterer, Ruth“…Create 3D games that run on Android devices, Windows, Mac OS, Linux desktop PCs and in web browsers – for commercial, hobbyists, or educational purposes. …”
Publicado 2013
Libro electrónico -
1310Publicado 2019“…The full text downloaded to your computer With eBooks you can: search for key concepts, words and phrases make highlights and notes as you study share your notes with friends eBooks are downloaded to your computer and accessible either offline through the Bookshelf (available as a free download), available online and also via the iPad and Android apps. Upon purchase, you will receive via email the code and instructions on how to access this product. …”
Libro electrónico -
1311Publicado 2019“…The full text downloaded to your computer With eBooks you can: search for key concepts, words and phrases make highlights and notes as you study share your notes with friends eBooks are downloaded to your computer and accessible either offline through the Bookshelf (available as a free download), available online and also via the iPad and Android apps. Upon purchase, you will receive via email the code and instructions on how to access this product. …”
Libro electrónico -
1312Publicado 2019“…The full text downloaded to your computer With eBooks you can: search for key concepts, words and phrases make highlights and notes as you study share your notes with friends eBooks are downloaded to your computer and accessible either offline through the Bookshelf (available as a free download), available online and also via the iPad and Android apps. Upon purchase, you will receive via email the code and instructions on how to access this product. …”
Libro electrónico -
1313Publicado 2022Tabla de Contenidos: “…QUÉ ES LA ROBÓTICA -- INTRODUCCIÓN -- CLASIFICACIÓN SEGÚN SU CRONOLOGÍA -- PRIMERA GENERACIÓN -- SEGUNDA GENERACIÓN -- TERCERA GENERACIÓN -- CUARTA GENERACIÓN -- QUINTA GENERACIÓN -- CLASIFICACIÓN SEGÚN SU ESTRUCTURA -- POLIARTICULADOS -- MÓVILES -- ANDROIDES -- ZOOMÓRFICOS -- HÍBRIDOS -- 2. EL ROBOT EDISON -- QUÉ ES EL ROBOT EDISON -- ESPECIFICACIONES TÉCNICAS -- PRIMER CONTACTO CON EDISON -- EJERCICIO DE PRUEBA 1 -- EJERCICIO DE PRUEBA 2 -- DESCRIPCIÓN DE LA PLACA BASE DE EDISON -- MOVIMIENTOS DEL ROBOT EDISON -- CENTRO DE ROTACIÓN -- SENSORES DEL ROBOT EDISON -- SENSOR FOTOELÉCTRICO O FOTOCÉLULA -- SENSOR DE SONIDO -- SENSOR ULTRASÓNICO -- CÓMO PROGRAMAR EL ROBOT EDISON -- A TRAVÉS DE CÓDIGOS DE BARRAS -- A TRAVÉS DE EDBLOCKS -- A TRAVÉS DE EDSCRATCH -- A TRAVÉS DE EDPY -- CAPÍTULO 3. …”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico -
1314Publicado 2023Tabla de Contenidos: “…-- Understanding AR input types for interaction -- Popular AR toolkits for Unity -- Setting up an AR project in Unity using AR Foundation -- Understanding AR Foundation's architecture -- Creating an AR project with Unity's AR template -- Changing the project settings -- Understanding the AR Session GameObject -- Exploring the AR Session Origin GameObject -- Placing a simple cube into the AR scene -- Implementing plane detection in AR Foundation -- Implementing touch inputs and anchors -- Testing AR experiences directly in Unity -- Installing AR Foundation 5.0 or later versions and related packages -- Choosing an environment and testing the scene -- Deploying AR experiences onto mobile devices -- Deploying onto Android -- Deploying onto iOS -- Summary -- Chapter 5: Building Interactive VR Experiences -- Technical requirements -- Building interactive VR experiences without code -- Importing cars from the Asset Store -- Adding the player, teleport anchors, and button to the scene -- Interactable events that can be triggered -- Understanding animations and animator systems -- Animating a 360-degree car rotation -- Scaling a police car…”
Libro electrónico -
1315por Zaldívar Navarro, Daniel“…Tiene conexión wifi, almacenamiento externo con mini tarjeta, un mayor número de puertos para conectar sensores, compatibilidad con plataformas como iOS y Android, compatibilidad con sensores de otros fabricantes y mayor capacidad de procesamiento entre otras. …”
Publicado 2018
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
1316por Saundra K. Ciccarelli“…The full text downloaded to your computer With eBooks you can: search for key concepts, words and phrases make highlights and notes as you study share your notes with friends eBooks are downloaded to your computer and accessible either offline through the Bookshelf (available as a free download), available online and also via the iPad and Android apps. Upon purchase, you will receive via email the code and instructions on how to access this product. …”
Publicado 2021
Libro electrónico -
1317Publicado 2018“…The full text downloaded to your computer With eBooks you can: search for key concepts, words and phrases make highlights and notes as you study share your notes with friends eBooks are downloaded to your computer and accessible either offline through the Bookshelf (available as a free download), available online and also via the iPad and Android apps. Upon purchase, you will receive via email the code and instructions on how to access this product. …”
Libro electrónico -
1318Publicado 2023Tabla de Contenidos: “…-- Creating a new project -- .NET MAUI App -- .NET MAUI Class Library -- .NET MAUI Blazor App -- Looking at the template -- Developing for Android -- Running in an emulator -- Running on a physical device -- Developing for iOS -- Hot restart -- Simulator -- Developing for macOS -- Developing for Windows -- Developing for Tizen -- Summary -- Chapter 19: Where to Go from Here -- Technical requirements -- Learnings from running Blazor in production -- Solving memory problems -- Solving concurrency problems…”
Libro electrónico -
1319Publicado 2024Tabla de Contenidos: “…-- Creating a new project -- .NET MAUI App -- .NET MAUI Class Library -- .NET MAUI Blazor Hybrid App -- Looking at the template -- Developing for Android -- Running in an emulator -- Running on a physical device -- Developing for iOS -- Hot restart -- Simulator -- Developing for macOS -- Developing for Windows -- Developing for Tizen -- Summary -- Chapter 19: Where to Go from Here…”
Libro electrónico -
1320por Sountharrajan, S.Tabla de Contenidos: “…Cover -- Title Page -- Copyright Page -- Contents -- Preface -- Chapter 1 BBUCAF: A Biometric-Based User Clustering Authentication Framework in Wireless Sensor Network -- 1.1 Introduction to Wireless Sensor Network -- 1.2 Background Study -- 1.3 A Biometric-Based User Clustering Authentication Framework -- 1.3.1 Biometric-Based Model -- 1.3.2 Clustering -- 1.4 Experimental Analysis -- 1.5 Conclusion -- References -- Chapter 2 DeepNet: Dynamic Detection of Malwares Using Deep Learning Techniques -- 2.1 Introduction -- 2.2 Literature Survey -- 2.2.1 ML or Metaheuristic Methods for Malware Detection -- 2.2.2 Deep Learning Algorithms for Malware Detection -- 2.3 Malware Datasets -- 2.3.1 Android Malware Dataset -- 2.3.2 SOREL-20M Dataset -- 2.4 Deep Learning Architecture -- 2.4.1 Deep Neural Networks (DNN) -- 2.4.2 Convolutional Neural Networks (CNN) -- 2.4.3 Recurrent Neural Networks (RNN) -- 2.4.4 Deep Belief Networks (DBN) -- 2.4.5 Stacked Autoencoders (SAE) -- 2.5 Proposed System -- 2.5.1 Datasets Used -- 2.5.2 System Architecture -- 2.5.3 Data Preprocessing -- 2.5.4 Proposed Methodology -- 2.5.5 DeepNet -- 2.5.6 DBN -- 2.5.7 SAE -- 2.5.8 Categorisation -- 2.6 Result and Analysis -- 2.7 Conclusion & -- Future Work -- References -- Chapter 3 State of Art of Security and Risk in Wireless Environment Along with Healthcare Case Study -- 3.1 Introduction -- 3.2 Literature Survey -- 3.3 Applications of Wireless Networks -- 3.4 Types of Attacks -- 3.4.1 Passive Attacks -- 3.4.2 Release of Message Contents -- 3.4.3 Traffic Analysis -- 3.4.4 Eavesdropping -- 3.5 Active Attacks -- 3.5.1 Malware -- 3.5.2 Password Theft -- 3.5.3 Bandwidth Stealing -- 3.5.4 Phishing Attacks -- 3.5.5 DDoS -- 3.5.6 Cross-Site Attack -- 3.5.7 Ransomware -- 3.5.8 Message Modification -- 3.5.9 Message Replay -- 3.5.10 Masquerade -- 3.6 Layered Attacks in WSN…”
Publicado 2023
Libro electrónico