代码搜索:ChatServer
找到约 2,399 项符合「ChatServer」的源代码
代码结果 2,399
www.eeworm.com/read/316202/13528519
ncb chatserver.ncb
www.eeworm.com/read/316202/13528520
aps chatserver.aps
www.eeworm.com/read/316202/13528522
suo chatserver.suo
www.eeworm.com/read/316202/13528523
rc chatserver.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/316202/13528525
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/316202/13528526
h chatserver.h
// chatserver.h : main header file for the CHATSERVER application
//
#if !defined(AFX_CHATSERVER_H__FD0DE2FE_86DF_4685_96F0_7632FCAD5995__INCLUDED_)
#define AFX_CHATSERVER_H__FD0DE2FE_86DF_4685_9
www.eeworm.com/read/316202/13528527
cpp chatserver.cpp
// chatserver.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "chatserver.h"
#include "MainFrm.h"
#include "chatserverDoc.h"
#include "chatserverView.h
www.eeworm.com/read/313263/13591177
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/312314/13613689