代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/158710/11591230
c e51p.c
//Easy 51Pro编程器
//E51p.c
#include
#include
void Delay(ULONG nTimer)
{
for(nTimer;nTimer!=0;nTimer--)
{
}
}
BOOL WaitComm()
{
BYTE n=0;
UINT nTimeOut;
www.eeworm.com/read/158710/11591233
c e51pro.c
//////////////////////////////////////////////////////////////////////////////////////////////////
//E51Pro.c
//Easy 51Pro编程器主程序,负责通讯,管理编程操作
////////////////////////////////////////////////////////
www.eeworm.com/read/158710/11591240
m51 e51p.m51
BL51 BANKED LINKER/LOCATER V5.03 10/07/2003 00:07:48 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
F:\WINSOFT\KEIL\C51\BIN\BL51.EX
www.eeworm.com/read/158710/11591263
lst e51pro.lst
C51 COMPILER V7.07 E51PRO 10/28/2003 18:27:17 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE E51PRO
OBJECT MODULE PLACED IN
www.eeworm.com/read/158084/11644623
frm frmsend.frm
VERSION 5.00
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "COMCTL32.OCX"
Begin VB.Form frmSend
BorderStyle
www.eeworm.com/read/158011/11649922
txt st7920 c语言驱动程序.txt
/*=====================================================================
File name: ST7920.c
Description:This is a test programm to diver ST7920.The interface between
MCU and LCM is in
www.eeworm.com/read/347628/11653539
c chang_x5045.c
#include"reg51.h"
#include"intrins.h"
#define uchar unsigned char
#define WREN 0x06 //允许写指令
#define WRDI 0x04 //禁止写指令
#define RSDR 0x05
www.eeworm.com/read/157692/11670872
c main.c
//include
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define valve 10
//sbit dat = P3^5;
//sbit key = P3^2;
//sbit cls = P3^
www.eeworm.com/read/261013/11674724
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// SendData.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.
www.eeworm.com/read/260843/11697402
c ramtest.c
#include "DSP28_Device.h"
#include "ext_inf.h"
unsigned int Led_Flag;
void SendData(Uint16 data);
void main(void)
{
/*初始化系统*/
InitSysCtrl();
/*关中断*/
DINT;
IER = 0x0000;
IFR