代码搜索:chatClient

找到约 2,268 项符合「chatClient」的源代码

代码结果 2,268
www.eeworm.com/read/361936/10027740

java chatclient.java

import java.io.*; import java.net.*; import java.awt.*; import java.awt.event.*; public class ChatClient extends Frame { TextArea ta = new TextArea(); TextField tf = new TextField(); publ
www.eeworm.com/read/361936/10027744

java chatclient.java

import java.io.*; import java.net.*; public class ChatClient { Socket s = null; public ChatClient() throws Exception { s = new Socket("127.0.0.1", 8888); (new Thread(new ReceiveThread
www.eeworm.com/read/361936/10027748

java chatclient.java

import java.io.*; import java.net.*; public class ChatClient { Socket s = null; public ChatClient() throws Exception { s = new Socket("127.0.0.1", 8888); } public void send(String
www.eeworm.com/read/357986/10197783

dsp chatclient.dsp

# Microsoft Developer Studio Project File - Name="ChatClient" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86
www.eeworm.com/read/357986/10197784

ico chatclient.ico

www.eeworm.com/read/357986/10197786

h chatclient.h

// ChatClient.h : main header file for the CHATCLIENT application // #if !defined(AFX_CHATCLIENT_H__7DFB6A27_8715_11D6_8F32_00E04CE76240__INCLUDED_) #define AFX_CHATCLIENT_H__7DFB6A27_8715_11D6_8
www.eeworm.com/read/357986/10197787

dsw chatclient.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/357986/10197788

cpp chatclient.cpp

// ChatClient.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "ChatClient.h" #include "ChatClientDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THI
www.eeworm.com/read/357986/10197789

plg chatclient.plg

Build Log --------------------Configuration: ChatClient - Win32 Debug-------------------- Command Lines Creating command line "rc.exe /l 0x804
www.eeworm.com/read/357986/10197790

opt chatclient.opt