代码搜索:ChatServer
找到约 2,399 项符合「ChatServer」的源代码
代码结果 2,399
www.eeworm.com/read/106432/15636670
plg chatserver.plg
Build Log
--------------------Configuration: ChatServer - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l 0x80
www.eeworm.com/read/106432/15636671
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/106432/15636673
ico chatserver.ico
www.eeworm.com/read/106432/15636675
cpp chatserver.cpp
// ChatServer.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "ChatServer.h"
#include "ServerDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FI
www.eeworm.com/read/106432/15636685
rc chatserver.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/106432/15636686
opt chatserver.opt
www.eeworm.com/read/106432/15636688
dsw chatserver.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/106432/15636690
ncb chatserver.ncb
www.eeworm.com/read/106328/15639732
java chatserver.java
import java.io.*;
import java.net.*;
import java.util.*;
public class ChatServer
{
public static void main(String args[])
{
ServerSocket server=null;
Socket you=null;
www.eeworm.com/read/105683/15661377