代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/239130/13301860
lst authorize_process.lst
C51 COMPILER V7.06 AUTHORIZE_PROCESS 09/13/2005 20:39:39 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE AUTHORIZE_PROCESS
OBJECT MODULE
www.eeworm.com/read/239130/13301867
c authorize_process.c
#include
#define IN_AUTHORIZE
unsigned int xdata exhaust_number=0;
unsigned int xdata authorize_number=0;
unsigned char xdata display_alter=0,Authorize_f=0,wrong_LED_f=0;
void A
www.eeworm.com/read/319700/13446298
c uart.c
/*********************************************************************
* Copright(c) 2004,张会福 湖南科技大学计算机学院
* All rights reserved.
* http://www.zlgmcu.com
*
*文件名称: uart.c
*
www.eeworm.com/read/318350/13480891
c newmain.c
#include
#include
#include
#include
#define SPM_PAGESIZE 256 //M128的一个Flash页为256字节(128字)
#define DATA_BUFFER_SIZE SPM_PAGESIZE
//定义at
www.eeworm.com/read/314840/13557875
cpp pg1dlg.cpp
// PG1Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "PG1.h"
#include "PG1Dlg.h"
#include "math.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FIL
www.eeworm.com/read/308065/13709957
c 3510i.c
#include
#include"delay.h"
#include"mytype.h"
#include"3510i.h"
#include"english_6x8_pixel.h"
#include"math.h"
uint8 LCD_BGColor; //设置背景色
uint8 LCD_PenColor; //设置画笔色
void Lcd
www.eeworm.com/read/308065/13709963
c 3510i.c
#include
#include"delay.h"
#include"mytype.h"
#include"3510i.h"
#include"english_6x8_pixel.h"
#include"math.h"
uint8 LCD_BGColor; //设置背景色
uint8 LCD_PenColor; //设置画笔色
void Lcd
www.eeworm.com/read/494454/6376615
c ds1302for430.c
#include
#include "OCMJ8x15D.h"
#include "DS1302.h"
void main()
{
SYSTEMTIME CurrentTime;
WDTCTL = WDTPW + WDTHOLD;
P2DIR = 0xff;//P2为数据口
P1DIR = 0x01;//P1.
www.eeworm.com/read/478037/6718543
txt sms发送函数.txt
void tvp_send_sms(S8 number[], S8 text[])
{
int len = 0;
int result;
S8 codebufucs2[140];
S8 textbuff[140];
mmi_frm_sms_send_struct * sendData;
if ((!mmi_bootup_
www.eeworm.com/read/404574/11482520
c main.c
#include "config.h" //对数据类型的重定义,定义系统的很多频率
#include "RTC.h"
#include "rs232.h"
#include "rs485.h"
#include "virtualspi.h"
#include "AD.h"
void SystemStartup()
{