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

搜索资源列表

  1. 创建、管理线程池的源代码.rar

    1下载:
  2. 创建、管理线程池的源代码
  3. 所属分类:进程与线程

    • 发布日期:
    • 文件大小:2803
    • 提供者:
  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. vc++多线程

    0下载:
  2. 多线程编程   进程和线程都是操作系统的概念。进程是应用程序的执行实例,每个进程是由私有的虚拟地址空间、代码、数据和其它各种系统资源组成,进程在运行过程中创建的资源随着进程的终止而被销毁,所使用的系统资源在进程终止时被释放或关闭。   线程是进程内部的一个执行单元。系统创建好进程后,实际上就启动执行了该进程的主执行线程,主执行线程以函数地址形式,比如说main或WinMain函数,将程序的启动点提供给Windows系统。主执行线程终止了,进程也就随之终止。   每一个进程至少有一个主执行线
  3. 所属分类:Windows编程

    • 发布日期:2009-01-16
    • 文件大小:55560
    • 提供者:chenmh639
  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. 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. ConsoleApplication1

    0下载:
  2. 【C#多线程】 动态创建多个线程后 需要关闭其中某个线程的解决实例。-】 【C# multi-threaded dynamic creation of multiple threads need to close them after the settlement of a thread instance.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:22804
    • 提供者:Moo
  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. multiUART

    0下载:
  2. 通过创建多线程的方法来实现arm板上的多串口的并行通信,自己编写的,并在板上测试过的,但是针对你的板子,要自己设定。-By creating multi-threaded approach to achieve multi-arm board parallel port communication, I have written and tested on the board, but for your board, to set their own.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:1432
    • 提供者:xting
  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. 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. 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 ... 22 »
搜珍网 www.dssz.com