代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/173446/9657987
bas modfiletransferclient.bas
Attribute VB_Name = "modFileTransferClient"
Option Explicit
'
Declare Function GetTickCount Lib "kernel32" () As Long
Public Const Port = 1256 ' Port
Public Const MAX_CHUNK =
www.eeworm.com/read/248248/12587955
_h nrf905._h
extern void nrf905_Init();
extern void nrf905_SendData();
extern void nrf905_ReadData();
www.eeworm.com/read/342702/12005360
c test.c
#include
**********************************************************************
函数名: BCOM_IniCom
参数:
uBps= 0 1
4800 19200
;12MHz
www.eeworm.com/read/286264/8775911
c s1.c
#define uchar unsigned char
#include "string.h"
#include "reg51.h"
#include "stdio.h"
void SendData(uchar Dat)
{ uchar i=0;
SBUF=Dat;
while(1)
{ if(TI)
{ TI=0;
break;
}
}
}
v
www.eeworm.com/read/184930/9064799
frm frmsendmsg.frm
VERSION 5.00
Begin VB.Form frmSendMsg
BorderStyle = 1 'Fixed Single
Caption = "发送信息"
ClientHeight = 3510
ClientLeft = 45
ClientTop = 330
www.eeworm.com/read/179943/9329725
cxx udptransport.cxx
#if defined(HAVE_CONFIG_H)
#include "resip/stack/config.hxx"
#endif
#include
#include "resip/stack/Helper.hxx"
#include "resip/stack/SendData.hxx"
#include "resip/stack/SipMessage.h
www.eeworm.com/read/166400/10021847
frm frmsendmsg.frm
VERSION 5.00
Begin VB.Form frmSendMsg
BorderStyle = 1 'Fixed Single
Caption = "发送信息"
ClientHeight = 3510
ClientLeft = 45
ClientTop = 330
www.eeworm.com/read/278837/10503140
c pmsm.c
#include "Cpu.h"
#include "Events.h"
#include "PWM.h"
#include "MFR.h"
#include "ADC1.h"
#include "PB413.h"
#include "TI1.h"
#include "TO1.h"
#include "ACRELAY.h"
#include "LEDSPI.h"
#includ
www.eeworm.com/read/271661/10985187
bas recordsets.bas
Attribute VB_Name = "Recordsets"
'******************************************************
'我为人人
'人人为我
'枕善居汉化收藏整理
'http://www.mndsoft.com/blog/
'e-mail:mnd@mndsoft.com
'2005.03.05
'*************
www.eeworm.com/read/449775/7496548
c s1.c
#define uchar unsigned char
#include "string.h"
#include "reg51.h"
#include "stdio.h"
void SendData(uchar Dat)
{ uchar i=0;
SBUF=Dat;
while(1)
{ if(TI)
{ TI=0;
break;
}
}
}
v