代码搜索:xdata
找到约 10,000 项符合「xdata」的源代码
代码结果 10,000
www.eeworm.com/read/356195/10235215
c ly1.c
#include"lcd.h"
#define uchar unsigned char
#define uint unsigned int
uchar code *xdata music;
uchar code *xdata music_name;
uchar code tab[]={0xf8,0x94,0xf9,0x5c,0xfa,0x1a,0xfa,0x6a,0xfb,0x00,0x
www.eeworm.com/read/423184/10580579
c ly1.c
#include"lcd.h"
#define uchar unsigned char
#define uint unsigned int
uchar code *xdata music;
uchar code *xdata music_name;
uchar code tab[]={0xf8,0x94,0xf9,0x5c,0xfa,0x1a,0xfa,0x6a,0xfb,0x00,0x
www.eeworm.com/read/304476/13793026
c text1.c
#include
#include
Uart_Init();
sbit P20=0xA0;
sbit P21=0xA1;
sbit P22=0xA2;
sbit P23=0xA3;
bit Change_Flag;
void Update_LED();
xdata int nCounter=0;
xdata int nIndex=0;
x
www.eeworm.com/read/304476/13793062
c text1.c
#include
#include
Uart_Init();
sbit P10=0x90;
sbit P11=0x91;
sbit P12=0x92;
sbit P13=0x93;
bit Change_Flag;
void Update_LED();
xdata int nCounter=0;
xdata int nIndex=0;
x
www.eeworm.com/read/404210/11490298
c 数据存储.c
#include "数据存储.h"
#include "FM24C256.H"
/*
铁电存储器中
0-1:纪录的条数
1-2: 记录没法送的起始位置
3-4: 自动发送的触发时间
10-50 服务器IP地址
〉100:纪录数据
*/
xdata unsigned char ServerIp[40];
xdata DataType DataBuf;
id
www.eeworm.com/read/383688/8927555
c ram.c
#include "global.h"
/*
union {
unsigned char ByteArray[16];
unsigned int WordArray[8];
}IICBuf; // IIC data Address
unsigned char *IICBufPtr;
*/
BYTE xdata tmpbuf[10];
BYTE Fac
www.eeworm.com/read/374677/9389521
c display.c
/***************************************************************************/
#include
#include "lcd.h"
#include "math.h"
#include
//#include "ascii.c"
xdata char t_cav[
www.eeworm.com/read/348774/10867853
csl bank.csl
[BEGIN]
deviceProperty (
targetDevice = "TE520S40-40Q",
wordSize = "1",
cselCount = "186",
rselCount = "384",
rselBitSize = "9",
lowestUsedE5XDATA = "0xefff",
highe
www.eeworm.com/read/293555/7129094
c tst_calloc.c
#include
#include /* for printf */
void tst_calloc (void) {
int xdata *p; /* ptr to array of 100 ints */
p = calloc (100, sizeof (int));
if
www.eeworm.com/read/246953/12696125
c tst_calloc.c
#include
#include /* for printf */
void tst_calloc (void) {
int xdata *p; /* ptr to array of 100 ints */
p = calloc (100, sizeof (int));
if