搜索资源列表

  1. 线程的创建与撤消

    0下载:
  2. 操作系统课程设计:线程的创建与撤消(有文档)-courses on operating system design : the creation of threads and withdrawn (with documentation)
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2.4kb
    • 提供者:林明
  1. 创建、管理线程池的源代码

    1下载:
  2. 创建、管理线程池的源代码- Foundation, management line Cheng Chi source code
  3. 所属分类:进程与线程

    • 发布日期:2025-02-17
    • 文件大小:3kb
    • 提供者:zerys
  1. testmanagerthread

    0下载:
  2. 本实例实现一个多线程的管理器。在应用程序中,可以进行多个线程的创建、执行和关闭等管理。-examples of the realization of a multithreaded manager. In the application process, can create multiple threads, implementation and management of closure.
  3. 所属分类:Internet/网络编程

    • 发布日期:2025-02-17
    • 文件大小:33kb
    • 提供者:韩明军
  1. 程序创建两个线程

    0下载:
  2. 程序创建两个线程,第一个线程没有消息队列,主线程尝试给第一个线程发送一个消息,我们可以看到PostThreadMessage()返回FALSE,程序创建的第二个线程有一个消息队列,主线程中的PostThreadMessage()返回TRUE,程序由Visual C++ 6.0开发,没有用到MFC-process creates two threads, one thread without Message Queue, the main
  3. 所属分类:Windows编程

    • 发布日期:2025-02-17
    • 文件大小:78kb
    • 提供者:罗伟
  1. Linux下线程的创建

    0下载:
  2. Linux下线程的创建-Linux threads created
  3. 所属分类:文档资料

    • 发布日期:2025-02-17
    • 文件大小:2kb
    • 提供者:万俟楠
  1. nt_thread

    0下载:
  2. 自己写的。多线程控制的演示程序。 包括线程的创建、挂起和释放。 附有详细的注解-wrote it myself. Multithreading control of the demonstration program. Thread including the creation, aloof and release. With detailed explanation
  3. 所属分类:系统编程

    • 发布日期:2025-02-17
    • 文件大小:1.16mb
    • 提供者:寒冬
  1. 多线程实例

    0下载:
  2. 展示VC中多线程的编程方法,如线程创建、事件触发、结束线程、线程同步等多种技术-display VC multithreaded programming methods, such as thread creation, event trigger, the end of threads, thread synchronization techniques
  3. 所属分类:进程与线程

    • 发布日期:2025-02-17
    • 文件大小:88kb
    • 提供者:周孝良
  1. libuclinux

    0下载:
  2. uclinux线程的创建、消息队列的创建、信号量、互斥信号量、信号等的创建,采用vxworks的接口方式-Basis thread creation, message queue creation, semaphores, mutual exclusion semaphores, signals the creation, use the interface mode VxWorks
  3. 所属分类:嵌入式Linux

    • 发布日期:2025-02-17
    • 文件大小:11kb
    • 提供者:
  1. 创建多进(线)程

    0下载:
  2. VC目录: 演示Viusal C++中创建多线程的方法 编译环境要求: 安装Viusal C++6.0 主要文件说明: ThreadDemo.cpp: 演示创建线程的C++文件 run.cmd:自动打开一个命令窗口执行程序的脚本文件-VC Contents : Presentations Khan C to create multiple threads of environmental require
  3. 所属分类:进程与线程

    • 发布日期:2025-02-17
    • 文件大小:81kb
    • 提供者:黄小文
  1. 线程的创建与撤消

    0下载:
  2. 操作系统课程设计:线程的创建与撤消(有文档)-courses on operating system design : the creation of threads and withdrawn (with documentation)
  3. 所属分类:进程与线程

    • 发布日期:2025-02-17
    • 文件大小:2kb
    • 提供者:林明
  1. CreateThread函数创建窗口线程

    0下载:
  2. 此代码是为初步接触多线程的人员介绍的用CreateThread()函数创建窗口线程。-this code for multithreaded initial contacts on the staff with the CreateThread () function to create windows threads.
  3. 所属分类:其他小程序

    • 发布日期:2025-02-17
    • 文件大小:10kb
    • 提供者:srx
  1. Register_ThreaPool

    0下载:
  2. 线程的创建、销毁和调度本身是有代价的,如果一个线程的任务相对简单,那这些时间和空间开销就不容忽视了,此时用线程池就是更好的选择,即创建一些线程然后反复利用它们,而不是在完成单个任务后就结束。-thread creation, destruction and scheduling itself is a cost, if the threads of a relatively simple task. That time and spac
  3. 所属分类:Internet/网络编程

    • 发布日期:2025-02-17
    • 文件大小:52kb
    • 提供者:邱中天
  1. MultiThread

    0下载:
  2. 这是一个多线程售票程序,可以帮助理解线程的同步问题,线程的创建问题-This is a multi-threaded ticketing procedures, can help to understand the issue of thread synchronization, thread creation problem
  3. 所属分类:进程与线程

    • 发布日期:2025-02-17
    • 文件大小:2.12mb
    • 提供者:邓义乔
  1. MulThreadclass

    0下载:
  2. 如果用CWinThread好一点,直接是一个线程对象,如果用AfxBeginThread,实现了这个类,来所简化多线程的创建和关闭的操作。-If CWinThread better direct object is a thread, if AfxBeginThread, realize this category, to simplify the creation of multi-threading on and off opera
  3. 所属分类:进程与线程

    • 发布日期:2025-02-17
    • 文件大小:25kb
    • 提供者:
  1. WorkerThread_demo

    0下载:
  2. 多线程编程 实现线程的创建,挂起,激活等功能。-Thread Create……
  3. 所属分类:Windows编程

    • 发布日期:2025-02-17
    • 文件大小:56kb
    • 提供者:shirlly
  1. 1

    0下载:
  2. 线程的创建和撤销,c语言实现,模拟操作系统线程的创建和撤销机制。-thread
  3. 所属分类:其他小程序

    • 发布日期:2025-02-17
    • 文件大小:1kb
    • 提供者:Rainy
  1. threadCreate

    0下载:
  2. 关于线程编程的文档。讲述线程的创建与取消、私有数据、同步和中止。-Programming document on the thread. About the creation and abolition of the thread, private data, synchronization and termination.
  3. 所属分类:进程与线程

    • 发布日期:2025-02-17
    • 文件大小:207kb
    • 提供者:雪逸
  1. 线程同步方法lock

    0下载:
  2. 该示例演示了C#中多线程的创建方法,及线程同步方法(multiy thread and the method of thread synchronization)
  3. 所属分类:进程与线程

    • 发布日期:2025-02-17
    • 文件大小:2kb
    • 提供者:chzt
  1. MFC用户界面线程的创建

    0下载:
  2. 实现界面线程和工作线程,简单的文件拷贝,包括进度条、速度、时间的显示。(To achieve interface threads and work threads, simple file copy, including the progress bar, speed, time display.)
  3. 所属分类:进程与线程

    • 发布日期:2025-02-17
    • 文件大小:146kb
    • 提供者:liuziyi
  1. Windows下线程的创建和并发执行

    0下载:
  2. 编写一个程序,完成多个线程的创建,使得所创建的多线程在处理机上并发执行。通过本实验,学习在Win32程序中利用操作系统提供的API创建线程,并通过所创建线程的运行情况来获得关于多线程并发的感性认识,以及加深对临界资源(本实验中临界资源是屏幕)互斥访问的理解。(Write a program to complete the creation of multiple threads, so that the created multithr
  3. 所属分类:其他小程序

    • 发布日期:2025-02-17
    • 文件大小:412kb
    • 提供者:虞世南r
« 12 3 4 5 6 7 8 9 10 ... 49 »

源码中国 www.ymcn.org