代码搜索:RCPServer
找到约 55 项符合「RCPServer」的源代码
代码结果 55
www.eeworm.com/read/412615/11190465
sln rcpserver.sln
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RCPServer", "RCPServer.vcproj", "{B22C125B-7678-4685-ADFA-1F4EB0466157}"
EndProject
G
www.eeworm.com/read/412615/11190467
ncb rcpserver.ncb
www.eeworm.com/read/412615/11190468
opt rcpserver.opt
www.eeworm.com/read/412615/11190469
dsw rcpserver.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/412615/11190472
h rcpserver.h
#ifndef _RCPSERVER_H_
#define _RCPSERVER_H_
///////////////////////////////////////////////
//
// 帮助宏
#define SERVER_LISTEN_PORT 4813
#define SAFE_DELETE_ARRAY(x) if(x!=NULL) { delete[] x; x =
www.eeworm.com/read/412615/11190477
plg rcpserver.plg
Build Log
--------------------Configuration: RCPServer - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADM
www.eeworm.com/read/412615/11190484
aps rcpserver.aps
www.eeworm.com/read/412615/11190493
cpp rcpserver.cpp
// RCPServer.cpp : Defines the entry point for the application.
//
#include "StdAfx.h"
#include "resource.h"
//#include "WSAErrorString.h"
//#include "id_handler.h"
// 时间的限制,以分钟为单位
#defin
www.eeworm.com/read/412615/11190497