代码搜索:sbit

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

代码结果 10,000
www.eeworm.com/read/143899/12831243

lst block0.lst

C51 COMPILER V7.50 BLOCK0 11/17/2005 23:11:35 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE BLOCK0 OBJECT MODULE PLACED IN
www.eeworm.com/read/143899/12831252

lst block1.lst

C51 COMPILER V7.50 BLOCK1 11/17/2005 23:11:35 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE BLOCK1 OBJECT MODULE PLACED IN
www.eeworm.com/read/143819/12839079

lst ext_c.lst

C51 COMPILER V7.20 EXT_C 07/15/2004 13:22:22 PAGE 1 C51 COMPILER V7.20, COMPILATION OF MODULE EXT_C OBJECT MODULE PLACED IN E
www.eeworm.com/read/244821/12842355

h port.h

/* ---------------------------------------------------------- ; (c) Copyright xami All Rights Reserved ---------------------------------------------------------- ; SOURCE_FILE: P
www.eeworm.com/read/331012/12855904

c h.c

#include #include //Keil library (is used for _nop()_ operation) #include //Keil library #include //Keil library #define uchar unsigned
www.eeworm.com/read/244476/12860923

h cs5532.h

/* CS5532程序 * Copyright (c) 2007 宁波柯力电气制造有限公司 * All rights reserved * 文件名称: CS5532_C * 文件标示: cs5532数据采样程序函数 * 摘 要: 函数及变量定义。 * 当前版本: 1.0 * 作 者: 张勇 * 完成日期: 2007年8月22日 */ #ifndef CS
www.eeworm.com/read/143500/12870244

txt 硬盘mp3源码.txt

/************************************************************************************ 本程序仅供广大电子爱好者制作MP3学习和参考使用,不得用于其它用途,否则后果自负 AT89C51SND1C 解码芯片做的硬盘MP3,软件还在完善中,现在只支持一块硬盘,一个分区, 只支持根目录歌曲播放,不支持文件夹。只
www.eeworm.com/read/143228/12888116

c xu3.c

/**********************************************************************************/ #include #include #include #include #include /*
www.eeworm.com/read/243968/12903146

c sh104.c

#include #include #define unit unsigned int #define uchar unsigned char sbit L0=P2^0; sbit L1=P2^1; sbit L2=P2^2; sbit L3=P2^3; void delays(void) { uchar i; for(i=3
www.eeworm.com/read/329722/12937010

c motortest.c

#include #include #define uchar unsigned char #define uint unsigned int sbit s1=P0^1; /* L298的Input 1 */ sbit s2=P0^2; /* L298的Input 2 */ sbit s3=P0^3; /* L298的Input 3 *