Skip to main content

Samuel cartaxo's Library tagged component   View Popular

16 Dec 07

http://opensoft.homeip.net/fpgui/

  • OpenSoft's Free Pascal
    Widget Set


    Author: Graeme Geldenhuys (graemeg at gmail dot com)





    Introduction


    The first version of my widget set was
    based around a heavily modified LPTK.
    I then discovered the discontinued fpGUI
    and fpGFX
    projects. I tried to contact the original author to no avail. The
    fpGUI code hasn't been touched since early 2002. After studying the
    code for a few weeks, I came to the conclusion that fpGUI is much
    closer to what I strived to accomplish with my modified LPTK. A lot
    was still missing from fpGUI though.


    After thinking long and hard, I decided to
    start my widget set again, but this time based on
    the work done in fpGUI and fpGFX (after all, why reinvent the wheel).
    I also added to the mix some good ideas I saw in Qt 4.1. So far I
    have completed quite a few things missing in fpGUI, but I still need
    to do a lot to get to the point where I left off in my first attempt
    using LPTK. I set myself a list of things outstanding which should
    get it to a usable level. I also added a lot of documentation as I
    went (yes a programmer that documents) as there was no documentation
    included with fpGUI and fpGFX. Documenation is important to attract
    other developers in using the widget set.


    So I guess you can say I am creating a fpGUI version 2. :-)

RemObjects Software: Pascal Script 3.0 for Delphi

    • Pascal
      Script™ 3.0



      Pascal Script is a free scripting engine that allows you to use most of
      the Object
      Pascal language within your Delphi projects at runtime. Written completely
      in Delphi,
      it's composed of a set of units that can be compiled into your executable,
      eliminating
      the need to distribute any external files.



      Pascal Script includes the following features:



      • Variables, Constants

      • Standard language constructs:

        • Begin/End

        • If/Then/Else

        • For/To/Downto/Do

        • Case x Of

        • Repeat/Until

        • While

        • uses

        • Exit

        • Continue

        • Break

TechInsite Home Page

  • TechInsite Object Persistence Framework




    The TechInsite Object Persistence Framework (tiOPF) is an Open Source framework of Delphi code that simplifies the mapping of an object oriented business model into a relational database. The framework is mature and robust. It has been in use on production sites for over five years. It is free, open source, and available for immediate download with full source code. More details can be found here.


    The latest stable, release build is available here.


    The daily build (work in progress, possibly un-stable) is available here.

Torry's Delphi Pages. Result of Quick Search.

    • ArtFormula v.1.0b
      FWS377 Kb15 Dec 2005By Artem Parlyuk. ArtFormula package contains two nonvisual Delphi componenst for symbolic expression parsing and evaluation. Provides runtime scripting engine for automating your programs.

      Provides:

      • 7 arithmetic operations
      • 10 logical operations
      • string concatenation
      • 22 arithmetic functions
      • 10 statistical functions
      • 2 logical functions
      • 15 string functions
      • 13 date functions
      • User defined constant
      • Up to 255 user defined variables
      • Up to 255 user defined functions (modules).
      • Variables definitions and assigmnent statement
      • Increment and Decrement operations
      • Return function
      • Compound statement (BEGIN... END)
      • IF statement
      • WHILE loop
      • UNTIL loop
      • FOR loop
      • Interface functions: msg(’text’,’caption’,props), input(’caption’, ’text’, defvalue).

      Fully functional
      Source: Included
      Exe-demo included

      Download: D7
    • TMinimizer v.1.0
      FWS306 Kb10 Feb 2006By Artem Parlyuk. Non-visual Delphi component for scientific calculation. It implements several methods of local minimization. The objective function can be specified in symbolical form.


      Methods implemented:


      • Rosenbrock method
      • Quasi-Newton algorithms (Davidon-Fletcher-Powell, Fletcher, Broyden)
      • Conjugate gradient algorithms (Fletcher-Reeves, Pshenichny, steepest descent)
      • Newton method.

      Fully functional
      Source: Included
      Exe-demo included

      Download: D7
  • 1 more annotations...

