搜索资源列表
D__Documen504181222002
- 模拟操作系统运行的源代码 Descr iption: The object of this project is to write a C++ application to simulate the scheduler of a simple operating system.新手看linux源代码太困难,这个可是个不错的选择哦....不下可惜-simulation operating system source code Descr iption : The object of this pr
linux-fifo
- 在linux下使用C语言开发的进程控制程序-the use of C language development process control procedures
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.
copy_f_mmap
- linux c 文件拷贝,内存共享,信号量,同步机制-linux c file copy, memory sharing, semaphores, synchronization mechanism
thread
- linux下的多线程编程的例子,希望对初学多线程的人有所帮助-multithreaded programming under linux example, many beginners want to help people thread
p-and-c
- 在Windows和Linux操作系统上,利用各自操作系统提供的Mutex和信号量机制(Win32 API或Pthreads),实现生产者/消费者问题-In the Windows and Linux operating systems, the use of their operating system provided Mutex and semaphore mechanism (Win32 API or Pthreads), to achieve the producer/consumer
DR_MPI
- 标准C开发的MPI例程 计算数字的根数, 在Linux和Windows上均可运行-C development of the MPI standard routines Root of the number of calculations
RWLock_Win_Linux
- 实现了windows和linux跨平台的多线程读并发,读写互斥锁,已经在项目开发中使用,很好用-windows linux mutithread read lock write lock, with C++
google-perftools-1.8
- 来自谷歌的一款优秀的 Linux C/C++ 程序的性能剖析及优化工具。-From Google s excellent Linux C/C++ program performance analysis and optimization tools.
sourcx
- C源码Linux的nfsd存在溢出漏洞允许入侵者远程获取root-C source Linux NFSD exist exploit allows the invaders remote access to the root
efaicrent
- C源码Linux的nfsd存在溢出漏洞允许入侵者远程获取root(C source Linux NFSD exist exploit allows the invaders remote access to the root)
pthread
- 提供c/c++多线程开发的API,兼容windows linux平台(provide the developer the application program interface of Multithreading)
8765706
- C++比较通用的日志输出函数 适合windows和linux平台()
多核应用编程实践
- 《多核应用编程实战》是一本全面实用的多核应用编程指南,旨在介绍如何编写功能正确、性能优越且适合扩展为在多个CPU核心的系统运行的应用程序。《多核应用编程实战》面向多种操作系统和处理器类型引用程序示例,内容涵盖类UNIX操作系统(Linux、Oracle Solaris、OS X)和Windows系统上多核应用的编写方法、多核的硬件实现对应用程序的性能影响、编写并行应用程序时要避免的潜在问题,以及如何编写可扩展至大量并行线程的应用程序。, 《多核应用编程实战》适合所有C程序员学习参考。("