代码搜索:SocketClient

找到约 297 项符合「SocketClient」的源代码

代码结果 297
www.eeworm.com/read/179859/9334361

java ftpserver.java

import java.io.*; import java.net.*; public class ftpServer extends Thread{ private Socket socketClient; private int counter; private static String initDir; public static void main(Stri
www.eeworm.com/read/466524/7026354

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // SocketClient.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "std
www.eeworm.com/read/436849/7761529

java chatserver.java

import java.io.*; import java.net.*; import java.util.*; import javax.swing.*; import java.awt.*; import java.awt.event.*; public class ChatServer { int portfinal=5000; JTextArea boitein
www.eeworm.com/read/247331/12664393

cs iclient.cs

using System; using System.Collections.Generic; using System.Text; namespace SocketClient { interface IClient { void sendMessage(String message); String receiveMessa
www.eeworm.com/read/471947/6884429

java ftpserver.java

import java.io.*; import java.net.*; public class ftpServer extends Thread{ private Socket socketClient; private int counter; private static String initDir; public static void main(Stri
www.eeworm.com/read/293604/8283266

cpp tcpclient.cpp

#include #include void main() { WORD wVersionRequested; WSADATA wsaData; int err; wVersionRequested = MAKEWORD( 1, 1 ); err = WSAStartup( wVersionRequested,
www.eeworm.com/read/100729/15866265

txt readme.txt

串口通讯说明: 1、源程序: src/posmsg.c 消息队列 src/tools.c 常用工具 src/comport.c 串口通讯 src/clientpos.c POS模拟 src/socketclient.c SOCKET通讯 src/mon.c 监控及串口读写 2、设置环境: #. ./setEnv.sh 3、编译: #. ./set
www.eeworm.com/read/211681/15175667

cpp downloadftp.cpp

// DownloadFtp.cpp: implementation of the CDownloadFtp class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "NetDownMTR.h" #include "Dow
www.eeworm.com/read/281379/9159018

cpp activecectl.cpp

// ActiveceCtl.cpp : Implementation of the CActiveceCtrl ActiveX Control class. #include "stdafx.h" #include "Activece.h" #include "ActiveceCtl.h" #include "ActivecePpg.h" #include
www.eeworm.com/read/420895/10769227

cs form1.cs

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Net;