代码搜索:ChatServer
找到约 2,399 项符合「ChatServer」的源代码
代码结果 2,399
www.eeworm.com/read/243511/12936562
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/329718/12937163
zip chatserver.zip
www.eeworm.com/read/142406/12946871
h chatserver.h
// ChatServer.h : main header file for the CHATSERVER application
//
#if !defined(AFX_CHATSERVER_H__4929E7A5_3ABD_11D4_8C39_0000E839EC5E__INCLUDED_)
#define AFX_CHATSERVER_H__4929E7A5_3ABD_11D4_8
www.eeworm.com/read/142406/12946875
clw chatserver.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CPortDlg
LastTemplate=CSocket
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "ChatServe
www.eeworm.com/read/142406/12946883
plg chatserver.plg
Build Log
--------------------Configuration: ChatServer - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l 0x80
www.eeworm.com/read/142406/12946886
aps chatserver.aps
www.eeworm.com/read/142406/12946893
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/142406/12946899
ico chatserver.ico
www.eeworm.com/read/142406/12946911
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/142406/12946960