代码搜索:SocketClient
找到约 297 项符合「SocketClient」的源代码
代码结果 297
www.eeworm.com/read/163208/10170755
cpp socketclient.cpp
// SocketClient.cpp : implementation file
//
#include "stdafx.h"
#include "SuperServer.h"
#include "SocketClient.h"
#include "SuperServerView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef TH
www.eeworm.com/read/358806/10178551
h socketclient.h
#if !defined(AFX_SOCKETCLIENT_H__27590025_AEFC_4A85_83B6_0CA6C32D5BC9__INCLUDED_)
#define AFX_SOCKETCLIENT_H__27590025_AEFC_4A85_83B6_0CA6C32D5BC9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/358806/10178556
cpp socketclient.cpp
// SocketClient.cpp : implementation file
//
#include "stdafx.h"
#include "testserver.h"
#include "SocketClient.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FIL
www.eeworm.com/read/420332/10802853
java socketclient.java
import java.io.*;
import java.net.*;
public class SocketClient{
public static void main(String[] args){
Socket cs;
String data = "";
String recvdata = "";
tr
www.eeworm.com/read/271873/10977532
java socketclient.java
import java.io.*;
import java.net.*;
public class ScoketClient{
public static void main(String[] args){
Socket cs;
String data=" ";
String recvdata=" ";
try{
cs=new Socket("127.0.0
www.eeworm.com/read/466524/7026326
ico socketclient.ico
www.eeworm.com/read/466524/7026327
h socketclient.h
// SocketClient.h : main header file for the SOCKETCLIENT application
//
#if !defined(AFX_SOCKETCLIENT_H__B31DD420_146E_4D4C_923B_159317239D13__INCLUDED_)
#define AFX_SOCKETCLIENT_H__B31DD420_146
www.eeworm.com/read/466524/7026328
clw socketclient.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CSocketClientDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "S
www.eeworm.com/read/466524/7026329
dsw socketclient.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "SocketClient"=.\Soc
www.eeworm.com/read/466524/7026331