CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - linux C c

搜索资源列表

  1. D__Documen504181222002

    0下载:
  2. 模拟操作系统运行的源代码 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
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:8.49kb
    • 提供者:风海
  1. linux-fifo

    0下载:
  2. 在linux下使用C语言开发的进程控制程序-the use of C language development process control procedures
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1.07kb
    • 提供者:鲍勃
  1. jibu_c_1.0.0.zip

    0下载:
  2. C语言多核多线程并行编程源代码。内有大量源代码。,Multi-core multi-threaded C language source code for parallel programming. There are a large number of source code.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1.36mb
    • 提供者:computing
  1. producter-and-consumer

    0下载:
  2. linux多线程编程,生产者消费者问题的c语言实现,模拟多线程编程资源抢占问题。-Linux multi-threaded programming, the producer-consumer problem, c language, analog multi-threaded programming resources to seize the problem.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1.07mb
    • 提供者:wangfeng
  1. copy_f_mmap

    0下载:
  2. linux c 文件拷贝,内存共享,信号量,同步机制-linux c file copy, memory sharing, semaphores, synchronization mechanism
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:672byte
    • 提供者:ly
  1. thread

    0下载:
  2. linux下的多线程编程的例子,希望对初学多线程的人有所帮助-multithreaded programming under linux example, many beginners want to help people thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:2.43kb
    • 提供者:赵七
  1. p-and-c

    0下载:
  2. 在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
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:16.97kb
    • 提供者:凡亚东
  1. DR_MPI

    0下载:
  2. 标准C开发的MPI例程 计算数字的根数, 在Linux和Windows上均可运行-C development of the MPI standard routines Root of the number of calculations
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:22.53kb
    • 提供者:tengbo
  1. RWLock_Win_Linux

    0下载:
  2. 实现了windows和linux跨平台的多线程读并发,读写互斥锁,已经在项目开发中使用,很好用-windows linux mutithread read lock write lock, with C++
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:1.27kb
    • 提供者:sosoyou
  1. google-perftools-1.8

    0下载:
  2. 来自谷歌的一款优秀的 Linux C/C++ 程序的性能剖析及优化工具。-From Google s excellent Linux C/C++ program performance analysis and optimization tools.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-07
    • 文件大小:1.46mb
    • 提供者:l
  1. sourcx

    0下载:
  2. C源码Linux的nfsd存在溢出漏洞允许入侵者远程获取root-C source Linux NFSD exist exploit allows the invaders remote access to the root
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-15
    • 文件大小:2kb
    • 提供者:UNNcxmri!0924
  1. efaicrent

    0下载:
  2. C源码Linux的nfsd存在溢出漏洞允许入侵者远程获取root(C source Linux NFSD exist exploit allows the invaders remote access to the root)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-25
    • 文件大小:2kb
    • 提供者:Ojdeo
  1. pthread

    0下载:
  2. 提供c/c++多线程开发的API,兼容windows linux平台(provide the developer the application program interface of Multithreading)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-28
    • 文件大小:9kb
    • 提供者:1234.l
  1. 8765706

    0下载:
  2. C++比较通用的日志输出函数 适合windows和linux平台()
  3. 所属分类:进程与线程

    • 发布日期:2018-01-02
    • 文件大小:5kb
    • 提供者:Abexda
  1. 多核应用编程实践

    1下载:
  2. 《多核应用编程实战》是一本全面实用的多核应用编程指南,旨在介绍如何编写功能正确、性能优越且适合扩展为在多个CPU核心的系统运行的应用程序。《多核应用编程实战》面向多种操作系统和处理器类型引用程序示例,内容涵盖类UNIX操作系统(Linux、Oracle Solaris、OS X)和Windows系统上多核应用的编写方法、多核的硬件实现对应用程序的性能影响、编写并行应用程序时要避免的潜在问题,以及如何编写可扩展至大量并行线程的应用程序。, 《多核应用编程实战》适合所有C程序员学习参考。("
  3. 所属分类:进程与线程

    • 发布日期:2020-10-18
    • 文件大小:12.67mb
    • 提供者:江东的少年
搜珍网 www.dssz.com