algorithm » Page 5 » Developer.Team

YuPcre2 1.1.0 D7-D10

YuPcre2 1.1.0 D7-D10
YuPcre2 1.1.0 D7-D10 | 5 Mb


YuPcre2 is a library of Delphi components and procedures that implement regular expression pattern matching using the same syntax and semantics as Perl, with just a few differences. There are two matching algorithms, the standard Perl and alternative DFA algorithm:

The Perl algorithm is what you are used to from Perl and jаvascript. It is fast and supports the complete pattern syntax. You will likely be using it most of the time.
DFA is a special purpose algorithm. If finds all possible matches and, in particular, it finds the longest. It never backtracks and supports partial matching better, in particular multi-segment matching of very long subject strings.
Read more

ProDelphi Profiler 31.0 Full Source Unicode D5-XE7

ProDelphi Profiler 31.0 Full Source Unicode D5-XE7
ProDelphi Profiler 31.0 Full Source Unicode D5-XE7 | 4 Mb


ProDelphi is a tool to measure the runtime of programs written in Delphi Object Pascal. First successful industrial usage of ProDelphi was in February 1998. Since then ProDelphi has been permanently improved, also a lot of customer suggestions were integrated. The principle of source instrumenting, the sophisticated measurement correction algorithm and the granularity of 1 CPU-cycle guarantee an outstanding measurement accuracy. Even very small or multiple nested functions are measured precisely. After profiling with ProDelphi you know where the bottle neck is, not where it might be (see profiler types ). To compare the measurement accuracy of ProDelphi with any other profiler, a profiler tester is supplied in the download area.
Read more

Delphi MlSkin 1.5 D7-XE7

Delphi MlSkin 1.5 D7-XE7
Delphi MlSkin 1.5 D7-XE7 | Free For All | 55 Mb


Version: V1.5
Published: 2014.10.31
Update:
An improved redraw logic, improve performance
2, rewrite form self-painted algorithm should restore the original function of the form
3, to solve the form is minimized, and then resume when the component is displayed on the form flicker problem
4. Optimization pop-up menu display
5, the reconstruction part of the assembly to redraw algorithm
6. Update the help documentation part
7, the new Demo: Options dialog box
8, the amendment user feedback Bug
Read more

Delphi MlSkin VCL 1.4.9 No Source D7-XE7

Delphi MlSkin VCL 1.4.9 No Source D7-XE7
Delphi MlSkin VCL 1.4.9 No Source D7-XE7 | Free For All | 61 Mb


Version: V1.4.9
Published: 2014.09.29
Update:
1, MlSkin components help documentation
2, the new TMlSkinColorButton components (Win8 style buttons similar)
3, the new TMlSkinExpandBox components (which can be expanded, collapsed GroupBox)
4, the new TMlSkinCircleMarker components (display angle standard components)
5, the new TMlSkinCircleShape assembly (the picture is displayed in a circle)
6, the new TMlSkinListView components
7, TMlSkinLabel new components centered horizontally, vertically centered property
8, the amendment user feedback Bug
9, the improved algorithm performance
Read more

Advanced CSV Converter 4.35

Advanced CSV Converter 4.35
Advanced CSV Converter 4.35 | 2 Mb


Advanced CSV Converter is a powerful tool for converting CSV to DBF, Excel(XLS,XLSX), TXT, HTML, PRG, XML, SQL, RTF. To convert a file, the program offers a wizard-driven interface, which walks you through the conversion step by step. Using the wizard, you select the input file, choose the target format and folder. If necessary, you can set the conversion filter by example and select columns you want to exclude from the process. Once the conversion is started, the program extracts data from CSV file and ports it into a list of data fields, which are then saved to the specified formats. Conversion is accurate and quick thanks to the well-written algorithm.
Read more

DIRegex 8.1.0 Full Source

DIRegex 8.1.0 Full Source
DIRegex 8.1.0 Full Source | 2 Mb


DIRegEx is a library of Delphi (Embarcadero / CodeGear / Borland) components and procedures that implement regular expression pattern matching using the same syntax and semantics as Perl 5.10, with just a few differences. This includes support for UTF-8 encoded strings and Unicode general category properties.
Read more