代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/491051/6439760
c sendpack.c
#include "msstate_lrwpan.h"
#include "mac.h"
NODE_INFO dest;
extern BYTE DebugParam[];
extern BYTE DebugParamLen;
extern BYTE IDNUM,STATES;
extern BYTE SensorInfo;
extern BYTE DebugCo
www.eeworm.com/read/487778/6508679
_c nrf_main._c
#include
#include
#include "nrf905.h"
#include "lcd.h"
#include "delay.h"
void led_on( void )
{
DDRD |= ( 1
www.eeworm.com/read/487778/6508687
lis nrf_main.lis
.module nrf_main.c
.area text(rom, con, rel)
0000 .dbfile C:\DOCUME~1\Administrator\桌面\nrftest\nrf_main.c
0000
www.eeworm.com/read/483378/6605756
c 485.c
/*************************************************************************************************
* 文 件 名:485.c
* 功 能:485主机通信模块
* 硬件条件: 1.CPU型号:ATMEL2051
* 2.晶振:11.0592
* 作 者:zw
www.eeworm.com/read/406078/11449538
c rtc935.c
/*****************************************************************************
*文件名: Timer.C
*版权:
*功能:
*日期:
*****************************************************************************/
#in
www.eeworm.com/read/346433/11746056
cpp 地面测控dlg.cpp
// 地面测控Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "地面测控.h"
#include "地面测控Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/344193/11903052
bas falmtoly.bas
Attribute VB_Name = "Falmtoly"
Option Explicit
Public list2paths() As String '存放list2中选中的项
Public list2index As Long 'list2数组的下标
Public Sub list2_list1()
If (list2index > UBound
www.eeworm.com/read/151193/12230261
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/253112/12244570
c spilcd.c
#pragma sfr
#define SET_LCDSCLK P0.4=1
#define CLR_LCDSCLK P0.4=0
#define SET_LCDDATA P0.3=1
#define CLR_LCDDATA P0.3=0
#define SET_CS P0.5=1
#define CLR_CS P0.5=0
#ifndef UINT8 unsigned char
www.eeworm.com/read/251395/12348042
h spi.h
#ifndef __SPI_H
#define __SPI_H
extern uint8 SPI_SendData(uint8 nDSEN,uint16 data);
#endif