current location:Home > d触发器 search

Classify:
Found a total of 529 related content
  • 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
  • Asset server server construction for Unity3D game development Chinese WORD version
    Asset server server construction for Unity3D game development Chinese WORD version
    This document mainly talks about the construction of Asset server server for Unity3D game development; Asset Server is currently the resource version management tool that comes with Unity. It is similar to the SVN and perForce we are usually familiar with. However, for the current Unity, Asset Server is more powerful than Unity. Version control software such as SVN and perForce are easier to use, because the Unity3.x version does not support software such as SVN very well. When multiple people work together, data loss and other situations often occur. because
    2024-02-27 1 680
  • Android Porting transplantation and research implementation pdf version
    Android Porting transplantation and research implementation pdf version
    Android_Porting Taiwan Transplantation and Research Implementation.pdf. The author of this book has rich experience in Linux and Embedded Linux development, and has been exposed to X86/MIPS/ARM PLATFORM. I believe this book has sufficient guiding significance for readers.
    2024-02-01 0 1031
  • Android Game Development Journey Chinese WORD Version
    Android Game Development Journey Chinese WORD Version
    This document mainly talks about the Android game development journey; today Android123 starts a new Android game development journey series, mainly from the control method (buttons, trackball, touch screen, gravity sensor, camera, microphone airflow, light brightness), graphics View (efficient drawing technology such as double buffering), sound effects (game music) and finally OpenGL ES (Java layer) and NDK's OpenGL and J2ME game porting methods to Android. Of course, there are also some game implementation idiomatic methods, such as map editors, In Andr
    2024-02-28 0 1115
  • The Book of Ruby
    The Book of Ruby
    Whether you're new to programming, or new to Ruby, this book can guide you through real-world software development using a unique and elegant language. Ruby is famous for being easy to learn, but most users only scratch the surface of what it can do. While other books focus on Ruby’s trendier
    2024-01-30 0 938
  • 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
  • DELPHI control development in-depth and simplified word document doc format
    DELPHI control development in-depth and simplified word document doc format
    DELPHI control development is in-depth and simple. Some people have said that "Delphi programmers who cannot develop controls are not real programmers." It is precisely because of its high scalability and support for a large number of third-party controls that Delphi can attract the critical eyes of countless programmers. Even developers who need to use other development tools for their work often miss the days and nights spent with Delphi. It has been more than a year since I came into contact with Delphi. I was overwhelmed by the hundreds of controls on the Delphi component panel, and now I can understand them
    2024-01-19 0 1043
  • Create a Web Maven Project in Eclipse and deploy it to Tomcat Chinese WORD version
    Create a Web Maven Project in Eclipse and deploy it to Tomcat Chinese WORD version
    As we all know, during the development process of J2EE projects, if you only modify the page during the debugging phase, you do not need to restart the application server. For example, you do not need to restart Tomcat. Just refresh the page in the browser. In fact, the fundamental reason why there is no need to restart application servers such as Tomcat is because we can set a virtual directory in the configuration file of the application server, so that we can know the directory where the web project is located, so we can save the need to package and then re-publish to Server steps. Interested friends can come and take a look
    2024-02-26 0 1063
  • Delphi7 basic grammar tutorial Chinese WORD version
    Delphi7 basic grammar tutorial Chinese WORD version
    Delphi is a Windows rapid application development tool (RAD Rapid Application Development) based on the client/server system launched by the American Borland Company. It is an object-oriented visual programming tool based on the visibility of Delphi and combined with the Object Pascal language. With programming skills, you can develop powerful Windows applications and database applications. Delphi is the first visual development environment, optimized source code compiler and
    2024-01-18 1 1059
  • Android adb application and operation commands Chinese WORD version
    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 0 826
  • ARM compiler Chinese WORD version
    ARM compiler Chinese WORD version
    This document mainly talks about the ARM compiler; the development tools of ARM application software include compilation software, assembly software, link software, debugging software, embedded real-time operating system, function library, evaluation board, and JTAG emulator according to different functions. , online emulator, etc.; I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-26 0 1167
  • Detailed explanation of Android program debugging Chinese WORD version
    Detailed explanation of Android program debugging Chinese WORD version
    When using eclipse to develop android programs, you can perform breakpoint single-step debugging just like VS. The Eclipse Java editor not only provides developers with common functions such as code writing, syntax correction, and real-time compilation, but it can also quickly modify and reconstruct Java source code and other advanced operations. Interested friends can come and take a look
    2024-02-26 0 884
  • Summary of basic usage of Fortran WORD version
    Summary of basic usage of Fortran WORD version
    This document mainly talks about a summary of the basic usage of Fortran; I hope it can bring some help to students who have learned C but have not been exposed to Fortran. Fortran is a programming language. It is the world's earliest high-level computer programming language and is widely used in scientific and engineering computing fields. The FORTRAN language plays an important role in the fields of numerical, scientific and engineering computing with its unique functions. Fortran laid the foundation for the development of high-level languages. Fortran is now widely used in scientific research and machinery. I hope this document will bring it to friends in need
    2024-02-27 0 898
  • Writing a small database with Delphi Chinese WORD version
    Writing a small database with Delphi Chinese WORD version
    This document mainly talks about using Delphi to write small databases; Delphi is one of the most popular programming tools at present. It has many advantages in developing database applications and provides a powerful way to develop database applications based on the client/server model. ability. In terms of database access, it is equipped with Borland Database Engine (BDE), which can access various databases through SQL Links, ODBC and other technologies, and can also use ADO to access various databases. In terms of application client development, Delphi provides
    2024-01-18 0 608
  • Delphi classic programming introduction chm version
    Delphi classic programming introduction chm version
    Delphi is a new visual programming environment that provides us with a convenient and fast Windows application development tool. It uses many advanced features and design ideas of the Microsoft Windows graphical user interface, adopts a flexible and reusable complete object-oriented programming language (Object-Oriented Language), the fastest editor in the world today, and the most leading database technology . For the majority of program developers, using Delphi to develop application software will undoubtedly greatly improve programming efficiency.
    2024-01-17 2 1263
  • Netty code analysis Chinese WORD version
    Netty code analysis Chinese WORD version
    This document mainly talks about Netty code analysis; Netty provides asynchronous, event-driven network application framework and tools to quickly develop high-performance, high-reliability network server and client programs; friends in need can download and read look
    2024-02-29 1 1862
  • Git version control and workflow Chinese WORD version
    Git version control and workflow Chinese WORD version
    This article is a summary of git version control and workflow. If some friends have not used git before and are not very familiar with the basic concepts and commands of git, you can start with the following basic tutorials: Git is a distributed version control system, and Compared with centralized version control systems similar to SVN, although centralized version control systems can enable multiple team members to collaborate on development, sometimes if the central server goes down, no one can submit updates and collaborate on development during the downtime. Even sometimes, if the central server disk fails and there happens to be no backup or the backup is not timely, then there may be losses.
    2024-02-27 1 1003
  • Android development training PPT version
    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
  • Android Camera system analysis Chinese WORD version
    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
  • Android Development Guide Chinese PDF version
    Android Development Guide Chinese PDF version
    Android development guide Chinese pdf version, friends who learn android can refer to it. Application Fundamentals Key Classes Application Components Activation Components: Intent Close Component Manifest File Intent Filter Activity and Task Affinity (Attraction) and New Task Loading Mode Clean Stack Start Task Process and Thread Process Thread Remote Procedure Call Thread Safe Method Component Life cycleActivi
    2024-02-26 0 614
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!