代码搜索:senddata

找到约 2,248 项符合「senddata」的源代码

代码结果 2,248
www.eeworm.com/read/349785/10800242

txt main.txt

; generated by ARM/Thumb C/C++ Compiler with , RVCT3.0 [Build 951] for uVision ; commandline ArmCC [--debug -c --asm --interleave -o"G:\BYSJ CODE\TEST SPI\output\main.o" --device=DARMP --apcs=interwo
www.eeworm.com/read/418409/10947209

c hongwai_fashe.c

//以下为试验简单但可行的的程序,发射数据,键盘对应的按键为b键,用于控制万年历闹铃的开关,简化了协议 //发射部分:接入两个外部中断,2个按键分别对应两个按键码被发射出去 #include #define uchar unsigned char sbit NA=P3^6; //控制红外发射管的亮灭,高电平时发射信
www.eeworm.com/read/379823/6915747

c dianzhen.c

#include"reg51.h" #include"for51.h" uchar start; uchar CS_3_8_0, CS_3_8_1; void SendData(uchar ddata);//向74HC595发送数据 void DisplayPic(uchar* Pic, uchar num); void Delayms(uint ticks); //
www.eeworm.com/read/379823/6915748

lst dianzhen.lst

C51 COMPILER V7.06 DIANZHEN 08/20/2008 15:27:17 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE DIANZHEN OBJECT MODULE PLACED I
www.eeworm.com/read/468711/6986724

c hongwai_fashe.c

//以下为试验简单但可行的的程序,发射数据,键盘对应的按键为b键,用于控制万年历闹铃的开关,简化了协议 //发射部分:接入两个外部中断,2个按键分别对应两个按键码被发射出去 #include #define uchar unsigned char sbit NA=P3^6; //控制红外发射管的亮灭,高电平时发射信
www.eeworm.com/read/466246/7041505

lst uart.lst

HI-TECH Software PICC Macro Assembler V8.05PL2 Serial number: HCPIC-88888 Thu Apr 23 16:52:09 2009 Licensed to: ONE TWO 1 processor
www.eeworm.com/read/453551/7417183

c zlg7289.c

/**************************************************************************** * File:ZLG7289.C * 功能:ZLG7289A键盘显示芯片显示驱动程序。 * 说明:MCS-51单片机,晶振不要大于12MHz。 **********************************************
www.eeworm.com/read/453529/7417449

c testtcp.c

#include "DSP28_Device.h" Uint16 AicRegs; Uint16 FrameLenth; Uint16 RxSuccessFlag; extern Uint16 TCPTimeout; //------------------- Uint16 TxEthnetFrameBuffer[1518/2]; Uint16 RxEthnetFrameB
www.eeworm.com/read/439833/7701073

eqn usb245.fit.eqn

--A1L17Q is usb_wr~reg0 at LC_X21_Y17_N6 --operation mode is normal A1L17Q_lut_out = A1L5Q; A1L17Q = DFFEA(A1L17Q_lut_out, GLOBAL(clk), !GLOBAL(reset), , , , ); --A1L42Q is recvdata[7]~reg0
www.eeworm.com/read/437528/7746703

c spi.c

//[SPI.c]SPI通信-----------------------------------------------------------* //本文件包含: * // (1)SPIInit:SPI通信初始化