current location:Home > 关不了机 search

Classify:
Found a total of 529 related content
  • Android application framework principles and programming 36 techniques pdf traditional version
    Android application framework principles and programming 36 techniques pdf traditional version
    Android application framework principles and programming techniques 36 pdf traditional version, the book content is suitable for Android 1.0. Some friends may not be familiar with Android yet, right? Have you ever heard of Google’s customized high-end mobile phone from HTC? Its operating system is based on Android. If you are still not sure about it, you can Google "HTC g2" mobile phone to get a rough understanding of the interface and architectural features of the mobile operating system. Anyway, Andro
    2024-02-26 0 721
  • Android embedded SQLite database Chinese WORD version
    Android embedded SQLite database Chinese WORD version
    This document mainly talks about the Android embedded SQLite database; a relational database SQLite is embedded in the Android platform. Unlike other databases, SQLite does not distinguish types when storing data; interested friends can come and take a look.
    2024-02-28 0 1061
  • Detailed explanation of UML class diagram Chinese WORD version
    Detailed explanation of UML class diagram Chinese WORD version
    This document mainly talks about the detailed explanation of UML class diagram; in the static mechanism of UML, class diagram is a key point. It is not only the core concern of designers, but also the core concern of implementers. Modeling tools also generate code primarily based on class diagrams. Class diagram occupies a very important position among the 9 diagrams of UML. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-29 1 1245
  • Design of virtual instrument based on USB and LabVIEW word version
    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 0 1145
  • Android seamlessly replaces Dalvik virtual machine Chinese WORD version
    Android seamlessly replaces Dalvik virtual machine Chinese WORD version
    This document mainly talks about the seamless replacement of the Dalvik virtual machine by Android; the Dalvik virtual machine is actually a Java virtual machine, but it does not execute class files, but dex files. Therefore, the most ideal way for the ART runtime is to implement it as a Java virtual machine, so that the Dalvik virtual machine can be easily replaced. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-01 0 493
  • Android development notes emulator, application tutorial pdf version
    Android development notes emulator, application tutorial pdf version
    Android development notes, covering emulator parameters, processes and threads, Android releasing mobile phone resources, process release priority, analyzing HelloAndroid, adding edit boxes and buttons, using Intent to start another Activity, starting Activity in different Tasks, Intent and Intent filters, adding new Activity and other related knowledge.
    2024-01-28 2 2307
  • Android Google mobile programming tutorial PDF version
    Android Google mobile programming tutorial PDF version
    Android Google Mobile Phone Programming Tutorial Traditional Edition, the content of the book is mainly related to the knowledge of Google mobile operating system, introduces the principles and methods of programming on the Google mobile platform, and guides Google programmers into the Google Phone in the form of examples. The palace of programming art.
    2024-02-27 0 1065
  • Delphi Component Writer's Guide word Chinese version
    Delphi Component Writer's Guide word Chinese version
    Delphi Component Writer's Guide Notes on the translation of the "Component Writer's Guide" 1. The pink part in the translation is where the translator thinks there are errors in the original text. I have corrected it and just marked it in pink; 2. For relevant information I did not establish a correlation with the page numbers of each chapter in "Reference" because it was troublesome, so I just used the page number value in the original book and marked it with blue, which can be deleted directly; 3. Since the original book is only divided into chapters, There are no sections. Inconvenient to read. So, I added the chapter number to make it clearer
    2024-01-19 2 1082
  • Flash ActionScript3 Advanced Tutorial pdf version
    Flash ActionScript3 Advanced Tutorial pdf version
    Flash ActionScript3 advanced tutorial pdf, book directory: Chapter 1 Advanced collision detection Detection of collisions of irregular graphics BitmapData.hitTest is used for collision detection of a large number of non-bitmap objects Implementing grid-based collision detection Writing grid code testing and adjusting the grid Grid uses this type of detection not just for collision Chapter 2 Steering Behavior 2D Vector (Vector2D) Class Locomotive (V
    2024-01-17 5 3166
  • Android platform Overlay mechanism Chinese WORD version
    Android platform Overlay mechanism Chinese WORD version
    This document mainly talks about the Android platform Overlay mechanism; the Android overlay mechanism allows you to customize the resource files in the framework and package without modifying the apk in the package to achieve resource customization. To achieve the purpose of displaying different UI (such as MIUI). I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-28 0 838
  • Android Programmer's Guide chm version
    Android Programmer's Guide chm version
    Android mobile programmer guide, because I came into contact with the Android platform by chance, but I have never been exposed to this kind of programming materials before, and there are very few materials on the Internet, so I translated some based on foreign materials and exhausted my own For all translation levels, I believe this will be a very comprehensive and basic Android programming tutorial in China, which should be helpful to you.
    2024-02-26 0 810
  • Discuz plug-in production tutorial [Getting Started + Mastery + Practical] Chinese WORD version
    Discuz plug-in production tutorial [Getting Started + Mastery + Practical] Chinese WORD version
    Plug-in mechanism Discuz! has a complete plug-in mechanism. By rationally using the plug-in mechanism, you can better integrate your individual functional requirements into the Discuz! product while keeping the code independent and not affected by subsequent Discuz! product version upgrades. We encourage and recommend the use of plug-in mechanisms for customization and research and development of individual needs. Interested friends can come and take a look
    2024-01-29 0 932
  • Maven series
    Maven series
    Some companies do not provide external networks for programmers, so maven cannot be used to access remote warehouse addresses, so it is necessary to find a machine in the LAN that has external network permissions; build a nexus private server, and then programmers connect to this private server In this case, you can access the maven remote warehouse through this computer with a nexus private server. Interested friends can come and take a look
    2024-02-29 6 1571
  • Hive permission control Chinese WORD version
    Hive permission control Chinese WORD version
    Hive can control permissions through metadata from version 0.10 (including version 0.10) onwards. In versions before Hive-0.10, permissions are mainly controlled through Linux users and user groups. CREATE, SELECT, and DROP of Hive tables cannot be controlled. Of course, Hive's control of permissions based on metadata is not completely safe. The purpose is to prevent users from accidentally doing operations they shouldn't do. Interested friends can come and take a look
    2024-02-03 0 1432
  • Android basic tutorial translated by Zhang Bo and others pdf version
    Android basic tutorial translated by Zhang Bo and others pdf version
    "Basic Android Tutorial" is complete and rich in content and has strong versatility. Readers can quickly learn Android development and improve related skills through "Basic Android Tutorial". Android is a new open source mobile phone platform developed by Google. "Basic Android Tutorial" is a basic tutorial on Android development, using a step-by-step approach to discuss Android. The book also explains the basic process of Android development more vividly with examples such as Sudoku games, and there is a & at the end of each chapter.
    2024-02-26 0 676
  • Using Adobe AIR to develop Android applications English pdf text version with source code
    Using Adobe AIR to develop Android applications English pdf text version with source code
    Put your ActionScript 3 skills to work in mobile app development. This book shows how to develop native applications for Android-based smartphones and tablets using Adobe AIR. You learn the entire development process hands-on, from coding options to getting your app published to the specific functionality of Put your ActionScript 3 skills to work building mobile apps. This book shows you how t
    2024-02-26 0 814
  • Pascal basic tutorial Pascal essential basic tutorial for getting started CHM version
    Pascal basic tutorial Pascal essential basic tutorial for getting started CHM version
    No matter what you do, there must be certain methods and steps. Computer programming is more rigorous, standardized, and feasible than transaction processing in daily life. In order for the computer to effectively solve certain problems, the processing steps must be arranged and a "sequence" composed of computer language is used to allow the computer to automatically recognize and execute this "sequence" composed of computer language to complete the predetermined task. Arrange the steps to deal with the problem and use computer language to form a sequence, which is often called
    2024-01-19 2 575
  • Android development basic tutorial compiled version pdf version
    Android development basic tutorial compiled version pdf version
    Android Development Tutorial, Basic Edition, is compiled from a series of tutorials. Experts should not read it if they have relatively basic knowledge. This book is mainly intended for people who are about to enter the ranks of Android programming or who have already entered but are still confused. friends. In the field of smart phones, the Android system is impeccable, which is destined to have broad prospects for the development of Android mobile phone systems. It has inspired a large number of program enthusiasts in China to turn to Android application development.
    2024-02-01 2 1093
  • API Hook Complete Manual Chinese WORD Version
    API Hook Complete Manual Chinese WORD Version
    This document mainly talks about the complete manual of API Hook; API HOOK technology is a technology used to change API execution results. Microsoft itself also uses this technology in the Windows operating system, such as Windows compatibility mode, etc. API HOOK technology is not a proprietary technology for computer viruses, but computer viruses often use this technology to hide themselves. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-29 0 641
  • Android programming virtual machine Dalvik tutorial pdf version
    Android programming virtual machine Dalvik tutorial pdf version
    Android programming virtual machine Dalvik tutorial pdf, introduces the difference between Dalvik and the standard Java virtual machine and the difference between the operating environment, as well as the situation and prospect analysis of Dalvik, the functional description of various Java packages in Android, related file types, application structure analysis, Introduction to Android Adb tools, etc. This knowledge is a perfect prelude for junior friends who are about to engage in Android programming.
    2024-02-28 0 622
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!