代码搜索:chatClient
找到约 2,268 项符合「chatClient」的源代码
代码结果 2,268
www.eeworm.com/read/450410/1670640
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/450410/1670641
cpp chatclient.cpp
// ChatClient.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "ChatClient.h"
#include "MainFrm.h"
#include "ChatClientDoc.h"
#include "ChatClientView.h
www.eeworm.com/read/450410/1670645
plg chatclient.plg
Build Log
--------------------Configuration: ChatClient - Win32 Release--------------------
Command Lines
Creating temporary file "C:\WINDOWS\T
www.eeworm.com/read/450410/1670655
rc chatclient.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/450410/1670661
clw chatclient.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CChatClientView
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "ch
www.eeworm.com/read/449239/1679224
java chatclient.java
import java.util.*;
/*
* ChatApplet.java
*
* Created on July 25, 2000, 7:37 PM
*/
/**
*
* @author Yani Ioannou
* @version 1.0
*/
public class ChatClient extends javax.swing.JAppl
www.eeworm.com/read/447210/1707317
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/447210/1707319
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/447210/1707321
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/447210/1707323
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