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

搜索资源列表

  1. thread-3.tar

    0下载:
  2. linux 多程序开发代码,包括队列,锁,线程的运用
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3407
    • 提供者:huj
  1. thread

    0下载:
  2. 嵌入式linux开发应用程序中 多个线程的实例-Embedded linux development application examples of multiple threads
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:7518
    • 提供者:马利娜
  1. LinuxProgrammingembeddedmulti-task

    0下载:
  2. 嵌入式linux多任务编程,进程 线程 线程池 等参考范例。-Linux Programming embedded multi-task, the process thread pool thread, such as a reference sample.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:12489
    • 提供者:魏冲
  1. memo

    0下载:
  2. “忘录管”功能需求: 1、 登录功能。 程序运行后,进入登录界面,用户需输入密码。若正确,则登录到系统,否则,允许用户重新输入密码,最多3次,否则不允许登录。 2、 新增记录 增加一条新的备忘录 3、 删除指定记录 根据指定的条件(如标题、时间)从备忘录中删除一条记录 4、 删除无用记录 根据flag标志删除已经提示过的记录 5、 修改记录 根据指定的条件(如标题、时间)备忘录修改一条记录,可以修改标题、内容以及提示时间 6、 备忘提示 创建线程,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2261
    • 提供者:朱海
  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. 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. threadPool

    0下载:
  2. 线程池使用例程,内含线程池的定义和使用例程。另外含有一个个人编写的使用线程池的多线程COPY程序,采用命令行形式,命令格式类似于linux下cp命令,支持单文件,多文件,目录移动,重命名,文件覆盖等功能,程序采用模拟堆栈的方式递归目录,能够完整的保持目录结构的进行COPY。-Thread pool using the routines, containing the definition of the thread pool and use of routine. Also contains a
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-21
    • 文件大小:5961080
    • 提供者:陈太斌
  1. threadsocket.tar

    0下载:
  2. linux 网络编程 实现多线程通讯,包括客户端和服务器端-Inux network programming to achieve multi-threaded communications, including client and server
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-04
    • 文件大小:5887
    • 提供者:齐彻
  1. xtimer-posix

    0下载:
  2. 适用于Linux的多线程的timer轻量级组件,适合需要并发处理的timer应用,非常高效易用。-For Linux multithreaded timer lightweight components for applications requiring concurrent processing timer application, very easy to use and efficient.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-04
    • 文件大小:5480
    • 提供者:lf
  1. UDP-Struct

    1下载:
  2. linux下用多线程实现UDP传输结构体的功能-to transfer the struct information with UDP
  3. 所属分类:Linux Network

    • 发布日期:2017-05-04
    • 文件大小:107845
    • 提供者:zhangjuan
  1. epoll_threadpool-master

    0下载:
  2. epoll多线程的例子. 使用这个例子来解释下epoll多线程的设计方法和解决方案。-epoll multi thread. descr ipt how write multi thread in c++ in linux with epoll.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-04
    • 文件大小:33429
    • 提供者:许义霖
  1. KTimer.tar

    0下载:
  2. 轻量级计时库。封装了Windows/Linux的高精度计时接口,支持多线程调用,便于在产品发布后对程序中关键部分进行性能统计。-A light-weight timer library. It encapsulation the timer interface of Windows/Linux and support multi-thread. It is easy to record the performance statistics of the key parts in program
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:24403
    • 提供者:kinuxroot
  1. 55

    0下载:
  2. linux下多线程结构体数组对文件进行读写操作,涉及一条线程打开文件,读取一个文件数据,入队到循环队列buffer;另一条线程循环队列buffer进行出队写入到另一个文件中。-Under Linux multithreaded structure array to the file to read and write operations, involving a thread to open the file, read a file data, the team to the circula
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1774
    • 提供者:曾清波
  1. Intelligent-security

    1下载:
  2. 本系统结合Internet,GPRS以及嵌入式相关技术,实现了通过网络对家中情况进行实时监控; 项目有linux服务器、Android客户端,web客户端组成;服务器利用C语言的多线程操作,实现了视频采集,温度湿度监测,灯光控制;短信报警;通过socket实现与Android客户端远程通讯和实时传输视频和温湿度数据;安卓客户端通过多线程与服务器进行数据交换。Web客户端可以在PC上通过浏览器登录服务器查看监控视频和温湿度数据;对于温度超过预设值,服务器通过GPRS发送提示短息给客户手机,客户通
  3. 所属分类:Linux Network

    • 发布日期:2017-11-16
    • 文件大小:6051840
    • 提供者:du
  1. abc

    0下载:
  2. 多线程和多进程的管理与调度实验,C语言实现。 此次实验创建了多个线程和进程,使我们加深了对进程概念的理解,明确了进程与线程的区别,掌握了Linux进程创建和撤销的方法,进一步认识了并发执行的实质,了解了多线程的程序设计方法。-Multithreading and multi-process scheduling and management of the experiment, the C language implementation. The experiments created mult
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-18
    • 文件大小:2048
    • 提供者:段段
  1. thread_pool.tar

    0下载:
  2. boost库线程池,linux环境下开发,可用于linux下多线程开发(Boost library thread pool, Linux implementation)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-18
    • 文件大小:1024
    • 提供者:colindj
  1. tarena

    0下载:
  2. 基于UC的电信计费DMS数据挖掘系统,是通过对C/C++、多线程、Socket等的开发、QT等相关技术的综合运用,针对电信运营商推出的Linux/Unix服务器出租业务,设计的用以作为收费依据的数据采集系统。(UC-based telecom billing DMS data mining system, is developed through the integrated use of the C/C++, multi-threading, Socket, etc., QT and othe
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-19
    • 文件大小:602112
    • 提供者:Melodyluer
  1. BusyBoxFree

    0下载:
  2. Linux是一套免费使用和自由传播的类Unix操作系统,是一个基于POSIX和UNIX的多用户、多任务、支持多线程和多CPU的操作系统。它能运行主要的UNIX工具软件、应用程序和网络协议。它支持32位和64位硬件。Linux继承了Unix以网络为核心的设计思想,是一个性能稳定的多用户网络操作系统。(Linux is a free and free Unix like operation system. It is an operation system based on POSIX and UN
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:4289536
    • 提供者:临摹
  1. procosumer

    0下载:
  2. 著名的生产者消费者问题多线程实现,建议在linux系统编译运行。(The famous issue: producer and costumer.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:Kayama
  1. New WinRAR archive

    0下载:
  2. 屏障应用用于多线程的时候,在linux下使用(barrier for multithread)
  3. 所属分类:其他

« 1 2 ... 23 24 25 26 27 2829 »
搜珍网 www.dssz.com