代码搜索:Booleans
找到约 60 项符合「Booleans」的源代码
代码结果 60
www.eeworm.com/read/144186/12810836
py bitfield.py
# Written by Bram Cohen
# see LICENSE.txt for license information
true = 1
false = 0
def booleans_to_bitfield(booleans):
r = []
for i in xrange(0, len(booleans), 8):
v = 0
p
www.eeworm.com/read/381656/9079638
vi mechanical action of booleans.vi
www.eeworm.com/read/397473/8043762
vi mechanical action of booleans.vi
www.eeworm.com/read/264939/11293410
llb mechanical action of booleans.llb
www.eeworm.com/read/716/4093
vi mechanical action of booleans.vi
www.eeworm.com/read/732/4377
vi mechanical action of booleans.vi
www.eeworm.com/read/180080/9320397
h envind.h
/********************************************************************20**
Name: environment independent
Type: C include file
Desc: Environment independent d
www.eeworm.com/read/352628/10532392
h dc_defines.h
/* enable global interrupts */
#define GIE (SREG |= BIT(7))
/* disable global interrupts */
#define GID (SREG &= ~BIT(7))
#define SLEEP() asm("sleep")
www.eeworm.com/read/317928/13493130
h dc_defines.h
/* enable global interrupts */
#define GIE (SREG |= BIT(7))
/* disable global interrupts */
#define GID (SREG &= ~BIT(7))
#define SLEEP() asm("sleep")
www.eeworm.com/read/261548/11638183
h dc_defines.h
/* enable global interrupts */
#define GIE (SREG |= BIT(7))
/* disable global interrupts */
#define GID (SREG &= ~BIT(7))
#define SLEEP() asm("sleep")