代码搜索:Bit

找到约 10,000 项符合「Bit」的源代码

代码结果 10,000
www.eeworm.com/read/423197/10580212

c shiyan3.c

/***********************************************************/ // // 读取DS18B20序列号实验C程序 // (每次读取8位并用LED灯指示具体位置) // 2008.4.15通过调
www.eeworm.com/read/277073/10670659

tdf mii.tdf

%-----------------------------------------------------------------------% % Description : % % Edit history...
www.eeworm.com/read/349611/10814088

tdf mii.tdf

%-----------------------------------------------------------------------% % Description : % % Edit history...
www.eeworm.com/read/416385/11031202

bak pkg_divisor.vhd.bak

package pkg_divisor is CONSTANT bit_width : integer := 5 ; COMPONENT soma PORT ( a, b, ve : in bit ; s, vs : out bit ) ; END COMPONENT ; COMPONENT
www.eeworm.com/read/416385/11031209

vhd pkg_divisor.vhd

package pkg_divisor is CONSTANT bit_width : integer := 5 ; COMPONENT soma PORT ( a, b, ve : in bit ; s, vs : out bit ) ; END COMPONENT ; COMPONENT
www.eeworm.com/read/460699/7243378

c sample.c

#include "stdio.h" #include "des.h" void main() { /*Sample Data*/ unsigned char m_bit[8]={'a','b','b','x','y','z','m','n'} ;/*uncode*/ unsigned char k_bit[8]={'[','Z','W','g','j','V','g','
www.eeworm.com/read/397523/8041060

h tlg1100hal.h

#ifndef _TLG1100HAL_H_ #define _TLG1100HAL_H_ /****************************************************************************/ /*!@file TLG1100Hal.h * * @brief Hardware Definitions for the TLGHA
www.eeworm.com/read/247234/12672019

h cal.h

#ifndef __CAL_H__ #define __CAL_H__ #define SET_BIT( x, y ) (x |= (y)) #define CLEAR_BIT( x, y ) (x &= (~y)) #define CHECK_BIT( x, y ) (x & (y)) #endif
www.eeworm.com/read/142564/12939447

tdf mii.tdf

%-----------------------------------------------------------------------% % Description : % % Edit history...
www.eeworm.com/read/240628/13210592

c cbit.c

volatile unsigned int *Port; void SET_Bit(unsigned int *Port,unsigned int bits) { *Port|=bits; } void CLR_Bit(unsigned int *Port,unsigned int bits) { *Port&=~bits; } void CPL_Bit(un