代码搜索:SocketClient
找到约 297 项符合「SocketClient」的源代码
代码结果 297
www.eeworm.com/read/393710/2471020
hpp socketclient.hpp
/* Copyright (C) 2003 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Fou
www.eeworm.com/read/393710/2471424
cpp socketclient.cpp
/* Copyright (C) 2003 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Fou
www.eeworm.com/read/368804/2807033
jpr socketclient.jpr
;JBuilder -- PROJECT FILE VERSION {2.00} - do not alter this line!
#0=SocketClient.jpr
#1=SocketClient.html
sys[0].BackupPath=.
sys[0].CheckStable=1
sys[0].Company=\u5317\u4eac\u5e08\u8303\u5927\
www.eeworm.com/read/368804/2807034
java socketclient.java
/**
* Title: Java网络编程演示
* Description: Java网络编程演示,用于北京师范大学计算机系Java课程教学示范。
* Copyright: Copyright (c) 2001
* Company: 北京师范大学计算机系
* @author 孙一林
* @version 1.0
*/
import java.net
www.eeworm.com/read/366234/2892442
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/366234/2892445
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/363864/2910534
java socketclient.java
package com.lcj.folder.files;
import java.net.*;
import java.io.*;
public class SocketClient {
private String ip;
private int port;
private Socket socket = null;
DataOutputStream
www.eeworm.com/read/360437/2961751
hpp socketclient.hpp
/* Copyright (C) 2003 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Fou
www.eeworm.com/read/360437/2962155
cpp socketclient.cpp
/* Copyright (C) 2003 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Fou
www.eeworm.com/read/268139/4257579
java socketclient.java
package client;
import java.io.*;
import java.net.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class SocketClient extends JFrame implements Runnable {
JPanel