代码搜索:chatClient
找到约 2,268 项符合「chatClient」的源代码
代码结果 2,268
www.eeworm.com/read/470417/6910424
java chatclient.java
package myQQ;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.Socket;
public class ChatClient extends
www.eeworm.com/read/254677/6940512
java chatclient.java
package chatroom;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JTextArea;
import javax.swing.JTextField;
import java.net.*;
import java
www.eeworm.com/read/469112/6977647
h chatclient.h
#if !defined(AFX_CHATCLIENT_H__FF6B6466_8A89_4728_B131_113081E96DA4__INCLUDED_)
#define AFX_CHATCLIENT_H__FF6B6466_8A89_4728_B131_113081E96DA4__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif
www.eeworm.com/read/469112/6977649
cpp chatclient.cpp
// ChatClient.cpp : implementation file
//
#include "stdafx.h"
#include "LANChat.h"
#include "ChatClient.h"
#include "LANChatDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
st
www.eeworm.com/read/468070/6998969
java chatclient.java
/*
* 简易聊天室
* 作者:王安宇
*/
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.net.*;
import javax.swing.JButton;
import javax.swing.JLabel;
import javax.swing.J
www.eeworm.com/read/467720/7000261
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/467720/7000263
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/467720/7000264
c chatclient.c
#include
#include "resource.h"
#include "time.h"
#define ID_RECEIVEEDIT 1
#define ID_SENDEDIT 2
#define ID_BUTTONSEND 3
#define ID_BUTTONRECVFILE 4
#define IDC_MAIN_EDIT 5
#def
www.eeworm.com/read/467720/7000265
plg chatclient.plg
Build Log
--------------------Configuration: ChatClient - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\WA
www.eeworm.com/read/467720/7000266