代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/153614/12021066
vhd 40_generic_dec.vhd
package logic is
type Bit_vector is array (Natural range ) of Bit;
end logic;
use WORK.logic.all;
entity And2 is
port( I1,I2: Bit; O1: out Bit);
end and2;
architecture And2_archit of
www.eeworm.com/read/153614/12021146
vhd 59_decoder.vhd
entity decoder is
port( I0 : in Bit;
I1 : in Bit;
O0 : out Bit;
O1 : out Bit;
O2 : out Bit;
O3 : out Bit);
end entity;
architecture decoder_archi of decoder is
signal
www.eeworm.com/read/153260/12045792
h lv2410xreg.h
/* ************************************************************************************************
*
* Filename: LV2410xReg.h (ImRadioIc3Reg.h)
* Project: LV24-EVK
* Authors: Hung van L
www.eeworm.com/read/340289/12167320
mod44
; REV. 1.0 MAY 23, 1984
P0 DATA 080H ;PORT 0
SP DATA 081H ;STACK POINTER
DPL DATA 082H ;DATA POINTER - LOW BYTE
DPH DATA 083H ;DATA POINTER - HIGH BYTE
TCON DATA
www.eeworm.com/read/151305/12220423
vhd 40_generic_dec.vhd
package logic is
type Bit_vector is array (Natural range ) of Bit;
end logic;
use WORK.logic.all;
entity And2 is
port( I1,I2: Bit; O1: out Bit);
end and2;
architecture And2_archit of
www.eeworm.com/read/151305/12220513
vhd 40_generic_dec.vhd
package logic is
type Bit_vector is array (Natural range ) of Bit;
end logic;
use WORK.logic.all;
entity And2 is
port( I1,I2: Bit; O1: out Bit);
end and2;
architecture And2_archit of
www.eeworm.com/read/151305/12220555
vhd 59_decoder.vhd
entity decoder is
port( I0 : in Bit;
I1 : in Bit;
O0 : out Bit;
O1 : out Bit;
O2 : out Bit;
O3 : out Bit);
end entity;
architecture decoder_archi of decoder is
signal
www.eeworm.com/read/149850/12340828
h speex_bits.h
/* Copyright (C) 2002 Jean-Marc Valin */
/**
@file speex_bits.h
@brief Handles bit packing/unpacking
*/
/*
Redistribution and use in source and binary forms, with or without
modification,
www.eeworm.com/read/250986/12370848
txt 《c++编程思想》-- 第5章 笔记.txt
作者:rick1126
email: rickzhang@sina.com
日期:7/31/2001 10:11:18 PM
第5章 函数重载和缺省参数
5.0 基本概念
【名字】
. 能使名字方便地使用是任何程序设计语言的一个重要特征
. 依靠系统描述的名字, 才可以写出人们易于理解和修改的程序
. 问题在于如何将语言的
www.eeworm.com/read/250666/12390773
c t5557.c
/****************temic*********t5557***********************************/
#include "at892051.h"
#include "string.h"
#include "intrins.h"
#include "stdio.h"
#define uchar unsigned cha