代码搜索:Bit

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

代码结果 10,000
www.eeworm.com/read/355301/10277589

hex bit.hex

:030000000201A555 :0C01A500787FE4F6D8FD7581250201B1D9 :100178000102040810204080010204081020408079 :08018800010204081020408070 :10019000AE05EFA806088002C313D8FC30E0037F49 :0501A00001227F002296 :0
www.eeworm.com/read/355301/10277593

plg bit.plg

礦ision3 Build Log Project: d:\我的文档\桌面\bits\bit.uv2 Project File Date: 09/02/2008 Output: Build target 'Target 1' assembling STARTUP.A51... l
www.eeworm.com/read/355301/10277610

lst bit.lst

C51 COMPILER V8.01 BIT 09/02/2008 20:18:52 PAGE 1 C51 COMPILER V8.01, COMPILATION OF MODULE BIT OBJECT MODULE PLACED IN bit
www.eeworm.com/read/355301/10277622

h bit.h

#ifndef __bit_h__ #define __bit_h__ #define uchar unsigned char #define uint unsigned int uchar bittest(uchar num,uchar mbit) { if(num>>mbit&0x01==1) return 1; else return 0; }
www.eeworm.com/read/355301/10277635

opt bit.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {
www.eeworm.com/read/355301/10277639

c bit.c

#include #include "bit.h" #define uchar unsigned char #define uint unsigned int void delay() void main(void) { P1=bittest(0x80,6); }
www.eeworm.com/read/355007/10305513

c bit_and.c

#include int cube(int) void main(void) { cout
www.eeworm.com/read/355007/10305519

dsw bit_and.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/355007/10305549

c bit_or.c

#include void main () { printf("0 | 0 is %d\n", 0 | 0); printf("0 | 1 is %d\n", 0 | 1); printf("1 | 1 is %d\n", 1 | 1); printf("1 | 2 is %d\n", 1 | 2); printf("128 |
www.eeworm.com/read/355007/10305692

dsp bit_and.dsp

# Microsoft Developer Studio Project File - Name="BIT_AND" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) C