代码搜索结果

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

profiler.c

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

posixunix.c

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

i2c.h

/****************************************************************************** I2C.H 标准80C51模拟I2C总线程序头文件 ******************************************************************************/

i2c.h.bak

****************************************************************************** I2C.H 标准80C51模拟I2C总线程序头文件 ******************************************************************************/ #

i2c.h

/****************************************************************************** I2C.H 标准80C51模拟I2C总线程序头文件 ******************************************************************************/

i2c.c

/* I2<mark>C</mark>.<mark>c</mark> 标准80<mark>C</mark>51单片机模拟I2<mark>C</mark>总线的主机程序 <mark>C</mark>opyright (<mark>c</mark>) 2006,广州周立功单片机发展有限公司 All rights reserved. 本程序仅供学习参考,不提供任何可靠性方面的担保;请勿用于商业目的 */ #in<mark>c</mark>lude "I2<mark>C</mark>.h" //定义延时变量,用于宏I2<mark>C</mark>_Delay() unsigned <mark>c</mark>har ...

pcf8563.c

/************************************************************** *文件名:PCF8563.c *描述:提供8563的底层驱动。 *日期:2004/12/31 *************************************************************/ #define PCF8563

data.h

#ifndef _DATA_H_ #define _DATA_H_ #include #include typedef struct { Uchar DataAddress; char *Data; uchar MenuAdd; char UpLim; char DownLim; }CDATA; #define Data