搜索资源列表
通讯时服务器和客户机端socket API通讯流程
- 通讯时服务器和客户机端socket API通讯流程
socket-file-transfer 利用socket进行文件传输的服务器端程序和客户端程序
- linux/unix环境下利用socket进行文件传输的服务器端程序和客户端程序-linux/unix socket file transfer server client
Linux_socket_program
- linux socket编程很好的学习文档,其中有很多C代码例程-linux socket programming good study documents, there is one of a lot of C code routines
socket
- 是学习socket编程难得的pdf,udp,tcp编程必看-It is rare to learn socket programming pdf, udp, tcp programming see
Socket
- winsock环境编程的描述以及相关代码的实现包含截图-winsock programming environment, a descr iption of the implementation code contains the screenshot
socket
- this code tells about socket programming -this code tells about socket programming ....................
asdfsdf
- 给大家介绍种隐藏进 程新思路方法它仍然是以DLL形式存在(同样需要由其他可执行文件来加载)而且还具有无端口特性它就是使用了 Windows Socket 2新特性服务提供者接口(Service Provider Interface)SPI-To introduce the kinds of new ideas and methods which hide the process is still a DLL form (also required by the other executa
socketProgaramGuideBook
- socket编程原理,对socket讲述的比较透彻!-socket programming principle, comparison of the socket about thorough!
asyn-socket-model
- 一步套接字模型,讲述了几种常用的套接字模型。想学网络编程的话,必看!-Step socket model, described several common socket model. Want to learn network programming, then, must see!
cSharp-socket-mutiport-programming(1)
- 本文讲下C#使用socket实现多端口通信,挺不错哦,一起看下吧。 基本思路是: 1》服务端监听(用一个公用的端口接收连接的请求如:6666)。 2》客户机请求连接端口为6666 3》服务器接受请求然后再监听一个新的端口,再把这个端口发送给客户机。 4》客户机接到发来的端口,再重新连接服务器此端口。 5》服务器保存每一个连接的客户机。 -This article about C# using the socket und
someWords
- SOCKET IM 通讯协议的 一份报告分析很有研究价值-SOCKET IM protocol, a report of great research value
Http-and-Socket-difference
- 主要介绍了http协议和socket通信机制的区别,对学习socket的学生能加深对其机制的理解。-Focuses on the http protocol and the difference between socket communication mechanism, to learn its socket students to deepen understanding of the mechanisms.
Raw-socket
- Raw Socket programe Guide
socket-accept
- Socket下的accept使用说明及介绍 -Socket accept
socket-connect
- Socket下的connect使用说明及介绍-Socket connect
socket
- Socket 使用范例,比较详细,对新手很有用-SOCKET exception
communicatoon-based-on-SOCKET
- 基于IP传感器的监控软件能够对分布在网络上的作为独立节点的传感器进行数据采集、校准等操作,而在监控软件开发中,首先就要解决网络通信问题。本文以搭载了Linux操作系统的IP传感器(ARM核)作为下位机,在其上编程实现Socket通信的服务器端,提供Socket客户端的并发访问。以装有Windows的计算机作为上位机,在其 上编程实现Socket通信的客户端,实现对Socket服务器端的访问,解决了IP传感器网络监控平台的通信问题。 -The monitoring software based o
socket-example
- socket简单例子,包含客户端与服务器,讲解多线程与阻塞的问题-very good~~~
Socket
- Socket通讯资料,在网络中传送数据使用的文档,可以参考哦-Socket communication information document used in the network to transmit data, you can refer!
C_-Socket-communications
- 网络套接字(Socket)是基于TCP/IP协议的程序实现协议。实际上,我们所有的网络编 程都是基于Socket而实现的。 -The network socket (Socket) is to achieve an agreement based on the TCP/IP protocol procedures. In fact, all of our network programming are achieved based on Socket.