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

搜索资源列表

  1. mul

    0下载:
  2. 在Linux平台上用多线程方法实现浮点向量的点积计算-On the Linux platform with multi-thread methods to achieve floating-point vector dot product calculation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:741
    • 提供者:徐航
  1. CreateProcess

    0下载:
  2. 在Linux下面的编程,创建进程、线程和进程同步。-In the Linux programming below, create a process, thread and process synchronization.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:252762
    • 提供者:晨光
  1. TomandJerry

    0下载:
  2. 用五个实例来解释linux下的c编程,包括文件读写、进程、线程、管道、TCP通信等-With five examples to explain the c programming under linux, including documents to read and write, process, thread, pipe, TCP communications
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:14031
    • 提供者:李旭章
  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. 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. 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. 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. 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. threadcode

    0下载:
  2. 主要是linux下线程编写的源代码,包括线程的各种操作-the source of thread
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:5150
    • 提供者:乔普耀
  1. gw_main.cpp.tar

    0下载:
  2. linux守护程序,pthread c-linux c++ thread
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:2094
    • 提供者:cash
  1. gdbres

    0下载:
  2. gdb调试linux下线程的文档,我收集的,比较详细-gdb thread debugging under linux documentation, I gather, the more detailed
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:37221
    • 提供者:谭宜波
  1. pthread(arm_linux)

    0下载:
  2. arm—linux线程程序,适用于arm-linux线程编程的学习。-arm-linux thread programming for arm-linux thread programming learning.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:845
    • 提供者:javen
  1. LinuxPthreadProgramTest

    0下载:
  2. 本资料包含绝大多数的linux下线程编程所需要的技术实例-This information includes the vast majority of linux thread programming under the Examples of technologies needed
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:1270116
    • 提供者:ykluc
« 1 2 3 4 5 6 78 9 10 11 12 ... 15 »
搜珍网 www.dssz.com