搜索资源列表
windows socket编程
- 首先Server程序创建两个socket: 分别为 TCP socket(使用命令行参数指定端口号) UDP socket(UDP端口号自定义,使用宏定义写在程序里,必须大于1024)。 server端在这两个端口上侦听连接,接受来自客户端的服务请求。
SOCKET-TCP.rar
- 该协议建立在TCP/IP基础之上,能够保证高可靠性的文件传输。本程序是FTP客户端软件的开发实例,The agreement built on the TCP/IP based, to ensure high reliability of the file transfer. This procedure is a FTP client software examples
Socket-TCP
- java socket 实现基于tcp的p2p聊天室,可以多人聊天。-java socket tcp of p2p-based chat rooms, you can chat with people.
TCP_UDP-Socket
- TCP和UDP 传输源码,还有 select 模型-TCP_UDP Transfer Examples,and Select
vc3583578356
- socket-tcp、udp编程,包括多线程处理-socket
SOCKET
- vb 编写的socket TCP,很好的例子,花费了我好长时间-vb prepared socket TCP, good example, I spent a long time
wangluocaiji
- linux qt socket网络数据采集器,通过tcp协议接受数据,显示在界面-linux qt socket tcp
Socket
- Android TCP通信源码 Android TCP通信源码-Android TCP traffic source Android TCP traffic source
socket
- TCP/IP网络通讯,包括客户端和服务端-TCP/IP network communications, including client and server
Socket
- C#语言编写,socket网络编程(tcp协议编写),含客户端,服务端,界面华丽,.net平台-C# Languages, socket network programming (tcp protocol preparation), including client, server, interface gorgeous,. Net platform
socket
- socket tcp-socket tcp..............................
服务器与客户间通过套接口Socket(TCP)连接
- 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法 -Between server and client through the socket Socket (
Que-Linux-Socket-Programming.pdf
- 一本描述tcp/ip编程的详细教程,包含各种方法的使用-a book describe tcp/ip program,include many kinds of methods
SOCKET-tcp
- tcp 通信 能够实现服务端与客户端通信-socket tcp information
Socket
- Socket通讯示例,C/s结构,TCP/IP协议-Socket Communications example, C/s structure, TCP/IP protocol
Socket
- 这个文件实现了文件传输功能,简单的应用了Socket tcp/ip-The File can transmission file with Socket tcp or ip,which is maked in delphi 7 and with Pascal language
Linux-socket-TCP-ClientServer
- 编写Linux下socket协议TCP的ClientServer程序-Under the agreement Linux TCP socket write the ClientServer program
Delphi-Socket-TCP-
- delphi 实现socket TCP 通讯,通过winsocke的封装,实现了WIN API socket通讯 代码通过EXE的Server端,client端来实现TCP通讯,并封装了DLL;避免了Delphi自带 的soket控件在Dll中无法收到消息的问题。-delphi socket TCP communication to achieve, through winsocke package to achieve the WIN API socket communicatio
tcp-socket(4files)
- tcp,udp的c/s程序,包含了linux,window的socket-tcp and udp
Java Socket TCP+UDP Client+Server
- A good Java Socket TCP+UDP Client+Server.