代码搜索:SocketClient
找到约 297 项符合「SocketClient」的源代码
代码结果 297
www.eeworm.com/read/247331/12664398
cs socketclient.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Net.Sockets;
using System.IO;
using System.Net;
using System.Windows.Forms;
using System.Threading;
namespace
www.eeworm.com/read/319084/13462492
h socketclient.h
#if !defined(AFX_SOCKETCLIENT_H__CB966160_19F3_4549_9FB5_B05B9B3B8DD7__INCLUDED_)
#define AFX_SOCKETCLIENT_H__CB966160_19F3_4549_9FB5_B05B9B3B8DD7__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/319084/13462495
cpp socketclient.cpp
// SocketClient.cpp : implementation file
//
#include "stdafx.h"
#include "WinSockClient.h"
#include "SocketClient.h"
#include "WinSockClientDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#und
www.eeworm.com/read/316990/13513069
java socketclient.java
/*
* SocketClient.java E.L. 2001-08-25
*/
import java.io.*;
import java.net.*;
class SocketClient {
public static void main(String[] args) {
try {
/* Input will be read fro
www.eeworm.com/read/315625/13539732
java socketclient.java
package com.wy.ch11;
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
public class SocketClient extends MIDlet implements CommandListener{
private Display display;
www.eeworm.com/read/303900/13806963
class socketclient.class
www.eeworm.com/read/303900/13806964
java socketclient.java
package net;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.net.Inet
www.eeworm.com/read/143026/5759639
h socketclient.h
// SocketClient.h : header file
#if !defined(AFX_SOCKETCLIENT_H__A117F2A9_7827_4D74_A892_CF1A34B4E5D2__INCLUDED_)
#define AFX_SOCKETCLIENT_H__A117F2A9_7827_4D74_A892_CF1A34B4E5D2__INCLUDED_
#if _
www.eeworm.com/read/143026/5759644
cpp socketclient.cpp
// SocketClient.cpp : implementation file
#include "stdafx.h"
#include "NetPhone.h"
#include "SocketClient.h"
#include "NetPhoneDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stat