Download List

Projeto Descrição

Bit::Vector is a (stand-alone) C library and an object-oriented Perl module (with overloaded operators) which allows you to handle bit vectors, sets (of integers), "big integer arithmetic" (e.g. for cryptography), and boolean matrices (all of arbitrary size) very efficiently.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-10-08 20:51
6.4

Esta versão traz o C + + directivas do compilador, um método melhorado Norm (), um novo módulo para importação seqüência genérica / exportação e ensaios correspondentes, corrige uma falha na extensão de sinal no método Copy () e remove o módulo Carp:: Clan da distribuição, que está disponível separadamente.
Tags: Major feature enhancements
This release features C++ compiler directives, an improved method Norm(), a new module for generic string import/export plus corresponding tests, fixes a bug in sign extension in the method Copy(), and removes the module Carp::Clan from the distribution, which is available separately.

2002-09-29 15:46
6.3

Esta versão acrescenta a possibilidade de criar mais de um vetor de bits de cada vez com novo "()", opcionalmente, prevê a extensão (combinação linear de valores de entrada) do algoritmo de Euclides GCD, e reduz o tamanho do código em 20% (o que significa que deve carregar um pouco mais rápido agora).
Tags: Major feature enhancements
This version adds the possibility to create more than one bit vector at a time with "new()", optionally provides the extension (linear combination of input values) of Euclid's GCD algorithm, and reduces code size by 20% (which means it should load a little faster now).

2002-09-17 00:00
6.2

Esta versão corrige GCD (), acrescenta testes de regressão e de documentação, elimina os avisos do compilador, e acrescenta novos (nível C) manipuladores de erro e um C-play com demo.
Tags: Major bugfixes
This release fixes GCD(), adds regression tests and documentation,
eradicates compiler warnings, and adds new (C level) error handlers
and a C play-with demo.

2001-10-12 15:12
6.1

O problema que causou alguns dos testes com operadores sobrecarregados falha em Perl 5.7.1 e Perl 5.7.2 foi fixada, bem como o problema com o vinculador VMS, que é incapaz de distinguir caso.
Tags: Minor bugfixes
The problem which caused some of the tests with overloaded operators to fail under Perl 5.7.1 and Perl 5.7.2 was fixed, as well as the problem with the VMS linker, which is unable to distinguish case.

2001-01-30 15:12
6.0

A XS e Perl (operadores sobrecarregados), parte foi dividida para um melhor desempenho. Overflow no manuseio de rotinas de aritmética (na parte C) foi corrigido e adicionar () e subtrair () foram alterados em conformidade. inc () e dezembro () foram adicionados. from_Dec () permite agora que os números positivos maiores que 2 ** (# bits-1).
The XS and Perl (overloaded operators) part was split for better performance. Handling of overflow in arithmetic routines (in the C part) was corrected, and add() and subtract() were changed accordingly. inc() and dec() were added. from_Dec() now allows positive numbers larger than 2**(#bits-1).

Project Resources