代码搜索:ChatServer
找到约 2,399 项符合「ChatServer」的源代码
代码结果 2,399
www.eeworm.com/read/143026/5760811
clw chatserver.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CConnectThread
LastTemplate=CWinThread
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "
www.eeworm.com/read/143026/5760814
rc chatserver.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/143026/5760819
sln chatserver.sln
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ChatServer", "ChatServer.vcproj", "{665B2EAA-70B3-4FB6-A73D-9CC72F8A2BEB}"
EndProject
www.eeworm.com/read/143026/5760823
cpp chatserver.cpp
// ChatServer.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "ChatServer.h"
#include "MainFrm.h"
#include "IpFrame.h"
#include "ChatServerDoc.h"
#inc
www.eeworm.com/read/143026/5760829
reg chatserver.reg
REGEDIT
; This .REG file may be used by your SETUP program.
; If a SETUP program is not available, the entries below will be
; registered in your InitInstance automatically with a call to
;
www.eeworm.com/read/143026/5760848
dsp chatserver.dsp
# Microsoft Developer Studio Project File - Name="ChatServer" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86
www.eeworm.com/read/139876/5796199
dof chatserver.dof
[Compiler]
A=1
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=1
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
UnitAliases=WinTypes=Windows;
www.eeworm.com/read/139876/5796200
dpr chatserver.dpr
program ChatServer;
uses
Forms,
ChatServerUnit in 'ChatServerUnit.pas' {MainForm};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TMainForm, MainForm);
Applica
www.eeworm.com/read/134873/5891763
java chatserver.java
package at.ac.uni_linz.tk.vchat;
import java.awt.*;
import java.net.*;
import java.io.*;
import java.util.*;
import java.text.*;
/**
* Main class for the server side's functionality. Sta