代码搜索:KEIL C
找到约 10,000 项符合「KEIL C」的源代码
代码结果 10,000
www.eeworm.com/read/161559/5551349
sql c_all_functions.sql
\i c_voipglobals_trig.sql
\i c_functions.sql
\i c_voipcall_trig.sql
\i c_radius_functions.sql
www.eeworm.com/read/174380/9589970
smiles example2.smiles
a,0,S-C(=O)-N-C
b,0,F-S(-O)-C-N
c,0,O-S-C(=O)-N
www.eeworm.com/read/101739/15821079
cpp ll.cpp
#include
#include
enum Boolean { false , true } ;
int strlen ( char *c )
{
int i ;
for ( i = 0 ; *c !='\0' ; c++ , i++ ) ;
return i ;
}
void strcpy ( char *c , char *c1
www.eeworm.com/read/378922/9212795
lst i2c.lst
C51 COMPILER V7.20 I2C 11/06/2008 20:27:10 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE I2C
OBJECT MODULE PLACED IN I2C
www.eeworm.com/read/372941/9486942
c i2c.c
#include "I2C.h"
#include
void Delay(unsigned int t) // t ms
{
unsigned int i,j;
for(i=0;i
www.eeworm.com/read/461707/7221878
txt i2c.txt
#include //"D:\Keil\C51
#include
#include
//模拟I2C总线的引脚定义
sbit I2C_SCL = P3^4;
sbit I2C_SDA = P3^5;
//定义I2C总线时钟的延时值,要根据实际情况修改,取值1~255
//SCL信号周期约为(I
www.eeworm.com/read/408235/11401060
c posixwin.c
/* Generated from posixwin.scm by the CHICKEN compiler
http://www.call-with-current-continuation.org
2008-09-23 22:55
Version 3.3.0 - linux-unix-gnu-x86 [ manyargs dload ptables applyhook ]
www.eeworm.com/read/408235/11401138
c utils.c
/* Generated from utils.scm by the CHICKEN compiler
http://www.call-with-current-continuation.org
2008-09-23 22:55
Version 3.3.0 - linux-unix-gnu-x86 [ manyargs dload ptables applyhook ]
S
www.eeworm.com/read/408235/11401142
c uutils.c
/* Generated from utils.scm by the CHICKEN compiler
http://www.call-with-current-continuation.org
2008-09-23 22:56
Version 3.3.0 - linux-unix-gnu-x86 [ manyargs dload ptables applyhook ]
S