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

搜索资源列表

  1. ThreadFilefind

    0下载:
  2. 本程序使用了多线程的搜索技术,比传统的操作系统提供的顺序搜索的效率高许多.程序在每个新目录创建一个线程,处理该目录下的文件,从而实现多线程搜索-the procedures used multithreaded search technology, than the traditional operating system in order to provide highly efficient search of many. each procedure in the creation of
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:19948
    • 提供者:xbw_1
  1. bcbmultithread

    0下载:
  2. BCB多线程操作实例! 进行消息处理-BCB multithreaded operation examples! For information processing, etc.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6862
    • 提供者:ygcumt
  1. BCB6_Thread

    0下载:
  2. BCB6_Thread.zip是教你如何写多线程的例子-BCB6_Thread.zip is to teach you how to write multithreaded example
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:45631
    • 提供者:fdsafaf
  1. ra_server

    0下载:
  2. linux下的一个多线程服务器框架,可直接应用此框架开发一个支持大用户量的UDP应用服务器-of a multithreaded server framework, direct application of this framework to support the development of a large number of users UDP application server
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5130
    • 提供者:roger
  1. 5ivb_216828

    0下载:
  2. 进行多线程操作的示例 进行多线程操作的示例-for multithreaded operation example for multithreaded operation example
  3. 所属分类:C#编程

    • 发布日期:2010-07-07
    • 文件大小:25080
    • 提供者:王平
  1. pthread_examples.tar

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

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

    0下载:
  2. 实现了一个多线程工作组应用程序,此程序中使用了互斥对象,条件变量进行线程的控制。通过研究此程序,可以深刻理解线程的工作机理。-achieve a working group multithreaded applications, the use of this procedure the mutex object, variable conditions thread control. Research through this procedure, a profound understandi
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4715
    • 提供者:zhuwenjie
  1. BallsRace

    0下载:
  2. 用wondows多线程编程实现小球的分别控制,可以让任何一个小球停止和前进-with wondows multithreaded programming of the respective ball control, allows anyone to stop a small ball and advance
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:42440
    • 提供者:崔岩
  1. FTP_Client_xulp

    0下载:
  2. ftp多线程断点续传,带有xp 的theme-ftp multithreaded HTTP, with the theme xp
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:171818
    • 提供者:xulp
  1. server0828

    0下载:
  2. 可以防止同一用户多次登陆,win32asm+odbc+tcp编写(多线程)-users can prevent the same number of landing, win32asm odbc tcp prepared (multithreaded)
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:35027
    • 提供者:笑梅
  1. ThreadsTest

    0下载:
  2. C#多线程的互斥操作,用Monitor类实现对共享资源的异步操作-the mutex multithreaded operation, with Monitor realization of shared resources asynchronous operation
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3290
    • 提供者:邓建华
  1. COM_Thread_STA_MTA

    0下载:
  2. com线程模型演示代码,包括单线程套间(STA),多线程套间(MTA)模型-com thread model demonstration code, including thread suites (STA), the multithreaded apartment (MTA) model
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:140034
    • 提供者:程序
  1. TCP_Impl

    0下载:
  2. 摘要 TCP 软件一般位于操作系统的核心,这种情况给TCP 的研究和调试带来了很大的困难。 在Sun Solaris 平台上,我们使用系统提供的DLPI 接口和有关多线程的系统调用,构建了一 个TCP 调试系统,简化了调试过程。 关键字 TCP,调试系统,DLPI,多线程-Abstract TCP software at the core of the operating system. This situation TCP research and testing has
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:30660
    • 提供者:liaoheping
  1. MsgBox11

    0下载:
  2. 多线程的比较好的例子 CCriticalSection-multithreaded good example CCriticalSection
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:26492
    • 提供者:mark
  1. c-mthread

    0下载:
  2. windows多线程编程最基础的入门例子-windows multithreaded programming most basic introductory examples
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2810
    • 提供者:步槊
  1. mult_thread

    0下载:
  2. 多线程编程实例,内设有若干多线程操作方法,学习LINUX中线程属性的设置。-multithreaded programming examples, there are a number of multi-threaded operating methods, learning Linux thread attribute set.
  3. 所属分类:Linux/Unix编程

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

    0下载:
  2. Windows实习报告模板与源码。实习目的:通过本次实习了解操作系统中的进程、线程的区别与联系;掌握多进程、多线程的编程方法;深入了解操作系统原理。-Windows internship with the report template source. Internship Objective : To understand this attachment process of the operating system, the differences and thread; Acquire p
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:137708
    • 提供者:张生
  1. AsynchCalcPi-smartphone5.0

    0下载:
  2. windows mobile 5.0 smartphone C#多线程异步PI计算程序,包括取消功能-windows mobile 5.0 smartphone multithreaded C# or asynchronous PI counting procedures, including the abolition of functional
  3. 所属分类:Windows Mobile

    • 发布日期:2008-10-13
    • 文件大小:19499
    • 提供者:ice.man
  1. multiThreadSerialPortCommunication

    0下载:
  2. 这是一个多线程实现的串口通信类,对学习多线程编程以及串口通信有用,可以直接使用,也可以修改加入自己的应用,很方便-This is a multithreaded achieve the serial communication class, to learn multithreaded programming and serial communication useful, can be used directly, can also modify to their own use, conve
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:66075
    • 提供者:wmf1001
  1. ProgrammingWin32

    0下载:
  2. 这是一篇深入浅出Win32多线程程序设计之基本概念的文章-This is a simple procedure Win32 multithreaded design of the basic concepts of the article
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:11520
    • 提供者:Robert
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com