CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - thread linux

搜索资源列表

  1. mutex-lock

    0下载:
  2. 多线程编程-互斥锁 由于线程的清量性,在搜索引擎构建中被广泛使用.线程的实现有多种方式,譬如互斥锁,条件变量,读写锁等.其中互斥锁最为简单,读写锁也与互斥锁类似.在LInux下简单实现一个链表,链表的插入和删除,以及整个链表的析构要考虑多线程的同步-Multi-threaded programming- Mutex clearance due to the amount of threads in the search engines are widely used to build. Th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1569
    • 提供者:周伟光
  1. qte

    0下载:
  2. Qt/Embedded的安装(本人亲自安装步骤) 准备源码包 ◆ tmake 1.11 或更高版本;(生成Qt/Embedded应用工程的Makefile文件) ◆ Qt/Embedded 2.3.7 (Qt/Embedded 安装包) ◆ Qt 2.3.2 for X11; (Qt的X11版的安装包, 它将产生x11开发环境所需要的两个工 具) 假设把源码包解压所在/root/build-arm下 1安装tmake 进入tmake-1.11目录 cd
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:1609
    • 提供者:马科
  1. Mthread

    0下载:
  2. 跨平台的线程实现类别,支持Windows平台、unix平台、linux平台的线程类别。-Cross-platform implementation of the thread categories, Supporting Windows platform, unix platform, linux platform, thread types.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6226
    • 提供者:jackie
  1. docd.tar

    0下载:
  2. 多线程 http资源下载工具 给予linux平台的。还凑合。有bug给我联系 -Mutli-thread http resource download tool
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:10241
    • 提供者:Gane
  1. linuxProcessKernel

    0下载:
  2. 要读懂linux 内核 ,还有比这再好的资料么,什么都不说了,赶快下吧。 目 录 进程 信号 sched.c 进程信号队列 SMP 内核线程页目录的借用 代码分析 线程 进程描述符 init进程从内核态切换到用户态 SET_LINKS REMOVE_LINKS get_wchan() sigframe的结构 rt_sigframe结构 信号队列的结构 内核线程
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:81640
    • 提供者:edward
  1. vim-6.4.tar

    0下载:
  2. 安装完solaris整完ls支持颜色,也装了经常使用的一些工具,改了环境变量.用着已经顺手多了,但是就有一样.vi不支持语法功能,也不高亮显示.也像原来那样,在根目录下加了个.vimrc写上一些自己习惯性的配置,可是不起作用,郁闷!难道我人品有问题?打开linux,alias看了一下环境变量,乖乖 alias vi vim!郁闷,早就知道linux用的是vim了,可是平常用的时候习惯性的敲vi,竟把这事给忘记了.早到病根下药就简单了,装个vim! 就像上次装ls一样访问:http://ww
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:3737338
    • 提供者:jtp
  1. asf

    0下载:
  2. 线程 linux实验用的到的源码文件 欢迎交流-thread
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:2488
    • 提供者:古月
  1. EncoderDriver

    0下载:
  2. Linux 核心驱动程序。提供多线程访问和保护能力。快速I/O访问。-A linux kernel mode device driver. Thread safe provides fast latching to 1ms. Interupt automatically latches multi-channel input encoder data.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:29520
    • 提供者:hegallis
  1. SOparolaCE

    0下载:
  2. linux terminal thread semophores
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:429976
    • 提供者:pushkin2023
  1. opt_dsp

    0下载:
  2. arm-linux下的多线程自保护程序主线程样例。主线程的自保护可以在/etc/inittab中设置-under the arm-linux from the protection of multi-threaded program example main thread. Main thread of self-protection in the /etc/inittab to set up
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:1174
    • 提供者:chenfuming
  1. zhexue

    0下载:
  2. 通过研究Linux的线程机制和信号量实现哲学家就餐问题的并发控制-By studying the Linux thread and semaphore mechanisms to achieve dining philosophers problem of concurrency control
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1505
    • 提供者:王晓难
  1. ProducersAndCustomers

    0下载:
  2. 通过研究Linux的线程机制和信号量实现生产者消费者(Bounded Buffer)问题的并发控制。 通过n个缓冲区组成缓冲池共同完成“生产和消费”任务,每个缓冲区存放一个产品,生产者将生产出的产品放入空缓冲区;消费者从满缓冲区中取出产品。一旦所有缓冲区均满时,生产者必须等待消费者提供空缓冲区。另外,对所有生产者和消费者线程来说,缓冲池是临界资源,即任何一个线程在对某个缓冲区进行“存”和“取”操作时须和其他线程互斥执行。 -By studying the Linux thread and
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:4676
    • 提供者:vivien
  1. LinuxProgrammingembeddedmulti-task

    0下载:
  2. 嵌入式linux多任务编程,进程 线程 线程池 等参考范例。-Linux Programming embedded multi-task, the process thread pool thread, such as a reference sample.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:12489
    • 提供者:魏冲
  1. pthread_exp

    0下载:
  2. 嵌入式 linux 线程创建、线程通信应用程序源代码及修改练习。-Embedded linux-thread creation, thread communication applications and modify the source code practice.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:35160
    • 提供者:薄大户
  1. ccplusplus

    0下载:
  2. 《征服CC++企业软件开发核心技术》源代码,其中包括linux和window的代码,对线程,网络通信,数据库等有说明。-" Conquer the CC++ enterprise software development of core technologies," the source code, including linux and the code window for the thread, network communications, database, such
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-13
    • 文件大小:3579367
    • 提供者:leah
  1. pthread

    0下载:
  2. THREAD测试程序,在LINUX环境下运行该测试程序。-THREAD test procedure, in LINUX environment to run the test program.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:599
    • 提供者:li
  1. pthread

    0下载:
  2. 基于ARM9的Linux多线程应用程序。生产者写入缓冲区和消费者从缓冲区读数的具体流程,生产者首先获得互斥锁,并且判断写指针+1后是否等于读指针,如果相等则进入等待状态,等候条件变量notfull;如果不等则向缓冲区中写入一个整数,并且设置条件变量为notempty,最后释放互斥锁。消费者线程与生产者线程类似。-ARM9-Linux-based multi-threaded applications. Producers and consumers into a buffer from the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1364
    • 提供者:刘冉
  1. 2_3

    0下载:
  2. linux 下用C编写的线程系列函数实例!-thread of linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:2654
    • 提供者:xc
  1. wrap_alarm

    0下载:
  2. unix-linux下多功能定时器,可以有多个alarm,线程安全。-unix-linux under the multi-function timer, you can have more than one alarm, thread-safe.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:2751
    • 提供者:mich
  1. memory

    0下载:
  2. c++写的线程池,支持windows和Linux平台-written in c++ thread pool, support windows and Linux platforms
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:3844
    • 提供者:jackfyc
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 23 »
搜珍网 www.dssz.com