代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/273272/10921463
c adc.c
#include
#include
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define nop _nop_();
#define adc0 XBYTE
www.eeworm.com/read/273267/10921592
lst serial.lst
C51 COMPILER V7.20 SERIAL 12/02/2004 11:35:22 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE SERIAL
OBJECT MODULE PLACED IN
www.eeworm.com/read/273267/10921608
c serial.c
#include
//------------------------------------------------
char getData(void)
{
char c;
while (!RI);
c=SBUF;
RI=0;
return (c);
}
//-----------------------------------------
www.eeworm.com/read/273263/10921859
c disp.c
sbit pc=P2^0;
sbit pd=P2^1;
code unsigned char table[11]={0xfc,0x60,0xda,0xF2,0x66,
0xB6,0xBE,0xE0,0xFE,0xf6,0x10};
//----------------------------------------------
void s
www.eeworm.com/read/418180/10961655
c lcd_test.c
#include "DSP28_Device.h"
unsigned int Led_Flag;
unsigned int * LedReg = (unsigned int *) 0x23FF;
unsigned int * Led8Lock= (unsigned int *) 0x25FF;
void SendData(Uint16 data);
void main
www.eeworm.com/read/271129/11005586
txt can 总线通信实验.txt
//Main.c
//CAN发送与接收程序,波特率设置为125kbps,标准帧,ID=0x024
#include "global.c"
void SystemInit();
void Timer1Init();
void KickDog();
void Can_Init();
void Can_Send();
int numled0=200;
unsigned i
www.eeworm.com/read/271086/11008703
pas gateshare.pas
unit GateShare;
interface
uses
Windows, Messages, Classes, SysUtils, JSocket, WinSock, SyncObjs, Common;
resourcestring
g_sProductName = '飘飘网络防攻击登陆网关 V 1.0';
g_sUpDateTime = '更新日期: 200
www.eeworm.com/read/271086/11008899
pas gateshare.pas
unit GateShare;
interface
uses
Windows, Messages, Classes, SysUtils, JSocket, WinSock, SyncObjs,Common;
resourcestring
g_sProductName = '飘飘网络防攻击登陆网关 V 1.0';
g_sUpDateTime = '更新日期: 2006/0
www.eeworm.com/read/440942/6934273
pas gateshare.pas
unit GateShare;
interface
uses
Windows,Messages,Classes,SysUtils, JSocket,WinSock, SyncObjs;
type
TBlockIPMethod = (mDisconnect,mBlock,mBlockList);
TSockaddr = record
nIPaddr