代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/255043/12104079
qsf usb245.qsf
# Copyright (C) 1991-2004 Altera Corporation
# Any megafunction design, and related netlist (encrypted or decrypted),
# support information, device programming or simulation file, and any oth
www.eeworm.com/read/337272/12379765
c lcd.c
#include "lcdhead.h"
/*******************************************/
//延时函数
/*******************************************/
void TimeDelay(ulint m)
{
ulint j;
ulint i;
for(i=0; i
www.eeworm.com/read/220244/14845444
cpp testfirmdlg.cpp
// TestfirmDlg.cpp : implementation file
#include "stdafx.h"
#include "Testfirm.h"
#include "TestfirmDlg.h"
//#include "Rwbulk.h"
//#include "Device.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#u
www.eeworm.com/read/336666/6783214
h serialport.h
/*--------------------------------------------------------------------------
SerialPort.H
Design for:T2
Author:xieqin
CopyRight:2004.8.3
----------------------------------------------------------
www.eeworm.com/read/473611/6847081
h spi.h
//[SPI.h]SPI通信头文件------------------------------------------------------
//SPI通信需要用到的头文件
#include "mc9s12dg128.h" //MCU映像寄存器名
#include "Type.h" //类型别名定义
//SPI通信寄存器及标志位定义
www.eeworm.com/read/173256/9664528
h serialport.h
/*--------------------------------------------------------------------------
SerialPort.H
Design for:T2
Author:xieqin
CopyRight:2004.8.3
----------------------------------------------------------
www.eeworm.com/read/415714/11057026
c lpc2200demo.c
/****************************************Copyright (c)*************************
** Guangzou ZLG-MCU Development Co.,LTD.
** graduate school
**
www.eeworm.com/read/334786/12572701
c testtcp.c
#include "DSP28_Device.h"
void SendData(Uint16 data);
extern struct ipaddr server_ipaddr;
void main(void)
{
/*初始化系统*/
InitSysCtrl();
/*关中断*/
DINT;
IER = 0x0000;
IFR
www.eeworm.com/read/192685/8365507
txt 断开与服务器的连接.txt
我 用 的 是 nt和 vb6.0, 估 计 差 不 多 。
要 断 开 连 接 时 ,
1 client 端 向 server 发 送 信 息 通 知 要 关 闭 senddata "my-string"
2 server 接 到 关 闭 通 知 get "my-string"
3 server 端 首 先 断 开 连 接 winsock-serv
www.eeworm.com/read/189696/8458532
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**