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

搜索资源列表

  1. os2

    0下载:
  2. linux下多线程矩阵运算,使用posix线程库-multi-threaded matrix operations under linux, using posix thread library
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:149710
    • 提供者:陈云卿
  1. thrmgr

    0下载:
  2. linux通用线程池thrmgr,附带使用实例。-linux general thread pool thrmgr, with use cases.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:22211
    • 提供者:pj81102
  1. threadpool-0.1

    0下载:
  2. linux线程池,linux c++实现-linux thread pool, linux c++ implementation
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:5447
    • 提供者:master
  1. pthread_sync_and_mutual

    0下载:
  2. linux多线程极大方便了程序编写,但同时必须考虑线程同步、互斥问题。 示例代码给出了利用信号量实现P、V操作,从而保证多线程同步、互斥。-linux multithread programming is very convenient, but we must pay attention to synchronization and mutual exclusion. The sample code shows us how to ensure multi-thread synch
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:5682
    • 提供者:y
  1. multi_thread_file_transport_program

    0下载:
  2. 一个线程传输工具,用linux posix多线程编写,有点参考价值,欢迎交流。-file transport program, may be useful use multi-thread to transport files. It s very welcomed to discuss with.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:22818
    • 提供者:Jwf
  1. thread_clean

    0下载:
  2. linux上的线程编码,非常简洁易懂,是个好程序-thread on the linux code is very simple and easy to understand, is a good program
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:767
    • 提供者:wll
  1. systemprogram20110602.tar

    0下载:
  2. linux服务器架设的线程实现实例。初学者可以借鉴。-linux server set up the thread implementation instance. Beginners can learn.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:449706
    • 提供者:rensiming
  1. os

    0下载:
  2. Fork: 实现了以进程解决生产者消费者问题. pclone: 实现了以线程解决生产者消费者问题. test_scheduler: 实现了处理机调度--实时调度算法EDF和RMS store_scheduler: 实现了存贮管理--动态不等长存储资源分配算法 HashFile: 实现了文件系统--Hash结构文件 device: 实现了设备管理--Linux设备驱动程序安装(注意头文件的位置随环境不同而改变)-Fork: to achieve a solution to pr
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:31590
    • 提供者:詹磊
  1. ipdectos

    0下载:
  2. 一个不错的linux封装,包括timer, msgq,thread,syslog, telnet,串口命令等调试。编译后在linux可以直接运行,看懂后就可以在嵌入式环境直接运行。-good linux wrapper for practice,including timer,msgq,thread,sem, syslog,telnet,serial port debug.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:528467
    • 提供者:吕永刚
  1. Thread_comm_dev.tar

    0下载:
  2. 这是我自己编写实现的一个基于设备驱动的本地进线程通信方法。该方法需要用到设备文件来联系两个没有亲缘关系的进线程。资料中包含Makefile文件,根据自己的Linux系统,可以编译出模块程序。里面附带了简单的例程用来进行测试。-This is what I have written to achieve a local-based device driver into the thread communication methods. Need to use the device file to
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:3024
    • 提供者:haohuiming
  1. threads_pool

    0下载:
  2. 在Linux下实现了一个基本的线程池,提供接口供用户使用。-In Linux to achieve a basic thread pool, providing an interface for users.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2915
    • 提供者:罗雄威
  1. 4.Linux5

    0下载:
  2. linux系统编程中线程的使用,帮助大家更好的理解线程-linux system programming using threads, the thread to help you better understand
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:198203
    • 提供者:林天
  1. tcplibthreadpool

    0下载:
  2. linux下的线程池案例,配合TCP/IP可以处理并发事物-thread pool on linux plantform and tcp/ip net communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7944
    • 提供者:yaoxu
  1. IPC_Funs

    0下载:
  2. c++写的在linux环境下多线程间使用互斥锁、posix信号量和system v信号量,实现的通信程序。自己编写的,自己测试过。-written in c++ linux environment using multi-thread mutex locks, posix semaphores and system v semaphore, to achieve the communication program. I have written, and tested.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:15329
    • 提供者:徐进
  1. ThreadPool

    0下载:
  2. Linux下线程池,双队列实现,可以满足在要求主线程非阻塞的情况下把任务交给线程池里的线程进行处理-Linux, thread pool, two queue implementations to meet the requirements of the main thread in the non-blocking case turned over to the thread pool thread for processing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:2603
    • 提供者:梁尧
  1. windows-unix

    0下载:
  2. 通过研究linux线程机制,利用多线程解决生产者与消费者的信号并发控制-Through the research Linux thread mechanism of multithread, producers and consumers solve the concurrent control signal
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:8641
    • 提供者:5566141
  1. pthread

    0下载:
  2. Linux下线程的编程,关于对线程的讲解及线程的应用-Thread programming under Linux, to explain about the thread and the thread of the application
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:305447
    • 提供者:费旨
  1. Linux_tool

    0下载:
  2. 这个是linux下的多线程下载工具,如果有兴趣的话可以学习下。-This is a multi-thread download tool under linux, if interested you can learn.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-06
    • 文件大小:1159255
    • 提供者:
  1. 3

    0下载:
  2. 按照生产者/消费者的工作原理,在Linux环境下,创建两个进程(或线程),一个进程(线程)作为生产者(用来向缓冲区中写入字符,字符的个数有限),另一个进程(线程)作为消费者(从缓冲区中读取生产者写入的字符)。 要求: 1. 程序应将缓冲区中的内容不断的显示出来; 2. 程序设计中要考虑两进程并发执行中的同步与互斥问题; 3. 有能力的同学可以将管理的并发进程数扩展为N(N>=3)多个。-In accordance with the producer/consumer
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:356475
    • 提供者:庄镝
  1. libcurl-7.18.0-win32-msvc

    0下载:
  2. Libcurl为一个免费开源的,客户端url传输库,支持FTP,FTPS,TFTP,HTTP,HTTPS,GOPHER,TELNET,DICT,FILE和LDAP,跨平台,支持Windows,Unix,Linux等,线程安全,支持Ipv6。并且易于使用。-Libcurl for a free open source, the client url transmission library, support FTP, FTPS, TFTP, HTTP, HTTPS, GOPHER, TELNET,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1076695
    • 提供者:SigCell2008
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 23 »
搜珍网 www.dssz.com