代码搜索:bitvector
找到约 265 项符合「bitvector」的源代码
代码结果 265
www.eeworm.com/read/134479/5892604
h fileio.h
#ifndef FILEIO_H
#define FILEIO_H
#include
#include "Types.h"
#include "HMatrix3.h"
#include "Bitvector.h"
void ReadVoxFile( char *fname, Tuple3i &grid_dim, Tuple3f &grid_min,
www.eeworm.com/read/154890/5633424
c sc.c
#include
#include "bitvector.h"
#include "matrix.h"
#include "util.h"
#include "sc.h"
#include "stdio.h"
#include "stdlib.h"
#include "math.h"
#include "zdebug.h"
#define EPS (1.0e-6) /*
www.eeworm.com/read/268777/11122298
h bitmap.h
#ifndef _BITMAP_H
#define _BITMAP_H
#include "bitvector.h"
int myfs_create_storage_map(myfs_info *myfs);
int myfs_init_storage_map(myfs_info *myfs);
void myfs_shutdown_storage_map(myfs_info *myfs)
www.eeworm.com/read/135582/5886179
makefile
#nanox/scribble
TARGET=nxscribble
OBJS= nxscribble.o scribwidget.o widgets.o\
hre_api.o li_recognizer.o bitvector.o matrix.o sc.o util.o
LIBS+=-lwm -lnano-X -lm
ifeq ($(CONFIG_COLOSSEUM),y)
LI
www.eeworm.com/read/154890/5633405
makefile
#nanox/scribble
TARGET=nxscribble
OBJS= nxscribble.o scribwidget.o widgets.o\
hre_api.o li_recognizer.o bitvector.o matrix.o sc.o util.o
LIBS+=-lwm -lnano-X -lm
ifeq ($(CONFIG_COLOSSEUM),y)
LI