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

搜索资源列表

  1. Pthread-of-linux

    0下载:
  2. 在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。-Written in the linux
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-30
    • 文件大小:10.05kb
    • 提供者:gc
  1. third_drv

    0下载:
  2. linux 线程实验简单功能实现,简单易懂-linux thread experiment simple functions
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-08
    • 文件大小:77.3kb
    • 提供者:yuanyongde
  1. NachOS

    0下载:
  2. nachos线程调度调度,round robin算法-nachos thread
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-04
    • 文件大小:1.06mb
    • 提供者:林蛋大
  1. pThread

    0下载:
  2. 在Linux上实现的调用API的线程控制函数,包括线程的生成以及释放-Call the API on Linux thread control functions, including the generation and release of the thread
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-10
    • 文件大小:712byte
    • 提供者:顾兆伦
  1. asdfasdf

    0下载:
  2. linuz驱动编程所用到的,对于初学者理解线程非常的有用-linuz driven programming used to be very useful for beginners to understand thread
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-01
    • 文件大小:16.92kb
    • 提供者:沈超
  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-29
    • 文件大小:814.4kb
    • 提供者:yangh
  1. thread-pool_quality-

    0下载:
  2. [C代码]利用线程池求质数(Linux C)-[C code] use the thread pool to the number of and quality (Linux C)
  3. 所属分类:Driver develop

    • 发布日期:2017-04-10
    • 文件大小:896byte
    • 提供者:wenky
  1. thread.cc.tar

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

    • 发布日期:2017-11-14
    • 文件大小:4.04kb
    • 提供者:杨小虎
  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
    • 文件大小:4.97mb
    • 提供者: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-02
    • 文件大小:20.04kb
    • 提供者:zuojie
  1. thread

    0下载:
  2. linux 线程方面的资料,很不错的,好几个简单的源程序,大家可以参考-linux thread the information, very good, good few simple source, we can refer to
  3. 所属分类:Driver develop

    • 发布日期:2017-11-26
    • 文件大小:3.76kb
    • 提供者:jim
  1. 2

    0下载:
  2. 操作系统实验,实现线程切换功能,在linux系统下,实现一个可以运行在无操作系统虚拟机上的线程切换工程-Experimental operating system, to achieve thread switching functions in linux system, to achieve an operating system can run on a virtual machine without thread switching on engineering
  3. 所属分类:Driver develop

    • 发布日期:2017-11-19
    • 文件大小:629.34kb
    • 提供者:何雄
  1. thread

    0下载:
  2. linux多线程源程序代码,已通过编译,如有需要可以下来看看,绝对经典,欢迎大家参考。-linux multithreading source code, has compiled, if necessary you can look down, an absolute classic, we welcome the reference.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-04
    • 文件大小:6.65kb
    • 提供者:高咪咪
  1. thread

    0下载:
  2. LINUX 初学者进程 编程学习 对大家可以参考学习-LINUX for beginners to learn the process of programming we can refer to learning
  3. 所属分类:Driver develop

    • 发布日期:2017-04-09
    • 文件大小:3.17kb
    • 提供者:CC
  1. thread

    0下载:
  2. C C++ Linux多线程文件程序 C C++ Linux thread-C C++ Linux thread C C++ Linux thread
  3. 所属分类:Driver develop

    • 发布日期:2017-04-06
    • 文件大小:19.96kb
    • 提供者:yeats
  1. client

    0下载:
  2. 进程间通信,通过客户端的程序来进行数据的收发,主线程和进程间通过数据的交互来进行通信-Interprocess communication, through the client program to send and receive data, the main thread and the interaction between processes through data for communication
  3. 所属分类:Driver develop

    • 发布日期:2017-04-06
    • 文件大小:1.24kb
    • 提供者:sunxu
  1. kthread

    0下载:
  2. 在linux kernel中利用kthread建立进程-use kthread to implement thread process
  3. 所属分类:Driver develop

    • 发布日期:2017-04-06
    • 文件大小:1.15kb
    • 提供者:吉康
  1. threads

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

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

    0下载:
  2. Linux学习总结文档,里面包含了Linux命令介绍和使用,以及介绍线程和进程应用开发,对于初学者有很大的帮助-Linux learning summary document, which contains the Linux command introduction and use, as well as introduction thread and process application development, a great help for beginners
  3. 所属分类:Driver develop

    • 发布日期:2017-05-09
    • 文件大小:1.49mb
    • 提供者:张杰
  1. thread

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

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