代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/380968/9118662
lst temp.lst
HI-TECH Software PICC Macro Assembler V8.05PL2
Serial number: HCPIC-42044 Mon Apr 24 21:02:12 2006
Licensed to: ONE
1 processor 16F8
www.eeworm.com/read/180242/9314786
cpp fbycom.cpp
/*
'COPYRIGHT: Foshan Analytical Instrument Factory, All rights reserved.
'This document, which contains confidential material is private and is
'the 'property and copyright of Foshan Analytical In
www.eeworm.com/read/374648/9391217
cpp cb_f4.cpp
#include "CB_F4.h"
#include "CB_F1.h"
#include "CB_F3.h"
#include "CB_Unit.h"
#include "CB_String.h"
#include "CB_Colliery.h"
#include "CB_Sensor.h"
#include "CB_Sensor_bk.h"
#include "CB_Sock
www.eeworm.com/read/362938/9974921
c com.c
#include
#include
#define uchar unsigned char
void com_init(void){
SCON=0x50; //9600B
TMOD=0x20;
TH1=0xfd;
TR1=1;
ET1=0;
ES=1;
EA=1;
RE=0;
}
void senddata
www.eeworm.com/read/162873/10262112
lst rc500.lst
C51 COMPILER V6.00i RC500 01/15/2004 10:42:47 PAGE 1
C51 COMPILER 6.00i, COMPILATION OF MODULE RC500
OBJECT MODULE PLACED IN R
www.eeworm.com/read/354020/10396343
c 2401_tx.c
#include "nrf24l01.h"
uchar nRF_data[33]; // 发送数据缓冲区
uchar nRF_R_data[33]; // 接收数据缓冲区
void nrf24l01_init(void); // nRF24L0
www.eeworm.com/read/353238/10459985
c 7219.c
//************************************************************
//模块名称:7219显示子函数
//功能:用于向7219芯片送数据,驱动八位数码管显示
//使用方法:在使用该模块的函数里用 extern void Display(unsigned long int data); 进行申明
//版权说明:该模块所有权归华中科技
www.eeworm.com/read/352835/10502793
c 7219.c
//************************************************************
//模块名称:7219显示子函数
//功能:用于向7219芯片送数据,驱动八位数码管显示
//使用方法:在使用该模块的函数里用 extern void Display(unsigned long int data); 进行申明
//版权说明:该模块所有权归华中科技
www.eeworm.com/read/159892/10593116
c 7219.c
//************************************************************
//模块名称:7219显示子函数
//功能:用于向7219芯片送数据,驱动八位数码管显示
//使用方法:在使用该模块的函数里用 extern void Display(unsigned long int data); 进行申明
//版权说明:该模块所有权归华中科技
www.eeworm.com/read/421989/10670281
lst ide.lst
1 .file "IDE.c"
2 .arch atmega128
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
5 __SP_L__ = 0x3d
6