搜索资源列表
javaCSchat
- Java写的聊天室程序,采用C/S框架,利用Java的socket通信,在本地机上模拟聊天室功能,应用多线程实现多个用户同时通话。-write Java chat room procedures, C / S framework, use Java socket communication, the local machine simulated chat room function, Application of multithreading multiple users simultaneo
FileTransfer
- 使用C语言编写的局域网文件传输程序,基于UDP实现了自己的应用层协议,使用多线程,文件传输速度很快,自带拥塞控制,模拟了TCP的选择重传机制-Using the C language of the LAN file transfer program, based on UDP to achieve its own application layer protocol, using multi-threaded, file transfer is fast, bring their own con
bt_code
- Linux/Unix c/c++实现BT下载功能的例子 网络,多线程,P2P等技术的实现-Linux/Unix c/c++ examples of realization of BT download function network, multi-threaded, P2P and other technologies to achieve
Chat
- Socket编程实现聊天室。服务器端及客户端均实现多线程。具有简单的帐号管理功能。-Socket Programming Chat. Server-side and client are the realization of multi-threading. Simple account management functions.
duorenliaotian
- 采用多线程技术或使用MFC的Winsock类,实现多人群聊的网络聊天程序。-The use of multi-threading technology or the use of MFC s Winsock category, multi-network chat group chat program.
05-09-16-vc-ftp
- BCB环境下实现的FTP多线程下载。该程序采用了多线程技术和断点续传技术。-BCB environment to achieve multi-threaded FTP download. The program uses multi-threading technology and HTTP technologies.
PServer4
- linux下实现的通信的程序,此为Dserver服务端。主要用多线程实现的。为公司内部资料。-linux communications under the procedures
ftp
- ftp协议实现多线程断点续传的代码+c+++builder-ftp protocols, multi-threaded HTTP code+ c+++ builder
Client
- 以C#语言实现BT下载的客户端功能,实现多线程下载,局域网能寻找拥有共同目标的节点-With C# language implementation BT download client-side functionality, multi-threaded download, local area network can have a common goal to find the node
CSHARPSOCKET
- C#实现多线程网络通讯 整个系统由三个核心线程组成,并由.NET线程池统一管理: 侦听客户端连接请求线程:ListenClientRequest(),循环侦听客户端连接请求。如果有,检测该客户端IP,看是否是同一观测设备,然后建立一个客户端TSession对象,并通过Socket异步调用方法BeginReceive()接收数据包、EndReceive()处理数据包 数据包处理线程:HandleDatagrams(),循环检测数据包队列_datagramQueue,完成数据包解析、判
ftp
- 在Linux下c语言实现的基于TCP/IP的ftp文件传输程序,包含完整的源代码,分为客户端程序和服务器端程序-C language under the Linux-based TCP/IP, ftp file transfer program, including complete source code, divided into client and server-side program
c
- socket编程 实现服务器端和客户端的通行功能以及传输文件功能。!List显示当前在线的用户功能运用select函数实现了非阻塞的多线程通行功能-socket programming server-side and client access functionality and file transfer capabilities. ! List shows the current function of the use of online users select functions for
lesson-15
- 一个用C++实现的多线程聊天室。开发软件为Visio stdio 6.0,win32控制台应用程序。-A C++ implementation with multi-threaded chat room. Development of software for the Visio stdio 6.0, win32 console application.
ipmsg
- 基于LINUX 下,C语言实现的飞鸽传输项目,是学习linux网络编程比较好的项目例子。 主要包括:TCP/IP的协议,TCP实现文件的传输,UDP消息和广播,以及网络多线程操作实现。 此外还包含一个方便调试项目的飞鸽传输WINDOWS下的应用程序。 -Under LINUX-based, C language Dove transmission project is better to learn linux network programming examples o
UDP-file-transmitter
- C#基于UDP的文件传输实现,使用多线程实现。代码不多,但是包含了文件传输的核心思想。-C# based on UDP file transfer realize, using multi-threading implementation. The code is not much, but contains a file transfer core ideas.
pthread.c
- 多线程实现,自己写的小例子,不过其中有一点BUG-Multi-threaded implementation
DownProg
- 利用C++多线程实现多线程下载,并含有进度显示-C++ multi-threaded multi-thread download, and contains a progress display
Web-application-source-code
- 使用Visual C++ 或Visual Studio集成开发环境与Socket API,使用C++编程语言,设计并实现了一个简单的点对点的多线程网络聊天软件,使用多线程实现数据的收发-Using Visual c++ or Visual Studio integrated development environment and the Socket API, using c++ programming language, designed and implemented a simple po
Recipe1
- 实现惰性求值的共享状态,全部程序的工程和源代码以及具体的实现步骤(The shared state of lazy evaluation, the engineering and source code of all programs, and the specific implementation steps)
HttpWebRequest
- 兼容c# HttpWebRequest类及相关数据结构的c++多线程下载封装类,底层使用curl实现。可以用于unity多线程下载,解决unity某些版本多线程不稳定的问题。(This dll exports a multithread downloading class which is compatible with c# HttpWebRequest class and its related data structures. It uses curl for network implem