jburkardt

BVEC\ Binary Vector Representation of Signed Integers {#bvec-binary-vector-representation-of-signed-integers align=”center”} ===============================================


BVEC is a C++ library which demonstrates how signed integers can be stored as binary vectors, and arithmetic can be performed on them.

Licensing: {#licensing align=”center”}

The computer code and data files made available on this web page are distributed under the GNU LGPL license.

Languages: {#languages align=”center”}

BVEC is available in a C version and a C++ version and a FORTRAN77 version and a FORTRAN90 version and a MATLAB version and a Python version.

UBVEC, a C++ library which demonstrates how unsigned binary vectors, strings of 0’s and 1’s, can represent nonnegative integers or subsets or other mathematical objects, for which various arithmetic and logical operations can be defined.

Source Code: {#source-code align=”center”}

Examples and Tests: {#examples-and-tests align=”center”}

List of Routines: {#list-of-routines align=”center”}

You can go up one level to the C++ source codes.


Last revised on 30 December 2014.