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

搜索资源列表

  1. TerminateProcess

    0下载:
  2. program TerminateProcess {$APPTYPE CONSOLE} uses SysUtils, Windows var ProcessHwnd, WindowHwnd: THandle ProcessID: DWORD begin //得到记事本的主窗口句柄 WindowHwnd := FindWindow( Notepad , nil) if not isWindow(WindowHwnd) then ExitProcess(0) //得到记事本的进程标识 GetWind
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:21.19kb
    • 提供者:黄春标
  1. MyThreadPool.rar

    0下载:
  2. 使用 STL 做的windows 下的线程池,半同步/半异步模型,当线程没有使用时被suspend。,STL use under windows to do the thread pool, semi-synchronous/semi-asynchronous model, when the thread was not using suspend.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-03
    • 文件大小:13.58kb
    • 提供者:刘应
  1. MFC_Thread

    0下载:
  2. 使用MFC进行线程编程的例子,本工程包含三个线程,演示了线程的创建、挂起和唤醒过程。-Thread programming with MFC for example, the project consists of three threads, demonstrates thread creation, suspend and resume the process.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-19
    • 文件大小:4.97mb
    • 提供者:zhangbin
  1. ProcessManager

    0下载:
  2. 进程管理,用于创建新进程,查看当前进程,结束,挂起,激活进程。-Process management, to create a new process, view current processes, end, suspend, activate the process.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:31.63kb
    • 提供者:huangyue
  1. vcthreads

    0下载:
  2. VC 多线程操作实例源代码 如何安全终止线程 如何创建UI线程 如何创建Worker线程 如何等待线程结束 如何挂起和恢复线程 如何获得线程的退出码 如何使用互斥量 如何使用临界区 如何使用事件 如何使用信号量 有此实例代码,多线程无忧!-VC multi-threaded operating source code examples how to safely terminate a thr
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-26
    • 文件大小:130.58kb
    • 提供者:田浩
  1. process

    0下载:
  2. 模拟任务管理器程序,包含进程的创建,挂起,*等。改程序的功能还有对进程的调度功能-Analog Task Manager program,include create a process,suspend,kill and so on.The program also has function that can dispatch process
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3.8mb
    • 提供者:宋龙军
  1. ENUM

    0下载:
  2. 进程管理器,可以枚举、挂起、恢复、*进程的程序-Process Manager, you can enumerate, suspend, resume, kill process, process
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:58.41kb
    • 提供者:周峰
  1. thread

    0下载:
  2. 一个简单的程序,关于线程的操作--挂起和恢复,通过界面,我们可以体会到挂起和恢复操作。-A simple procedure, with regard to the operation of the thread- suspend and resume, through the interface, we can see that suspend and resume operations.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-07
    • 文件大小:1.78mb
    • 提供者:boarbing
  1. MulThread

    0下载:
  2. 一个简单的多线程计数实例,带有挂起和唤醒的功能-A simple count of instances of multi-threaded, with suspend and wake-up function
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1.81mb
    • 提供者:谢婷
  1. SimulationProcessManagement

    0下载:
  2. 模拟进程管理,功能有增加进程,挂起进程,唤醒进程,删除进程-Simulation process management, functions to increase process, suspend the process, awaken the process, the removal process
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-12
    • 文件大小:2.79mb
    • 提供者:moyefu
  1. os

    0下载:
  2. 操作系统课程设计:进程调度(时间片轮转,优先级调度,多及反馈队列,阻塞,挂起,唤醒)-Course design: process scheduling (time slice rotation, priority scheduling, and more and feedback queue, block, suspend, resume)
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-31
    • 文件大小:12.54mb
    • 提供者:liu zhihong
  1. suspend

    0下载:
  2. 如何挂起和恢复线程,对线程感兴趣的可以参考下。很不错的demo-How to suspend and resume threads, the thread of interest can refer to. Very nice demo
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:11.54kb
    • 提供者:
  1. CreatThread()

    0下载:
  2. 创建子线程,并将其挂起,一段时间后,自动挂断-Create a child thread, and suspend, for some time, automatically hang up
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:10.11kb
    • 提供者:赵紫妍
  1. vcthreads

    0下载:
  2. 10个VC++多线程操作实例源代码,内容涉及如何安全终止线程、如何创建UI线程、如何创建Worker线程、如何等待线程结束、如何挂起和恢复线程、如何获得线程的退出码、如何使用互斥量、如何使用临界区、如何使用信号量等内容,入门者更应该看一看,多线程的使用很广泛,可以提高程序效率-10 VC++ multi-threaded operation examples of source code, content involves how to safely terminate a thread, ho
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:128.17kb
    • 提供者:xdh
  1. process

    0下载:
  2. 模拟进程运行时的资源分配,进程的挂起与唤醒- 英语 中文(简体) 日语 simulating allocation of resources during process running, Suspend and wake-up of the process
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:1.73kb
    • 提供者:周美红
  1. asynccalls-thread-pool-example

    0下载:
  2. 利用多线程异步函数调用。 {版本:2.98(2011年10月22日)} {添加:德尔福XE264位的支持} {} {版本:2.97(2011-05-21)} {修正:线程的优先级恢复正常新AsyncCall任务。 } {修正:代替暂停/恢复代码,以防止竞争条件,在所有线程} {暂停但他们FSuspended标志是假的。 } {修正:异常处理TAsyncCall.InternExecuteSyncCall。退出()后不叫AN} {引发异常。 } -Async
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:104.12kb
    • 提供者:xkyzmr
  1. holdthread

    0下载:
  2. 多线程标准例子,启动,挂起,停止,无错可执行。-Standard example of multi-threading, start, suspend, stop, error-free executable.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-27
    • 文件大小:9.1mb
    • 提供者:
  1. MultiThread

    0下载:
  2. 一个关于多线程编程的实例,包括线程创建、挂起、唤醒与终止,线程同步-a example on multithread programme,including thread creation, suspend, wake up and termination as well as thread synchronization
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-06
    • 文件大小:192.19kb
    • 提供者:qiujiayong
  1. duoxiancheng

    0下载:
  2. 建立一个工程,主线程负责用户交互,界面上提供一个按钮,通过它用户建立一个新的线程处理复杂的计算。多个线程可以共享内存中的某些变量。线程可以中止,挂起。线程间需要同步。-The establishment of a project, provide a button in the main thread is responsible for user interaction, interface, through which users establish a new thread to hand
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-25
    • 文件大小:216.51kb
    • 提供者:cxzgo
  1. xc002

    0下载:
  2. 挂起和恢复线程,visual c++开发环境,c++代码-suspend a thread and recovery a thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-30
    • 文件大小:10.88kb
    • 提供者:斯巴达克斯
« 12 »
搜珍网 www.dssz.com