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.472.232 Times

Unified Parallel C freeware
Filter: All | Freeware | Demo
 

Unified Parallel C

1 2 3 4 5 > 
Added: February 19, 2010 | Visits: 1.021

GCC UPC GCC UPC toolset provides a compilation and execution environment for programs written in the UPC (Unified Parallel C) language. The GCC UPC compiler extends the capabilities of the GNU GCC compiler. The GCC UPC compiler is implemented as a C Language dialect translator, in a fashion similar to...



Platforms: *nix

License: Freeware Size: 19.3 MB Download (98): GCC UPC Download

Added: May 06, 2010 | Visits: 2.099

Parallel Genetic Algorithm Library Parallel Genetic Algorithm Library (or PGAL for short) is a C++ toolkit for simply, efficiently, and swiftly producing genetic algorithm code that works across multiple processors. This is useful not only for those with multi-processor computers, but also for distributed and cluster computing...





Platforms: *nix

License: Freeware Size: 75.78 KB Download (218): Parallel Genetic Algorithm Library Download

Added: February 25, 2010 | Visits: 1.199

Transparent Parallel I/O Environment Transparent Parallel I/O Environment is a software environment (written in C++) that facilitates the implementation of external memory algorithms. The goal of theoretical work in the area of external memory algorithms (also called I/O algorithms or out-of-core algorithms) has been to develop...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (93): Transparent Parallel I/O Environment Download

Added: March 21, 2010 | Visits: 1.096

WorldForge::Atlas-C++ Atlas C++ is the standard implementation of the WorldForge Atlas protocol. WorldForge::Atlas-C++ is currently being developed in parallel with a stable branch, and the development code maintained separatly. The stable branch are numbered 0.4.x and implement the atlascpp-0.4 API, and the latest...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (102): WorldForge::Atlas-C++ Download

Added: January 07, 2010 | Visits: 1.539

File::Find::Parallel File::Find::Parallel allows you to traverse a number of similar directories in parallel. SYNOPSIS use File::Find::Parallel; my $ffp = File::Find::Parallel->new( qw( /foo /bar ) ); print "Union:n"; my $union = $ffp->any_iterator print " $_n" while $_ = $union->(); print...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): File::Find::Parallel Download

Added: June 21, 2010 | Visits: 923

