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

搜索资源列表

  1. 用VB写“多线程”程序

    3下载:
  2. 用VB编写的多线程程序,带有可以自定义线程,适用软件VB6.0,是学习操作系统编程的一个良好工具 -VB prepared by the multi-threaded process, can be defined with threads, application software VB6.0. the operating system is programmed to learn a good tool
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:8629
    • 提供者:陶杰
  1. Multi_Threaded_Job_Queue_demo

    0下载:
  2. 以队列的方式对多线程进行管理,并可动态设定活动线程的数据,可支持任务的优先级处理-cohort to the right multi-threaded for management and the dynamic activities of threads set of data, to support the priority tasks handled
  3. 所属分类:系统编程

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

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

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

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

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

    1下载:
  2. Linux高级编程:多线程、线程池、并发处理、信号等-Linux Advanced Programming: Multi-thread, thread pools, concurrent processing, signal, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:6230
    • 提供者:张三
  1. tcpMuti

    1下载:
  2. 基于Tcp的多线程并发服务器,利用fork创建线程,一个服务器端可以对应多个客户端-Tcp-based multi-threaded concurrent server, using fork to create threads, a server-side may correspond to multiple clients
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:2193
    • 提供者:kathy
  1. tcpscan

    0下载:
  2. 多线程端口扫描程序 实现一个多线程端口扫描程序,满足要求: 1)能同时扫描5个IP地址 2)针对每个IP地址,开设100个线程对其进行扫描 3)如果端口打开,使用函数getservbyport获取服务名,在屏幕上打印:IP port servername,如果是未知的服务,则在屏幕上显示:IP port unkown. -Multi-threaded port scanner to achieve a multi-threaded port scanner to meet
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:907
    • 提供者:bobby
  1. PortScan0623

    0下载:
  2. 一个多线程端口扫描程序,可以开启任意数量的线程,并可随时停止扫描-An multi-threaded port scanning program. It can open any number of threads, and stop scanning at any time.
  3. 所属分类:Scanner

    • 发布日期:2017-11-18
    • 文件大小:35414
    • 提供者:andy
  1. Threads

    0下载:
  2. 学习开发BCB平台的多时序程序的小工具,了解多时序的好处,为自己的程序加速.-BCB learning platform for the development of multi-temporal process of small tools, understand the benefits of multi-temporal, in order to speed up its own procedures.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-10
    • 文件大小:2403800
    • 提供者:andrews
  1. mutex-lock

    0下载:
  2. 多线程编程-互斥锁 由于线程的清量性,在搜索引擎构建中被广泛使用.线程的实现有多种方式,譬如互斥锁,条件变量,读写锁等.其中互斥锁最为简单,读写锁也与互斥锁类似.在LInux下简单实现一个链表,链表的插入和删除,以及整个链表的析构要考虑多线程的同步-Multi-threaded programming- Mutex clearance due to the amount of threads in the search engines are widely used to build. Th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1569
    • 提供者:周伟光
  1. memdemo

    0下载:
  2. Memory allocation and free in multi threads.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2401
    • 提供者:yiwei
  1. include1

    0下载:
  2. 因为有多个缓冲区,所以生产者线程没有必要在生成新的数据之前等待最后一个数据被消费者线程处理完毕。同样,消费者线程并不一定每次只能处理一个数据。在多缓冲区机制下,线程之间不必互相等待形成死锁,因而提高了效率。 -Because there are a number of the buffer zone, so there is no need for the producer thread to generate new data on waiting until the last thre
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:5107
    • 提供者:张闽
  1. ThreadBook

    0下载:
  2. 《多线程编程指南》介绍了SolarisTM 操作系统(Solaris Operating System, Solaris OS)中 POSIX® 线程和Solaris 线程的多线程编程接口。本指南将指导应用程序程序员如何创建 新的多线程程序以及如何向现有的程序中添加多线程。-" Multi-threaded Programming Guide" describes the SolarisTM operating system (Solaris Operating
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-06
    • 文件大小:1349444
    • 提供者:fengminggao
  1. tbb30_20100310oss_src

    0下载:
  2. Intel® Threading Building Blocks (TBB) offers a rich and complete approach to expressing parallelism in a C++ program. It is a library that helps you take advantage of multi-core processor performance without having to be a threading expert. Threa
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-09
    • 文件大小:2356892
    • 提供者:avi
  1. mypi

    0下载:
  2. 多线程计算pi,并且做性能分析。单线程与多线程对比 计算量相同,线程数不同 例如,N取1000,000,测试使用1、2、3、4……个线程时所需要的时间。 线程数相同,计算量不同 例如,只考察单线程和双线程的性能对比,N分别取不同的数值。 -Multi-threaded computing pi, and do performance analysis. Comparison of single-threaded and multithreaded computing the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:577
    • 提供者:Junki Lee
  1. Linux

    0下载:
  2. 《多线程编程指南》介绍了Solaris TM 操作系统(SolarisOperating System, SolarisOS)中 POSIX® 线程和Solaris线程的多线程编程接口。本指南将指导应用程序程序员如何创建新的 多线程程序以及如何向现有的程序中添加多线程。 尽管本指南同时介绍了POSIX线程接口和Solaris线程接口,但大多数主题都以POSIX线程 为重点。-" Multithreaded Programming Guide" desc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1262013
    • 提供者:miky
  1. semaphore

    0下载:
  2. 信号量(Semaphore)也被称为信号灯,常常作为在多线程环境下的同步与互斥机制。它负责协调各个线程,以保证它们能够正确、合理的使用公共资源。信号量分为单值和多值两种。单值信号量只能被一个线程获得,而多值信号量可以被若干个线程获得。 本实验是一个信号量实验,父进程作为生产者释放信号量,子进程作为消费者申请信号量。 实验环境 Redhat9.0-Semaphore (Semaphore), also known as signal lights, often in multi-th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:962
    • 提供者:tiger
  1. for-linux-threads

    0下载:
  2. 可以用来学习如何在linux环境中多线程编程,用于熟悉linux提供了哪些线程编程的API接口。-Can be used to study the multi-threaded programming in a Linux environment, used to be familiar with linux which threaded programming API interface.
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 多线程十大经典案例之一秒杀多线程,多线程同步互斥问题《秒杀多线程第四篇一个经典的多线程同步问题》及解决多线程同步互斥的常用方法——关键段、事件、互斥量、信号量、读写锁。为了让大家更加熟练运用多线程,将会有十篇文章来讲解十个多线程使用案例,相信看完这十篇后会让你能更加游刃有余的使用多线程。-Multi-threaded Ten classic case of the spike multi-threaded, multi-thread synchronization mutex problem &
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-13
    • 文件大小:3205
    • 提供者:张海玲
  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
« 12 »
搜珍网 www.dssz.com