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

搜索资源列表

  1. 《运用多线程技术实现文件的快速搜索》配套代码

    0下载:
  2. 《运用多线程技术实现文件的快速搜索》配套代码-"use multithreading technology to achieve the document Fast Search" complementary code
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:14380
    • 提供者:杨洁
  1. FileFind

    0下载:
  2. 多线程实现的快速搜索文件 注:网上搜索,已经验证-multithreading Fast Search document Note : online search, verification
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29394
    • 提供者:安文
  1. Unit3

    0下载:
  2. 多线程利用windowsapi函数实现同步-multithreading function using synchronized windowsapi
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:896
    • 提供者:肖华
  1. c++或C下如何使用多线程

    0下载:
  2. c++或C下如何使用多线程-how to use multithreading
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:46831
    • 提供者:陈礼斌
  1. Visual Basic .NET 中实现后台进程

    0下载:
  2. 多线程是一个功能强大的工具,我们可以在每次需要执行长时间运行的任务时使用该工具。我们可以用它运行辅助代码,而无需绑定用户界面。但同时要注意,多线程操作非常复杂,要正确操作并不容易,而且调试起来也比较困难。 尽管不一定能够实现,但我们还是应该尽量为每个辅助线程提供一组它可以操作的独立数据。要达到这个目的,最简单的方法就是为每个线程创建一个对象,对象中包含该线程可以操作的数据以及完成工作所需的代码。 通过实现结构化的架构,使之充当辅助线程和 UI 线程之间的媒介,我们可以大大简化编写多线程代码和 U
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:173784
    • 提供者:程崇刚
  1. 实例50-多线程telnet服务

    0下载:
  2. 多线程登陆TELNET要求服务,可以体现LINUX的风格,体现多线程的优点-multithreading landing TELNET services requested can be manifested LINUX style embodies the advantages of multi-threading
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:211915
    • 提供者:lxy
  1. 风扇

    0下载:
  2. 使用多线程实现一种模拟风扇的程序,可以利用按钮控制风扇的运动情况!Java实现!是一个applet!-use multithreading to achieve a simulation fans procedures, we can use the buttons to control the movement of fans! Java! It is an applet!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7589
    • 提供者:耿神
  1. HyperClock

    1下载:
  2. 多线程定时器、时钟源代码,可以参考VC下多线程编程的技巧!-multithreading timer, the clock source code can refer to VC multithreaded programming skills!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:121244
    • 提供者:项席和
  1. Multithreading

    0下载:
  2. Multithreading development,it should be help for you!Thanks a lot!-Multithreading development, it should be help for you! Thanks a lot!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:677354
    • 提供者:Ashuar
  1. Multithreading in VB!!! (updated)

    0下载:
  2. Multithreading in VB!!! (updated)
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:10331
    • 提供者:ccv
  1. multi_thread

    0下载:
  2. 3种多线程同步方式(Critical Section,Mutex,Event)的小例子-3 multithreading synchronous mode (Critical Section, Mutex, Event) small example
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-22
    • 文件大小:3042
    • 提供者:站长
  1. multithreading

    0下载:
  2. multithreading是一个C#里面讲多线程的文档,讲得非常的好-multithreading is a C# which stresses multi-threaded documents, was very good
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-02
    • 文件大小:646363
    • 提供者:mingtingxing123
  1. Multithreading

    0下载:
  2. 在Windows系统中,多任务体系是通过进程和线程模型来实现的。多线程可以使一个程序在同一时间内具有运行多个任务的能力。-In Windows systems, multi-tasking system is through the process and threading model to achieve. Multithreading allows a program running at the same time with multiple tasks.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-25
    • 文件大小:352820
    • 提供者:sandy
  1. MFC(thread)

    0下载:
  2. 深入浅出Win32多线程设计之MFC的多线程,很详细,有相关的说明- Explains the profound in simple language the Win32 multi-thread design MFC of multithreading, is very detailed, has the related explanation
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:58747
    • 提供者:张宏伟
  1. Win32-Multithreading-and-Synchronization

    0下载:
  2. This tutorial will explain how to create and manage multiple threads in Windows. This is an advanced tutorial the reader should be familiar with Win32 programming.-This tutorial will explain how to create and manage multiple threads in Windows. This
  3. 所属分类:进程与线程

    • 发布日期:2017-03-30
    • 文件大小:6906
    • 提供者:magna
  1. Object-Oriented.Multithreading-

    0下载:
  2. C和C++实务精选之 C++面向对象多线程编程 高清版, 重新制作pdf, 已经添加书签。 -Object-Oriented.Multithreading.Using.C++ chinese version
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-19
    • 文件大小:30593987
    • 提供者:玩雪舞
  1. multithreading-applications-in-Win32

    0下载:
  2. windows下的多线程编程,内容不错。侯捷翻译。看过两遍,个人收藏之一。-multithreading applications in Win32
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-14
    • 文件大小:22098610
    • 提供者:songjuncheng
  1. The-Practical-Guide-to-Multithreading

    0下载:
  2. Presents the practical approach to multi-threaded programming. This article does not give an introduction to multithreading, processes, processors.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-06
    • 文件大小:338568
    • 提供者:Exerion
  1. multithreading

    0下载:
  2. 关于多线程源码,适用于初学者学习,附带源码。-win32 API multithreading
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-25
    • 文件大小:359433
    • 提供者:vincent
  1. BMDThread

    0下载:
  2. Multithreading management component
  3. 所属分类:进程与线程

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