代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/342232/12034296
bit autosell.bit
www.eeworm.com/read/341841/12058571
bit clocktop.bit
www.eeworm.com/read/152447/12112665
bit krtlcd.bit
www.eeworm.com/read/253982/12171043
bit led.bit
www.eeworm.com/read/339494/12229002
bit coding.bit
www.eeworm.com/read/339494/12229100
bit coding.bit
www.eeworm.com/read/251907/12312034
bit videogenerator.bit
www.eeworm.com/read/149635/12360762
bas bit.bas
Attribute VB_Name = "BitModule"
Option Explicit
'这是关于位操作的 bit.dll 的函数声明,该dll 在 PureBasic 中写成。
'曾劲松 2005/6/8
'按位与或非
Public Declare Function BitAnd Lib "bit" (ByVal a As Long, ByVal b As Long)
www.eeworm.com/read/149137/12401107
h bit.h
//#include "lc871f.h"
#define uchar unsigned char
#define uint unsigned int
#define clrwdt() asm("clrwdt")
#define bit_test(var, bit) ((var) & (1
www.eeworm.com/read/250077/12435801