搜索资源列表
socket函数
- socket函数,学习socket编程的好-socket function, learning socket programming hyperactive move
能延时退出的阻塞式socket函数的设计
- 摘 要:介绍了Win32平台(Windows95/98/NT)下socket的阻塞和非阻塞两种工作模式。结合两个具体程序模型,讨论了在网络环境下发送/接收数据使用阻塞式socket的必要性和不足之处,并提出用能延时退出的阻塞式socket读写函数的解决方案。-Abstract : the Win32 platform (describes) socket obstruction and two non-blocking mode. Combining two specific program m
wal.zip使用Windows Socket API编写的通用函数
- 使用Windows Socket API编写的通用函数,包含异步socket的使用,General function writed by Windows Socket API, containing the use of non-synchronized socket
socketCppWrapper.zip
- 一个unix和windows通用的socket函数封装的类,A class which is encapulated by common socket functions and can be used in unix and windows.
FTP
- 在Linux下以C语言完成的一个小型FTP服务系统,内附详细的设计及功能说明,以及测试文档及截图,文档中还包含了详细的Socket函数及文件操作函数介绍,适合Linux编程初学者参考使用。-C language in Linux, complete with a small FTP service system, containing a detailed descr iption of the design and function, and test documents and screen
socket
- socket编程。winsock编程实现网络通信。 非阻塞模式实现面向连接一个服务器和多个客户端的收发数据(select模型) 阻塞模式实现面向无连接的一对一的通信 1.学习通过winsock编程实现网络通信。 2.学习面向连接和面向无连接的网络通讯方式的编程。 3.学习阻塞和非阻塞模式的网络通讯的编程。 4.熟悉与winsock有关的API函数的用法。 -socket programming. winsock network communications progr
SOCKET-Send-Photo
- 这是一个利用Socket来发送图片的例子程序。值得注意的是:图片对象被表示成COM接口IPicture. 程序分为服务器端和客户端。服务器端里面的文件Picture.h和Picture.cpp是用来处理图片的。它们用到了函数OleLoadPicture. 具体的代码实现,请您细看。-This is a Socket to send pictures using the example program. It is worth noting: Image objects are represent
socket
- linux 里面的socket完好封装。 把基本的客户端和服务器端写成了函数,方便调用。-socket inside the well-linux package. The basic client and server written in a function to facilitate the call.
win_tcp
- windows下直接调用socket函数实现的tcp server和client程序-windows directly call socket functions to achieve the tcp server and client procedures
FileServer
- 实现局域网内文件的快速的传输。程序用了Api SOCKET 函数-LAN with the rapid transmission of documents. Procedures used Api SOCKET function
LINUX-socket
- Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。 Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返
Socketinf
- socket编程指南,编纂socket是用函数信息.-socket programming guide is a compilation of socket function information.
SOCKET
- 采用了C++ BUILDER6.0中的SOCKET控件、UDP控件和系统自带的API函数来实现屏幕抓取、文件传输、远程控制等核心内容-failed to translate
Socket
- CSocket获取http响应包。重载CSocket的收包函数;根据输入http地址发送http请求。-CSocket access http response packet. Overloaded functions CSocket admission package under the Importation of http address to send http request.
socket
- 简单的测试socket函数程序 完成基本的网络通讯功能,可在局域网内收发信息。-Simple test socket function process is complete the basic network communication capabilities, you can send and receive messages within a local area network.
perl_socket
- 使用perl编写的通用socket客户端程序。 common.pl --提供通用的socket函数 test.pl -- 调用common.pl,使用http协议得到网站的html文件。-Prepared to use perl generic socket client program. common.pl- provide universal socket function test.pl- call common.pl, using the http protocol to be
socket
- 用VC编写的socket小程序,有客户端和服务端,两者3次握手建立连接,用到了最基本的socket,bind,listen,send,receive,函数,非常适合初学者,我就是用这个例子学习的socket编程,很经典的例子有,还有小界面-Socket using a small program written in VC, there are client and server, the two three-way handshake to establish a connection, us
udp-and-communication
- 实现UDP通信,采用SOCKET函数编写-Achieve UDP communication function prepared by SOCKET
Maximum-packet-length-SOCKET
- 解决SOCKET函数最大包长度问题 C++网络编程时遇到的比较棘手的问题之一,这个资料可以较好地解决问题-Maximum packet length SOCKET function to solve the problem C++ network programming more difficult problems encountered by one, this information can solve the problem
Linux下C语言Socket函数建立TCP连接
- LINUX下使用C语言基于SOCKET函数建立TCP连接(LINUX uses the C language to build TCP connections based on the SOCKET function)