Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.443.378 Times

Examples Of Pascal Programming freeware
Filter: All | Freeware | Demo
 

Examples Of Pascal Programming

< 1 2 3 4 5 > 
Added: September 08, 2013 | Visits: 722

Global and Non-smooth optimization toolbox GANSO is a programming library for global and nonsmooth, nonlinear optimization. Unlike local methods (e.g., quasi-Newton), global optimization methods aim at locating the absolute minimum of a function, not the nearest stationary point. GANSO toolbox provides an interface for calling GANSO...



Platforms: Matlab

License: Freeware Size: 204.8 KB Download (42): Global and Non-smooth optimization toolbox Download

Added: May 20, 2013 | Visits: 742

Measures of Analysis of Time Series toolkit (MATS) Measures of Analysis of Time Series (MATS) toolkit computes a number of different measures of analysis of scalar time series (linear, nonlinear and other statistical measures). It also contains pre-processing tools (transformations and standardizations), data splitting facility, resampled data...





Platforms: Matlab

License: Freeware Size: 3.41 MB Download (63): Measures of Analysis of Time Series toolkit (MATS) Download

Released: May 15, 2018  |  Added: July 01, 2018 | Visits: 1.846

ETAC Interpreter The ETAC programming language is, arguably, the first of an evolutionary step of dictionary and stack based token activated programming languages, capable of full traditional high-level block structured syntax with the versatility and efficiency of a token activated stack-based language. A token...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 13.06 MB Download (721): ETAC Interpreter Download

Released: July 28, 2009  |  Added: August 08, 2009 | Visits: 1.469

Seccia Seccia is a software development environment that offers you powerful assistance with your object-oriented programming. This software is distributed as FREEWARE. Its revolutionary nature makes it competitive against the big names of RAD programming. It features: - a complete...


Platforms: Windows

License: Freeware Size: 5.72 MB Download (153): Seccia Download

Added: March 09, 2010 | Visits: 1.484

Inline-API Inline-API is a Perl module that teach you how to bind a programming language to Perl using Inline.pm. SYNOPSIS #!/usr/bin/perl use Inline Foo; say_it(foo); # Use Foo to print "Hello, Foo" __Foo__ foo-sub say_it { foo-my $foo = foo-shift; foo-print "Hello, $foon"; } So you think...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (88): Inline-API Download

Added: July 07, 2010 | Visits: 937

Inline::C Inline::C is a Perl module that can Write Perl Subroutines in C. Inline::C is a module that allows you to write Perl subroutines in C. Since version 0.30 the Inline module supports multiple programming languages and each language has its own support module. This document describes how to use...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (93): Inline::C Download

Added: November 17, 2010 | Visits: 1.118

CQL::Parser CQL::Parser is a Perl module that compiles CQL strings into parse trees of Node subtypes. SYNOPSIS use CQL::Parser; my $parser = CQL::Parser->new(); my $root = $parser->parse( $cql ); CQL::Parser provides a mechanism to parse Common Query Language (CQL) statements. The best description of...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (102): CQL::Parser Download

Added: February 01, 2010 | Visits: 1.315

MIME::Parser MIME::Parser is a experimental class for parsing MIME streams. SYNOPSIS Before reading further, you should see MIME::Tools to make sure that you understand where this module fits into the grand scheme of things. Go on, do it now. Ill wait. Ready? Ok... Basic usage examples ### Create a...


Platforms: *nix

License: Freeware Size: 389.12 KB Download (108): MIME::Parser Download

Added: October 24, 2010 | Visits: 1.367

libgeotiff Libgeotiff is a public domain library normally hosted on top of libtiff for writing, and reading GeoTIFF information tags. GeoTIFF represents an effort by over 160 different remote sensing, GIS, cartographic, and surveying related companies and organizations to establish a TIFF based...


Platforms: *nix

License: Freeware Size: 819.2 KB Download (306): libgeotiff Download

Added: September 26, 2010 | Visits: 1.213

