current location:Home > get例子 search

Classify:
Found a total of 529 related content
  • 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
  • Novice OllyDBG introductory tutorial chm version
    Novice OllyDBG introductory tutorial chm version
    The cracking software OllyDBG introductory tutorial e-book in chm format is very suitable for novices to learn. The content is detailed and has examples.
    2024-01-19 0 1030
  • Delphi memory management guidance content PDF version
    Delphi memory management guidance content PDF version
    The instructive content on Delphi memory management has been excerpted into an e-book in PDF format. This book is an excerpt of the memory management chapter from a Delphi book. It does not involve other aspects of content and is relatively targeted. The content involves traversing memory blocks, shared memory managers, third-party memory managers, Delphi memory management implementation framework, implementation of user call routines, etc.
    2024-01-19 2 1236
  • Android driver development examples Chinese WORD version
    Android driver development examples Chinese WORD version
    This document describes how to completely develop a driver on Android 2.1 to control the hardware port and write an application to test the driver. Through such an example, it analyzes the application calling process of the driver development process under Android, which can be said to be a good introductory guide. The effect achieved: Through the Android application, the driver is called to control the on and off of 4 LEDs on the development board. Interested friends can come and take a look
    2024-02-28 0 972
  • Getting started with Qt QML
    Getting started with Qt QML
    This document mainly talks about getting started with Qt QML – QML syntax; QML is a descriptive scripting language, and the file format ends with .qml. The syntax format is very similar to CSS (refer to the specific examples below), but it also supports programming control in the form of javascript. QML is part of the Qt Quick technology launched by Qt. It is a new and easy-to-learn language. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-28 0 785
  • Sencha touch Development Guide Chinese WORD version
    Sencha touch Development Guide Chinese WORD version
    This document mainly talks about the Sencha touch development guide; it mainly introduces how to use Sencha Touch to develop applications for handheld devices, mainly for high-end mobile phones such as iPhone. We will introduce the entire development process through a detailed example. Sencha Touch is a Javascrt framework specifically developed for mobile devices. With Sencha Touch you can create web apps that are very much like native apps. The user interface components and data management are all based on HTML5 and
    2024-02-01 0 576
  • QML introductory tutorial Chinese WORD version
    QML introductory tutorial Chinese WORD version
    This document mainly talks about the introductory tutorial of QML; QML is a descriptive scripting language, and the file format ends with .qml. The syntax format is very similar to CSS (refer to the specific examples below), but it also supports programming control in JavaScript form. It combines the advantages of QtDesigner UI and QtScript. QtDesigner can design .ui interface files, but does not support interaction with Qt's native C++ code. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-31 0 695
  • wxPython 2.8 Application Development Cookbook English PDF version
    wxPython 2.8 Application Development Cookbook English PDF version
    In today's desktop application world there are massive incentives to be able to develop applications that can run in multiple environments. Currently, there are a handful of cross-platform frameworks to choose from for developing desktop applications in Python. wxPython is such a cross-platform GUI toolkit for the Python programming language. It allows Python programmers to create a complete, powerful graphical user interface program, simply and conveniently. wxPython's coding style has changed quite a bit over the years, and is getting more Pythonic. Examples you will find in this
    2024-01-26 3 1375
  • Kotlin Android Chinese development help document PDF version
    Kotlin Android Chinese development help document PDF version
    This book is not a language reference book, but it is a tool for Android developers to learn Kotlin and use it in their own projects. I will use some language features and interesting tools and libraries to solve many typical problems we encounter in daily life. This book is very practical, so I suggest you follow my examples and code in front of a computer. Whenever you have some ideas you can dive into them. Is this book right for you? This book is written to help those interested in developing with the Kotlin language.
    2024-01-27 11 2624
  • Python website development guide WORD version
    Python website development guide WORD version
    This document mainly talks about the guidelines for developing websites in Python; HTML is the universal language of the Internet, a simple and universal all-in-one markup language. It allows web page producers to create complex pages that combine text and images. These pages can be browsed by anyone else on the Internet, no matter what type of computer or browser is used. Python, like other programming languages, has its own set of processes. Control statements, and the syntax of these statements is similar to other programming languages. They all have keywords such as for, if, and while to express the program flow. I hope this document will help friends in need
    2024-01-25 0 979
  • mod_python 3.2.8 Chinese manual doc version
    mod_python 3.2.8 Chinese manual doc version
    mod_python 3.2.8 Chinese manual provides the Chinese manual of Mod_python 3.2.8, which is a good material for learning Mod_python. Interested friends can refer to it. mod_python originated from the Httpdapy project (1997). Much later Httpdapy was called mod_python because Httpdapy was not specific to the apache server. Httpdapy was designed to be cross-platform, but actually started primarily with Netscape servers (
    2024-01-25 0 923
  • python basic tutorial to lesson 60_python basic information word version
    python basic tutorial to lesson 60_python basic information word version
    Basic python tutorial to lesson 60. This tutorial introduces to you at the beginning, why to learn python, what are the advantages of python, etc. It will really make you want to learn python quickly. Why use Python as an introductory programming language? the reason is simple. Every language has its supporters and detractors. Go to Google "why python" and you will get a lot of results, such as wide range of applications, open source, active community, rich libraries, cross-platform, etc. You may also find
    2024-01-25 0 1072
  • Python introductory tutorial Chinese WORD version
    Python introductory tutorial Chinese WORD version
    Python is an efficient language. The reading and writing operations are very simple. Just like ordinary English, Python is an interpreted and executed language. We do not need to compile, we only need to write the code to run. Python is an oriented language. The language of objects, everything in Python is an object. Python is a very interesting language; interested friends can come and take a look.
    2024-01-25 0 656
  • Basic introduction to python unittest Chinese WORD version
    Basic introduction to python unittest Chinese WORD version
    Python comes with a unit test module, pyUnit is what we call: unittest; this document mainly talks about the basic introduction of python unittest; interested friends can come and take a look
    2024-01-25 0 862
  • Detailed explanation of Python operations on Excel Chinese WORD version
    Detailed explanation of Python operations on Excel Chinese WORD version
    This document mainly introduces how to read and write office excel through python, using the xlrd, xlwt and xlutils modules. It also demonstrates how to operate excel through the Tcl tcom package. Interested friends can come and take a look
    2024-01-25 0 1285
  • python matplotlib drawing Chinese WORD version
    python matplotlib drawing Chinese WORD version
    Matplotlib.pyplot is a method used to draw pictures, similar to the plot command in matlab, and its usage is basically the same. This document mainly talks about drawing with python matplotlib; interested friends can come and take a look.
    2024-01-25 0 1180
  • matplotlib function manual Chinese PDF version
    matplotlib function manual Chinese PDF version
    This document is a matplotlib function manual; I hope it will be helpful to everyone's study. Interested friends can come and take a look.
    2024-01-25 0 686
  • abaqus Python example
    abaqus Python example
    This document mainly talks about the abaqus Python example - operating excel files; currently processing data cannot be done without excel, so pythoners must learn to use python to operate excel tables. There are also many ways to interact between Python and excel; friends in need can download it and take a look
    2024-01-25 0 531
  • 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
  • Using Python for socket programming Chinese WORD version
    Using Python for socket programming Chinese WORD version
    This document mainly talks about using Python for socket programming; as an interpreted language, Python is easy to use and can quickly verify our ideas and develop prototype software. A Python program can be interpreted as a whole or line by line. Friends in need can download and take a look
    2024-01-23 0 1006
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!