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

搜索资源列表

  1. pthread

    0下载:
  2. 基于ARM9的linux下线程实例,仅供参考-the thread instance linux,The classic producer-consumer example.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1111
    • 提供者:yakemozu
  1. LogModule

    0下载:
  2. 程序日志文件,windows Linux通用,完全的模块化 规范化编程 整合LINUX windows 线程库,互斥锁库. VC2005-Log files, windows Linux general, fully integrated modular standardized LINUX windows thread programming library, library mutex. VC2005
  3. 所属分类:Linux Network

    • 发布日期:2017-05-12
    • 文件大小:2951821
    • 提供者:mac
  1. grid_thread

    0下载:
  2. LINUX下多线程序,线程同步实例,实现了线程管理,可直接使用到工程中.-LINUX under the multi-line process, thread synchronization instance, to achieve the thread management can be used directly to the project
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:6380
    • 提供者:yangguang
  1. jinchengyuxiancheng

    0下载:
  2. 在Linux环境中采用用户级线程模拟实现DEF和RMS两种实时调度算法。给定一组实时任务,按照DEF算法和RMS算法分别判断是否可调度。在可调度的情况下,创建一组用户级线程,分别代表各个实时任务,并按算法所确定的调度次序安排各个线程运行-In the Linux environment, using simulated user-level thread implementation DEF and two real-time scheduling algorithm for RMS. Give
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1672
    • 提供者:pearl
  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. 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. db.tar

    0下载:
  2. Linux下多线程进行数据库操作的接口,基于散列表的实现。-Multi-thread Linux data-base interface with the implementation of hash
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:7153
    • 提供者:子林
  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 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 23 »
搜珍网 www.dssz.com