代码搜索结果

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

limiter_i.h

#define L_KH1 0x41 /* 卡号1 */ #define L_KH2 0x42 /* 卡号2/KMH */ #define L_JE 0x43 /* 金额 */ #define L_ZY 0x4a /* 摘要 */ #define L_RQ 0x4b /* 日期 */ #define L_LSH 0x4c /* 流水号*/ #define L_CKJS 0x4d

lcd.i32

:020000044000BA :1000000018F09FE518F09FE518F09FE518F09FE5C0 :1000100018F09FE5805F20B9F0FF1FE518F09FE51D :10002000F00000404000004044000040A0000040BC :10003000A40000400000000000000000A8000040F4 :10

suibian.i32

:020000044000BA :1000000018F09FE518F09FE518F09FE518F09FE5C0 :1000100018F09FE5805F20B9F0FF1FE518F09FE51D :10002000F00000404000004044000040A0000040BC :10003000A40000400000000000000000A8000040F4 :10

i_picture.c

/************************************************************************ * * coder.c, main coding engine of tmn (TMN encoder) * * Copyright (C) 1997 University of BC, Canada * * Contacts:

cc1100.__i

"CC1100.c" BROWSE DEBUG OBJECTEXTEND

uart1.i

#line 1 "UART1.C" #line 1 "C:\\Keil\\ARM\\INC\\Philips\\LPC22xx.H" #line 64 "C:\\Keil\\ARM\\INC\\Philips\\LPC22xx.H" #line 103 "C:

cxtvrate_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 7.00.0499 */ /* Comp<mark>i ...

i_cube.c

#include int i_cube(int value) { return(value * value * value); } void main(void) { printf("The cube of 3 is %d\n", i_cube(3)); printf("The cube of 5 is %d\n", i_cube