代码搜索:CMPP
找到约 2,997 项符合「CMPP」的源代码
代码结果 2,997
www.eeworm.com/read/129035/14269187
~cpp cmpp.~cpp
#include
#include "main.h"
#include "cmpp.h"
#include "md5.h"
unsigned int sequenceid;
//----------------------------------------------------------------------------
int CMPPInt(AnsiSt
www.eeworm.com/read/129035/14269199
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/129035/14269226
cpp cmpp.cpp
#include
#include "main.h"
#include "cmpp.h"
#include "md5.h"
unsigned int sequenceid;
//----------------------------------------------------------------------------
int CMPPInt(AnsiSt
www.eeworm.com/read/129035/14269255
~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/125091/14513652
h cmpp.h
/******************************************************************************
FileName : cmpp.h
Description : cmpp协议相关的常量的定义
Version : 1.0
Date
www.eeworm.com/read/124296/14577810
pas cmpp.pas
//文件名称:YiDong_Cmpp.pas
//文件标识:tYD_Cmpp类
//当前版本:1.0
//作 者:邵青山,李朔刚
//mail: sqs@minefont.com lshuogang@sohu.com
//完成日期:2003年5月27日
unit cmpp;
interface
Uses
CMPP_Protocol;
Type
www.eeworm.com/read/123820/14612277
pas cmpp.pas
//文件名称:YiDong_Cmpp.pas
//文件标识:tYD_Cmpp类
//当前版本:1.0
//作 者:邵青山,李朔刚
//mail: sqs@minefont.com lshuogang@sohu.com
//完成日期:2003年5月27日
unit cmpp;
interface
Uses
CMPP_Protocol;
Type
www.eeworm.com/read/223334/14645309
h cmpp.h
#pragma once
#include
/**********cmpp***tcp/ip***data define*/
class CMPP_Msg
{
public:
static const DWORD CONNECT = 0x00000001;//请求连接
static const DWORD CONNECT_RESP = 0x800
www.eeworm.com/read/223334/14645310
cpp cmpp.cpp
#include "stdafx.h"
#include "cmpp.h"
#pragma comment(lib,"Ws2_32")
short CMPP_Sequence = 0;
short CMPP_MsgID = 0;
CMPP_Head::CMPP_Head()
{
TotalLength=htonl(sizeof(CMPP_Head));
CommandI
www.eeworm.com/read/216902/14986797
dsp cmpp.dsp
# Microsoft Developer Studio Project File - Name="cmpp" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons