Unit U_Tris
Description
C2PP ***************************************************************************
My libraries for Delphi Copyright (c) 1990-2026 Patrick PREMARTIN
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
***************************************************************************
This repository contains functions, procedures and classes to use in Delphi projects (console, VCL, FireMonkey and others). It's my "everything reuseable things" toolbox.
The units to be used in your projects can be found in the "src" folder. Some features are explained on my blog or have been coded live on Twitch.
Examples of use in the form of VCL or FireMonkey projects are available in the "samples" subfolder.
***************************************************************************
Author(s) : Patrick PREMARTIN
Site : https://librairies.developpeur-pascal.fr
Project site : https://github.com/DeveloppeurPascal/librairies
*************************************************************************** File last update : 2026-03-30T16:35:19.666+02:00 Signature : 7889ffb1988e19ee014af3d17f4abdd1eca53640 ***************************************************************************
Uses
- Var_Tris
Overview
Functions and Procedures
Procedure Swap_1(Var Elem_1, Elem_2 : T_Variable_1); |
Procedure Swap_2(Var Elem_1, Elem_2 : T_Variable_2); |
Procedure Tri_Permutation_Up_1(N : Integer; Var Vecteur : T_Tabl_Variable_1); |
Procedure Tri_Permutation_Up_2(N : Integer; Var Vecteur : T_Tabl_Variable_2); |
Procedure Tri_Permutation_Down_1(N : Integer; Var Vecteur : T_Tabl_Variable_1); |
Procedure Tri_Permutation_Down_2(N : Integer; Var Vecteur : T_Tabl_Variable_2); |
Procedure Tri_Echange_Up_1(N : Integer; Var Vecteur : T_Tabl_Variable_1); |
Procedure Tri_Echange_Up_2(N : Integer; Var Vecteur : T_Tabl_Variable_2); |
Procedure Tri_Echange_Down_1(N : Integer; Var Vecteur : T_Tabl_Variable_1); |
Procedure Tri_Echange_Down_2(N : Integer; Var Vecteur : T_Tabl_Variable_2); |
Procedure Tri_Quicksort_Up_1(N : Integer; Var Vecteur : T_Tabl_Variable_1); |
Procedure Tri_Quicksort_Up_2(N : Integer; Var Vecteur : T_Tabl_Variable_2); |
Procedure Tri_Quicksort_Down_1(N : Integer; Var Vecteur : T_Tabl_Variable_1); |
Procedure Tri_Quicksort_Down_2(N : Integer; Var Vecteur : T_Tabl_Variable_2); |
Description
Functions and Procedures
Procedure Swap_1(Var Elem_1, Elem_2 : T_Variable_1); |
|
Ces deux proc‚dures echangent les valeurs de Elem_1 et de Elem_2. |
Procedure Swap_2(Var Elem_1, Elem_2 : T_Variable_2); |
|
This item has no description. |
Procedure Tri_Permutation_Up_1(N : Integer; Var Vecteur : T_Tabl_Variable_1); |
|
tri croissant |
Procedure Tri_Permutation_Up_2(N : Integer; Var Vecteur : T_Tabl_Variable_2); |
|
This item has no description. |
Procedure Tri_Permutation_Down_1(N : Integer; Var Vecteur : T_Tabl_Variable_1); |
|
tri d‚croissant |
Procedure Tri_Permutation_Down_2(N : Integer; Var Vecteur : T_Tabl_Variable_2); |
|
This item has no description. |
Procedure Tri_Echange_Up_1(N : Integer; Var Vecteur : T_Tabl_Variable_1); |
|
tri croissant |
Procedure Tri_Echange_Up_2(N : Integer; Var Vecteur : T_Tabl_Variable_2); |
|
This item has no description. |
Procedure Tri_Echange_Down_1(N : Integer; Var Vecteur : T_Tabl_Variable_1); |
|
tri decroissant |
Procedure Tri_Echange_Down_2(N : Integer; Var Vecteur : T_Tabl_Variable_2); |
|
This item has no description. |
Procedure Tri_Quicksort_Up_1(N : Integer; Var Vecteur : T_Tabl_Variable_1); |
|
tri croissant |
Procedure Tri_Quicksort_Up_2(N : Integer; Var Vecteur : T_Tabl_Variable_2); |
|
This item has no description. |
Procedure Tri_Quicksort_Down_1(N : Integer; Var Vecteur : T_Tabl_Variable_1); |
|
tri decroissant |
Procedure Tri_Quicksort_Down_2(N : Integer; Var Vecteur : T_Tabl_Variable_2); |
|
This item has no description. |
Generated by PasDoc 1.0.2.