代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/179141/9369632
h mc9s12dp256.h
/* Based on CPU DB MC9S12DP256_112, version 2.87.283 (RegistersPrg V1.027) */
/*
** ###################################################################
** THIS BEAN MODULE IS GENERATED BY THE T
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/177977/9425315
asm bahf.asm
;XSFR
INTEN1 EQU 0F04H
ADC EQU 0F10H ;R/W BIT7(ENADC),BIT3((SADC3),BIT2(SADC2),BIT1(SADC1),BIT0(SADC0)
;READ ADC VALUE
WDT EQU 0F18H ; /W
www.eeworm.com/read/170326/9810254
h config.h
/******************************************************************************
*
* $RCSfile: $
* $Revision: $
*
* This module provides information about the project configuration
* Copyri
www.eeworm.com/read/170245/9813541
asm random.asm
.data?
dwRandom dd ?
.code
;********************************************************************
; 随机数发生器
; 输入:al = 随机数 bit 数
; 返回:eax = 随机数
;**********************************************
www.eeworm.com/read/366183/9825903
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/366182/9826074
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/366182/9826093
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/168495/9911033
c sci_1f.c
/* ------------------------------------------------------------------------ */
/* SCI test code for my2406/2407 board */
/* */
/* Copyleft
www.eeworm.com/read/168495/9911049
c sci_1.c
/* ------------------------------------------------------------------------ */
/* SCI test code for my2406/2407 board */
/* */
/* Copyleft