CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux驱动 搜索资源 - threads

搜索资源列表

  1. zlog-latest-stable.tar

    0下载:
  2. zlog是一个高可靠性、性能、线程安全、灵活、概念清晰的纯C日志函数库。 事实上,在C的世界里面没有特别好的日志函数库(就像JAVA里面的的log4j,或者C++的 log4cxx)。C程序员都喜欢用自己的轮子。printf就是个挺好的轮子,但没办法通过配置改变 日志的格式或者输出文件。syslog是个系统级别的轮子,不过速度慢,而且功能比较单调。 所以我写了zlog。 zlog在效率、功能、安全性上大大超过了log4c,并且是用c写成的,具有比较好的通用性。 zlog有
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-28
    • 文件大小:833946
    • 提供者:yangh
  1. helloworld

    0下载:
  2. unix下多线程编程 产生4个进程输出hello world-4 threads print hello world in unix
  3. 所属分类:Driver develop

    • 发布日期:2017-12-03
    • 文件大小:107352
    • 提供者:陈伟峰
  1. thread.cc.tar

    0下载:
  2. nachos 3.4中threads的实现-realization nachos 3.4 threads
  3. 所属分类:Driver develop

    • 发布日期:2017-11-13
    • 文件大小:4132
    • 提供者:杨小虎
  1. simple-multithreaded-programming-

    0下载:
  2. linux下的简单多线程编程,一个进程中创建3个线程协同工作。-linux simple multi-threaded programming, a process created three threads to work together.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-29
    • 文件大小:621
    • 提供者:fire
  1. threadpool-0.2.src

    0下载:
  2. 因为一般系统频繁的创建、销毁线程,对于系统是一笔不小的开支;对于这种频繁创建线程的情况,采用线程池,每次在需要创建线程的时候,我们只要从线程池中分配一个给他就行,用完之后还给线程池,这样就能大大节省不必要的资源消耗;缓冲池的话,主要是为了提高程序的运行速度,每次从池中取数据,远远快于其它获取数据的速度。-Frequent because of the general system to create, destroy threads, the system is not a small sum
  3. 所属分类:Driver develop

    • 发布日期:2017-11-12
    • 文件大小:5209764
    • 提供者:jack
  1. Desktop

    0下载:
  2. nachos线程升级,限制最多同时产生128个线程,并实现优先级调度-the nachos thread upgrade restrictions while producing up to 128 threads, and priority scheduling
  3. 所属分类:Driver develop

    • 发布日期:2017-12-01
    • 文件大小:20518
    • 提供者:zuojie
  1. mutex

    0下载:
  2. Linux中信号量、线程、同步及互斥等例子-Examples of Linux, semaphores, threads, synchronization and mutual exclusion
  3. 所属分类:Driver develop

    • 发布日期:2017-12-07
    • 文件大小:4841
    • 提供者:Shanae
  1. pi

    0下载:
  2. linux下计算PI值,创建线程、互斥锁,可以借鉴一下-PI values ​ ​ calculated under linux, create threads, mutexes, we can draw
  3. 所属分类:Driver develop

    • 发布日期:2017-04-10
    • 文件大小:771
    • 提供者:郭震
  1. threads.tar

    0下载:
  2. 优先级调度算法,nachos课程设计,设计有优先级调度-Priority scheduling algorithm, nachos curriculum design
  3. 所属分类:Driver develop

    • 发布日期:2017-04-26
    • 文件大小:151869
    • 提供者:tianyi
  1. threads

    0下载:
  2. Thread development of ordinary linux that is pthread
  3. 所属分类:Driver develop

    • 发布日期:2017-04-25
    • 文件大小:180673
    • 提供者:saravanaa
  1. zhuxiancheng

    0下载:
  2. 主程序创建两个线程 myThread1 和myThread2, 每个线程打印一句话。-The main program creates two threads myThread1 and myThread2, each thread to print a word.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2783
    • 提供者:付小杰
  1. sort

    0下载:
  2. 使用两个线程和管道排列两个文件中的序列,使一个线程保留大的一部分,另一个保留小的一部分,但空间的大小限制-Piping arrangement uses two threads and two files in sequence, so that a large part of the thread to retain another retain a small part, but the size of the space restrictions
  3. 所属分类:Driver develop

    • 发布日期:2017-04-11
    • 文件大小:897
    • 提供者:肖亚斌
  1. mutex_ok

    0下载:
  2. 线程之间的互斥锁,当线程之间所用的资源相同,要同时访问,为了防止冲突,要用互斥锁。-请键入文字或网站地址,或者上传文档。 取消 Xiànchéng zhī jiān de hù chì suǒ, dāng xiànchéng zhī jiān suǒyòng de zīyuán xiāngtóng, yào tóngshí fǎngwèn, wèile fángzhǐ chōngtú, yào yòng hù chì suǒ.Mutex between threads, when the
  3. 所属分类:Driver develop

    • 发布日期:2017-04-11
    • 文件大小:865
    • 提供者:董小姐
  1. atomic

    0下载:
  2. Linux 下原子操作的驱动模块,主要应用于线程之间对同一资源的抢占问题。-Driver Module Linux atomic operations, mainly used to seize the issue of resources between threads of the same
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2095
    • 提供者:笑笑
  1. UserSpace1

    0下载:
  2. module for threads in kernel space
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:1660
    • 提供者:haithem.sekri
  1. abc

    0下载:
  2. a program that creates three threads. These threads access a shared integer, called bu er, one at a time. The bu er will initially be set to 0. Each thread should print its thread ID, process ID and the bu er s current value in one statement, t
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:545
    • 提供者:MOHAMAD REZA
  1. product

    0下载:
  2. threads pool demo, the main thread sends req to worker threads by pipleline or shared memory. the worker threads answer the results to main thread.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:1962
    • 提供者:jackie duan
  1. Multi-threaded-programming

    0下载:
  2. 主要介绍Linux 线程的基本概念及分析多线程库中的主要函数调用, 阐述使用多线程的优点, 以及多线程编程过程中应该注意的问题。-It introduces the basic concepts of Linux threading and analysis of multi-threaded library main function call, describes the advantages of using multiple threads, as well as multi-threa
  3. 所属分类:Driver develop

    • 发布日期:2017-04-30
    • 文件大小:101974
    • 提供者:JAcket
  1. T06_ThreadGUI

    0下载:
  2. Threads a practice in oracle plant-Threads as a practice in oracle plant
  3. 所属分类:Driver develop

    • 发布日期:2017-04-29
    • 文件大小:12117
    • 提供者:cloud
  1. thread

    0下载:
  2. thrs_data结构中的几个变量用于读数据线程和显示线程的开始控制和结束控制。start_read:当二个线程同时启动或显示线程先启动时,保证读数据线程先使用缓冲区,=1表示读数据线程已使用了缓冲区;start_disp:在读数据线程对缓冲区进行第一轮操作时,当它已将2个缓冲区写满,而此时显示线程还没有启动或还没有使用过缓冲区,这时应将读数据线程阻塞住,防止它覆盖掉缓冲区中未显示的数据,=1表示显示线程已启动并已使用了缓冲区。在后续交替读数据和显示数据的过程中,由互斥锁来协调二个线程之间的关系
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:1329
    • 提供者:yangfan
« 12 »
搜珍网 www.dssz.com