current location:Home > download site
-
Delphi SQLLite application example packaging
Delphi operation of SQLLite database, practical exercisesServer side development2024-01-227352024-01-22 -
Delphi programming skills encyclopedia chm version
The Complete Collection of Delphi Programming Skills is a chm version, a booklet, but the content includes all aspects of Delphi programming, which are quite basic. Some of these skills were found by the editor on the Internet, and some were summarized from his own experience. In short, they still have certain reference value.Server side development2024-01-2211222024-01-22 -
DELPHI Write remote control program PDF
Use DELPHI to write remote control programs PDFServer side development2024-01-225162024-01-22 -
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 clearerServer side development2024-01-1910262024-01-19 -
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.Server side development2024-01-1911452024-01-19 -
Delphi Programming Manual Online Updated Edition
Online updated version of Delphi Programming General Tutorial. This tutorial is updated continuously by the official staff. The content of the tutorial is maintained by official personnel. It is very good for Delphi beginners and friends who want to get started with Delphi. It is rich in content, easy to understand, and as Delphi As technology develops, the content of the tutorial is updated in a timely manner. The prerequisite is that you can connect to the Internet.Server side development2024-01-1911142024-01-19 -
Delphi2006 tutorial DbExpress efficient database development chm version
When the author decided to update this book, it was hard to believe that nearly 4 years had passed from Delphi 7 to Delphi 2006. During this time, Borland's database access technology has also undergone considerable changes. First let's introduce the subject of this book: dbExpress. dbExpress has developed from version 2.0 of Delphi 7 to version 3.0 of Delphi 2006. In addition to updating support for the latest versions of various databases, the more important progress lies in the continuous improvement of execution efficiency and the improvement of Win32Server side development2024-01-196032024-01-19 -
DELPHI control properties, methods, events and common functions word document doc format
DELPHI control properties, methods, events and commonly used functions 1. TmainMemu control This control is a standard menu control, which is used to provide menus for windows. The hierarchical structure of the object is: TObject—TPersistent—TCompoment—TMenu. Attribute 1-AutoMetge: Boolean Function: Used to determine whether the menu on the non-main Form in the non-MID program should be merged with the menu of the main Form. Main Form menuServer side development2024-01-1911192024-01-19 -
Delphi mastery step by step tutorial pdf version
Delphi primary tutorial step by step mastery pdf, briefly summarize the content: Delphi overview, programming of three structures of the Object Pascal language base, arrays, procedures and functions, custom types, common components of Delphi, multimedia application programming, DLL applications, Database application base SQL database programming, etc.Server side development2024-01-1910472024-01-19 -
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 themServer side development2024-01-1910472024-01-19 -
DelphiBBS 2010 offline package and general index wonderful question and answer tutorial CHM version
A technical forum dedicated to discussing Delphi. There are many experts on it. It is the most popular and highest-quality Delphi discussion station in China. This file is generated based on the forum's offline data package, supports full-text retrieval, topic ID retrieval, and implements automatic line wrapping. Since the HTML tags in the text of some topics will interfere with the generation of CHM, all HTML tags in the text have been converted to plain text. Among them, the topic IDs in 2006 are: 3331380, 3538052, 3562469, 3349720, 3357640, 3384303.Server side development2024-01-196432024-01-19 -
Research on MATLAB and VB hybrid programming technology WORD version
This document mainly talks about the research on mixed programming technology of MATLAB and VB; it focuses on four methods of integrating MATLAB in VB applications to achieve program optimization, namely using Matrix VB, calling DLL dynamic link library, applying Active automation technology and dynamic data exchange technology, and analyzes the key issues and basic steps in the integration process. This hybrid programming combines the visual interface of VB with the powerful numerical analysis capabilities of MATLAB. I hope this document will help friends in need; interested friends can come and take a look.Other manuals2024-01-1911382024-01-19 -
PowerDesigner usage tutorial chm version
PowerDesigner usage tutorial, covering basic concepts of interface and operation, data projects and entities, defining relationships and roles between entities, defining and using domains and inheritance, converting CDM objects into PDM objects, generating reports, etc.Other manuals2024-01-199932024-01-19 -
Matlab reads CSV file WORD version
This document mainly talks about Matlab reading CSV files; I hope this document will help friends in need; interested friends can come and take a look.Other manuals2024-01-196032024-01-19 -
Proverbs of Programmers chm version
This book is a summary of the author's technology and experience in more than ten years of programming career. The content covers everything from understanding the operating mechanism of CPU, Windows, and programming language to code specifications and styles, analysis methods, debugging methods and kernel optimization. It contains the author's cognitive process and thorough analysis of many issues, as well as excellent and a wonderful programming experience.Other manuals2024-01-1911292024-01-19 -
Win32 API Function Manual chm version
Win32_API_Function Detailed Query Manual chm format, divided into restricting program function functions, registry processing functions, dialog box functions, time processing functions, disk processing functions, process functions, file processing functions, breakpoint setting lists and other related contents.Other manuals2024-01-198712024-01-19 -
GNU make Chinese manual pdf version
GNU makefile Chinese manual pdf, the article describes the GNU make tool more completely, covering the usage and syntax of GNU make. At the same time, we focus on how to write Makefile for a project. Before reading this book, readers should have a certain understanding of the GNU tool chain and some common programming tools in Linux. Such as: gcc, as, ar, ld, yacc, etc. This article gives a relatively complete description of the GNU make tool, covering the usage and syntax of GNU make. Focus on how to use make to manage software projects,Other manuals2024-01-194982024-01-19 -
AutoIt3 Chinese help document packaging
AutoIt v3 version, which is a free software that uses a BASIC-like scripting language, is designed for automating operations in a Windows GUI (Graphical User Interface). It utilizes simulated keyboard keys, mouse movements, and window/control combinations to implement automated tasks. This is impossible to achieve in other languages or has no reliable method (such as VBScript and SendKeys). AutoIt is very small and runs completely on all windows operating systems. (thesnow note: It is no longer available.Other manuals2024-01-196532024-01-19 -
Easy language introductory tutorial CHM version
The Easy Language introductory tutorial CHM introduces the basic data types, constant tables, operators, bit operation commands and Easy Language support libraries of the Easy Language system. Programs written in Easy Language need to load the Easy Language support library files when running. On the surface, the EXE program generated by non-independent compilation of Yi Language is small in size. But in fact, if you want to publish the software for use on other people's computers, non-independent compilation will face many problems. Therefore, in actual applications, all independent compilation should be done Compile.Other manuals2024-01-197442024-01-19 -
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.Other manuals2024-01-1910232024-01-19 -
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 calledOther manuals2024-01-195022024-01-19 -
MATLAB function help document Chinese WORD version
A function is a set of statements that work together to perform a task. In MATLAB, functions are defined in separate files. The file names of the file functions should be the same. Functions operate in their own workspace, which is also called the local workspace, independent of the workspace, accessed at the MATLAB command prompt, which is called the base workspace variable. Functions can accept multiple input parameters and may return multiple output parameters. MATLAB is a programming language developed by The MathWorks Company. It was originally a matrix programming language that made linear algebra programming easy. It can be run onOther manuals2024-01-185452024-01-18 -
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 windowOther manuals2024-01-1811532024-01-18 -
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,Other manuals2024-01-187692024-01-18