代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/208392/15247570
pas csl.pas
unit Csl;
interface
type
TFunctionCode = ( CommandMode,
ChangeDataTimeMode,
TestSignMode );
TCommandName = ( CmdCls,
www.eeworm.com/read/164251/5498296
c main.c
/****************************************************************************
* 文 件 名:main.c
* 功 能:SPI实验,74HC595驱动7段数码管。
* 说 明:将SPI接口JP3连接至自备开发板上,建议使用LPC2131开发板配套使用。
************************
www.eeworm.com/read/475063/6801076
lst main.lst
C51 COMPILER V7.07 MAIN 12/19/2008 15:13:10 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN ma
www.eeworm.com/read/475083/6802994
lst main.lst
C51 COMPILER V7.07 MAIN 12/19/2008 15:13:10 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN ma
www.eeworm.com/read/173543/9651558
cpp qts_qqdlg.cpp
// QTS_QQDlg.cpp : implementation file
//
#include "stdafx.h"
#include "QTS_QQ.h"
#include "QTS_QQDlg.h"
#include "chat.h"
#include "TransFileDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#un
www.eeworm.com/read/172928/9682283
txt 说明.txt
MSComm 作为一个串行通讯控件为程序员串口通讯编程节省了很多时间。在基于对话框的应用中加入一个MSComm控件非常简单。只需进行以下操作即可:
打开“Project->Add To Project->Components and Controls->Registered Activex Controls”,然后选择控件:Microsoft Communication Control,
www.eeworm.com/read/172928/9682299
cpp mscommdemoview.cpp
// MscommDemoView.cpp : implementation of the CMscommDemoView class
//
#include "stdafx.h"
#include "MscommDemo.h"
#include "MscommDemoDoc.h"
#include "MscommDemoView.h"
#ifdef _DEBUG
#de
www.eeworm.com/read/333950/12651433
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/235466/14071018
m51 keyboard.m51
BL51 BANKED LINKER/LOCATER V5.12 12/08/2006 16:53:41 PAGE 1
BL51 BANKED LINKER/LOCATER V5.12, INVOKED BY:
C:\KEIL FOR C51\C51\BIN\BL51.EX
www.eeworm.com/read/235319/14074555
c send.c
#include
#include
#define uint unsigned int
#define uchar unsigned char
uchar xstemp;
uchar tll=0;
uchar thh=50;
uchar inte,dec;
sbit DQ =P2^0; //定义通信端口
s