current location:Home > 条件函数 search
Found a total of 529 related content
-
- 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.
- 2024-01-19 5 944
-
- Delphi6 function encyclopedia
- Delphi6 function encyclopedia download
- 2017-02-14 535 11287
-
- C function quick reference manual (CHM version)
- C function quick reference manual (CHM version)
- 2019-09-03 4495 13627
-
- 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 on
- 2024-01-18 1 632
-
- 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
-
- Introduction to OpenGL functions Chinese WORD version
- This document mainly talks about the introduction of OpenGL functions; to develop OpenGL-based applications, you must first understand the OpenGL library functions. It adopts C language style and provides a large number of functions for graphics processing and display. There are more than 100 functions in the OpenGL graphics library, which belong to different libraries such as OpenGL's basic library, utility library, and auxiliary library. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-27 0 626
-
- 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 menu
- 2024-01-19 0 1206
-
- 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
-
- Analysis of linear interpolation Lerp function in Unity3D Chinese WORD version
- This document mainly talks about the analysis of the linear interpolation Lerp() function in Unity3D; in unity3D, the linear interpolation function Lerp() is often used to interpolate between two materials. Between vectors, between two floating point numbers, between two colors, friends in need can download it and take a look.
- 2024-02-28 0 955
-
- Function methods and explanations in Unity3D Chinese WORD version
- This document mainly talks about the function methods and explanations in Unity3D; I hope it will be helpful to everyone; interested friends can come and take a look.
- 2024-02-26 0 553
-
- hive function encyclopedia Chinese WORD version
- This document describes the hive function in detail; it is relatively comprehensive and I hope it will be helpful to everyone's study; interested friends can come and take a look at the catalog 1. Relational operations: 4 1. Comparison of equal values: = 4 2. Comparison of unequal values : 4 3. Less than comparison: < 4 4. Less than or equal to comparison: 5 6. Greater than or equal to comparison: >= 5 7. NULL value judgment: IS NULL 5 8. Non-null value judgment: IS NOT NULL 6 9. LIKE comparison: LIKE 6 10.J
- 2024-01-29 0 1138
-
- Scala Chinese Manual Scala Getting Started and Advanced
- Scala is also a functional language, and its functions can also be used as values. Scala provides a lightweight syntax for defining anonymous functions, supports higher-order functions, allows nesting of multi-level functions, and supports currying. Scala's Case Class and its built-in pattern matching are equivalent to the Algebraic Type commonly used in functional programming languages. Scala Classroom is a series of lectures launched by Twitter to help experienced engineers become effective Scala programmers. Scala is a relatively new language
- 2024-02-02 0 1129
-
- 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.
- 2024-01-19 1 1111
-
- 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
-
- Android development tutorials and notes pdf version
- Android file access and database programming knowledge. File operations mainly include reading files, writing files, reading static files, etc. It also introduces creating, adding file content and saving, opening files and displaying the content; database programming mainly introduces the SQLite database. The use includes knowledge of creating, deleting, opening databases, non-query SQL operation instructions, query SQL instructions-cursors, etc.
- 2024-02-29 12 2490
-
- 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
-
- 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
-
- Lucene index database Chinese WORD version
- This document mainly talks about the Lucene index database; Lucene, as an auxiliary tool for full-text search, performs conditional searches for us, whether it is search engines like Google, Baidu, search functions in forums, or other C/ S-architecture search brings great convenience and relatively high efficiency. This article mainly uses Lucene to index MS Sql Server 2000, and then performs full-text indexing. As for the content of the database, it can be the content of the web page or other things. Contents of the database in this article
- 2024-02-29 0 1142
-
- Spark Streaming Programming Guide Chinese WORD version
- Spark Streaming is the core API of Spark, which supports high throughput and fault-tolerant real-time streaming data processing. It can accept data sources from Kafka, Flume, Twitter, ZeroMQ and TCP Socket, use simple API functions such as map, reduce, join, window and other operations, and can also directly use built-in machine learning algorithms and graph algorithm packages to process data . Interested friends can come and take a look
- 2024-02-27 0 908
-
- 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