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

搜索资源列表

  1. tiobench-0.3.3

    0下载:
  2. tiobench 是linux下测试多线程的软件工具,对测试多线程的读写非常有用,可以指定文件的大小。-tiobench is a tool for test multi thread in linux, it is very helpful for multi thread test,can set file size
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:35638
    • 提供者:heart
  1. semaphore

    0下载:
  2. 线程(thread)技术早在60年代就被提出,但真正应用多线程到操作系统中去,是在80年代中期,solaris是这方面的佼佼者。传统的Unix也支持线程的概念,但是在一个进程(process)中只允许有一个线程,这样多线程就意味着多进程。这个代码就是Linuxs emaphore多线程编程-Multi-threaded programming on linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1151
    • 提供者:lzy
  1. pthread

    0下载:
  2. linux下基于S3C2410的线程驱动程序-S3C2410 thread driver under linux
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-04-05
    • 文件大小:840
    • 提供者:林非
  1. third_drv

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

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

    0下载:
  2. 对新学linux的人是个很好的例子,主要是如何创建线程,如何关闭线程-New learning linux is a good example of how to create a thread how to turn off thread
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3565
    • 提供者:孙阳
  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
    • 文件大小:712
    • 提供者:顾兆伦
  1. ReaderAndWriter

    0下载:
  2. Linux下读者写者问题, 1)写-写互斥:不能有两个写者同时进行写操作; 2)读-写互斥:不能同时有一个线程在读,而另一个线程在写; 3)读-读允许:可以有一个或多个读者在读; 4)读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作; 5)写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。-Under Linux readers to write, 1) wri
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:2515
    • 提供者:翔子
  1. yuan

    0下载:
  2. 嵌入式Linux中的进程/线程间通信机制研究,多进程/线程相互间的通信,包括父子进程间采用有名管道进行通信、进程间共享内存和消息队列通信、信号通信。-research on the Linux process/thread communication mechanism
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:2273
    • 提供者:刘育烽
  1. client

    0下载:
  2. 在linux环境下使用c语言编写的聊天室客户端程序,使用了tcp协议,线程-Chat room client programs, c language used in the linux environment using the tcp protocol, a thread
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:666
    • 提供者:王磊
  1. Wiippv6pinga

    0下载:
  2. linux下 ipv6协议 ping程序源码最多运行50线程 2.每个线程发送4个ICMP6包后开始接收 3.试验程序源码,多线程结构安排不一定合理,待试验验后进一步修改 4.在终端./pingipv6 IP11 1P2......即可运行程序源码 5.为单源文件,没写make,编译命令为: gcc 可直接使用。 -ping program source code under linux ipv6 protocol up to run 50 threads each thread send
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:2851
    • 提供者:
  1. forkSYSV

    0下载:
  2. 本任务主要目的练习UNIX/LINUX同步编程,熟悉基本的线程相关API。 任务要求 编程实现下图的效果,要求分别使用进程和线程 (1) 进程+SYS V信号量 (2) 线程实现+Posix同步操作API -The main purpose of this task exercises UNIX/LINUX synchronization programming, familiar with the basic thread-related APIs. Tasks requi
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:1036
    • 提供者:伴随
  1. ThreadPosix

    0下载:
  2. 本任务主要目的练习UNIX/LINUX同步编程,熟悉基本的线程相关API。 编程实现下图的效果,要求分别使用进程和线程 (1) 进程+SYS V信号量 (2) 线程实现+Posix同步操作API -The main purpose of this task exercises UNIX/LINUX synchronization programming, familiar with the basic thread-related APIs. Tasks require p
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:818
    • 提供者:伴随
  1. tsf

    0下载:
  2. tsfriend tool run on linux About this is a linux version of tsfriend. for edit SI/PSI and other ts information. windows version: http://code.google.com/p/tsfriend/ difference with windows version: without multi thread feature. witho
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:343990
    • 提供者:soup
  1. dcc_thread

    0下载:
  2. unix、linux下的Socket,Select,线程,线程锁,简单的在线服务系统,包含了自己写的Socket传输协议-unix, linux under the Socket, Select, thread, thread lock, a simple online service system, including Socket transfer protocol to write their own
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:26778
    • 提供者:郝瑞祥
  1. cprops

    0下载:
  2. The cprops (C prototyping tools) library provides a portable, thread-safe C API including linked list, binary heap, priority queue, hash table, hash list, trie, AVL, Red-Black, and splay tree implementations, a thread pool and thread management fra
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:797755
    • 提供者:evil
  1. pthreads

    0下载:
  2. linux中线程编程具体用法实例,有助于初学者的学习- specific usage examples of thread programming will help beginners to learn linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:6847
    • 提供者:杨花卫
  1. threadpool

    0下载:
  2. Linux 环境下实现线程池功能,具有开放性,提供模板,可重复开发-Linux environment, the thread pool is open, providing templates, reusable development
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:29831
    • 提供者:tianxia
  1. Sell-ticket-System

    0下载:
  2. 基于Linux C语言的简单售票系统,练习LInux网络编程和线程与互斥锁的应用。-A simple ticketing system based on Linux C language, practice the application of the the LInux network programming and thread and mutex lock.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:10330
    • 提供者:zhu
  1. lMyLinuxThreai

    0下载:
  2. linux epoll、线程池模型,很好的学习eepoll的源代码。 ,经测试 -linux epoll, thread pool model, good learning of the source code eepoll. , Tested
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-17
    • 文件大小:18742
    • 提供者:sacri
  1. Bzhexueey

    0下载:
  2. 通过研究Linux的线程和信号量机制来实现的哲学学家就餐问题的并发控制的,可以直接使用。 -By studying the Linux thread and semaphore mechanism to achieve the philosophical scientist dining concurrency control, can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-05
    • 文件大小:1568
    • 提供者:模仿
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 23 »
搜珍网 www.dssz.com