代码搜索结果

找到约 10,000 项符合 C 的代码

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

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

i2c.c

#include "I2C.h" #include void Delay(unsigned int t) // t ms { unsigned int i,j; for(i=0;i

i2c.txt

#include //"D:\Keil\C51 #include #include //模拟I2C总线的引脚定义 sbit I2C_SCL = P3^4; sbit I2C_SDA = P3^5; //定义I2C总线时钟的延时值,要根据实际情况修改,取值1~255 //SCL信号周期约为(I

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 ]

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

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

chicken-profile.c

/* Generated from chicken-profile.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 applyh

chicken-bug.c

/* Generated from chicken-bug.scm by the CHICKEN compiler http://www.call-with-current-continuation.org 2008-09-23 22:59 Version 3.3.0 - linux-unix-gnu-x86 [ manyargs dload ptables applyhook

srfi-13.c

/* Generated from srfi-13.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 ]