代码搜索:传输界面
找到约 10,000 项符合「传输界面」的源代码
代码结果 10,000
www.eeworm.com/read/204479/15337768
h llist.h
/* 线性表的单链表表示:类型和界面函数定义*/
/* 定义链接表元素类型。应根据需要定义 */
typedef int DataType;
struct Node; /* 单链表结点类型 */
typedef struct Node *PNode; /* 结点指针类型 */
typedef struct Node *LinkList; /* 单链表类型
www.eeworm.com/read/204479/15337839
h sstack.h
/* 顺序栈表示:类型和界面函数声明 */
enum { MAXNUM = 20 /* 栈中最大元素个数,应根据需要定义 */
};
typedef int DataType; /* 栈中元素类型,应根据需要定义 */
struct SeqStack { /* 顺序栈类型定义 */
int t; /* 栈顶位置指示 */
Dat
www.eeworm.com/read/104413/15694988
txt java布局管理器深入讨论.txt
作者:五一
日期:2001-6-9 13:30:12
Java布局管理器深入讨论
5/23/2001 16:59:54· 刘之佑·yesky
--------------------------------------------------------------------------------
我们都知道,java的GUI界面定义是由awt类和swing类来完成的。它
www.eeworm.com/read/192426/8382044
_h twi._h
#define TWI_WR 0xf0
#define TWI_RD 0x0f
#define TWI_STOP 0
extern unsigned char TWI_STATE;
//TWI状态定义
//MT 主方式传输 MR 主方式接收
#define START 0x08
#define RE_START 0x10
#define MT_SLA_ACK 0x18
www.eeworm.com/read/192426/8382062
h twi.h
#define TWI_WR 0xf0
#define TWI_RD 0x0f
#define TWI_STOP 0
extern unsigned char TWI_STATE;
//TWI状态定义
//MT 主方式传输 MR 主方式接收
#define START 0x08
#define RE_START 0x10
#define MT_SLA_ACK 0x18
www.eeworm.com/read/188047/8577150
pas spcomm.pas
unit SPComm;
//
// 这是一个串行端口通讯组件, 供 Delphi 2.0 应用程序使用. 适合用来做工业控制及
// 简单传输. 此组件呼叫 Win32 API 来达成所需功能, 请见Communications部份。
//
// 此组件参考 David Wann. 所制作的 COMM32.PAS Version 1.0。原始说明如下:
// This Communi
www.eeworm.com/read/380968/9118513
c uartsentreceive.c
#include
///该程序实现单片机双机异步通信功能,该程序是发送部分///
unsigned char tran[8]; ///定义一个数组存储发送数据///
unsigned char k,data; ///定义通用寄存器///
///SCI部件初始化子程序///
void sciint()
{
SPBRG=0X19; ///将传输的波特率设