代码搜索:chatClient

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

代码结果 2,268
www.eeworm.com/read/379103/9207747

java~5~ jipaddressfield.java~5~

/* * 文件: JIPAddressField.java * 日期 作者 改变情况 * 2004-9-1 Dorian 创建 */ package chatClient; import java.awt.Component; import java.awt.Dimension; import java.awt.event
www.eeworm.com/read/379103/9207751

java~2~ jipaddressfield.java~2~

/* * 文件: JIPAddressField.java * 日期 作者 改变情况 * 2004-9-1 Dorian 创建 */ package chatClient; import java.awt.Component; import java.awt.Dimension; import java.awt.event.
www.eeworm.com/read/373281/9464495

txt codeexm1.txt

/* chatclient.c */ #include #include #include #define BUFFSIZE 256 #define INPUT_PROMPT "Input > " #define RECEIVED_PROMPT "Received> " int recvln(connection,
www.eeworm.com/read/357986/10197781

cpp setupdlg.cpp

// SetupDlg.cpp : implementation file // #include "stdafx.h" #include "ChatClient.h" #include "SetupDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __
www.eeworm.com/read/357986/10197797

cpp chatsocket.cpp

// ChatSocket.cpp : implementation file // #include "stdafx.h" #include "ChatClient.h" #include "ChatSocket.h" #include "ChatClientDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FI
www.eeworm.com/read/424280/10475051

java chatroomclient.java

package chatclient; //chat room client //author Hailiang Yue import java.awt.*; import java.awt.event.*; import java.io.*; import java.net.*; public class ChatRoomClient extends Frame impleme
www.eeworm.com/read/127076/7131339

cpp onlinebar.cpp

// OnlineBar.cpp : implementation file // #include "stdafx.h" #include "chatclient.h" #include "OnlineBar.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] =
www.eeworm.com/read/127076/7131345

cpp onlinelist.cpp

// OnlineList.cpp : implementation file // #include "stdafx.h" #include "chatclient.h" #include "OnlineList.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[]
www.eeworm.com/read/464182/7167830

cpp setupdlg.cpp

// SetupDlg.cpp : implementation file // #include "stdafx.h" #include "ChatClient.h" #include "SetupDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __
www.eeworm.com/read/464182/7167862

cpp chatsocket.cpp

// ChatSocket.cpp : implementation file // #include "stdafx.h" #include "ChatClient.h" #include "ChatSocket.h" #include "ChatClientDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FI