代码搜索:bitvector
找到约 265 项符合「bitvector」的源代码
代码结果 265
www.eeworm.com/read/154890/5633430
h bitvector.h
/***********************************************************************
bitvector.h - some macros for dealing with bitvectors
Copyright (C) 1991 Dean Rubine
This program is free software; you can
www.eeworm.com/read/174518/9584236
hh bitvector.hh
/**********
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either versio
www.eeworm.com/read/174518/9584804
cpp bitvector.cpp
/**********
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either versio
www.eeworm.com/read/268777/11122287
c bitvector.c
/*
This file contains routines that operate on a bit vector to set
and clear bits. Currently the free block map and the inode map
use this code to managed their respective entities.
THIS C
www.eeworm.com/read/268777/11122404
h bitvector.h
#ifndef _BIT_VECTOR_H
#define _BIT_VECTOR_H
#include
typedef int chunk;
#define BITS_IN_CHUNK (sizeof(chunk)*CHAR_BIT)
typedef struct BitVector
{
int numbits; /* total nu
www.eeworm.com/read/411029/11259787
hh bitvector.hh
/**********
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either versio
www.eeworm.com/read/411029/11260124
o bitvector.o
www.eeworm.com/read/411029/11260238
cpp bitvector.cpp
/**********
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either versio
www.eeworm.com/read/321110/13412304
c test_bitvector.c
#include "mybitvector.h"
#include
void test_bitvector()
{
HMYBITVECTOR hbv = mybitVectorConstruct(NULL, 10, 0);
mybitVectorPrint(hbv);
mybitVectorSetbit(hbv, 1, 5);
mybitVe
www.eeworm.com/read/233914/4664548
cs bitvector32.cs
/*
* BitVector32.cs - Implementation of
* "System.Collections.Specialized.BitVector32".
*
* Copyright (C) 2002 Southern Storm Software, Pty Ltd.
*
* This program is free software; you can redi