代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/466241/7041404
bak dimmer.c.bak
/************************************************************************
主题:DMX512 按键调光---主控程序
单片机:STC12C5404
晶振:8MHZ 波特率-250KB/S
最后修改日期:2008-12-19
功能:按键调光,带记忆功能
S1:P2.5--POWER (ON/OFF)
www.eeworm.com/read/465347/7053461
txt arp.txt
program Arp;{$APPTYPE CONSOLE}useswindows,IpHlpApi, IpTypes,Packet32,WinSock,math;constMAC_SIZE = 6;typeMACADDRESS = array[0 .. MAC_SIZE - 1] of UCHAR;typeETHERNET_HDR = packed recordDestination: ...
www.eeworm.com/read/175885/7151180
cls multisck.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/461985/7213365
bas 数据转换.bas
Attribute VB_Name = "数据转换"
Option Explicit
Public sendcp As Boolean
'内存复制的API函数
Public Declare Sub CopyMemory Lib "KERNEL32" Alias "RtlMoveMemory" (Destination As Any, Source As Any, ByVal L
www.eeworm.com/read/457354/7327259
~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/457354/7327283
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/447693/7546850
bas ac1057.bas
Attribute VB_Name = "A1057"
Public Declare Function AC_OpenDriver_VB Lib "aciont.dll" () As Long
Public Declare Function AC_CloseDriver_VB Lib "aciont.dll" (ByVal HANDLE As Long) As Long
Public D
www.eeworm.com/read/436720/7764205
c pwm_m.c
//
// TMDX ALPHA RELEASE
// Intended for product evaluation purposes
//
//###########################################################################
//
// FILE: DSP28_Example.c
//
/
www.eeworm.com/read/299105/7888443
h 485tongxin.h
#define uchar unsigned char
#include "string.h"
#include "reg51.h"
void SendData(uchar Dat)
{ uchar i=0;
SBUF=Dat;
while(1)
{ if(TI)
{ TI=0;
break;
}
}
}
void mDelay(unsig
www.eeworm.com/read/433612/7919134
lst 转弯.lst
C51 COMPILER V7.50 转弯 09/04/2007 12:57:12 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE 转弯
OBJECT MODULE PLACED IN 转弯.OBJ