代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/223094/14659422
txt dll调用说明.txt
{************************************命令代码转换为操作代码*********************
function commCS(BR:integer;comm_name:Shortstring):boolean;stdcall;export;
* result: 返回com口状态
* comm_name :
www.eeworm.com/read/223094/14659424
~pas unfunction.~pas
unit Unfunction;
interface
uses
SysUtils,
Classes,
SPComm ;
var
sbuf: array[0..7] of byte;
comm1:Tcomm ;
function MP_IntChang(cs_lx:ShortString;cs_int:integer):ShortStri
www.eeworm.com/read/223094/14659495
~4~ unfunction.pas.~4~
unit Unfunction;
interface
uses
SysUtils,
winsock,
Classes,
SPComm ;
var
sbuf: array[0..7] of byte;
function MP_IntChang(cs_lx:ShortString;cs_int:integer):ShortString;st
www.eeworm.com/read/223094/14659499
~3~ unfunction.pas.~3~
unit Unfunction;
interface
uses
SysUtils,
winsock,
Classes,
SPComm ;
var
sbuf: array[0..7] of byte;
function MP_IntChang(cs_lx:ShortString;cs_int:integer):ShortString;st
www.eeworm.com/read/122596/14680156
asm adcon.asm
;ADuC812晶振为11.0592MHz
$MOD812 ; Use 8052&ADuC812 predefined symbols
;CAN控制器SJA1000的片选地址为08000H
CR EQU 8000H ;控制寄存器地址
CMR EQU 8001H ;命令寄存器地址
SR EQU 8002H
www.eeworm.com/read/220689/14792101
js ajax_func.js
var http_request =GetXmlHttpObject();
var requestList = Array(10);
var listNow = 0;
function el(id)
{
return document.getElementById(id).value;
}
function loadTemplate()
{
send_request("G
www.eeworm.com/read/119334/14832623
h websocket.h
#pragma once
class CWebServer;
void StartSockets(CWebServer *pThis);
void StopSockets();
class CWebSocket
{
public:
void SetParent(CWebServer *);
CWebServer* m_pParent;
class CChu
www.eeworm.com/read/220203/14846970
c nrf905.c
/****************************************************************************
* 文 件 名:nRF905.c
* 功 能:nRF905的接收与发送
* 说 明:包含发送与接收的所有函数。
* 作 者:TANK
* 邮 箱:tank3221@sina.com
* 完成时间:2007
www.eeworm.com/read/219160/14892759
h zlg7290.h
extern unsigned char ZLG7290_SendData(unsigned char SubAdd,unsigned char Data);
extern void ZLG7290_SendBuf(unsigned char * disp_buf,unsigned char num);
extern void ZLG7290_SendBuf(unsigned char * d
www.eeworm.com/read/216887/14988568
cpp clientftp.cpp
// clientftp.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "WinSock.h"
#include "windows.h"
#include "stdio.h"
#include "stdlib.h"
#include "strin