代码搜索:SocketClient
找到约 297 项符合「SocketClient」的源代码
代码结果 297
www.eeworm.com/read/296973/3895927
java socketclient.java
package ch07.section04;
import java.io.*;
import java.net.*;
import ch07.section03.*;
public class socketClient {
public static void main(String[] args) throws IOException {
// 指定使用本
www.eeworm.com/read/288987/3996420
~pas socketclient.~pas
unit SocketClient;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Grids, DBGrids, DB, DBClient, MConnect, SConnect;
type
TForm1 =
www.eeworm.com/read/288987/3996433
pas socketclient.pas
unit SocketClient;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Grids, DBGrids, DB, DBClient, MConnect, SConnect;
type
TForm1 =
www.eeworm.com/read/288987/3996435
~dfm socketclient.~dfm
object Form1: TForm1
Left = 215
Top = 165
Width = 491
Height = 240
Caption = 'SocketClient'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.H
www.eeworm.com/read/288987/3996437
dfm socketclient.dfm
object Form1: TForm1
Left = 232
Top = 311
Width = 491
Height = 240
Caption = 'SocketClient'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.H
www.eeworm.com/read/287799/4017464
rc socketclient.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/287799/4017465
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/287799/4017468
dsw socketclient.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/287799/4017469
dsp socketclient.dsp
# Microsoft Developer Studio Project File - Name="socketclient" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x
www.eeworm.com/read/287799/4017472
cpp socketclient.cpp
// socketclient.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "socketclient.h"
#include "socketclientDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#und