Download List

프로젝트 설명

LibBitvector implements arbitrary-sized vectors
of zero and one flags (bit vectors or bit strings)
that can be operated on with AND, OR, XOR,
NOT, LSHIFT, and RSHIFT operators.

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.

2003-10-13 04:11
1.0.7

_fromstring 코드에서 버그가 수정되었습니다. 먼저 첫 번째 unset 비트 및 비트 기능뿐만 아니라, mMap (등)에 대한 외부 메모리를 관리하도록 후크 설정이 추가되었습니다.
Tags: Major feature enhancements
A bug in the _fromstring code has been fixed. First set bit and first unset bit functions have been added, as well as hooks to allow external memory management (for mmap, etc.).

2002-09-13 01:47
1.0.6

이 릴리스에는 더 엄격한 장치를 테스트하고있다. 버그는 어디에 bitvector 잘못된 크기가 만들 어질 수있는가 수정되었습니다.
Tags: Minor bugfixes
This release has more rigorous unit tests. A bug where a bitvector could be created with an incorrect size has been fixed.

2002-08-07 02:03
1.0.5

unset 함수에 버그가 수정되었습니다.
Tags: Minor bugfixes
A bug in the unset function has been fixed.

2002-05-12 10:38
1.0.3

이 릴리스의 C - 문자열을 인코딩 / 디코딩 및 기타 버그수정있다.
Tags: Minor feature enhancements
This release has C-string encoding/decoding and miscellaneous bugfixes.

2002-03-19 12:05
1.0.0

사소한 변경 사항의 일관성을 향상 API를 추가했다.
Tags: Minor bugfixes
Minor API changes were added to enhance consistency.

Project Resources