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

搜索资源列表

  1. thread-3.tar

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

    • 发布日期:2008-10-13
    • 文件大小:3407
    • 提供者:huj
  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. 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. thread2

    0下载:
  2. 在Linux系统下有一个进程创建多个线程的功能与实现-Linux systems have a process to create the function and implementation of multiple threads
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:11035
    • 提供者:彭亦钊
  1. dxc

    0下载:
  2. linux下多线程网络编程,实现arm9视频采集和网络发送jpeg数据,使用udp协议,自己写的,搞了好几天!linux下的多线程比较复杂易出错。--linux network under the multi-threaded programming, video capture and arm9 send jpeg data network, using udp protocol, wrote it myself, out for a few days! Multithreading unde
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:4055
    • 提供者:梁龙武
  1. getcard-1.0

    0下载:
  2. 一个多线程服务,专门监听linux指定目录下文件的变化,然后对目录文件做相应移动,并提交到服务器。这是我在做停车场中用来处理FTP上传图片的程序-A multi-threaded service, special monitoring Linux specify changes in the file directory, and then do the corresponding movement on the directory, and submitted to the server. T
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:15115
    • 提供者:黄希
  1. Chatting

    0下载:
  2. linux下得聊天室:主要实现了多线程的聊天功能,注册用户、登录、显示在线人数、群聊、私聊等功能-under linux have chat rooms: the main achievement of the multi-threaded chat, registered users, logins, displays line number, group chat, private chat and other functions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:31925
    • 提供者:刘宇佳
  1. code

    0下载:
  2. linux简单实验代码,有利于掌握linux.Linux是一套免费使用和自由传播的类Unix操作系统,是一个基于POSIX和UNIX的多用户、多任务、支持多线程和多CPU的操作系统。-linux simple experimental code, help control linux.Linux is a free to use and free dissemination of class Unix operating system, is a POSIX and UNIX-based mul
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:189639
    • 提供者:missaya
  1. Multi-threaded-programming

    0下载:
  2. 主要介绍Linux 线程的基本概念及分析多线程库中的主要函数调用, 阐述使用多线程的优点, 以及多线程编程过程中应该注意的问题。-It introduces the basic concepts of Linux threading and analysis of multi-threaded library main function call, describes the advantages of using multiple threads, as well as multi-threa
  3. 所属分类:Driver develop

    • 发布日期:2017-04-30
    • 文件大小:101974
    • 提供者:JAcket
  1. pthread

    0下载:
  2. 嵌入式Linux 系统下关于线程应用的例程,有助于在编写多线程软件提供参考-Embedded Linux system on the thread application routines, help in the preparation of multi-threaded software to provide reference
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:594
    • 提供者:
  1. serialport_test

    0下载:
  2. linux命令行多线程串口测试程序,希望对大家有帮助-linux command line multi-threaded serial test procedure
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7191
    • 提供者:马博
  1. CHAT_ROOM

    0下载:
  2. 本代码是Linux编程,使用gtk编程,做成一个私人聊天室,有用到多线程、数据库等。源码分为用户端和服务器端两部分。由于是新手,第一次使用gtk,界面很糙,但功能大都实现。用户有超级用户和普通用户之分。加粗为超级用户特有功能。 未完成:在封装Makefile时链接库一直不成功,故没有实现Makefile。 全部功能如下: 1 登陆 2 注册 3 踢人 4 解禁 5 禁言 6 私聊 7 群聊 8 好友列表(在线) 9 文件传输 10 个人
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:195723
    • 提供者:褚克珍
  1. nedmalloc-v1.10_beta3

    0下载:
  2. nedmalloc是一个跨平台的高性能多线程内存分配库,很多库都使用它,例如:OGRE.现在我们来看看nedmalloc的实现 (以WIN32部分为例) 位操作-nedmalloc is a VERY fast, VERY scalable, multithreaded memory allocator with little memory fragmentation. If you re running on an older operating system (e.g. Windows XP
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:465202
    • 提供者:吴斌
  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. 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. procosumer

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

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:Kayama
« 1 2 ... 9 10 11 12 13 1415 »
搜珍网 www.dssz.com