搜索资源列表
2005011919093120626
- 1服务端接收文件,客户端发送文件。 2 每个Socket连接同时只能够传输一个文件。 3 可同时发送网络消息 -receiving a document server, the client this document. Socket two each while only link to a document transmission. 3 can also send news network
mail
- 基于php用socket发送邮件比较齐全的一个类,可以直接引用,大大增加了工作效率-Php send mail using socket based on a relatively complete a class can be directly quoted, greatly increasing the efficiency of
sysmngr
- 该软件可以侦测正在运行的软件是否工作正常,若是被异常关闭,可以再把它吊起。所侦测的软件可以向它发送Socket,若是它侦测不到发送的Socket,就会把被侦测的软件关闭再吊起。-The software can detect whether the software is working properly run, is an exception if closed, then it can be lifted. The detection software can send it to the
kdcxcs1
- 快递发送单的通信查询,利用了SOCKET通信-Communication courier to send a single query, using SOCKET communication
kdcxcs3
- 快递发送单查询通信, 利用了socket-Courier to send single query communication using a socket
kdcxcs4
- 快递发送单查询通信, 利用了socket-Courier to send single query communication using a socket
kdcxcs2
- 快递发送单查询通信, 利用了socket-Courier to send single query communication using a socket
kdcxcs5
- 快递发送单查询通信, 利用了socket-Courier to send single query communication using a socket
taojiezi
- 编写基于会话套接字进行通信的服务器端和客户端程序,要求: 客户端以字符串的形式循环发送“data0”到“data9”到服务器端; 服务器端收到每个字符串后,回应一个echo信号到客户端,格式为:“XXXXXXXX echo data0” (XXXXXXXX为学号); - written communication session based socket server and client procedures,
Delphi_620260
- Delphi:Delphi源代码实例实现Socket远端文件传输实例,程序分为客户端和服务端,两者都需要运行才能实现点对点的文件传输功能,任一方都可终止传送和接收文件,类似QQ的在线文件传输功能,基本的模块,可再此基础上不断完善和提高。 -Delphi: Delphi source code examples to achieve Socket remote file transfer instance, the program is divided into client and serv
WebPainter
- 一个网络白板程序,有客户端和服务器端,服务器实现多线程,并且可以实时显示连接数及连接的ip,客户端实现绘图功能,并把图像发到服务器端,服务器转发给其他客户端。代码是用java写的,采用的基本Server/Client的方式实现。网络白板是非常适合初学者研究的一个项目,对于是用socket,了解s/c机制有些帮助。我的代码也写得十分简单,功能也比较齐全,而且这个是福利资源,大家快来下-Whiteboard procedures, a network with the client and serv
imaqacdemo3
- Telesurveillance with caméra and send with socket
oec
- 在Windows下,通过socket,实现发送和接受数据-Under Windows, through socket, send and receive data
TCP客户端程序
- 基于labview的TCP客户端程序发送主机通常将发送缓冲区中的数据按内存地址从低到?的顺序发出,接收主机把从?络上接到的字节依次保存在接收缓冲区中,也是按内存地址从低到?的顺序保存。 TCP/IP协议规定,?络数据流应采??端字节序,即低地址?字节。 socket API是?层抽象的?络编程接?,适?于各种底层?络协议,如IPv4、 IPv6,以及后?要讲的UNIX Domain Socket。(Based on the TCP client program to send the hos