alex_vinokur: Sea---2014 (Default)
2007-02-03 06:35 pm
Entry tags:

Projects on http://sourceforge.net/users/alexvn/

Projects on http://sourceforge.net/users/alexvn/

C++ BigInt class
* C++ class BigInt that enables the user to work with arbitrary precision integers

Generating combinatorial objects
* Generating combinatorial objects: exponents, all exponents, permutations, color permutations, arrangements, combinations for any numbers and words.

Computing very large Fibonacci numbers
* A tool written in C++ to generate very large Fibonacci numbers using the primary recursive formula: F(n) = F(n-1) + F(n-2) n > 1; F(1) = 1, F(0) = 0.

Counter of C/C++ source lines and bytes
* A program that counts code-lines, empty-lines, comment-lines, code-fields, empty-fields, comment-fields of C/C++-sources which

C++ Stream Compatible TCP/IP Sockets
* The program implements a demo application which demonstrates using C++ stream-compatible sockets developed by Maciej Sobczak http://www.msobczak.com/

C/C++ Program Perfometer
* The program enables to get performance of C/C++ program and separated pieces of code for any metrics (for instance: time, memory, metrics defined by user etc.). The measurement results are represented in detailed/summary reports.

n-ary Huffman Template Algorithm
* The algorithm allows any kind of weights (costs, frequencies), including non-numerical ones. The {0, 1, ..., n-1} alphabet is used to encode message. Built tree is n-ary one.The algorithm is based on a set of template classes

Turing and Post Machines: C++ Simulators
* The C++-programs simulate : Nondeterministic/Deterministic Multitape Turing & Post Machines, Universal Turing Machine, Turing Machine with faults, failures and recovery.
alex_vinokur: Sea---2014 (Default)
2006-10-01 08:56 am
Entry tags:

Reference to C/C++ Program Perfometer at the C++ Standards Committee site

The C/C++ Program Perfometer has been referenced at the C++ Standards Committee site:
http://www.open-std.org/jtc1/sc22/wg21/docs/18015.html
(information announcing C++ - TR 18015 Technical Report on C++ Performance).
alex_vinokur: Sea---2014 (Default)
2006-08-22 12:22 pm
Entry tags:

C/C++ Program Perfometer

The C/C++ Program Perfometer is an open source tool which enables the programmer to measure the comparative performance of a C/C++ program or of separated pieces of code by one of several desired metrics: e.g., time, memory, or metrics defined by the programmer.
http://sourceforge.net/projects/cpp-perfometer
http://alexvn.freeservers.com/s1/perfometer.html
http://groups.google.com/group/perfo
https://lists.sourceforge.net/lists/listinfo/cpp-perfometer-users