代码搜索:source 有哪些应用?
找到约 10,000 项符合「source 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/338142/3320206
java source.java
/*
* 11/19/04 1.0 moved to LGPL.
*-----------------------------------------------------------------------
* This program is free software; you can redistribute it and/or modify
* it unde
www.eeworm.com/read/327966/3452152
h source.h
#define INT_ENA 0xF0 //中断使能寄存器地址
#define INT_RAW 0xF1 //原始中断的状态寄存器地址
#define INT_MASKED 0xF2 //经过使能寄存器屏蔽后的中断状态寄存器
#define INT_CLR0 0xF8 //清除扩展中断0的电平中断地址
#define IN
www.eeworm.com/read/327966/3452197
h source.h
extern char filter_1(void);
extern char filter_2(void);
extern char filter_3(void);
extern char filter_4(void);
extern char filter_5(void);
extern char filter_6(void);
extern char filter_7(void)
www.eeworm.com/read/327966/3452240
h source.h
#define FOSC18432
union SFADD{/*flash访问的地址结构*/
unsigned long l;
unsigned char c[4];
unsigned int i[2];
};
struct yushi{/*为CRC使用的余式*/
unsigned char h;
unsigned char l;
};
#define FDWN_
www.eeworm.com/read/327966/3452253
h source.h
#define SDAT_PORT 0xF0 //发送和接收数据端口
#define INT_ENA 0xF1 //中断使能端口
#define INT_PEND 0xF2 //中断状态端口
#define BAUD_HPORT 0XF3 //串口波特率产生器的高8位
#define BAUD_LPORT 0XF4 //串口波
www.eeworm.com/read/327966/3452279
h source.h
#define TLC_DIN P1_0 /*TLC5617的数据线*/
#define TLC_CLK P1_1 /*TLC5617的时钟线*/
#define TLC_NCS P1_2 /*TLC5617的片选线*/
#define TLC_CLK_SET TLC_CLK=1
#define TLC_CLK_CLR
www.eeworm.com/read/327966/3452305
h source.h
#define SRAM 0x0000 //SRAM存储器的基地址
#define ADC0804 0xFFF0 //ADC0804的片选地址
#define AD5330 0xFFF1 //AD5330的片选地址
#define LED 0xFFF2 //LED的选择地址
#define SWITC
www.eeworm.com/read/327966/3452339
h source.h
typedef unsigned char uchar;
typedef unsigned int uint;
typedef union
{
uint val;
struct
{
uint bit0 : 1;
uint bit1 : 1;
uint bit2 : 1;
uint bit3 :