current location:Home > 模板 search

Classify:
Found a total of 529 related content
  • Design Patterns Handbook
    Design Patterns Handbook
    Design Pattern Manual Download
    2017-02-11 3045 23212
  • Python module learning Chinese WORD version
    Python module learning Chinese WORD version
    This document mainly talks about module learning in Python; Python is composed of a series of modules. Each module is a file with the suffix py. At the same time, the module is also a namespace, thus avoiding the problem of variable name conflicts. We can understand modules as lib libraries. If you need to use a function or object in a certain module, you must import this module before it can be used. Except for the system default modules (built-in functions), which do not need to be imported. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-25 2 1042
  • ActionScript3 design pattern Chinese WORD version
    ActionScript3 design pattern Chinese WORD version
    This document mainly talks about the ActionScript3 design pattern; I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-17 0 1699
  • Python functions files and modules Chinese WORD version
    Python functions files and modules Chinese WORD version
    This document mainly talks about Python functions, files and modules. This article constructs a complete Python program. Introduces Python functions and modules, and shows how to build a Python program, store it in a file, and run the program through the command line; I hope this document will help friends in need; interested friends can come here have a look
    2024-01-23 0 1136
  • Python module import and installation use Chinese WORD version
    Python module import and installation use Chinese WORD version
    This document mainly talks about the import, installation and use of python modules; I hope it will be helpful to everyone's learning; interested friends can come and take a look.
    2024-01-25 0 775
  • Perl common module usage examples Chinese WORD version
    Perl common module usage examples Chinese WORD version
    This document mainly talks about the use examples of common modules in Perl; I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-29 0 1198
  • Install perl module under linux Chinese WORD version
    Install perl module under linux Chinese WORD version
    This document mainly talks about installing the perl module under Linux; Linux and perl are both free software, and it is really wonderful to combine the two. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-27 5 2845
  • Use PowerDesigner to import SQL to generate data table model Chinese WORD version
    Use PowerDesigner to import SQL to generate data table model Chinese WORD version
    This document mainly talks about using PowerDesigner to import SQL to generate a data table model; I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-26 0 1056
  • 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
  • Loading modes of four Android activities WORD version
    Loading modes of four Android activities WORD version
    This document mainly talks about the four loading modes of Android activities; the status of each activity is determined by its position in the activity stack (which is a LIFO that contains the queue of all running activities). The life cycle of Activty is also the life cycle of the process in which it is located. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-29 0 1088
  • Examples of AJAX and JSON based on jQuery Chinese WORD version
    Examples of AJAX and JSON based on jQuery Chinese WORD version
    This document mainly talks about examples of AJAX and JSON based on jQuery; through the built-in AJAX function of jQuery, you can directly access the background to obtain data in JSON format, and then bind the data to the pre-designed html template through jQuer, directly on the page displayed on. Friends in need can download and take a look
    2024-01-27 1 763
  • Python v2.4 Chinese manual chm
    Python v2.4 Chinese manual chm
    The Chinese manual of Python v2.4 version in chm format is rich and comprehensive in content. It is not only a manual, you can use it as an introductory tutorial for Python, teaching you how to use the Python interpreter, process control, data structure, templates, Knowledge and skills in input and output, errors and exceptions, detailed explanations of classes and standard libraries, etc. At the same time, the attached manual can facilitate your inquiries.
    2024-01-26 6 1315
  • Getting Started with Android Fragment Usage WORD Version
    Getting Started with Android Fragment Usage WORD Version
    This document mainly talks about the usage of Fragments for getting started with Android; Fragments are used to describe some behaviors or part of the user interface in an Activity. We can create multiple UI panels in a single activity by merging multiple fragments, and they can also be reused at the same time. fragment in multiple activities. You can think of fragment as a module of activity. Fragment has its own life cycle and receives its own input events. It can be received from a running
    2024-02-01 0 580
  • 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
  • Perl basic tutorial chm
    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
  • Introduction to Android Sensor Programming Chinese WORD version
    Introduction to Android Sensor Programming Chinese WORD version
    Contents of this document: Introduction to Android sensor programming, including acceleration sensor (accelerometer), gyroscope (gyroscope), ambient light sensor (light), magnetic field sensor (magnetic field), orientation sensor (orientation), pressure sensor (pressure), distance Sensor (proximity) and temperature sensor (temperature); The learning method of this lecture is still learning in actual combat. It needs to be reminded that it cannot be simulated in the simulator.
    2024-02-27 0 822
  • Summary of three major techniques for performance optimization of programming language Perl Chinese WORD version
    Summary of three major techniques for performance optimization of programming language Perl Chinese WORD version
    This article will focus on discussing Perl performance optimization techniques. When using Perl to develop some service applications, sometimes you will encounter problems with Perl performance or resource usage. You can use require to load modules, use system functions and XS-based modules, and write yourself with low overhead. Modules, etc. to optimize Perl performance. Perl is a powerful language, a powerful tool, and a very delicious dish:-) Using many of Perl's features, you can achieve some very interesting and practical functions. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-27 0 1883
  • 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
  • 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
  • Matlab implementation of optimization method Chinese WORD version
    Matlab implementation of optimization method Chinese WORD version
    The technology of using optimization methods to solve optimization problems is called optimization technology, which includes two aspects: 1) Establishing a mathematical model, that is, using mathematical language to describe the optimization problem. The mathematical relationships in the model reflect the goals and various constraints to be achieved in the optimization problem. 2) Mathematical solution After the mathematical model is built, a reasonable optimization method is selected for solution. Using Matlab's optimization toolbox, you can solve linear programming, nonlinear programming and multi-objective programming problems. Specifically, it includes linear and nonlinear minimization, maximization, quadratic programming, semi-infinite problems,
    2024-01-18 0 817
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!