Parallel MPI BZIP2 Parallel MPI BZIP2 is a parallel implementation of the bzip2 block-sorting file compressor that uses MPI and achieves significant speedup on cluster machines. The output of this version is fully compatible with bzip2 v1.0.2 or newer (ie: anything compressed with mpibzip2 can be decompressed...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (100): Parallel MPI BZIP2 Download

Added: March 09, 2010 | Visits: 1.829

Parallel Network Scanner Parallel Network Scanner provides a fast network services scanner. pnscan is a scanner for TCP network services. It uses multithreading to increase its speed. pnscan tries to be smart as to how many threads to start - it will dynamically start only as many as is needed to make progress in the...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (106): Parallel Network Scanner Download

Added: April 12, 2010 | Visits: 1.995

Parallel port powerSwitch Parallel port powerSwitch project is a TCP/IP server to control a parallel port power switch. pp_powerSwitch is a TCP/IP based server, which controls a power switching device through the parallel port. Besides Java, I used a bit C to handle the parallel port I/O. I use it for controling...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (304): Parallel port powerSwitch Download

Released: December 22, 2012  |  Added: December 22, 2012 | Visits: 273

TOP-C TOP-C is a library for easily writing parallel applications for both distributed and shared memory architectures. It hides the details of parallel programming, and presents the application programmer with a simple task-oriented interface.


Platforms: Mac, BSD, Solaris, Linux

License: Freeware Size: 436.13 KB Download (49): TOP-C Download

Added: August 28, 2013 | Visits: 415

Threading Building Blocks for C/C++ Library It uses ordinary C++ templates and code habits to eliminate some of the threading implementation work.It equires fewer lines of code to achieve parallelism than other threading models.The TBB library is also inherently scalable and no code maintenance is required as more processor cores become...


Platforms: C and C plus plus

License: Freeware Size: 1.05 MB Download (40): Threading Building Blocks for C/C++ Library Download

Added: June 18, 2013 | Visits: 355

c++-gtk-utils for Linux c++-gtk-utils is a lightweight library containing a number of classes and functions for programming GTK+ programs using C++ in POSIX (unix-like) environments, where the user does not want to use a full-on wrapper such as gtkmm or wxWidgets, or is concerned about exception safety or thread safety...


Platforms: *nix

License: Freeware Size: 1.78 MB Download (33): c++-gtk-utils for Linux Download

Released: November 17, 2007  |  Added: November 21, 2007 | Visits: 5.526

Oceantiger C# Designer With this source code editor and IDE you will be able to edit and compile C# documents. It has tools for generating C# code either by template, auto completion or by generating with one of the wizards in the program. The user interface is clear and compact so it easy to learn, and you can...


Platforms: Windows

License: Freeware Size: 994.78 KB Download (278): Oceantiger C# Designer Download

Added: January 18, 2010 | Visits: 1.221

Exceptions in C Exceptions in C implements fully-functional nested exceptions with these constructs: try except on throw Also, it allows to define various datatypes for exception object (default is int, can be anything from char * to struct foo *). Compiling and running Precodey straight forward....


Platforms: *nix

License: Freeware Size: 15.36 KB Download (116): Exceptions in C Download

Added: January 18, 2010 | Visits: 1.683

Aapl C++ Template Library Aapl is a C++ template library for generic programming. Aapl supports different generic programming paradigms by providing variations of standard data structures. For example, a by-value linked list template may be used to store a user supplied type such as an integer. A different list...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (105): Aapl C++ Template Library Download

Added: October 13, 2010 | Visits: 1.383

GNU C library GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions. GNU C library is used by almost all C programs and provides the most essential program interface. The history of Unix and various standards determine much of the interface of the C...


Platforms: *nix

License: Freeware Size: 19.5 MB Download (109): GNU C library Download

Added: September 08, 2010 | Visits: 919

AspeCt-oriented C AspeCt-oriented C project implements an aspect-oriented extension to C and offers one possible language design for an aspect-oriented C language..


Platforms: *nix

License: Freeware Size: 19.7 MB Download (91): AspeCt-oriented C Download

Added: September 10, 2010 | Visits: 1.294

CppUnit - C++ port of JUnit CppUnit is a C++ unit testing framework. CppUnit project started its life as a port of JUnit to C++ by Michael Feathers..


Platforms: *nix

License: Freeware Size: 716.8 KB Download (179): CppUnit - C++ port of JUnit Download

Added: January 07, 2010 | Visits: 2.581

A Sudoku Solver in C A Sudoku Solver in C is a console-based Linux program, written in C language, that solves Su Doku puzzles using deductive logic. It will only resort to trial-and-error and backtracking approaches upon exhausting its deductive moves. Puzzles must be of the standard 9x9 variety using the (ASCII)...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (203): A Sudoku Solver in C Download

Added: August 24, 2010 | Visits: 1.142

C++ xml C++ xml is a C++ library that provides an API for XML document handling. Similar to the JDOM Java interface, a XML document can be parsed, traced and generated by the provided methods. Furthermore, this library is a good example for the usage of the dragon parser generator. Installation:...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (94): C++ xml Download

Added: March 11, 2010 | Visits: 1.153

C++ base C++ base is a base class suite contains several powerful c++ base classes for basic encapsulation of low level operating system calls and basic library functions. Further packages you may access from this page require the installation of this base package.


Platforms: *nix

License: Freeware Size: 102.4 KB Download (109): C++ base Download

1 2 3 4 5 >