代码搜索:CMPP
找到约 2,997 项符合「CMPP」的源代码
代码结果 2,997
www.eeworm.com/read/113241/15466807
h cmpp.h
#pragma pack(1)
const unsigned int CMPP_CONNECT=0x1;
const unsigned int CMPP_CONNECT_RESP=0x80000001;
const unsigned int CMPP_TERMINATE = 0x2;
const unsigned int CMPP_TERMINATE_RESP = 0x800000
www.eeworm.com/read/113241/15466815
cpp cmpp.cpp
#include
#include "main.h"
#include "cmpp.h"
#include "md5.h"
unsigned int sequenceid;
//----------------------------------------------------------------------------
int CMPPInt(AnsiS
www.eeworm.com/read/113241/15466822
~h cmpp.~h
#pragma pack(1)
const unsigned int CMPP_CONNECT=0x1;
const unsigned int CMPP_CONNECT_RESP=0x80000001;
const unsigned int CMPP_TERMINATE = 0x2;
const unsigned int CMPP_TERMINATE_RESP = 0x800000
www.eeworm.com/read/109136/15562977
c cmpp.c
#include "cmpp.h"
#ifndef __SOCK__
#define __SOCK__
SOCKET sockConnect(const char *host, unsigned short port)
{
SOCKET sockfd = INVALID_SOCKET;
struct sockaddr_in serv_addr;
struct in_addr
www.eeworm.com/read/109136/15562978
h cmpp.h
#ifndef _CMPP_H_
#define _CMPP_H_
#ifdef _WIN32
#ifndef __PROC_C__
#include
#include
#include
#include
#include
#prag
www.eeworm.com/read/109110/15563604
h cmpp.h
/******************************************************************************
FileName : cmpp.h
Description : cmpp协议相关的常量的定义
Version : 1.0
Date
www.eeworm.com/read/109110/15563611
h cmpp.h
/******************************************************************************
FileName : cmpp.h
Description : cmpp协议相关的常量的定义
Version : 1.0
Date
www.eeworm.com/read/108772/15575770
java cmpp.java
import com.biglantern.cmpp.*;
import java.sql.*;
public class Cmpp
extends CmppSms {
Cmpp cl = null;
public static void main(String args[]) {
Cmpp cl = new Cmpp();
www.eeworm.com/read/108772/15575774
class cmpp.class
www.eeworm.com/read/108772/15575778