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

搜索资源列表

  1. vmware_workstation_help

    0下载:
  2. VMware Workstation 允许操作系统和应用程序在一台虚拟机内部运行。虚拟机是独立运行主机操作系统的离散环境。在 VMware Workstation 中,你可以在一个窗口中加载一台虚拟机,它可以运行自己的操作系统和应用程序。你可以在运行于桌面上的多台虚拟机之间切换,通过一个网络共享虚拟机(例如一个公司局域网),挂起和恢复虚拟机以及退出虚拟机 — 这一切不会影响你的主机操作和任何操作系统或者它正在运行的应用程序。-vmware workstation help
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:421925
    • 提供者:wjeson
  1. hang

    0下载:
  2. 可以挂起、冻结任何进程,毫不逊色于瑞星中的此项功能~-You can hang, freeze any process, no less in the Rising of this feature ~
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:1001039
    • 提供者:jamse
  1. JC

    0下载:
  2. 这是进程状态转换可视化实验源码,用MFC的对话框做成的,进程状态在就绪,阻塞,挂起状态之间的转换。-This is the process of state transition visualization experiment source code, using MFC dialog box made of the process status in place, blocking, pending conversion between.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-13
    • 文件大小:3310844
    • 提供者:shenglu0715196
  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
    • 文件大小:3983096
    • 提供者:宋龙军
  1. 2009

    0下载:
  2. 使用系统调用CreatThread()创建一个子线程,并在子线程序中显示:Thread is Runing!。为了能让用户清楚地看到线程的运行情况,使用Sleep()使线程挂起5s,之后使用ExitThread(0)撤销线程
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:16400
    • 提供者:hlf881216
  1. XIANC

    0下载:
  2. WIN 98/NT/2000/XP 是个多任务操作系统,也就是:一个进程可以划 分为多个线程,每个线程轮流占用CPU 运行时间和资源,或者说,把CPU 时间划成片,每个片分给不同的线程,这样,每个线程轮流的“挂起”和 “唤醒”,由于时间片很小,给人的感觉是同时运行的-WIN 98/NT/2000/XP is the duty operating system, is also: An advancement may delimit to divide into many threa
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:228344
    • 提供者:SEOUSEO
  1. jinchengdiaodu

    0下载:
  2. 模拟进程的创建、阻塞、唤醒、挂起、激活、执行的过程。-Simulate the process of creation, blocking, wake up, suspend, activate, implementation process.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-08
    • 文件大小:90602
    • 提供者:榴莲飘飘
  1. WorkerThread_demo

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

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

    0下载:
  2. 有关于linux下的线程实验,包含有线程的创建、挂起,通过此例可熟悉线程操作-Under the thread on the linux experiment contains thread creation, hang by a thread in this case may be familiar with the operation! !
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:7153
    • 提供者:suting
  1. vcthreads

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

    • 发布日期:2017-04-05
    • 文件大小:134071
    • 提供者:yzj
  1. changetoheWindows

    0下载:
  2. 将输出改到Windows窗口上.功能将在调试过程中的debugger当前位置挂起程序的执行,然后就可以在调 试状态一修改程序的代码,接着可以用Apply Code Changes(Alt+F10)来应用修改的代码到正在调试的程序当中.如果,当前(需要,待)可以(从DOS -The output to change to the Windows window. Feature will be in the debugging process in the debugger current l
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:1000576
    • 提供者:大棚
  1. Cppmultithread

    0下载:
  2. 比较简单的代码,创建10个线程,其中使第4个线程在一创建就挂起,等到其他的线程执行的差不多的时候再使第4个线程恢复执行。-thraed
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:160202
    • 提供者:wei
  1. SQLSetupClean

    0下载:
  2. sql的清理工具,一个简单的清理sql挂起的程序。请放心使用。-sql
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-04
    • 文件大小:174311
    • 提供者:郭方超
  1. VBrandiannaosiji

    0下载:
  2. 这个VB代码可以让电脑死机,原理是挂起所以线程,大家小心这用哦。-The VB code can make the computer crash, the principle is suspended so the thread, everyone will take this with Oh.
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1336774
    • 提供者:彭雪峰
  1. ThreadCtrl

    0下载:
  2. 线程控制,控制线程的挂起与恢复,在多线程开发中有重要的作用。-Thread control, thread hang and restore control in multi-threaded development has an important role.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-14
    • 文件大小:3579812
    • 提供者:glosing
  1. RISC_CPU

    0下载:
  2. Verilog写的简单处理器QuartusII下可编译 //指令 操作码 源寄存器 目的寄存器 操作 // NOP 0000 xxxxx xxxxxx 空操作 //ADD 0001 src dest dest<=src+dest //SUB 0010 src dest dest<=dest-src //AND 0011 src dest dest<=src&&dest //NOT 0100 src dest dest<
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-23
    • 文件大小:329001
    • 提供者:魏文沫
  1. 2009103015231441894

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

    • 发布日期:2017-04-17
    • 文件大小:136065
    • 提供者:吴辉煌
  1. SQLServer2000Clear

    1下载:
  2. sql2000的挂起清除工具,一件就可以清除,不用手动改注册表,以免破坏系统了,希望和大家一起分享小巧好工具-sql2000 to hang removal tool, one can remove, do not manually change the registry, so as not to compromise the system, and hope to share with everyone a good tool for small
  3. 所属分类:SQL Server

    • 发布日期:2017-03-30
    • 文件大小:115151
    • 提供者:沈云海
  1. 430-OS-operating-system-hangs-sample

    0下载:
  2. 430 OS 操作系统挂起示例,OS操作系统,相信大家都有所接触,在430低功耗设计中的OS操作系统低功耗软件设计也是一个非常具有挑战性的工作,大家共同努力!-430 OS operating system hangs example, OS operating system, I believe we have the contacts in the 430 low-power design low power OS operating system software design is a
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:145493
    • 提供者:huzy
  1. cpu_schedule

    1下载:
  2. cpu调度:1、采用图形界面; 2、可随时增加进程; 3、规定道数,设置后备队列和挂起状态。若内存中进程少于规定道数,可自动从后备队列调度一作业进入。被挂起进程入挂起队列,设置解挂功能用于将指定挂起进程解挂入就绪队列。 4、每次调度后,显示各进程状态。-cpu scheduling: 1, using a graphical interface 2, which can increase the process 3, in the respect that few, set ba
  3. 所属分类:Dialog_Window

    • 发布日期:2016-10-24
    • 文件大小:9201190
    • 提供者:weihongcsu
« 1 2 3 4 5 67 8 9 10 11 ... 14 »
搜珍网 www.dssz.com