代码搜索:bitvector
找到约 265 项符合「bitvector」的源代码
代码结果 265
www.eeworm.com/read/130034/14211454
makefile
ifeq ($(SWARMHOME),)
SWARMHOME=/usr
endif
APPVERSION=2.1.1
BUGADDRESS=pauljohn@ukans.edu
APPLICATION = asm
OBJECTS = Agent.o Dividend.o World.o \
Specialist.o Output.o ASMModelSwarm.o \
www.eeworm.com/read/220157/14847763
makefile
ifeq ($(SWARMHOME),)
SWARMHOME=/usr
endif
APPVERSION=2.1.1
BUGADDRESS=pauljohn@ukans.edu
APPLICATION = asm
OBJECTS = Agent.o Dividend.o World.o \
Specialist.o Output.o ASMModelSwarm.o \
www.eeworm.com/read/281861/9128772
vhd fifo8_8.vhd
Library Ieee;
Use Ieee.Std_Logic_1164.All;
Use Ieee.Std_Logic_ARITH.All;
USE Ieee.Std_Logic_UNSIGNED.All;
Entity Fifo8_8 Is
Generic(M: Positive := 8;
N: Positive := 8);
Port(
www.eeworm.com/read/197100/8030680
cpp bitvec.cpp
/******************************************************************************
** Filename: bitvec.c
** Purpose: Routines for manipulating bit vectors
** Author: Dan Johnson
** Histor
www.eeworm.com/read/307021/13732917
vhd fifo8_8.vhd
Library Ieee;
Use Ieee.Std_Logic_1164.All;
Use Ieee.Std_Logic_ARITH.All;
USE Ieee.Std_Logic_UNSIGNED.All;
Entity Fifo8_8 Is
Generic(M: Positive := 8;
N: Positive := 8);
Port(
www.eeworm.com/read/114622/15045154
cpp bitvect.cpp
// File from page 190 in "Thinking in C++" by Bruce Eckel
//////////////////////////////////////////////////
// From the compressed package ECKELT02.ZIP 4/11/95
// (Original ECKELT01.ZIP dated 2/21
www.eeworm.com/read/475585/6773901
cpp bitvec.cpp
/******************************************************************************
** Filename: bitvec.c
** Purpose: Routines for manipulating bit vectors
** Author: Dan Johnson
** Histor
www.eeworm.com/read/432289/8614303
cpp bitvect.cpp
//: C07:Bitvect.cpp {O}
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// BitVector Implementation
#include
www.eeworm.com/read/432289/8614319
cpp bvtest.cpp
//: C07:Bvtest.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
//{L} Bitvect
// Testing the BitVector class
www.eeworm.com/read/432289/8614323
h bitvect.h
//: C07:Bitvect.h
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Bit Vector
#ifndef BITVECT_H_
#define BITV