CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - TCP 多线程

搜索资源列表

  1. kingate-1.6.tar

    0下载:
  2. kingate是一个代理服务器,能代理多种协议,包括:http,https,socks,ftp,pop3,smtp,telnet,dns。能运行在linux,freebsd,...及其它类unix,还有windows(最新版本要求nt 4.0以上)操作系统上 kingate是一个多线程的程序(采用线程池的方式),所以短时间内大量的连接请求,kingate还能保持很高的性能。 kingate还支持tcp端口映射,可以实现别人访问你的内网主机。-kingate is an agent server,
  3. 所属分类:代理服务器

    • 发布日期:2008-10-13
    • 文件大小:225105
    • 提供者:none
  1. HQClient

    0下载:
  2. 基于对话框的一个可换皮肤的客户端程序,里面涉及到了TCP/ip,用户自定义信息,多线程,自定义菜单等一系列的东东。-dialog on the skin for a client procedures, which are said to the TCP / ip, user-defined information, multi-threaded, since the definition of the menu and a series of other Eastern.
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:122020
    • 提供者:新康
  1. MTServerSrc

    0下载:
  2. 一个多线程实现的TCP服务端 listen, 在accept一个请求后,再启动一个线程来处理对应的socket-a multithreaded achieving TCP server listen, accept a request and then start a thread to handle the corresponding socket
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:6621
    • 提供者:无形
  1. MTSClientSrc

    0下载:
  2. 于多线程tcp服务的对应的客户端代码,主要实现发送命令到服务器然后再出来从服务器端返回的命令-in multithreaded tcp services, the corresponding client code, the main sending commands to the server and then out from the server to return to the order
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:6920
    • 提供者:无形
  1. 5ivb_767697

    1下载:
  2. 类似于QQ的局域网聊天软件,包括服务器端和客户端程序,采用tcp/ip socket多线程编程,服务器端主要负责客户端用户的注册登陆,用户资料的获取。客户端负责与其他客户端进行信息控制与传递(包括聊天和传送文件)。&nbs... -Chat program like QQ, written by VB. Include server site and client site, using tcp/ip, windows socket.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:74883
    • 提供者:lee
  1. TCPIPListener

    0下载:
  2. 这是一个关于多线程的tcp/ip侦听器,利用它你可以侦听信息情报等,别看它小,可是很有用哦.-This is a multi-threaded on the tcp / ip interception device, which you can use information and intelligence interception, Although it is small, useful oh.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:23641
    • 提供者:aaa
  1. CorpClient

    0下载:
  2. 最全面的基于TCP/IP的FTP客户端,还有聊天的功能,java程序代码,多线程设计,我花了将近二个月的时间-the most comprehensive TCP / IP-based FTP client, and chat functions, java code, multithreaded design, I spent nearly two months of the time
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:2919
    • 提供者:彭宇
  1. CorpServerService2

    1下载:
  2. 最全面的基于TCP/IP的FTP服务器端要和我上传的客户端一起使用,还有聊天的功能,java程序代码,多线程设计,我花了将近二个月的时间-the most comprehensive TCP / IP-based FTP server to upload and my client used together, chat functions, java code, multithreaded design, I spent nearly two months of the time
  3. 所属分类:Ftp服务器

    • 发布日期:2008-10-13
    • 文件大小:3621
    • 提供者:彭宇
  1. java8543535462

    0下载:
  2. 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-server and client presentation by Socket Interfa
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:902994
    • 提供者:周海波
  1. winsocket++

    0下载:
  2. TCP/IP Winsock编程实例,利用Winsock编程由同步和异步方式,同步方式逻辑清晰,编程专注于应用,在抢先式的多任务操作系统中(WinNt、Win2K)采用多线程方式效率基本达到异步方式的水平,应此以下为同步方式编程要点进行快速通信 -TCP / IP Winsock programming examples, the use of Winsock programming from synchronous and asynchronous, synchronous mode l
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:2951
    • 提供者:sxy
  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. MultithreadTcpTestClient

    0下载:
  2. TCP网络编程客户端测试程序.多线程设计,面向事件触发机制.-TCP network programming client testing procedures. Multithreading design-oriented events trigger mechanism.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:29812
    • 提供者:feng
  1. MultithreadtcptestServer

    1下载:
  2. TCP网络编程服务器端源代码,多线程,事件触发机制.-TCP network programming server source code, multithreading, in the trigger mechanism.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:30908
    • 提供者:feng
  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. talk_program_of_threads

    0下载:
  2. 多线程的聊天程序,tcp/ip的经典应用-multithreaded chat program, tcp / ip classic Application
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:143330
    • 提供者:王亮亮
  1. LPServer00888

    0下载:
  2. 轮盘记分服务器程序,采用TCP协议与客户机连接,并使用了多线程,用ACCESS作数据库。-roulette Points server using TCP connection with the client, and the use of multithreading, for ACCESS database.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:359605
    • 提供者:小王
  1. Client00888

    0下载:
  2. 轮盘押分客户机程序,采用TCP协议与服务器连接,并使用了多线程。-roulette remanded points client procedures, using TCP and server connectivity, and the use of multithreading.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:5590775
    • 提供者:小王
  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. tcpcliserv

    0下载:
  2. unix 下tcp编程,C++语言;多线程;可做商业程序-under tcp programming, C language; Multi-threaded; Do business processes
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:16917
    • 提供者:张云
  1. ServerSocket_demo

    1下载:
  2. 非常好的Socket多线程编程例子,可用作客户端或者服务端,可以实现TCP或者UDP通信,可以同时创建n个线程-very good example of multi-threaded programming, can be used as a client or server, can achieve a TCP or UDP communications, it will also create threads n
  3. 所属分类:网络编程

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