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

搜索资源列表

  1. StickyApp32

    0下载:
  2. windows任务管理器都无法结束其进程,看下这是如何做到的-windows task manager will not be able to end the process, facie this is the way to do
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:26791
    • 提供者:蝰蛇
  1. Terminator

    0下载:
  2. Terminator是一个小程序,使用它你可以说明一个你想要结束的模块的列表(通过路径名或名称)。-Terminator is a small program you can use it to illustrate one you want to end the module list (by name or path).
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:84438
    • 提供者:斯蒂芬
  1. System Thread

    0下载:
  2. pb的一个控制系统开机、关机、注销的程序。是一个例程。-pb of a control system boot and shutdown, cancellation procedures. It is a routine.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:9512
    • 提供者:赵建军
  1. 一个用C做得存储管理

    0下载:
  2. 一个用C做得存储管理,很好用的,是操作系统的实验-doing a C storage management, good use, the operating system is experimental
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7432
    • 提供者:米虫
  1. bcbcmd

    0下载:
  2. 利用匿名管道实现cmd程序的输入定向,输入部分没有实现,有愿意者请把您的想法发给我。dcok@sina.com-use of anonymous pipeline achieve cmd directional input procedures, the importation of parts, and it is willing to please send your thoughts to me. Dcok@sina.com
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:652124
    • 提供者:段纯
  1. pthread_1

    0下载:
  2. 这是介绍标准的多线程编程的一些资料和代码,介绍的比较详细-This is the standard on multi-threaded programming some of the information and codes, and a more detailed briefing
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:152969
    • 提供者:cguo
  1. Visual Basic .NET 中实现后台进程

    0下载:
  2. 多线程是一个功能强大的工具,我们可以在每次需要执行长时间运行的任务时使用该工具。我们可以用它运行辅助代码,而无需绑定用户界面。但同时要注意,多线程操作非常复杂,要正确操作并不容易,而且调试起来也比较困难。 尽管不一定能够实现,但我们还是应该尽量为每个辅助线程提供一组它可以操作的独立数据。要达到这个目的,最简单的方法就是为每个线程创建一个对象,对象中包含该线程可以操作的数据以及完成工作所需的代码。 通过实现结构化的架构,使之充当辅助线程和 UI 线程之间的媒介,我们可以大大简化编写多线程代码和 U
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:173784
    • 提供者:程崇刚
  1. windows2000driver

    0下载:
  2. win2000驱动程序设计,里面涉及所有的有关win2000的驱动程序,资历比较深的windows程序设计者可以参考一下。 对不起刚才上传的哪一个忘了加上源代码了!-WIN2000 driver design, they involve all relevant WIN2000 of the driver, is relatively deep windows designers procedures for reference. Sorry which have uploaded a forg
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:251009
    • 提供者:古贝春
  1. 关机重启计算机

    0下载:
  2. VB编写的开关机和注销程序,程序简单,易学易会。-VB prepare for the switch and cancellation procedure is simple and easy to learn easily.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:5520
    • 提供者:家红
  1. 一个多线程后台扫描的程序和源代码

    0下载:
  2. 一个多线程后台扫描的程序和源代码,是用delphi7.0编写的。-a multithreaded background scanning procedures and the source code is delphi7.0 prepared.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3031
    • 提供者:陈修
  1. 多线程管理器源代码thread manager

    0下载:
  2. 一个多线程管理实例程序。对于win32系统编程和多线程编程的人是一个很好的东西。-a multithreaded case management procedures. Win32 system for programming and multi-threaded programming is a good thing.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:47741
    • 提供者:xuxu
  1. NT下进程隐藏

    0下载:
  2. 在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:32284
    • 提供者:潘桂聪
  1. MultiThreads

    0下载:
  2. 本程序实现同时运行的个线段,一个是显示动画的时钟,另一个是展示进度条,进度条恰好表不动画时钟的进度。本程序是基于对话框的MFC应用硬序-the program running simultaneously segments, the show is an animated clock, and the other is to demonstrate progress, the progress of the animation is not exactly table clock progres
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:67633
    • 提供者:陈康
  1. D__Documen504181222002

    0下载:
  2. 模拟操作系统运行的源代码 Descr iption: The object of this project is to write a C++ application to simulate the scheduler of a simple operating system.新手看linux源代码太困难,这个可是个不错的选择哦....不下可惜-simulation operating system source code Descr iption : The object of this pr
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:8698
    • 提供者:风海
  1. DELPHI下的多线程程序设计2

    0下载:
  2. 利用DELPHI下标准的多线程类TThread来完成我们多现程的设计-use under standard multithreaded category TThread to finish what we design is the way
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3512
    • 提供者:黄区
  1. ProcessProtect

    2下载:
  2. 提供一个进程保护的通用独立模块。 也就是说可以实现多进程保护功能的DLL。-provide a process independent and protection module. That is to say the process can achieve more protection DLL.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:21730
    • 提供者:llp
  1. Mode

    0下载:
  2. 通过向Mode模块发送event来做状态迁移,Mode模块中有一个Matrix表,通过Matrix表来做出判断-through Mode modules make this event the movement Mode Module Matrix is a table through the Matrix to make a judgment Table
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:758406
    • 提供者:刘明昭
  1. endzippro

    0下载:
  2. 功能介绍:有些软件在运行中要将某些文件压缩成压缩文件。自己写压缩过程未免太麻烦了, 虽然有很多免费的源代码类可以使用,还要看代码的使用方式,一个不小心就不一定很正常了。 我的做法是调用现有的压缩文件来完成压缩功能。用等待进程结束的方法实现压缩。 完成后再作后面的其他工作。 本程序旨在演示启动和等待进程结束的方式调用其他程序的方法。 -functional presentations : Some software in the operation of cert
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:163855
    • 提供者:冷寒
  1. 风扇

    0下载:
  2. 使用多线程实现一种模拟风扇的程序,可以利用按钮控制风扇的运动情况!Java实现!是一个applet!-use multithreading to achieve a simulation fans procedures, we can use the buttons to control the movement of fans! Java! It is an applet!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7589
    • 提供者:耿神
  1. HideFunc

    0下载:
  2. 直接调用该头文件中的 YHideProcess()就可以实现该进程在系统中的隐藏!而且此方法不是通过传统的线程注射方法,而是更改系统内存,经过在2K XP下的调试:)-called directly to the head of the paper YHideProcess () can be achieved in the process of hidden system! But this method is not through the traditional method of inj
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2604
    • 提供者:董大凡
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com