搜索资源列表
LANusersCom
- 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。 使用时先建立ODBC,Server与ChatServer先运行,然后运行Client- Has realized based on the TCP/IP network communication face between the connection user and the server
MTServerSrc
- 一个多线程实现的TCP服务端 listen, 在accept一个请求后,再启动一个线程来处理对应的socket-a multithreaded achieving TCP server listen, accept a request and then start a thread to handle the corresponding socket
T-Mouse v1.0 基于远程线程结构程序vc++
- 基于远程线程结构程序。开发环境vc++。-thread structure based on remote procedure. Vc development environment.
mhttpsrv_demo
- 多线程http服务器,采用多线程做的http服务器,可以参照来开发性能比较好的服务器- The multi-thread http server, uses the http server which the multithreading does, may refer to develops the performance quite good server
断点传输客户端
- 本程序为一断点续传文件程序的客户端程序. 采用了多线程技术,速度明显高于同类软件.- This procedure is a break point continues passes on the document procedure the customer end procedure Used the multi-thread technology, the speed has obviously been higher than similar software
用ftp协议完成多线程断点续传的源码
- 各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724。那么线程1就自动去调整任务,拿50%的任务来再次下载。周而
一个用socket来实现HTTP下载的程序源码
- 本文附带源代码还包括了一个使用CHttpSocket实现下载功能的例子工程.注意,所有的调用都是阻塞的,所以最好为一个下载任务创建一个线程,否则会导致界面无法响应用户输入. 程序运行界面如上图,显示了请求头,回应头以及下载进度.-fringe source code is also included use of a functional CHttpSocket download the example works. Attention, all calls are blocked, it
ThreadLibrary
- 线程池 网络封装库 提供源码 编写网络程序-Thread Pool network package provides source code for the preparation of network programming
RTP-JRTPLib3.4.0
- 本压缩包中包含JRTPLib3.4.0的源代码与JThread一个开源的线程类,JRTPLib与JThread联合使用。 -the compression JRTPLib3.4.0 package contains the source code and an open-source JThread Thread category, and JThread JRTPLib joint use.
winpcap3
- 用winpcap实现监听,初步实现一般的简单界面,没有加入线程控制,只供初步学习winpcap-with winpcap achieve eavesdropping, the initial realization of a simple interface, not joined thread control, only preliminary study winpcap
11-Thread
- 从一本书上拷贝下来的线程的例子。。打包上传 供学习-from a book to copy down the threads example. . Upload packages for learning
BTDemo
- delphi实现的bt下载器示例程序,带全部源码和BT协议 包中文件说明: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一个简单的bt下载器,支持多个.torrent文件同时下载 btutils.pas -- 核心bt组件 DCP*.pas -- SHA算法源码(复制自DEC组件包) InetUtils.pas -- 提供Internet下载的函数库 SimpleSocks.pas -- socket组件(TCP) SortList
SocketAnsycommunication
- Socket异步通信,线程,双端队列示程序代码: 1.正确的开始和终止线程 2.可以局域网内多人聊天 3.双端队列的设计和应用 -Socket asynchronous communication, thread, double-teams listed in the program code : 1. correct start and termination of two threads. can chat over LAN 3. Double-cohort design and appli
ftj
- 由培鹰论坛开发的dicuz论坛灌水机,单线程24小时最少可灌17800帖-by training development of the Eagle Forum dicuz Forum irrigation machines, thread 24 hours at least 17,800 irrigation subsidy
Register_ThreaPool
- 线程的创建、销毁和调度本身是有代价的,如果一个线程的任务相对简单,那这些时间和空间开销就不容忽视了,此时用线程池就是更好的选择,即创建一些线程然后反复利用它们,而不是在完成单个任务后就结束。-thread creation, destruction and scheduling itself is a cost, if the threads of a relatively simple task. That time and space costs can not be ignored, th
testThreadPool
- 线程池,和socket的绑定及数据处理的 入门结构-thread pool, and the socket and data bundled with the portal structure
wolfftp_sourcecode_release_510
- WolfFTP 是一个中文上传下载工具,类似于CuteFTP。她支持的功能包括:整个目录的拖拽复制等操作,后台传输,前台后台双线程传输,断点续传,(将会加入远程编辑功能)。最大的特点是前台后台双线程传输功能,你可以在浏览一个站点时,把有兴趣的文件或者目录拖拽到后台下载窗口中,这样程序就会记录下当时的信息,在后台传输文件,即使你更换前台站点,断开前台站点,也完全不会影响后台的传输过程。 这里提供的是她的VC源代码,下载下来好好研究一下吧。-WolfFTP is a Chinese upload d
SocketServer(API)
- API写的SocketServer源码,采用多线程通讯,这是一个框架,可以加入自己的代码使用。-API written SocketServer source, multi-thread communication, which is a framework, can add his own code to use.
rt-thread-2.0.0
- RT-Thread RTOS是一款来自中国的开源实时操作系统,由国内一些专业开发人员开发、维护。它不仅仅是一款高效、稳定的实时核心,也是一套面向嵌入式系统的软件平台,覆盖了全抢占的实时操作系统内核,小巧而与底层具体实现无关的文件系统,轻型的TCP/IP协议栈以及轻型的多窗口多线程图形用户界面。
