搜索资源列表
linuxdown-1.0.0
- linux下的ftp客户端,支持多线程下载, c代码实现,功能强大-the ftp client, support for multi-threaded download, c implementation of the code, powerful
clientServer_linux_multithread
- Linux下server与client的通信实现。Server支持多线程。附有makefile可供编译。Linux下调试通过。-Under Linux the server and client communication. Server support for multi-threaded. A makefile for compiling. The adoption of Linux under the debugger.
pthread_cp_net.c.tar
- 多线程实现拷贝,用linux 下的C 实现-linux c to pthread copy function
pthread
- 多线程 编写源代码 经典实例 Linux C下实现-Classic example of the preparation of multi-threaded Linux C
linux
- 一个QQ聊天小软件,多进程,多线程,的聊天小工具,运用linux下C语言实现。-a software for commiunicate.
Linux-programming-ideas
- 本书内容分为4个部分:linux程序设计基础部分、linux用户空间网络编程部分、linux内核网络编程部分以及综合案例部分。内容包含linux系统概述、linux编程环境、linux文件系统简介、linux下的进程和线程、tcp/ip协议族、应用层网络服务程序、tcp编程、主机信息获取、数据io复用、udp编程、高级套接字、套接字选项、原始套接字、服务器模型、ipv6、linux 内核网络部分结构及分布、netfilter框架内报文处理程;解释多重继承问题的难点,展示RTTI的实际使用,描述了
IPC_Funs
- c++写的在linux环境下多线程间使用互斥锁、posix信号量和system v信号量,实现的通信程序。自己编写的,自己测试过。-written in c++ linux environment using multi-thread mutex locks, posix semaphores and system v semaphore, to achieve the communication program. I have written, and tested.
wordscount-wc.c
- 多线程实现单词统计工具。允许线程使用互斥锁修改临界资源,确保线程间的同步与协作。-Multi-threading word statistical tools. Allows threads to use a mutex to modify the critical resources to ensure that inter-thread synchronization and collaboration.
NetSpider
- 这是一个基于linux c的网络爬虫程序,利用多线程实现-This is a web crawler based linux c program using multi-threading to achieve
sock_file
- linux c网络编程 实现多线程下载服务器与客户端,可以实现类似迅雷的多个线程分块下载同一个文件/多个线程下载多个文件,大大增加下载速度-linux c network programming multi-threaded download server and client, you can achieve a similar multiple threads block Thunder download the same file/multiple threads to download
duoxiancheng
- 在Linux系统上用c实现多线程卖票,希望对面有用(Using c on Linux systems for multi-threaded selling tickets is expected to be useful across the board)
kimgbo-master
- kimgbo由muduo网络库改写而来。去除了muduo对于Boost库的依赖,转而采用C++11替代, 优化了muduo网络I/O库一处将来有可能会出现race condition隐患的代码,几乎具备了muduo 网络库全部的功能。 kimgbo/base目录下存放了整个网络库的基础代码,kimgbo/net目录下存放了网络库的核 心代码,kimgbo/example目录下存放了一些网络库基础的使用示列程序。 ? ?除去除了对boost库的依赖外,还对其线程池和Buffer
procosumer
- 著名的生产者消费者问题多线程实现,建议在linux系统编译运行。(The famous issue: producer and costumer.)