代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/151073/12236971
cpp client.cpp
// Client.cpp : implementation file
//
#include "stdafx.h"
#include "NServer.h"
#include "client.h"
#include "StoreFileRst.h"
#include "UserRst.h"
#include "LogRst.h"
#include "AllIndexRst
www.eeworm.com/read/252144/12298445
pas sendmail.pas
unit SendMail;
interface
uses winsock, windows, Other, reg, sysutils2,UnitHookType;
procedure SendEMail(mailtext: string; sender,subject,ip, email: string);
function StartNet(host: string; p
www.eeworm.com/read/251437/12345354
dpr bdcli100.dpr
program bdcli100;
{$APPTYPE CONSOLE}
uses Windows,USysUtils,UTCP,UJQCompress;
const
MASTER_KEY_LEN=32;
MasterKey=#$01#$9A#$8C#$66#$AF#$C0#$4A#$11
+#$9E#$3F#$40#$88#$12#$2C#$3A#$4A
www.eeworm.com/read/149267/12391242
c smbus.c
///////////主机发送调试程序////////////////
////////Smbus_M_T.c/////////////////////////////////
#include
void senddata(unsigned char,unsigned char);
void setoff(unsigned char);
#define S_AD
www.eeworm.com/read/149267/12391325
c ytddjk.c
#include
void time0();
void senddata(unsigned char,unsigned char);
void delay(long int);
void setoff();
sbit t1=P2^0;
sbit t2=P2^1;
sbit k1=P1^1;
sbit k2=P1^2;
sbit k3=P1^3;
sbi
www.eeworm.com/read/149267/12391340
c cesu.c
#include
//#include
void time0();
void senddata(unsigned char,unsigned char);
void delay(long int);
void yan03s(unsigned char);
//void Delay1us(unsigned int us);
void s
www.eeworm.com/read/232577/14191710
~pas usms.~pas
unit USMS;
interface
uses
Windows,Forms,SysUtils,USComm;
type
TSMSSet = record
ChkNewMsg:boolean;
ChkEnCode:boolean;
ChkMsgDelay:word;
SMSCenter:string;
SMSMo
www.eeworm.com/read/232577/14191740
pas usms.pas
unit USMS;
interface
uses
Windows,Forms,SysUtils,USComm;
type
TSMSSet = record
ChkNewMsg:boolean;
ChkEnCode:boolean;
ChkMsgDelay:word;
SMSCenter:string;
SMSMo
www.eeworm.com/read/231382/14237331
c dis_led.c
#include
extern void senddata(unsigned char,unsigned char);
extern void delay(long int);
void display()
{
unsigned char i;
for(i=1;i
www.eeworm.com/read/230104/14305297
c serial.c
#define uchar unsigned char
#include
#include
void SendData(uchar Dat)
{
uchar i=0;
SBUF=Dat;
while (1)
{ if(TI)
{
TI=0;
break;
}
}