current location:Home > usb设备 search
Found a total of 21321 related content
-
- jQuery color picker tinyColPicker for mobile devices
- jQuery color picker tinyColPicker for mobile devices
- 2019-10-24 127 1037
-
- jQuery lightweight slideshow effects source code for mobile and desktop devices
- jQuery lightweight slideshow effects source code for mobile and desktop devices is a special effect for the lightweight jQuery slideshow plug-in swipeslider that supports mobile and desktop devices. It supports pictures and other HTML content, and supports infinite loop playback of slide content. This code is applicable to browsers: Sogou, 360, FireFox, Chrome, Safari, Opera, Maxthon, and World Window. It does not support browsers IE8 and below. Friends who are interested can download it and try it. This code is compatible with the latest mainstream browsers and is a
- 2017-08-24 166 2366
-
- A content-based slideshow that supports handheld devices
- Diapo is a simple and easy-to-use content scrolling slideshow plug-in that allows you to display cool animated switching effects in your web pages. The content that this plug-in can display is not only pictures, but even videos, and any other web element you can think of can be displayed on it.
- 2017-03-08 219 1989
-
- heatmap.js-Web dynamic heat map plug-in
- Web dynamic heat map plug-in, which can be used to monitor the operating status of equipment
- 2019-09-27 123 1405
-
- jQuery particle system plugin Particleground
- Particleground particle system is a jQuery plug-in for stylish backgrounds. Particleground includes an optional parallax effect to control the mouse gyroscope on desktop and mobile devices. It works with any browser that supports HTML5 canvas.
- 2019-09-07 177 2221
-
- Yeelink product device management platform template
- Yeelink product device management platform template, blue style, full set of templates, including management homepage, my device, device management, account settings, management API, password modification, device actions, binding new devices and other background template pages.
- 2017-05-28 239 3517585
-
- HTML power equipment company website template
- HTML power equipment company website template
- 2018-07-09 242 2214903
-
- Green environmental protection equipment company HTML5 template
- Green environmental protection equipment company HTML5 template
- 2018-06-26 199 2269860
-
- Water purifier equipment company website template
- Water purifier equipment company website template
- 2017-12-06 157 3120600
-
- Travel equipment recommendation thematic page template
- Travel equipment recommendation thematic page template
- 2018-05-23 128 2431277
-
- PHP advanced development skills and examples
- PHP is a powerful network programming language that is easy to learn and use, and has excellent portability and scalability. This book will introduce PHP programming to readers in detail. The whole book is divided into three parts: preparation, beginning and acceleration, with a total of 9 chapters. The preparatory chapter mainly introduces some preparatory knowledge for learning the PHP language and the establishment of the PHP operating platform; the beginning chapter introduces readers to the basic syntax and common functions of the PKP language in more detail, as well as how to use PHP to operate the MySQL database; the acceleration chapter introduces Typical examples are introduced to enable readers to fully grasp PHP. book
- 2017-12-09 354 3107900
-
- Getting Started with PHP Programming
- PHP is a powerful network programming language that is easy to learn and use, and has excellent portability and scalability. This book will introduce PHP programming to readers in detail. The whole book is divided into three parts: preparation, beginning and acceleration, with a total of 9 chapters. The preparatory chapter mainly introduces some preparatory knowledge for learning the PHP language and the establishment of the PHP operating platform; the beginning chapter introduces readers to the basic syntax and common functions of the PKP language in more detail, as well as how to use PHP to operate the MySQL database; the acceleration chapter introduces Typical examples are introduced to enable readers to fully grasp PHP.
- 2017-12-09 315 3107820
-
- WeChat Mini Program Accounting Book Development Practical Courseware
- WeChat Mini Program Accounting Book Development Practical Courseware
- 2023-09-21 17 1341
-
- ThinkPHP configuration development and CMS backend practical courseware
- ThinkPHP configuration development and CMS backend practical courseware
- 2023-08-15 32 1562
-
- Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
- Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
- 2023-06-26 34 1692
-
- 8 Apple device icon vector materials (SVG)
- Provides 8 kinds of Apple device icon vector materials (SVG) for download
- 2022-11-28 94 689
-
- Multi-device screen editable picture material (PSD)
- A multi-device screen editable picture material (PSD)
- 2023-01-16 119 1169
-
- Cute summer elements vector material (EPS PNG)
- This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
- 2024-05-09 184 2738
-
- Four red 2023 graduation badges vector material (AI EPS PNG)
- This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
- 2024-02-29 185 2347
-
- Singing bird and cart filled with flowers design spring banner vector material (AI EPS)
- This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
- 2024-02-29 161 2246
-
- Design of virtual instrument based on USB and LabVIEW word version
- The interface technology of virtual instruments and USB has received close attention in the field of instrument research and development. The use of USB interfaces for intelligent peripherals for data acquisition and control has improved its bottleneck phenomenon and also strengthened its "affinity" with general-purpose computers. Ordinary MCS-51 The microcontroller does not have a USB interface, and LabVIEW, one of the virtual instrument application software development platforms, does not provide a driver for the USB interface. For this reason, the design principles of virtual instruments based on USB and LabVIEW and the USB development method are introduced, and a method of USB development is proposed.
- 2024-01-28 56 1391
-
- Android adb application and operation commands Chinese WORD version
- Android Debug Bridge (adb) is a multi-purpose tool that helps you manage the state of your device or emulator. You can add adb through the following methods: • Run shell commands on the device • Manage the emulator or device through port forwarding • Copy or copy files from the emulator or device
- 2024-02-26 58 1068
-
- Introduction to ios system Chinese WORD version
- This document mainly talks about the introduction of ios system; iOS is an operating system developed by Apple for iPhone and other devices. It is mainly used for iPhone, iPod touch and iPad devices. It manages device hardware and provides the basis for the implementation of local applications on mobile phones. technology. Depending on the device, the operating system has different system applications, such as Phone, Mail, and Safari, which can provide standard system services to users. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-27 49 2416
-
- ANDROID Bluetooth programming WORD document doc format
- Using the BluetoothAdapter class, you can find surrounding Bluetooth devices on your Android device and then pair (bind) them. Bluetooth communication is transmitted to each other based on the unique address MAC. Considering security issues, Bluetooth communication needs to be paired first. Then start to connect to each other. After the connection, the devices will share the same RFCOMM channel to transmit data to each other. Currently, these implementations are implemented on Android 2.0 or higher SDK. 1. Finding/discovering dev
- 2024-02-27 48 1249
-
- Android In-depth understanding of SQLite storage method Chinese WORD version
- This document describes Android's in-depth understanding of SQLite storage methods; SQLite is a lightweight database designed for embedded use, and it takes up very few resources. In embedded devices, it only requires a few hundred KB; there are Friends who need it can download it and take a look
- 2024-02-29 51 1511
-
- Android native ANMPP
- The main target of ANMPP is Android devices
- 2018-01-22 378 8336
-
- Redo Rescue: Backup and Recovery
- Redo Rescue Backup and Restore can back up and restore your entire system in minutes, using a point-and-click interface that anyone can use. Bare metal recovery to a new, blank drive, up and running in minutes. Supports saving and restoring to local disk or shared network drive. Selectively recover and remap partitions to different locations on the target drive. Comes with other tools for partition editing, web browsing, etc. Runs from live CD/USB, no installation required. Website: http://redorescue.com
- 2023-08-18 207 1373
-
- Nextcloud Server
- Nextcloud Server is a free and open source server software that allows you to store all your data on a server of your choice. With Nextcloud, you can easily access and store data located in data centers you trust, sync data across devices, and share your data for collaboration. It provides the best security in self-hosted file sync and sharing and can be extended with hundreds of apps.
- 2023-08-18 153 2022
-
- Fat-Free Framework
- Fat-Free Framework, or F3, is a straightforward PHP framework. Its codebase is only 65 KB, and the framework is modular, allowing you to only use the necessary code.
- 2024-10-17 4 947
-
- PHPixie
- PHPixie is easy to learn and does not rely on automagic. You will always be in charge of what's happening.
- 2024-10-17 0 872
-
- Standalone library for PHP device push notifications
- Standalone library for PHP device push notifications
- 2017-12-09 136 1558
-
- Mobile Detect: Detects details of the device type and browser used
- 2017-02-21 771 5034
-
- A collection of 50 excellent classic PHP algorithms
- Classic PHP algorithm, learn excellent ideas and expand your thinking
- 2020-03-26 2325 25201
-
- PHPExcel-1.8 class library (worth collecting!)
- PHPExcel PHP class library for operating Office Excel documents
- 2018-09-26 11516 92093
-
- PHP library for dependency injection containers
- PHP library for dependency injection containers
- 2018-01-26 575 25589