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

搜索资源列表

  1. 线程的创建与撤消

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

    • 发布日期:2008-10-13
    • 文件大小:2453
    • 提供者:林明
  1. CreateThread函数创建窗口线程

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

    • 发布日期:2008-10-13
    • 文件大小:10205
    • 提供者:srx
  1. 线程的种基本操作

    0下载:
  2. 本例子讲解了线程的各种基本操作,包括创建线程、挂起线程、唤醒线程、终止线程功能。程序简单,一看就会明白。(注意:这个例子主要是针对初学者的)
  3. 所属分类:进程与线程

    • 发布日期:2014-01-18
    • 文件大小:58076
    • 提供者:zhangliang
  1. 多线程实例

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

    • 发布日期:2008-10-13
    • 文件大小:67394
    • 提供者:周孝良
  1. VB创建ActiveX.exe控件,实现VB的多线程

    3下载:
  2. VB创建ActiveX.exe控件,实现VB的多线程,VB Create ActiveX.exe controls achieve multi-threaded VB
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2017-03-22
    • 文件大小:5016
    • 提供者:tongyijie
  1. PThread

    0下载:
  2. 线程类,适合C++编程,能够直接引起进行线程的创建等使用,非常清楚,很好用。-Thread class, suitable for C++ programming, can directly lead to thread creation, use, very clear, very good use.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:2667
    • 提供者:zifangz
  1. 创建、管理线程池的源代码

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

    • 发布日期:2013-03-15
    • 文件大小:3074
    • 提供者:zerys
  1. pthread

    1下载:
  2. linux下的多线程的创建及信号同步,信号量,互斥量-under linux to create multi-threaded and signal synchronization, semaphores, mutex volume
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:26502
    • 提供者:wuqian
  1. thread

    0下载:
  2. 线程池的实现主要分为三部分,线程的创建、添加任务到线程池中、工作线程从任务队列中取出任务进行处理。 主要有两个类来实现,CTask,CThreadPool-Implementation of thread pool is divided into three parts, thread creation, add the task to the thread pool, work out a thread from the task queue task for processing. Th
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:2099
    • 提供者:nel
  1. synchronization

    0下载:
  2. windows线程的创建和用线程等待实现线程的同步-windows thread creation and the use of threads waiting to achieve thread synchronization
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:32062
    • 提供者:yutou
  1. WorkerThread_demo

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

    • 发布日期:2017-03-30
    • 文件大小:57301
    • 提供者:shirlly
  1. 1

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

    • 发布日期:2017-04-06
    • 文件大小:1402
    • 提供者:Rainy
  1. threadCreate

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

    • 发布日期:2017-04-04
    • 文件大小:211496
    • 提供者:雪逸
  1. C++多线程编程

    0下载:
  2. 多线程编程总结,讲述了多线程创建使用的方法,有代码实例。(Multithreaded programming, about the way to create using multi-threaded, with code examples.)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:6144
    • 提供者:liantao68
  1. 线程同步方法lock

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

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:chzt
  1. newproject

    0下载:
  2. 实现网络数据收发,串口数据收发,线程的创建使用,文件操作,链表操作(To achieve network data transceiver, serial data transceiver, thread creation, use, file operation, linked list operation)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-02
    • 文件大小:118784
    • 提供者:心碎无尘
  1. MFC用户界面线程的创建

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

    • 发布日期:2018-01-03
    • 文件大小:149504
    • 提供者:liuziyi
  1. JAVA线程池实验报告.docx

    0下载:
  2. 用JAVA实现一个线程池,线程池在初始状态下没有任何工作线程。当工作队列中有未执行的任务时,分一下两种情况处理: . 如果线程池中工作线程数目为MAX_SIZE,那就什么也不做; . 如果线程池中工作线程数目小于MAX_SIZE,那么创建一个工作线程,使它执行新任务。 对于线程池中空闲的工作线程,如果其闲置时间超过TIMEOUT秒,就销毁该线程。(A thread pool is implemented with JAVA, and the thread pool has no worki
  3. 所属分类:Java编程

    • 发布日期:2018-01-09
    • 文件大小:220160
    • 提供者:阿火儿
  1. TCPNetKit实例(多线程)

    0下载:
  2. 1.聊天室服务器端的创建。 2. 聊天室客户端的创建。 3. 实现客户与服务器的连接并通信。(1. the creation of the server side of the chat room. 2. the creation of the client of the chat room. 3. realize the connection and communication between the client and the server.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:1971200
    • 提供者:hhhhh~
  1. Windows下线程的创建和并发执行

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

    • 发布日期:2018-04-30
    • 文件大小:421888
    • 提供者:虞世南r
« 12 3 4 5 6 7 8 9 10 ... 41 »
搜珍网 www.dssz.com