CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 挂起

搜索资源列表

  1. MultiThreadDemo

    0下载:
  2. 多线程操作,开启线程,关闭,挂起线程,例子简单明了,供大伙参考-Multithread
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:50915
    • 提供者:sktbag
  1. Drive-conductor--synchronization

    0下载:
  2. 建立司机进程和售票员进程,利用Wait( )、exitcl等函数建立公共汽车司机和售票员开车门、关车门、到站停车和离站开车操作的同步模型,并给出行车轨迹。 正确显示司机和售票员进程的同步运行轨迹 能够通过按功能键(可自定义)创建进程、撤消进程、挂起进程并显示进程的状态。-The process of establishing the driver process and the conductor, using Wait (), exitcl other function to bu
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:139408
    • 提供者:xiaoxiao
  1. ThreadTest

    0下载:
  2. java 中的多线程程序实例,包括:线程的创建方式、线程的生命周期、线程的方法(启动、挂起、唤醒、优先级等)-The multi-threaded java program example
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:12431
    • 提供者:liuxuechao
  1. holdthread

    0下载:
  2. VC++挂起、启动和恢复线程的方法实例,多线程编程方面比较基础的知识,向高手迈进必看的一些Windows系统相关的例子,供参考。 -VC++ hangs, startup and recovery method of an instance of the thread, multi-threaded programming knowledge basis of comparison to the master into the must-see some of the Windows sys
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:11218
    • 提供者:
  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
    • 文件大小:11819
    • 提供者:
  1. commoncontrol

    0下载:
  2. 在C++6.0环境(MFC可视化)下开发的一个多线程演示程序,示例了三个线程的定义,并发,与挂起(原创)-Environment in C++6.0 (MFC visualization) developed under a multi-threaded demo program, the definition of an example of the three threads, concurrent, and hang (original)
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-18
    • 文件大小:4915485
    • 提供者:王子涵
  1. xiancheng

    0下载:
  2. 单击开始按钮启动线程,单击挂起按钮暂时中断线程的执行,单击恢复按钮恢复线程,单击终止按钮终止线程-Click the Start button to start the thread, click the button to temporarily suspend the implementation of the interrupt thread, click the restore button to restore the thread, click the button to termi
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1019
    • 提供者:黎婵
  1. ProcessSimulate

    0下载:
  2. 本程序是对进程控制的一个模拟,以图形界面实现,其中包含了就绪,执行,阻塞,挂起等多种功能。-This program is a simulation of process control with a graphical interface, which includes the ready, executing, block, suspend and other functions.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-11
    • 文件大小:2096716
    • 提供者:lisongxue
  1. processhacker

    0下载:
  2. 进程查看工具,用于查看和操作流程。 其最基本的功能包括: *查看,终止,暂停和恢复进程 *重新启动进程,创建转储文件,分离从 任何调试,查看堆,注入的DLL等。 *查看详细过程的信息,统计,和 性能信息 *查看,终止,挂起和恢复线程 *查看详细令牌包括修改的信息( 权限) *查看和卸载模块 *查看内存区域 *查看环境变量 *查看和关闭处理 *查看,控制和编辑服务 *查看和关
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-24
    • 文件大小:7748941
    • 提供者:先后
  1. ThreadManage

    0下载:
  2. 线程管理,包括创建线程,挂起线程,唤醒线程,终止线程-Thread management, including creating threads, suspending threads, threads are awakened, the thread termination
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:198965
    • 提供者:徐志辉
  1. thread

    0下载:
  2. 运行程序,单击“启动线程”按钮,程序将启动一个线程,线程将进行数值计算,并将结果发送给主窗口;单击“挂起线程”按钮,线程将挂起;单击“恢复线程”按钮,线程将恢复。-Run the program, click" start the thread" button, the program will start a thread, the thread will make numerical computation, and sends the result to the main window
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-17
    • 文件大小:4411124
    • 提供者:
  1. CreatThread()

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

    • 发布日期:2017-04-07
    • 文件大小:10356
    • 提供者:赵紫妍
  1. Linux-shell-V1.0-LZN

    1下载:
  2. Linux下Shell命令解释器,一、 实现功能: 要求实现一个简单的命令解释器,也就是linux中的shell程序,在本程序中我们将其起名为mysh,要求: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行;
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:34001
    • 提供者:张亮
  1. SKLicSaver

    0下载:
  2. 监控指定进程,在指定的时间不操作后,进程挂起,进程恢复-process control
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:268272
    • 提供者:zjc
  1. java

    0下载:
  2. 1)理解线程的概念; (2)了解线程的状态和生命周期; (3)学习继承Thread 类来创建线程; (4)使用Runnable 接口。 (5)学习Runnable 接口在Applet 程序中的使用; (6)掌握Runnable 接口实现多线程的优点; (7)加深对Applet 中的几个常用方法的理解。 (8)理解线程同步的含义; (9)掌握synchronized 同步方法与synchronized 同步语句的用法; (10)学会使用Thread Group
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:111565
    • 提供者:尧勰
  1. mok

    0下载:
  2. 易语言程序多开专业模块V1.2(修复进程挂起 恢复)-程序多开专业模块V1.2(修复进程挂起 恢复)
  3. 所属分类:驱动编程

    • 发布日期:2017-03-29
    • 文件大小:284301
    • 提供者:宿主
  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
    • 文件大小:131246
    • 提供者:xdh
  1. gdb

    0下载:
  2. gdb使用调试手册 1.1.1 gdb概述 无论多么优秀的程序员,必须经常面对的一个问题就是调试。当程序编译完成后,他可能无法正常运行;或许程序会彻底崩溃;或许只是不能正常地运行某些功能;或许它的输出会被挂起;或许不会提示要求正常的输入。无论在何种情况下,跟踪这些问题,特别是在大的工程中,将是开发中最困难的部分,本章将介绍使用gdb(GNU debugger)调试程序的方法,该程序是一个调试器,是用来帮助程序员寻找程序中的错误的软件。 -GDB USES debugging manu
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:62637
    • 提供者:
  1. processManage

    0下载:
  2. MFC的进程管理器,进程路径,内存地址,模块信息,可以挂起,创建,终止,dump进程到文件。-MFC s process manager, process path, the memory address, the module information, you can hang, create, and finally dump process information to file.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-16
    • 文件大小:4362650
    • 提供者:李乔
  1. process

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

    • 发布日期:2017-04-03
    • 文件大小:1767
    • 提供者:周美红
« 1 2 3 4 5 6 7 89 10 11 12 13 14 »
搜珍网 www.dssz.com