代码搜索:bitvector
找到约 265 项符合「bitvector」的源代码
代码结果 265
www.eeworm.com/read/260986/11680789
h bitvector.h
// ============================================================================
// Data Structures For Game Programmers
// Ron Penton
// Bitvector.h
// This is the Bitvector class
// ============
www.eeworm.com/read/344156/11905849
h bitvector.h
/* libparam (version 1.0)
* Authors: John Bucy, Greg Ganger
* Contributors: John Griffin, Jiri Schindler, Steve Schlosser
*
* Copyright (c) of Carnegie Mellon University, 2001-2008.
*
* This so
www.eeworm.com/read/130034/14211527
m bitvector.m
#import "BitVector.h"
#import //for limits.h in print method
//needed for bit math. same as in BFAgent was.
#define WORD(bit) (bit>>4)
#define MAXCONDBITS 80
static int SHIFT[MA
www.eeworm.com/read/130034/14211528
h bitvector.h
#import
@interface BitVector: SwarmObject
{
int condwords; /*"Number of words of memory required to hold bits in this model"*/
int condbits; /*"The number of cond
www.eeworm.com/read/231489/14231107
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/231489/14231511
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/229932/14311307
cs bitvector.cs
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding c
www.eeworm.com/read/220157/14847829
m bitvector.m
#import "BitVector.h"
#import //for limits.h in print method
//needed for bit math. same as in BFAgent was.
#define WORD(bit) (bit>>4)
#define MAXCONDBITS 80
static int SHIFT[MA