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

搜索资源列表

  1. threads-3.6.tar.gz

    0下载:
  2. 所属分类:Linux/Unix编程

    • 发布日期:
    • 文件大小:213474
    • 提供者:
  1. threads-2.0.tar.gz

    0下载:
  2. 多线程库
  3. 所属分类:Linux/Unix编程

    • 发布日期:
    • 文件大小:171265
    • 提供者:
  1. threads-3.6.tar

    0下载:
  2. C++ SOCKET 类-SOCKET
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:213474
    • 提供者:lgh
  1. ipv6ping

    0下载:
  2. linux下 ipv6协议 ping程序 最多运行50线程 2.每个线程发送4个ICMP6包后开始接收 3.试验程序,多线程结构安排不一定合理,待试验后进一步修改 4.在终端./pingipv6 IP1 1P2......即可运行程序 5.为单源文件,没写make,编译命令为: gcc -Wall -o pingipv6 pingipv6.c -lpthread -ipv6 agreement under the most ping process two thr
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3030
    • 提供者:时柏营
  1. threads

    0下载:
  2. Nachos 线程-Nachos threads
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:29553
    • 提供者:wln
  1. pthread_examples.tar

    0下载:
  2. 多线程程序作为一种多任务、并发的工作方式,有以下的优点:   1) 提高应用程序响应。这对图形界面的程序尤其有意义,当一个操作耗时很长时,整个系统都会等待这个操作,此时程序不会响应键盘、鼠标、菜单的操作,而使用多线程技术,将耗时长的操作(time consuming)置于一个新的线程,可以避免这种尴尬的情况。   2) 使多CPU系统更加有效。操作系统会保证当线程数不大于CPU数目时,不同的线程运行于不同的CPU上。   3) 改善程序结构。一个既长又复杂的进程可以考虑分为多个线程,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2556
    • 提供者:李强
  1. sem_syn

    0下载:
  2. 通过两个信号量来实现两个线程间的同步,完成了互斥功能.-through two signals to achieve volume between the two threads simultaneously, and completed the mutex function.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:802
    • 提供者:baiyu
  1. control05

    0下载:
  2. 用pthread_t创建由标准输入端输入个数N的N个线程,分别计算各自的结果,再返回给主进程.-pthread_t created with input from the standard input of the number N of N threads, calculate their results and then back to the main process.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:587
    • 提供者:lelele
  1. multiget-1.1.3.tar

    0下载:
  2. linux 下的 flashget。MultiGet是一个非常容易使用的图形界面多线程下载工具,它支持基本的 http/ftp协议,支持断点续传,动态语言转换,下载速度限制,自动/手动MD5校验,任务日志,文件分类管理,支持所有类型的SOCKS代理和 FTP、HTTP代理,可以动态增加/减少线程数量。它需要wxGTK开发包-flashget under linux. MultiGet is a very easy-to-use graphical interface multithreaded
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:798439
    • 提供者:秦湘
  1. unixthread

    0下载:
  2. linux/unix下关于线程的代码。-linux / unix under the code of threads.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:17715
    • 提供者:李文东
  1. usethread

    0下载:
  2. 一个使用线程的例子-an example of the use of threads
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:841
    • 提供者:李春
  1. RPG

    0下载:
  2. 用共享内存,信号灯,以及互斥锁实现进程,线程间的通信,来模拟三国问题-using shared memory, lights, and Mutex realization process, the communication between threads, to simulate the three issues
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2821
    • 提供者:李明
  1. threads-3.6.1

    0下载:
  2. 用c++包装好的线程库,直接拿来使用,提高效率.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-16
    • 文件大小:247826
    • 提供者:wuyunbin
  1. aic79xx-linux-2.4-20040522.tar

    0下载:
  2. 2.0.12 (May 13th, 2004) - Flag driver threads with PF_FREEZE to support software suspend. 2.0.11 (May 7th, 2004) - Avoid split-completion bugs in certain PCI-X chipsets by breaking up large completion entry DMAs on ADB boundaries.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:499525
    • 提供者:LiuQingShan
  1. threads-2.0.tar

    1下载:
  2. 多线程库 -Multi-thread library
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-19
    • 文件大小:171265
    • 提供者:站长
  1. futex.tar

    0下载:
  2. Shows how Linux futex syscall can be used to distribute computation to multiple threads.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1107
    • 提供者:Matthew
  1. alp-ch04-threads

    0下载:
  2. Threads of UNIX in Linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:262851
    • 提供者:Krishanu
  1. server-client-threads

    0下载:
  2. A server-client program using threads
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:2994
    • 提供者:Chrysanthos
  1. user-level-threads

    0下载:
  2. User level threads library with IPC, TIMERS, Internal Scheduler
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:290198
    • 提供者:sasi
  1. threads

    0下载:
  2. Descr iption: set of generic threading related routines should work with pthreads, Windows native or TLS threads.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6773
    • 提供者:falvjing
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com