代码搜索:chatClient
找到约 2,268 项符合「chatClient」的源代码
代码结果 2,268
www.eeworm.com/read/488979/1226878
java chatclient.java
//ChatClient.java
package chatclient;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Event;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.a
www.eeworm.com/read/486572/1250112
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/486572/1250113
h chatclient.h
// ChatClient.h : main header file for the CHATCLIENT application
//
#if !defined(AFX_CHATCLIENT_H__4EC74F10_56FA_41B6_9A25_0C6790DF18F8__INCLUDED_)
#define AFX_CHATCLIENT_H__4EC74F10_56FA_41B6_9
www.eeworm.com/read/486572/1250115
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/486572/1250116
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/486572/1250120
plg chatclient.plg
Build Log
--------------------Configuration: ChatClient - Win32 Release--------------------
Command Lines
Creating temporary file "C:\WINDOWS\T
www.eeworm.com/read/486572/1250130
rc chatclient.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/486572/1250136
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/479408/1333059
java chatclient.java
package Server;
import java.net.InetSocketAddress;
import java.nio.channels.Channels;
import java.nio.channels.SocketChannel;
import java.nio.channels.WritableByteChannel;
import java.io.IOExce