代码搜索:entity
找到约 10,000 项符合「entity」的源代码
代码结果 10,000
www.eeworm.com/read/152772/12086318
h ldp_entity.h
/*
* Copyright (C) James R. Leu 2000
* jleu@mindspring.com
*
* This software is covered under the LGPL, for more
* info check out http://www.gnu.org/copyleft/lgpl.html
*/
#ifndef _LDP_ENTI
www.eeworm.com/read/151377/12217015
h entity_cmpplink.h
// TCmppLink_Entity.h: interface for the TCmppLink_Entity class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_TCMPPLINK_ENTITY_H__E9BDC06A_C3FB_4C15_
www.eeworm.com/read/151377/12217020
h tserverlink_entity.h
// TServerLink_Entity.h: interface for the TServerLink_Entity class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_TSERVERLINK_ENTITY_H__E6375EFD_D9A9
www.eeworm.com/read/151377/12217084
h entity_base.h
#ifndef _BASE_ENTITY_H
#define _BASE_ENTITY_H
#include "common.h"
//#include "ServerSocket.h"
#define SERVER_SOCKET TRUE
extern int iRecvSock;
enum TCP_STATUS
{
E_UNCONNECTED = 0x00,
www.eeworm.com/read/151377/12217144
cpp entity_pt.cpp
#include "stdafx.h"
#include "entity_pt.h"
//本函数被socket线程调用
BOOL TPt_Entity::OnTcpDataInd(char Buff[],int BufLen) //收到TCP消息
{
STRUCT_TRP_MSG_HEADER *pHead;
DWORD dwMsgTye;
www.eeworm.com/read/151377/12217147
h entity_pt.h
#ifndef _PT_ENTITY_H
#define _PT_ENTITY_H
#include "entity_base.h"
DWORD WINAPI PtCheckThread(LPVOID lpParam);
class TPt_Entity:public TBase_Entity
{
public:
TPt_Entity(){};
www.eeworm.com/read/151377/12217180
cpp tserverlink_entity.cpp
// TServerLink_Entity.cpp: implementation of the TServerLink_Entity class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "PTChannel.h"
#
www.eeworm.com/read/151377/12217199
cpp entity_base.cpp
#include "stdafx.h"
#include "entity_base.h"
#include "TServerLink_Entity.h"
#include "ServerSocket.h"
//SGIP连接服务线程函数
DWORD WINAPI SgipAcceptThread(LPVOID lpParam)
{
TServerLink_Entity* pSgipE
www.eeworm.com/read/151377/12217205
cpp entity_cmpplink.cpp
// TCmppLink_Entity.cpp: implementation of the TCmppLink_Entity class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "PTChannel.h"
#incl
www.eeworm.com/read/336899/12408008
c mxml-entity.c
/*
* "$Id: mxml-entity.c 309 2007-09-21 04:46:02Z mike $"
*
* Character entity support code for Mini-XML, a small XML-like
* file parsing library.
*
* Copyright 2003-2007 by Michael Sweet.
*
*