代码搜索结果
找到约 10,000 项符合
I 的代码
tij_i.html
Bruce Eckel's Thinking in Java
Contents |
cc2420.i
// CodeVisionAVR C Compiler
// (C) 1998-2004 Pavel Haiduc, HP InfoTech S.R.L.
// I/O registers definitions for the ATmega128
#pragma used+
sfrb PINF=0;
sfrb PINE=1;
sfrb DDRE=2;
sfrb PORTE=3
task_switch.__i
"task_switch.C" BROWSE DEBUG OBJECTEXTEND SRC (.\task_switch.SRC)
mypos_i.c
/* th<mark>i</mark>s f<mark>i</mark>le conta<mark>i</mark>ns the actual def<mark>i</mark>n<mark>i</mark>t<mark>i</mark>ons of */
/* the <mark>I</mark><mark>I</mark>Ds and CLS<mark>I</mark>Ds */
/* l<mark>i</mark>nk th<mark>i</mark>s f<mark>i</mark>le <mark>i</mark>n w<mark>i</mark>th the server and any cl<mark>i</mark>ents */
/* F<mark>i</mark>le created by M<mark>I</mark>DL comp<mark>i</mark>l ...
mypos_i.h
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 5.01.0164 */
/* at Sat Dec 11 00:20:07 2004
*/
/* Compiler settings for C
opcda_i.c
// **************************************************************************
// opcda.cpp
//
// Description:
// Implements OPC data access.
//
// File supplied by OPC Foundataion.
//
// DIS
opccomn_i.c
/* th<mark>i</mark>s ALWAYS GENERATED f<mark>i</mark>le conta<mark>i</mark>ns the <mark>I</mark><mark>I</mark>Ds and CLS<mark>I</mark>Ds */
/* l<mark>i</mark>nk th<mark>i</mark>s f<mark>i</mark>le <mark>i</mark>n w<mark>i</mark>th the server and any cl<mark>i</mark>ents */
/* F<mark>i</mark>le created by M<mark>I</mark>DL comp<mark>i</mark>ler vers<mark>i</mark>on 6.00.0361 */
/* at Sat Feb ...
mymqcom_i.c
/* th<mark>i</mark>s f<mark>i</mark>le conta<mark>i</mark>ns the actual def<mark>i</mark>n<mark>i</mark>t<mark>i</mark>ons of */
/* the <mark>I</mark><mark>I</mark>Ds and CLS<mark>I</mark>Ds */
/* l<mark>i</mark>nk th<mark>i</mark>s f<mark>i</mark>le <mark>i</mark>n w<mark>i</mark>th the server and any cl<mark>i</mark>ents */
/* F<mark>i</mark>le created by M<mark>I</mark>DL comp<mark>i</mark>l ...
i2c
//#include
#include
#include
void _nop_(void);
void some_nop(void);
sbit C=PSW^6;
sbit scl=P1^6; //iic时钟
sbit sda=P1^7; //iic数据
sbit reset=P1^4