搜索资源列表
dget0.2vRC1.tar
- dget是一个基于Linux平台的多线程下载工具, 采用C++开发。主要支持FTP, HTTP, MMS, RTSP协议下载, 目前为止主要实现了FTP, HTTP, MMS,RTSP协议的多线程下载。-dget is a Linux-based platform for multi-threaded Download tool C development. Major support FTP, HTTP, MMS, RTSP downloaded so far, the main FTP, H
ctrace
- linux下的多线程调试c++代码,适合多线程linux下程序的调试
linux下C++socket多线程代码
- linux下C++socket多线程代码,linux under C++ socket multi-threaded code
ChatServer
- Linux c语言多进程多用户聊天程序 使用多进程与多线程合作 使用共享内存V进行交换信息 可谓Linux网络套接字编程学习之良品-Linux c multi-process multi-user chat server
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
PServer4
- linux下实现的通信的程序,此为Dserver服务端。主要用多线程实现的。为公司内部资料。-linux communications under the procedures
Thread
- 线程类封装,用于在linux 下的C++ 多线程编程,-Thread class encapsulates For multi-threaded programming in linux
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
server
- linux中socket多线程通信的服务器源代码-linux communication in multi-threaded socket server source code
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
Linux
- Linux下C语言多线程_网络通信聊天程序-Under Linux C language multithreaded and network communication chat program
basic_thread_module
- 主要基于Linux介绍C多线程。在编译C的多线程时候,一方面必须指定Linux C语言线程库多线程库pthread,才可以正确编译(例如:gcc test.c -o test -lpthread);另一方面要包含有关线程头文件#include <pthread.h>。-Introduced Linux-based C multi-threaded. Compile the multithreaded C, when, on the one hand, you must specify
UDP-Linux-filetransfor
- LINUX 下C编写UDP 文件传输 运用多线程 队列 信号量-LINUX is written in C under the UDP file transfers using multithreading queue semaphore
linux-C
- Linux系统原理及应用Shell编程C编译环境Linux系统调用网络通信编程多线程GUI编程环境-Linux system theory and application shell programming C compiler environment Linux system calls to network communications programming multi-threaded GUI programming environment
webserver_multiple.tar
- linux c 多线程版本 webserver -the linux c multi-threaded version of the webserver
Linux-multithreaded-program
- Linux下用c代码实现网络的多线程程序设计过程-Linux network using c code multithreaded program design process
tcp
- linux tcp 多线程网络通信程序.tcp_server.c tcp_client.c 同时收发.-linux tcp multi-threaded threaded network communication program
Linux-tcp-mail-systen-desigen
- 基于linux平台tcp协议的邮箱系统实现,C/S架构,服务器采用多线程实现,客户端使用纯控制台,系统统一使用C语言和一些linux系统函数。-Linux tcp protocol based platform mail system implementation, C/S architecture, multi-threaded server implementation, the client uses a pure console, unified system using the C l
Linux-C-programming
- Linux 下c语言学习的源代码,基本的入门到多线程等操作,共27个章节的全部源码,可以作为学习使用。-This is the source code of C programming under the Linux.
pn6
- 实现消息队列的推送服务,基于Linux c实现线程池处理多任务,实现基于socket的边沿触发epoll通信(Implementing push services for message queues)