current location:Home > 写 search

Classify:
Found a total of 529 related content
  • DELPHI Write remote control program PDF
    DELPHI Write remote control program PDF
    Use DELPHI to write remote control programs PDF
    2024-01-22 0 560
  • Delphi prepares WebService Chinese WORD version
    Delphi prepares WebService Chinese WORD version
    This document mainly talks about writing WebService in Delphi; I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-18 0 1081
  • Written for students who are new to Android pdf version
    Written for students who are new to Android pdf version
    This pdf is written for students who are new to Android. It is an article to encourage friends who are new to Android. It does not involve coding and allows you to adjust your mentality and learn Android programming well. If you are interested, you can take a look.
    2024-02-26 0 538
  • 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
  • How to read and write data to MySql through json in Android Chinese WORD version
    How to read and write data to MySql through json in Android Chinese WORD version
    This document mainly talks about the method of reading and writing data to MySql through json in Android; I hope it will be helpful to everyone's learning. Interested friends can come and take a look.
    2024-02-26 0 1354
  • Shell scripting basics Chinese WORD version
    Shell scripting basics Chinese WORD version
    Shell itself is a program written in C language, which is a bridge for users to use Linux. Shell is both a command language and a programming language. As a command language, it interactively interprets and executes commands entered by the user; as a programming language, it defines various variables and parameters, and provides many control structures found only in high-level languages, including loops and branches. Although it is not part of the Linux system core, it calls most of the functions of the system core to execute programs, create files, and coordinate the running of various programs in a parallel manner. Therefore, for
    2024-02-03 6 2665
  • 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
  • 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
  • Example tutorial to learn Python word version in 1 hour
    Example tutorial to learn Python word version in 1 hour
    This article is suitable for experienced programmers to enter the world of Python2.x as soon as possible. Especially, if you master Java and Javascript, you can use Python to quickly and smoothly write useful Python programs in less than an hour.
    2024-01-26 0 903
  • 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
  • Introduction to matlab basic knowledge Chinese WORD version
    Introduction to matlab basic knowledge Chinese WORD version
    MATLAB (Matrix Laboratory) is the abbreviation of MATrix LABoratory, a commercial mathematics software produced by The MathWorks Company of the United States. MATLAB is a high-level technical computing language and interactive environment for algorithm development, data visualization, data analysis, and numerical calculations. In addition to common functions such as matrix operations and drawing function/data images, MATLAB can also be used to create user interfaces and call programs written in other languages ​​(including C, C++ and FORTRAN). MATLAB basics; command window
    2024-01-18 0 1214
  • Perl Lwp documentation chm version
    Perl Lwp documentation chm version
    LWP is the abbreviation of Library for Web access in Perl. The purpose is very clear, it is a Perl package for accessing the Web server. Using the LWP package, we can easily access resources on external web servers in our perl scripts. Why use LWP? Today's website applications are becoming more and more complex. It is simply impossible to simply write a Sockettelnet to obtain resources using the GET command, especially for some websites that require passwords to log in. If you just want to simply get
    2024-02-29 5 1679
  • Advanced Tutorial for Android Experts - Android Widget Development Case
    Advanced Tutorial for Android Experts - Android Widget Development Case
    Advanced Tutorial for Android Experts (Part 8) - Android Widget Development Case (World Cup Countdown!), mainly explains how to use Android Widget to write a World Cup-style countdown program. The tutorial explains the production steps and code.
    2024-02-29 0 1592
  • Android2.3 User Programming Manual pdf version
    Android2.3 User Programming Manual pdf version
    Google's official Android 2.3 programming user manual pdf. The Chinese version has not been found yet. The current E version is. I believe Java masters who can write Android are not afraid of E text. Besides, this Google's original Android manual is also Very rare.
    2024-02-01 0 1010
  • Linux
    Linux
    This document mainly talks about the basics of Linux-Shell script programming; we can use any text editor, such as gedit, kedit, emacs, vi, etc. to write shell scripts. I hope this article can bring help to everyone; interested friends You can come and take a look
    2024-02-29 7 1900
  • Android development notes: Visual UI design DroidDraw explanation pdf
    Android development notes: Visual UI design DroidDraw explanation pdf
    New version of Android development notes - visual UI design, explanation of DroidDraw, pdf version, high-definition version, the content is mainly about the use of various interface functions of DroidDraw, and introduces the writing of some examples based on this knowledge, so as to consolidate the application of DroidDraw principle knowledge wait.
    2024-02-28 0 1082
  • Introduction to Android basics pdf version
    Introduction to Android basics pdf version
    Introduction to Android basics pdf, which introduces what Android is, the functions that Android can complete, Android architecture, Android application framework, Android function library, etc., starting from installing Android, to environment configuration, to writing complex applications step by step. This book will take you through basic but meaningful introductory knowledge of Android.
    2024-02-29 0 1135
  • 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
  • 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
  • WebSphere MQ transmission environment construction and testing WORD version
    WebSphere MQ transmission environment construction and testing WORD version
    This document mainly talks about the construction and testing of WebSphere MQ transmission environment; it mainly introduces: introduction to MQ core components, construction of MQ environment, and testing MQ by writing simple programs. I hope it can serve as a starting point. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-31 0 598
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!