搜索资源列表
linuxdown-1.0.0
- linux下的ftp客户端,支持多线程下载, c代码实现,功能强大-the ftp client, support for multi-threaded download, c implementation of the code, powerful
simple-nachos
- 一个免费的简单的操作系统。专门安装在一张1.44寸软盘上的操作系统可以实现图形操作界面。这个用汇编语言写成的32位操作系统具有结构清晰、利于编程、快速、稳定的特点。MENUET现在还处于开发当中,只具备一些简单的,比如CD播放器这样的功能。概括起来,它的功能和特点包括:图形化界面,最高支持16位真彩,1280x1024的解析度,真正多任务、多线程,适用于单张1.44MB软盘·提供对C语言的编程支持,全功能窗口系统等,从内核支持中文显示-a simple operating system. Spe
ScanFile1
- C#磁盘文件扫描,磁盘文件扫描系统 V1源码 采用多线程实现的文件扫描,可以暂停,看是,退出 程序功能 可在指定的磁盘内对指定的内容进行搜索。 -C# disk file scanning, document scanning system disk V1 source multi-threaded implementation of document scanning, can pause, look at that, exit the program funct
os
- c语言编的操作系统,实现多线程的转换,有优先级,有时间片转换-c language made the operating system, the realization of multi-threaded conversion, there are the priority, time-piece conversion
demo
- 使用c++中封装好的thread类来实现多线程操作的demo-The use of c++ Good thread in the package type to achieve multi-threaded operation demo
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
Chat1
- C++开发的聊天程序,采用套接字技术、多线程实现两方文字聊天-good
ThreadsLib
- C++实现的多线程编程的接口,为多线程编程提供非常的方便-C++ implementation of multi-threaded programming interface for multi-threaded programming provides a very convenient
pthread
- 多线程 编写源代码 经典实例 Linux C下实现-Classic example of the preparation of multi-threaded Linux C
solutionofreader-writerproblem
- 解决读者-写者多线程同步问题,在Windows环境下运用Visual C++ 6.0实现。-Address the reader- writer multithreading synchronization problems in Windows environment using Visual C++ 6.0 to achieve.
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.
UserLog
- 一个包括使用链表和多线程的用C++实现的信息检索程序-One including the use of a linked list and multithreading the information retrieval with C++ achieve program
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)
procosumer
- 著名的生产者消费者问题多线程实现,建议在linux系统编译运行。(The famous issue: producer and costumer.)