搜索资源列表
s_p
- socket编程,linux下使用,包含单线程和多线程两种情况
线程实现一服务器多client
- 有client.c 和 server.c 以及 common.h组成 适用于linux c编程
jibu_c_1.0.0.zip
- C语言多核多线程并行编程源代码。内有大量源代码。,Multi-core multi-threaded C language source code for parallel programming. There are a large number of source code.
producter-and-consumer
- linux多线程编程,生产者消费者问题的c语言实现,模拟多线程编程资源抢占问题。-Linux multi-threaded programming, the producer-consumer problem, c language, analog multi-threaded programming resources to seize the problem.
Linuxduocianchen
- linux下多线程编程相关,包括函数,方法实例,以及源代码-multi-threaded programming under linux related, including functions, methods, examples and source code
Linuxmultithread
- 介绍linux多线程编程知识,是一本linux多线程变成手册,详细的讲解了如何在linux实现多线程编程-linux multithread
thread
- 这是多线程编程,是线程的流水线模式编程,完全Linux编程-This is a multi-threaded programming is thread pipelined mode programming, complete Linux programming
thread
- linux下的多线程编程的例子,希望对初学多线程的人有所帮助-multithreaded programming under linux example, many beginners want to help people thread
cucme
- 一个很好的多线程例子, 而且是网络编程的例子, windows linux都有-multithread sample
string
- 多线程编程入门实例 本人第一次上传;linux操作系统多线程编程-string program code
duoxiancheng-makefile
- 多线程MAKEFILE,LINUX的编程小程序-MORE XIANCHENG MAKEFILE
duoxiancheng-makefile
- 多线程MAKEFILE,LINUX的编程小程序-MORE XIANCHENG MAKEFILE
spi
- 这是一个spi模块的程序,对于深入了解linux驱动编程非常有益。其中涉及了中断、调度、多线程编程等-This is a spi-module program is very useful for in-depth understanding of the linux driver programming. Which deals with the interrupt, scheduling, multi-threaded programming
linux高级编程源码
- 包含linux基本使用的各个高级编程的源码,包括网络、进程间通信、文件、信号量、多线程、互斥锁等等
多核应用编程实践
- 《多核应用编程实战》是一本全面实用的多核应用编程指南,旨在介绍如何编写功能正确、性能优越且适合扩展为在多个CPU核心的系统运行的应用程序。《多核应用编程实战》面向多种操作系统和处理器类型引用程序示例,内容涵盖类UNIX操作系统(Linux、Oracle Solaris、OS X)和Windows系统上多核应用的编写方法、多核的硬件实现对应用程序的性能影响、编写并行应用程序时要避免的潜在问题,以及如何编写可扩展至大量并行线程的应用程序。, 《多核应用编程实战》适合所有C程序员学习参考。("