Torry's Delphi Pages. Result of Quick Search.

    • Units of Measurement v.1.0
      FWS258 Kb06 Mar 2002By Agri Visser Consultancy. This package provides an easy way of converting most of the units of measurement found in
      use around the World today.

      Unit conversion factors are defined for:
      • Mass
      • Distance
      • Time
      • Force
      • Temperature
      • Angle
      • RadioActivity
      • Energy
      • Area
      • Volume
      • Flow
      • MassFlow
      • Pressure
      • Velocity
      • Accelleration
      • Power
      • FuelConsumption
      • Torque.

      Fully functional
      Source: Included
      Exe-demo included

      Download: D5 D6

Delphi32.com -- VCL - Components: Tools & Utilities: Math and Statistics - MathCtrl








  • Name: MathCtrl 1.8
    Date: 10/8/98

    Environment:
    Delphi 1.0, Delphi 2.0, Delphi 3.0, C++ Builder 1.0

    Download

    Type: Freeware with Source
    Size: 21 Kb

    Price:
    Source:

    Online Registration: Link Not Available

    Description:
    TMathGrid and TMathCurve components help to display such objects as curves, lines, graphs, etc. TIntEdit and TFloatEdit components allow to edit integer and floating-point values.

Delphi32.com -- VCL - Components: Tools & Utilities: Math and Statistics

ArtSoft

  • 02/09/2006  Added new component TMinimizer

    TMinimizer is nonvisual Delphi component for scientific calculation. It implements several methods of local minimization (Rosenbrock method, Quasi-Newton algorithms (Davidon-Fletcher-Powell, Fletcher, Broyden), Conjugate gradient algorithms (Fletcher-Reeves, Pshenichny, steepest descent), Newton method).
    Download

Components > Science > Vector. Torry's Delphi Pages

  • Vectors Library v.010927FWS
    218 k
    01 Oct 2001
    By Alexey Chernobaev. Vectors is a class library for Object Pascal (Delphi 1, 3-5 and Free Pascal v.0.99.15 and
    higher)
    which implements vectors (dynamically sized arrays) based on different Object Pascal's simple
    types including all integer and real types, booleans, pointers and strings. These vectors
    resemble TList class type from Delphi VCL but in addition to the common operations like insert
    and delete they offer a wide range of operations depending on the type of the vector elements
    -
    sorting, searching, arithmetic vector operations for number-type vectors, logical operations for
    boolean vectors and so on. The library also implements a range of derivative and additional
    classes - sparse vectors, matrixes, queues, stacks, dictionaries, streams. Vectors library goes
    in
    the source form and can be freely used for any purpose.

Components > Science > Statistic. Torry's Delphi Pages

  • TSplines v.2.0FWS
    173 k
    14 May 2000
    By Martijn van Engeland. Component for handling B-splines. Thanks to matrix calculation it is possible interpolate the by
    means of calculating a number of knew vertices in such a way that the spline interpolates the
    original ones. The splines now use dynamic allocation of memory when needed when adding
    points to the spline. If the number of points to be added is known in advance, the the precise
    amount of memory can be allocated setting the capacity property.
  • StatPack (Multivariate Linear Regression, etc) v.1.0FWS
    411 k
    16 Dec 2002
    By Fred Edberg. A Delphi components package of TClientDataSet descendants which do multivariate [linear - mostly]
    regression and related diagnostics.
  • 2 more annotations...

Components > Science > Packs. Torry's Delphi Pages

  • ChemTxt v.1.2FWS
    1 k
    19 Apr 2005
    By Patrik Spanel. A collection of components to display chemical formula and equations with automatically
    placed subscripts and superscripts. The procedure ChemTextOut draws onto any Canvas
    (user drawn lists and grids). The components are TChemLabel and TDBChemText.
1 - 20 of 102 Next › Last »
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo