搜索资源列表
C-STransfer
- C-S模式下提供主机间相互通信的功能,基于socket-CS mode to provide communications between the host functions, based on the socket
Cshap_symbian_socket
- 基于symbian和C#程序进行socket通信的代码,希望对大家有帮助。-Based on symbian and C# Procedures socket communication code, and they hope to help everyone.
socket
- 单线程并发服务器(select) 编程. errexit()和passiveTCP()两个方法见"linux socket通信示例(传送文件)"文章-common implementation of thread pool logic for httpd and config.
wltxSocketbiancheng
- 精心浅入深地给出网络通信Socket编程,和若干个TCP/IP的案例,这些案例将有助于您加深对TCP/IP网络的理解,并能够使你熟悉地使用C语言编程语言和技术。-Carefully into the deep to shallow Socket programming network communications is given, and the number of TCP/IP case, these cases will help you learn more about TCP/IP n
J2mePhoneCommunication
- 手机Socket,udp,HTTP协议编程,实现C/S通信-Socket,udp,HTTP
prohibitIPSec
- 用C++写的一个接口通信的编程模块,可是实现一个简单的socket编程-In c++ written by one of the interface communication programming module, but realize a simple socket programming
MyControlComputer(java)
- 通过Android手机去关闭电脑,适用windows系统。之前发了一个电脑端用java写的,在网上自学后用C语言写了这个电脑服务器端。注意,这个app对应这个客户端,之前发的不能通用。 在学习的过程中发现,关于C语言与java通过socket通信这方面比较少入门级的简单易懂的例子,在C的cpp里面写了一下一些学到的东西,不足之处望指导。java实现socket比较简单,就不写了。 -Android phone to turn off the computer, for windows sys
socket
- C++来实现的socket通信代码实例,利用C语言实现SOCKET通信-SOCKET communication
socket
- socket c++的一些常用的知识,讲述使用简单的socket进行网络通信。-Socket some common knowledge of c++, using simple socket network communication.
communication-of-Android-and-CPP
- C++编写的服务器端跟android上编写的手机客户端进行socket通信,传动多种数据。用VC6.0直接打开C++ Server,用eclipse直接打开android socketTest。注意修改一下安卓代码中的IP地址。-This demo provid a way to solve the problem of the communication of Android and C++ with socket
CSharp_Android-Socket-yu
- c#与android的Socket通信,服务器是c#,android是客户端-C# and Socket Android communication, the server is Android, c# is the client
ClientDemo1
- 这是一个socket通信的客户端程序,c#的winform编程(his is a socket communication client program, WinForm programming c#)
SocketClient
- 简单C# Socket Client通信实例,初学者学习用(Simple c # Socket communication instance)
TestSockets
- 主要是介绍C# socket通信 用异步非阻塞方式,建立服务器和客户端,在程序中使用了委托,事件,回调函数来实现程序(This paper mainly introduces the asynchronous non blocking mode of C# socket communication, establishes the server and client, and uses the delegate, event and callback function in the progra
c#socket
- 例子主要包括SocketAsyncEventArgs通讯封装、服务端实现日志查看、SCOKET列表、上传、下载、远程文件流、吞吐量协议,用于测试SocketAsyncEventArgs的性能和压力,最大连接数支持65535个长连接,最高命令交互速度达到250MB/S(使用的是127.0.0.1的方式,相当于千兆网卡1Gb=125MB/S两倍的吞吐量)。服务端用C#编写,并使用log4net作为日志模块(Examples include SocketAsyncEventArgs communica
C#与Android-Socket通信
- C#与Android-Socket通信,支持电脑端与手机端的通讯