代码搜索结果

找到约 10,000 项符合 G 的代码

g_platform.h

#ifndef __G_PLATFORM_H__ #define __G_PLATFORM_H__ #include #include #include #include #include #ifdef WIN32 #include #def

g_netsocket.h

/* MFNetSocket.h: interface for the CG_NetSocket class. */ #ifndef __CG_NET_SOCKET_H__ #define __CG_NET_SOCKET_H__ #include "g_platform.h" #ifdef WIN32 /* for windows */ #include

g_cmdpacket.cpp

/* g_CmdPacket.cpp: implementation of the CG_CmdPacket class. */ #include "g_cmdpacket.h" CG_CmdPacket::CG_CmdPacket() { m_nMaxSize = 0; m_nLen = 0; m_nReadOffset = 0; m_nWriteOffset

g_netpacket.cpp

/* g_NetPacket.cpp: implementation of the CG_NetPacket class. */ #include "g_netpacket.h" CG_NetPacket::CG_NetPacket() { m_pktFlag = &m_buffer[0]; m_pktSeq = (unsigned short*)&m_buffer[1

g_tcplistener.h

/* g_tcplistener.h: interface for the CG_TCPListener class. */ #ifndef __CG_TCP_LISTENER_H__ #define __CG_TCP_LISTENER_H__ #include "g_tcpsession.h" class CG_TCPListener { public: lo

g_netpacket.h

// g_NetPacket.h: interface for the CG_NetPacket class. #ifndef __CG_NET_PACKET_H__ #define __CG_NET_PACKET_H__ #include "g_cmdpacket.h" const int NET_PACKET_HEAD_SIZE = 5; const int MAX_NE

g_tcplistener.cpp

/* g_tcplistener.cpp: implementation of the CG_TCPListener class. */ #include "g_tcplistener.h" CG_TCPListener::CG_TCPListener() { } CG_TCPListener::~CG_TCPListener() { } bool CG

g726.c

/* v2.0 24.Jan.2000 ============================================================================= U U GGG S

g726.h

/* ============================================================================ File: G726.H 28-Feb-1991 (18:00:00) ======================================