Getfem The Getfem++ project focuses on the development of a generic and efficient C++ library for finite element methods elementary computations. The goal is to provide a library allowing the computation of any elementary matrix (even for mixed finite element methods) on the largest class of methods and...


Platforms: *nix

License: Freeware Size: 4.3 MB Download (107): Getfem Download

Added: November 05, 2010 | Visits: 1.370

SSL++ SSL++ is simple C++ library that encapsulates some of OpenSSL functionality in easy to use set of classes. SSL++ library is in very early stage of development now, but can do enough already to be useful to C++ developers, who want to use SSL in their programs. Following classes are provided:...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (143): SSL++ Download

Added: June 03, 2010 | Visits: 880

LavaPE LavaPE is a programming environment for the experimental object-oriented programming language Lava. It replaces text editing with structure editing, thereby preventing all syntactic and many semantic errors. The pure point-and-click nature of Lava programming and the concise representation of...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (88): LavaPE Download

Added: July 01, 2010 | Visits: 827

DWI DWI is an experimental platform for exploring ways of making application development simpler. It is still hard to write large, complex, multi-user, data-driven (SQL-backed) applications. It doesnt matter if your development platform is the web and Enterprise Java Beans, C# and .net or Mono, or...


Platforms: *nix

License: Freeware Size: 450.56 KB Download (92): DWI Download

Added: July 07, 2010 | Visits: 1.234

Mediainlinux 4 Mediainlinux is a complete Linux distribution targeted at multimedia production, wich consist in a live cd (knoppix derived) containing more than 200 graphical application and thousands of command line tools for: * Acquisition * Conversion * Editing * Compression * PostProduction in the...


Platforms: *nix

License: Freeware Size: 692.4 MB Download (147): Mediainlinux 4 Download

Added: February 01, 2010 | Visits: 668

Guile Guile is a library designed to help programmers create flexible applications. Using Guile in an application allows programmers to write plug-ins, or modules (there are many names, but the concept is essentially the same) and users to use them to have an application fit their needs. There is a...


Platforms: *nix

License: Freeware Size: 3.5 MB Download (98): Guile Download

Added: January 25, 2010 | Visits: 669

libcomm libcomms purpose of this library is to facilitate handling structured messages between programs. The messages consist of three parts: a keyword, a body and a delimiter. The delimiter denotes the end of the message. Examples of a delimiter can be a simple newline ("n") for single line messages,...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (93): libcomm Download

Added: May 13, 2010 | Visits: 968

Seed7 Seed7 is a general purpose programming language designed by Thomas Mertes. Seed7 project is a higher level language compared to Ada, C/C++ and Java. The Seed7 interpreter and the example programs are open-source software. An open-source Seed7 compiler is also under development. In Seed7 new...


Platforms: *nix

License: Freeware Size: 788.48 KB Download (94): Seed7 Download

Added: August 10, 2010 | Visits: 715

libtour libtour is a generic tournament processing library. The rules, participants, schedule, and results of a sporting tournament can be defined in the Scheme programming language and given to the library as input. A CLI application is provided as a reference client implementation. See...


Platforms: *nix

License: Freeware Size: 593.92 KB Download (96): libtour Download

Added: January 25, 2010 | Visits: 726

Mops Mops is a full featured, stand-alone development environment for programming the Macintosh. Inspired by Smalltalk and the commercial language Neon, Mops is based on Forth with extended object-oriented features such as multiple inheritance, early and late binding, persistent objects, and garbage...


Platforms: Mac

License: Freeware Size: 2.6 MB Download (110): Mops Download

Added: January 25, 2010 | Visits: 764

Processing Processing is a programming language and environment built for the electronic arts and visual design communities. It was created to teach fundamentals of computer programming within a visual context and to serve as a software sketchbook. The software exports Java applets which may be posted on...


Platforms: Mac

License: Freeware Size: 5.8 MB Download (128): Processing Download

< 1 2 3 4 5 >