CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - tcp ip server client 服务器 客户端

搜索资源列表

  1. exampl

    0下载:
  2. 通过设置发送并接收消息:可以设置端口,波特率,奇偶校验等参数.用TCP/IP实现客户/服务器模式.-send and receive news : you can set ports, baud rate, parity and other parameters. Using TCP / IP client / server model.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:51945
    • 提供者:李某
  1. masm_Feiler_v1.0

    2下载:
  2. 多线程 网络传输 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 传输协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPSe
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:69644
    • 提供者:水滴
  1. tcp_cs

    0下载:
  2. 一个简单的TCP/IP客户端和服务器端的功能实现.-a simple TCP / IP client and server-side functions.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3785
    • 提供者:董永亮
  1. socket_examples555

    0下载:
  2. 使用C/C++语言实现简单的TCP/IP协议,实现了客户端的功能,可接受网页和服务器的内容。-use C / C language simple TCP / IP protocol to achieve the client's functional, acceptable website and the content server.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:10610
    • 提供者:徐帆
  1. ChatSystem1

    0下载:
  2. 它包括服务器端程序TcpServer和客户端程序TcpClient主要才用socket 编程, 本程序采用tcp/ip socket多线程编程,并对一些重要的同步操作做了超时控制,以减少等待的时间,像连接服务器基本功能跟QQ类似,能进行多点的聊天和点对点的文件传送。这种编程的优势在于传送的数据不会丢失,而且用户上线下线时能即时反应出来. -It includes procedures TcpServer server and client TcpClient mainly spent s
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:15432977
    • 提供者:陈超群
  1. TCP_UDP002

    0下载:
  2. TCP/IP聊天程序,源码包括服务器与客户端-TCP / IP chat program, including the source server and client
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:47341
    • 提供者:hui
  1. chatsocket

    0下载:
  2. 简单的tcp/ip端口聊天程序,软件分为服务器端及客户端,服务器端确定聊天端口,客户端登陆服务器地址即可聊天。-simple tcp / ip ports chat program, the software into server and client, Chat server identified ports, landing client server addresses can chat.
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:70818
    • 提供者:kiki
  1. continue_tran

    0下载:
  2. 断点续传和多线程下载,可实现大文件传输.没有采用普遍的客户端,服务器方式,是一个对称性的文件传输器.基于TCP/IP-HTTP and multi-threaded download, enabling large file transfer. Not used widely client, server mode is a symmetry of the file transfer. Based on TCP / IP
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:120264
    • 提供者:wangxue
  1. 200561123155270

    0下载:
  2. 一个Tcp、ip聊天的代码,里面分客户端和服务器,供新手用-a blot, ip chatting code inside-client and server, used for novice
  3. 所属分类:状态条

    • 发布日期:2008-10-13
    • 文件大小:17900
    • 提供者:杨一行
  1. howdy

    0下载:
  2. Howdy Communication System的目的是提供一个简单、易用的基于文本的 TCP/IP 通信方法,使用一个简单的图形用户界面。服务器和客户端都是小型的,可以在任何支持Java的系统上运行。-Howdy Communication System for the purpose of providing a simple, easy-to-use text-based TCP / IP communication method, the use of a simple graphi
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:44630
    • 提供者:zyl7321
  1. TCPNetKit

    1下载:
  2. 本程序用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 这个程序在对一些自己编写的服务器或者客户端的程序进行调试的时候比较有用。-the procedures
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:46464
    • 提供者:feitianlove
  1. SockServer

    0下载:
  2. 使用TCP/IP协议的通信程序。本程序为服务器端。可以同时接受五个客户端的连接。-use TCP / IP protocol communications procedures. The procedures for the server. 5 can accept client connections.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:29857
    • 提供者:网上邻居
  1. TCPIP_xpwindows

    0下载:
  2. TCP/IP 编程方面的编程在此。这里面一个用于服务器的编程,一个是客户端的。-TCP / IP programming aspects of the program. There's a program for the server, a client is.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:3365
    • 提供者:王华锋
  1. WINCE_Socket

    0下载:
  2. WINCE下TCP/IP协议网络编程,包括服务器端和客户端,在局域网上运行完全正常。-WINCE under TCP / IP network programming, including server and client, LAN running completely normal.
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:164355
    • 提供者:何全安
  1. ClientAndServer_Chat

    0下载:
  2. 类似于QQ聊天室的网络即时通讯应用程序,用MFC开发,基于TCP/IP,其中包含了客户端和服务器端的源码,希望对网络编程的学习有所帮助-QQ chat room similar to the instant communication network applications, using MFC development, based on TCP / IP, which includes the client and server side of the source, and I hope
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:172080
    • 提供者:杨敬
  1. wjcs

    0下载:
  2. TCP协议下的文件传输系统,服务器端和客户端间通过IP地址的确认来实现通信,利用WINSOCK控件来实现,在服务器端还有窗口可以显示传输的文件内容-the TCP file transfer system server and client IP addresses to pass the OK to achieve communication, the use of Winsock Control to achieve, the server window can also show tran
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:1689
    • 提供者:xuan
  1. TCPNetKitbox

    0下载:
  2. TCP网络调试程序 本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 这个程序在对一些自己编写的服务器或者客户端的程序进行调试的时候比较有用。 大
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:46512
    • 提供者:winux
  1. TCPIPNetTime

    0下载:
  2. 关于无线网络程序设计TCP/IP,比如如何建立socket,服务器和客户端如何通讯-on wireless network design process TCP / IP, such as how to establish socket, server and client how communications
  3. 所属分类:Modem编程

    • 发布日期:2008-10-13
    • 文件大小:3290
    • 提供者:Yimeng
  1. TCPIPServerSrc

    0下载:
  2. 关于无线网络程序设计TCP/IP,比如如何建立socket,服务器和客户端如何通讯-on wireless network design process TCP / IP, such as how to establish socket, server and client how communications
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:6432
    • 提供者:Yimeng
  1. TCPIPSimpleTcpClientSrc

    0下载:
  2. 关于无线网络程序设计TCP/IP,比如如何建立socket,服务器和客户端如何通讯-on wireless network design process TCP / IP, such as how to establish socket, server and client how communications
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:18673
    • 提供者:Yimeng
« 1 2 3 4 5 6 78 9 10 11 12 ... 15 »
搜珍网 www.dssz.com