代码搜索:PD协议
找到约 10,000 项符合「PD协议」的源代码
代码结果 10,000
www.eeworm.com/read/450222/7488266
h arq.h
#ifndef __ARQ_H__
#define __ARQ_H__
// 停止等待协议BSC控制字符
#define STX (char)2 // 文始
#define ETX (char)3 // 文终
#define ENQ (char)5 // 询问
#define SYN (char)16 // 同步
#define EOT (char)4 // 送
www.eeworm.com/read/449064/7519206
c pack_comm.c
/*-------------------------------------------------------------
功能:在一定通讯协议下与上位管理系统之间的数据包串口通讯
说明:符合国家标准GB18240.1-2003和GB18240.2-2003的税控机软件
日期:2003年6月12日
------------------------------------------
www.eeworm.com/read/449064/7519236
h pack_comm.h
/*-------------------------------------------------------------
功能:在一定通讯协议下与上位管理系统之间的数据包串口通讯
说明:符合国家标准GB18240.1-2003和GB18240.2-2003的税控机软件
日期:2003年6月12日
------------------------------------------
www.eeworm.com/read/297492/8013683
bas transfun.bas
Attribute VB_Name = "modTransFun"
Option Explicit
Public sArray() As String
Public sCnt As Integer
Public Function DM2DD(DegreeMinutes As String) As Double
'转换NMEA协议的“度分”格式为十进制“度度”格式,这是由具体任务决定的
www.eeworm.com/read/144244/12805856
java smgp.java
package smgpgw;
//package smgw;
import java.io.*;
import java.util.Calendar;
/**
* Title: SMGP 数据封装类
* Description:
* 该类用途 1、调用getCommand()把要发送的信息通过SMGP_Data类传入,根据SMGP协议打包后,输出到DataOut
www.eeworm.com/read/238485/13882854
c qmail-remote.c
// qmail-remote通过SMTP协议向远程主机传送邮件
#include
#include
#include
#include
#include "sig.h"
#include "stralloc.h"
#include "substdio.h"
#include
www.eeworm.com/read/481177/6644251
txt readme.txt
中国移动短信网关客户端v3.0
*基本功能介绍
1.本软件根据CMPP3.0协议标准编写;
2.收发线程独立处理,发送滑动窗口、接受缓冲区
www.eeworm.com/read/264783/11301808
bas transfun.bas
Attribute VB_Name = "modTransFun"
Option Explicit
Public sArray() As String
Public sCnt As Integer
Public Function DM2DD(DegreeMinutes As String) As Double
'转换NMEA协议的“度分”格式为十进制“度度”格式,这是由具体任务决定的
www.eeworm.com/read/408141/11404496
h protocol.h
/*
** 梁健雄:[所有代码都是我理解后,注释的,原来全是韩国的文字注释]
** 2005/08/12
** 网络传送协议定义
**
*/
#pragma once
#include "StdAfx.h"
#define DWORD_PTR DWORD
/*
================
sLogItem 时间+文字+字体 日志的
www.eeworm.com/read/155356/11883240
pas submitunit.pas
{*******************************************************************************
功能简述 : 中国联通短信发送端
其它说明 : 1. 参考中国联合通信公司短消息网关系统接口协议(SGIP1.3)
2. 参考Short Message Peer-to-Peer Protocol Sp