搜索资源列表
-
0下载:
用SOCKET编程实现FTP客户端(C#)及服务器端(C++)功能,有断点续传功能,SOCKET Programming with FTP client (C#) and server-side (C++) function, HTTP functions
-
-
0下载:
socket -Step one: use the specified port number and server to establish a Endpoint ip like the second step: the creation of a Socket on the image th ird step: using socket like the Bind () method to bind EndPoint fourth step: The socket like the List
-
-
0下载:
TCP Listener
Private server As TcpListener
Private maxConnections As Integer = 10
Private clients(maxConnections) As TcpClient
Private streams(maxConnections) As NetworkStream
Private status(maxConnections) As Boolean
Private clie
-
-
2下载:
SOCKET编程文档及实例含有客户端和服务器端-SOCKET programming documentation and examples containing the client and server-side
-
-
0下载:
VC write SOCKET example, there are server and client, very helpful for the novice
-
-
0下载:
C#socket编程,适合初学者下载研究。包含客户端和服务端2个项目。-
C# socket programming for beginners download the study. Including client and server-side two projects.
-
-
0下载:
通过socket通信建立服务端程序,用于门禁控制器(客户端)的连接,成功后进行门禁控制。-Through the establishment of socket communication server program for access controller (client) connection, after the success of access control.
-
-
0下载:
该Demo总共包括三个项目:
1.StriveEngine.SimpleDemoServer:基于StriveEngine开发的服务端。
2.StriveEngine.SimpleDemoClient:基于StriveEngine开发的客户端。
3.StriveEngine.SimpleDemo:直接基于.NET的Socket开发的客户端,其目的是为了演示:在客户端不使用StriveEngine的情况下,如何与基于StriveEngine的服务端进行通信-The D
-