代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/281471/9154219
pas tcommclass_unit.pas
unit TCommClass_Unit;
interface
uses Windows;
type
TCommDriverClass = Class
public
function SendData(lpBuf:pByte;Maxlen : DWORD): Integer;
function Re
www.eeworm.com/read/261013/11674691
cpp tcpclient_ce.cpp
// TCPClient_CE.cpp: implementation of the CTCPClient_CE class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "SendData.h"
#include "TCP
www.eeworm.com/read/442009/7661256
h getcappictureproc.h
#pragma once
#include "defcommandproc.h"
#include ".\getcapdata.h"
class CGetCapPictureProc :
public CDefCommandProc
{
CGetCapData hGetCap;
public:
bool SendData();
public:
CGetCapPictur
www.eeworm.com/read/389268/8538304
c ch375_drv.c
#include "AT91SAM7S64.h"
#include "Board.h"
#include "type.h"
#include "dbgu.h"
#include "spi.h"
#include "port.h"
#include "ch375_drv.h"
#define CMD_REG 0x7f
#define DATA_REG
www.eeworm.com/read/280784/10292411
h spi0.h
/****************************************Copyright (c)**************************************************
** 北京同方清芝商用机器有限公司
** 研 发
www.eeworm.com/read/276561/10729369
c ch375_drv.c
#include "AT91SAM7S64.h"
#include "Board.h"
#include "type.h"
#include "dbgu.h"
#include "spi.h"
#include "port.h"
#include "ch375_drv.h"
#define CMD_REG 0x7f
#define DATA_REG
www.eeworm.com/read/239111/13302680
c 3510i.c
#include "3510i.h"
void LCD_Delay(void)
{
uint16_t i;
for(i = 0; i < 32768; i ++)
asm("NOP");
}
void LCD_Reset(void)
{
cbi(LCD_RST_PORT, LCD_RST); //set RST = L
LCD_Delay();
sbi
www.eeworm.com/read/477109/6747636
c 3510i.c
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\common.h"
#include "..\inc\3510i.h"
#include "..\inc\aschz.h"
#include
#include
unsigned int BGColor;
www.eeworm.com/read/295388/8167250
c 3510i.c
#include "3510i.h"
#include "math.h"
void LCD_Delay(void)
{
uint16_t i;
for(i = 0; i < 32768; i ++)
asm("NOP");
}
void LCD_Reset(void)
{
cbi(LCD_RST_PORT, LCD_RST); //set RST = L