代码搜索:bitvector

找到约 265 项符合「bitvector」的源代码

代码结果 265
www.eeworm.com/read/178378/9405185

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/178378/9405192

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/178378/9405195

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
www.eeworm.com/read/162917/10258486

makefile

JAVA_SRC = Agent.java ASMModelParams.java ASMModelSwarm.java ASMObserverSwarm.java BFagent.java BFCast.java BFParams.java BitName.java BitVector.java Dividend.java KeyTable.java MovingAverage.jav
www.eeworm.com/read/217459/14962959

pin system1.pin

-- Copyright (C) 1991-2005 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and a
www.eeworm.com/read/108481/15585544

cpp bitvect.cpp

#include"bitvect.h" #include #include #include #include #include //CHAR_BIT = 8 //const unsigned char highbit = 1
www.eeworm.com/read/108481/15585545

h bitvect.h

#ifndef BITVECT_H_ #define BITVECT_H_ class BitVector { public: BitVector(); BitVector(unsigned char* init, int size = 8); //出现BitVector(0)不知调用哪个,需要强制转换 BitVector(char* binary);
www.eeworm.com/read/108481/15585546

cpp bvtest.cpp

#include #include "bitvect.h" main() { unsigned char b[] = { 0x0f, 0xff, 0xf0, 0xAA, 0x78, 0x11 }; // cout
www.eeworm.com/read/149714/12355881

h hust_event.h

/*------------------------------------------------------------------------- * event.h - BIT_SET, SET_BIT, UNSET_BIT *------------------------------------------------------------------------- */ #i
www.eeworm.com/read/169726/9844917

txt behavioural model of a simple 8-bit cpu.txt

Behavioural model of a simple 8-bit CPU LIBRARY ieee; USE ieee.std_logic_1164.ALL; USE work.bv_math.ALL; USE work.cpu8pac.ALL; ENTITY cpu IS GENERIC(cycle_time : TIME := 200 ns); --must be