current location:Home > 联想系统 search
Found a total of 529 related content
-
- Android GUI system development instructions pdf version
- Relevant development knowledge of Android GUI system. Part 1 Android GUI system overview Part 2 pixelflinger and libui library Part 3 Surface system Part 5 Skia system Part 6 OpenGL system architecture
- 2024-02-02 0 919
-
- 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 3 2126
-
- Introduction to Android operating system Chinese WORD version
- This document mainly describes the introduction of the Android operating system; Android is an operating system based on the Linux kernel. It is a mobile operating system announced by Google on November 5, 2007. It was developed by Google in the early days and later by the Open Handheld Device Alliance (Open Developed by Handset Alliance. It adopts a software stack (also known as software stack) architecture, which is mainly divided into three parts. The underlying Linux kernel only provides basic functions; other application software is provided by each company.
- 2024-02-28 0 575
-
- PowerDesigner usage system tutorial Chinese WORD version
- This document is mainly a system tutorial for using PowerDesigner; I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-03 2 1155
-
- Six major advantages of Android system Chinese WORD version
- This document mainly talks about the six major advantages of the Android system; as a smartphone operating system strongly advocated by Google, Android's surpassing the iPhone is not an accident, but an inevitable one. So what are its advantages? Let’s take a brief look at it. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-27 0 533
-
- Practice of XML parsing in Android system Chinese WORD version
- This document mainly talks about the practice of XML parsing in the Android system; I hope it will be helpful to everyone's study; interested friends can come and take a look.
- 2024-02-01 0 607
-
- Ubuntu operating system installation and configuration manual Chinese PDF version
- This document mainly talks about the installation and configuration of the Ubuntu operating system; I hope it will be helpful to everyone. Interested friends can come and take a look.
- 2024-02-27 0 585
-
- Perl Automated System Administration Automating.System.Administration.with.Perl.2nd.Edition 2nd Edition
- Perl is a powerful tool for UNIX-like system management. If you do not know Perl when maintaining the system, you should at least be familiar with SHELL. It is best to be comfortable with both. Perl is a scripting language. The original designer was Larry Wall and it was published on December 18, 1987. Perl borrowed features from C, sed, awk, shell scripting, and many other programming languages. The most important feature is its internal integration of regular expression functions and the huge
- 2024-02-01 0 1459
-
- Android Camera system analysis Chinese WORD version
- This document mainly talks about the analysis of Android's Camera system; Android's Camera includes the functions of previewing and taking pictures. Although the current Android release version of the Camera program has relatively simple functions, its program architecture is divided into two parts, the client and the server. They are built on the structure of Android's inter-process communication Binder. The Camera module mainly includes libandroid_runtime.so, l
- 2024-02-29 0 922
-
- Development of Bluetooth communication system based on Android word version
- With the popularity of android mobile phones, the demand for android applications is growing. This huge potential market has attracted countless software development manufacturers and developers to join it. The openness of Android makes it more attractive to young people than Apple and Blackberry, and can attract the attention and love of young people. Among those aged 18 to 24, Android is the most popular operating system. At the same time, because the openness of the Android system has laid the foundation for the rapid development of Android tablets, it has also attracted more and more users to accept and use it.
- 2024-02-28 0 686
-
- Introduction to shell programming under Linux system Chinese WORD version
- This document mainly talks about the introduction to shell programming under Linux system; Shell programming has many features similar to C language and other programming languages, but it is not as complicated as programming languages. A shell program is a series of Linux commands and utilities placed in a file. When executed, each command is interpreted and executed one by one by Linux. Interested friends can come and take a look
- 2024-01-27 9 1888
-
- MATLAB language and control system simulation experiment Chinese WORD version
- "MATLAB Language and Control System Simulation Experiment" includes four parts: MATLAB language basics, MATLAB language basic experiments, control theory simulation experiments and experimental assignments. Each student is required to complete the experimental assignments independently after completing the prescribed experimental content to consolidate knowledge and enhance application capabilities. Interested friends can come and take a look
- 2024-01-18 2 2111
-
- Android makefile compilation system Android.mk file syntax specification Chinese WORD version
- This document mainly talks about the Android makefile compilation system Android.mk file syntax specification; the Android.mk compilation file is used to describe your C, C++ source code files to the Android NDK. This document describes its syntax. Before reading the following content, it is assumed that you have read the docs/OVERVIEW.TXT file and understand their roles and uses. Interested friends can come and take a look
- 2024-02-02 0 1309
-
- Android development training PPT version
- The original meaning of the word Android refers to "robot". Android is the name of the open source mobile operating system based on the Linux platform announced by Google on November 5, 2007. The platform consists of an operating system, middleware, user interface and application software. Domestically, manufacturers such as Lenovo, Dell, Dopod, Philips, ZTE, Samsung, and Motorola have launched smartphones based on the Android platform. In the field of 3G application development, the development prospects of Android cannot be underestimated and will become the mainstream in the future.
- 2024-01-30 0 988
-
- Basic knowledge of Android architecture Chinese WORD version
- This document mainly talks about the basic knowledge of Android architecture; Android relies on Linux kernel 2.6 to provide core services, such as process management, network protocol stack, and hardware drivers. Here, the Linux kernel serves as an abstraction layer between the hardware layer and the system software stack layer. This operating system is not GNU/Linux-like because its system libraries, system initialization, and programming interfaces are different from standard Linux systems. Android contains some C/C++ libraries, media libraries, database engine libraries, etc. These libraries can be used by Android
- 2024-02-29 0 519
-
- How to use Android Tasker Chinese WORD version 2MB
- This document mainly describes how to use Android's Tasker; Tasker on Android is definitely one of the artifacts of the Android system. Unlike Auto Memory Manager, Tasker is not an acceleration software, but a system-enhanced software. Because There are many system states that can be controlled, making Tasker the brightest star in the Android system. But Tasker is undoubtedly the most difficult software to use. Because there are so many places you can control, it makes people feel a little overwhelmed.
- 2024-01-30 0 668
-
- Install Android with VirtualBox
- VirtualBox is an open source virtual machine software. VirtualBox is known as the most powerful free virtual machine software. It not only has rich features, but also has excellent performance! It is simple and easy to use, and the systems that can be virtualized include Windows (all Windows systems are supported from Windows 3.1 to Windows 10 and Windows Server 2012), Mac OS X, Linux, OpenBSD, Solaris, IBM OS2 and even Android operating systems
- 2024-01-28 2 1921
-
- Python Overview Chinese WORD Version
- This document provides an overview of Python; Python's built-in interfaces to operating system services make it an ideal tool for writing portable management tools and components (sometimes called shell tools) that maintain operating systems. Python programs can search files and directory trees, run other programs, use processes or threads for parallel processing, and more. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-23 0 703
-
- Quickly get started with Android database operations Chinese WORD version
- Android uses the relational database SQLite3, which is a lightweight embedded database that supports SQL and is widely used in embedded operating systems. WM also uses SQLite3; more details about the principles and principles are in this article I won’t mention it, but if you want to quickly learn to operate SQLite3, then this is the article you are looking for! Interested friends can come and take a look
- 2024-02-28 0 909
-
- Perl basic tutorial chm
- A basic introductory Chinese tutorial on Perl, in chm format, describing an overview of PERL, simple variables, operators, list and array variables, file reading and writing, pattern matching, control structures, subroutines, associative arrays/hash tables, formatted output, and file systems , reference, object-oriented, packages and modules and other knowledge points. Suitable for beginners to read and understand the Perl scripting language.
- 2024-02-26 0 1716