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

搜索资源列表

  1. JThread_manual

    0下载:
  2. 一个非常好的windows和unix、linux使用的线程库,继承该类可以很方便地实现自己的线程-a very good windows and unix, linux for the use of threads. inheriting such it is easy to realize their own threads
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:47033
    • 提供者:granite
  1. 多线程HTTP服务器程序

    0下载:
  2. 多线程HTTP服务器程序.Linux下开发的心得笔记 包括加锁的问题、内核编程的一些注意事项、内核程序风格的注意事项、为操作函数集等和一些源码。-multithreaded HTTP server. Linux development experience including lockable Notes, some kernel programming note, the kernel procedures style matters to the attention of the opera
  3. 所属分类:报告论文

    • 发布日期:2014-01-14
    • 文件大小:26334
    • 提供者:sp
  1. LinuxMultiTh

    0下载:
  2. Linux下的多线程技术。 具体内容见文件。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:143025
    • 提供者:newuseruser
  1. linux_pthread_program

    0下载:
  2. 该文档主要讲述本人在使用Linux线程编程时的学习心得,主要有设计到线程优先级和资源释放等问题,并附有测试代码示例。linhanzu@gmail.com
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:342671
    • 提供者:gomo
  1. Windows_to_Linux_raining_course

    0下载:
  2. Linux是一个优秀的操作系统,它支持多用户、多进程和多线程,实时性好,功能强大而稳定。   Linux标榜自由和开放。简单的说,开源,免费。更重要的是完全DIY。   普及Linux电子书籍。开始Linux之旅的难点在哪?就是如何去安装它。认真看完本教程,相信会有收益的。   本教程适用于:首次接触Linux的朋友,通过本教程的学习让你基本对Linux有个大概的了解及安装Linux的方法,Linux最基础的一些知识。   2007,不再沉默,让我们一起学
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:100207
    • 提供者:wang zhen
  1. POSIXPthreadprogrammer

    0下载:
  2. Linux 的多线程编程内核同步 超级经典!!!!强烈推荐
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:98860
    • 提供者:chenfalin
  1. Beginning linux programming(第4版)

    0下载:
  2. 详细介绍了LINUX编程环境和开发工具,进程与线程、信号、管道、信号量、共享内存、队列,SOCKET等各种机制,还介绍了SQL数据库,QT界面开发等相关知识。是linux开发人员不可多得的入门书籍!
  3. 所属分类:文档资料

    • 发布日期:2011-09-14
    • 文件大小:4136319
    • 提供者:qinerxinzhi
  1. create_a_thread_under_linux

    0下载:
  2. 简单的介绍线程的创建和基本的使用,关于线程的高级使用(如线程的属性,线程的互斥,线程的同步等等问题)可以参考我后面给出的资料. -Brief basic thread creation and use, on the high-level use of thread (such as the attributes of threads, thread the mutex, thread synchronization and so on) can refer to the information
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:2545
    • 提供者:huyutao
  1. Linux2_6_kernel_interiable

    0下载:
  2. 该文章提出一种实时化改进方案.关键字:linux,实时性,中断线程化,实时优先级-The article presents a real-time to improve the program. Keywords: linux, real-time, interrupt threads, and real-time priority
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:266766
    • 提供者:hehe
  1. 1

    1下载:
  2. 本文针对远程监控提出了一种结合IP网络的监控技术方案,系统总体架构采用S3C2410、USB摄像头与Linux操作系统组成嵌入式软硬件系统。并通过摄像头采集到的数据经过FFMPEG软件提供的H.264处理函数处理,数据转换后交给处理线程处理,采用双线程实现视频的数据的处理和传输。同时利用S3C2410网络模块,把图像数据转化为IP数据报通过RJ45接口在Internet上传输,实现远程监控。 关键词:视频采集,IP网络,Linux,H.264,远程监控 -Abstract: This p
  3. 所属分类:Project Design

    • 发布日期:2017-04-08
    • 文件大小:17811
    • 提供者:阿士大夫
  1. linux-multi-thread-synchronization

    0下载:
  2. linux多线程同步的方法 在线程对共享相同内存操作时,就会出现多个线程对同一资源的使用,为此,需要对这些线程进行同步,以确保它们在访问共享内存的时候不会访问到无效的数值。-linux multi-thread synchronization Threads share the same memory operation, there will be multiple threads use the same resources to do this, you need to synch
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:7245
    • 提供者:长林
  1. linux

    0下载:
  2. 多线程编程,对linux下多线程编程熟悉-Multi-threaded programming, familiar with multi-threaded programming under linux
  3. 所属分类:software engineering

    • 发布日期:2017-11-27
    • 文件大小:53667
    • 提供者:wangdu
  1. Linux-multithreading-

    0下载:
  2. Linux下多线程编程手册,讲的很详细,可用做参考-Linux multithreaded programming manual, speak in great detail, and can be used as reference
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:1249084
    • 提供者:周全
  1. Linux

    0下载:
  2. linux系统编程、关于、进程、线程与文件-linux system programming, process, thread and file
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:659258
    • 提供者:hengding
  1. linux-multithreading

    0下载:
  2. linux关于多线程的整理资料,有个人的一些理解,不过更多的是基础知识-linux collate information about multithreading, there are some personal understanding, but more of a basic knowledge
  3. 所属分类:File Formats

    • 发布日期:2015-06-26
    • 文件大小:14336
    • 提供者:韩士杰
  1. Linux---the-design-of-program

    0下载:
  2. 内容包括Linux开发环境、Linux编程的入门知识、系统和网络编程、多线程程序设计、控制台编程、XWindow系统编程、国际化编程知识等-Including Linux development environment, Linux programming introductory knowledge, systems and network programming, multi-threaded programming, console programming, XWindow system
  3. 所属分类:software engineering

    • 发布日期:2017-05-17
    • 文件大小:4599708
    • 提供者:linxiao
  1. linuxPC

    0下载:
  2. linux,线程池的封装,使用C语言分装的-Under linux thread pool package
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:4716
    • 提供者:lisa
  1. Linux-in-epoll-program

    0下载:
  2. Linux下基于epoll+线程池高并发服务器实现研究-linux in epoll program
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:438577
    • 提供者:rain
  1. Linux-thread

    0下载:
  2. linux多线程编程书籍,很有参考价值,希望能给大家提供帮助-linux multithread book
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:218412
    • 提供者:adan
  1. linux

    0下载:
  2. 该资料主要讲述Linux内容。如:线程,进程,管道等。-The information focuses on Linux content. Such as: threads, processes, pipelines.
  3. 所属分类:software engineering

    • 发布日期:2017-06-16
    • 文件大小:24130147
    • 提供者:Jian
« 12 »
搜珍网 www.dssz.com