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

搜索资源列表

  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. 枚举系统当前进程

    0下载:
  2. 枚举系统当前进程源代码,可用于判断某个进程是否开始或者结束。-current process enumeration system source code can be used to judge whether a particular process or ended.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:28930
    • 提供者:心港
  1. 进程优先级处理

    0下载:
  2. 进程优先级处理 当多个进程同时运行时判断优先级-process priority when dealing with a number of processes running when judgment priority
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1176
    • 提供者:薛芮
  1. Process-company

    0下载:
  2. 包含两个程序control和becontrol control一直判断becontrol是否在运行 若在运行,则什么也不做 若不在运行,则启动becontrol-included two control procedures and control has been becontrol be judged control whether the operation if it is running to do nothing if not in operation, activ
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:13491
    • 提供者:yxw
  1. AutoActive

    0下载:
  2. 采用互斥体的方法,防止程序多次运行,App.PreIntance只能判断当前目录是否有多个实例运行,本程序可以将exe拷贝到任何目录,但只能运行一个实例。
  3. 所属分类:进程与线程

    • 发布日期:2014-01-17
    • 文件大小:6596
    • 提供者:代军
  1. MultitudeOfThreading

    0下载:
  2. 一个多核编程的示例程序,演示了在多核CPU下使用普通编程方法与多核编程判断一个数是否为质数的耗时
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:71518
    • 提供者:黄晓恒
  1. watchdog

    1下载:
  2. 软件狗的一个DEMO,该软件狗能够实现对需要监控的程序判断运行情况,如果监控的程序运行异常(崩溃等),则重新打开程序。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:31565
    • 提供者:阮洲
  1. 进程管理器

    0下载:
  2. 代码名称/用途:我是做网络安全工作的,最近发现很多后门程序,为了更快捷的判断某个进程是不是后门程序,我写了一个程序,显示出系统中的所有进程和每个服务进程的完整路径。一旦确认某个可疑进程,可以用\"终止进程\"立即杀掉,并根据路径删除后门程序。-code name / purposes : I have to do the work of network security, recently found that many backdoor procedure, in order to quick
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:54645
    • 提供者:周群生
  1. jch

    0下载:
  2. 这是一个进程同步的程序,可以判断死锁的问题,是可以支持多进程的程序。-This is a process synchronization procedures can be judged Deadlock problems, can support multi-process procedures.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7348
    • 提供者:王瑞
  1. Clipboardmonitor.rar

    0下载:
  2. 实时监控系统剪切板内容,可以判断是否为自己所保护的内容。,Real-time monitoring system clipboard, you can determine whether the protection for their own content.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:5785
    • 提供者:renjie
  1. sto

    0下载:
  2. 设计一个请求页式存储管理方案。并编写模拟程序实现。 产生一个需要访问的指令地址流。它是一系列需要访问的指令的地址。为不失一般性,你可以适当地(用人工指定地方法或用随机数产生器)生成这个序列。为简单起见,页面淘汰算法采用FIFO页面淘汰算法,并且在淘汰一页时,只将该页在页表中抹去。而不再判断它是否被改写过,也不将它写回到辅存。 -Page request to design a storage management program. And the preparation of simul
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-09
    • 文件大小:14522
    • 提供者:wyywd
  1. banker

    0下载:
  2. 银行家算法是避免死结(Deadlock)的一个著名的算法,是由艾兹格·迪杰斯特拉在1965年为T.H.E系统设计的一种避免死结产生的算法。它以银行借贷系统的分配策略为基础,判断并保证系统的安全运行。-Banker' s algorithm is to avoid deadlock (Deadlock), a well-known algorithm, by艾兹格迪杰Stella in 1965 for the THE system design to avoid the deadlock
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:53257
    • 提供者:韩妍丽
  1. flowcontrol

    0下载:
  2. 流程控制学习程序,包括多层嵌套的IF-ELSE语句实例、正整数分解质因数、判断素数等-Process control learning process, including multiple nested IF-ELSE statements instance, a positive integer prime factor decomposition to determine prime numbers, etc.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-12
    • 文件大小:1736
    • 提供者:SY
  1. clsProcess

    0下载:
  2. 进程操作的类,可以从进程名枚举进程PID,也可以从窗口标题查找,打开进程,读取长整型,写入长整型,读取字节数组,写入字节数组.压缩包内包含有一个破解示例,破解掉一个判断密码是否正确的程序(仅在内存中进行,不破坏原文件)-Process operations class, you can enumerate the process name from the process PID, you can search for the title from the window, open the pr
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:10069
    • 提供者:林勇辉
  1. crc32

    1下载:
  2. crc32磁盘文件完整性检验 计算的CRC32的起始位置是PE文件头开始处,结束位置在整个文件的尾部. 当然,没有软件会是绝对安全的,所以可以把CRC32值进行一些加密处理或者修改计算CRC32的范围.总之是可以先做点改变再写入判断. 附件带有计算写入CRC32的工具源码及一个测试的程序源码和一个做好的程序. -crc32 disk file integrity verification start position calculation of CRC32 is the beg
  3. 所属分类:进程与线程

    • 发布日期:2017-03-29
    • 文件大小:276156
    • 提供者:爱琴炫彩
  1. Factoryschedual

    0下载:
  2. 工厂调度,含有多个进程同时判断是工厂做完任务的时间尽量短,有源码-Factory schedule
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:481761
    • 提供者:彭川
  1. WaitThread

    0下载:
  2. 等待一个已有线程自动结束的VC++代码,我们不能只管创建进程,而不管它的死活,应该 学会如何接应它,转向其它方式或进行下一个任务,本代码 主要演示的是跟踪进程的运行状态,并判断它是否仍在运行,如果是,则等待它运行完毕,不妨参考。 -Waiting for a thread has been automatically end the VC++ code, we can not just create the process, regardless of the life and death,
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:11073
    • 提供者:
  1. process

    0下载:
  2. 判断应用程序是否有相同实例存在,很实用的哦-To judge whether the application is the same instance, very practical
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:199531
    • 提供者:kunta
  1. Filesearch

    1下载:
  2. 主要是一个C++方面的小项目,使用了多线程的方式和MFC的界面,程序读取文件夹中的文本文件,然后判断文件中是否有指定字符串。使用信号量来维持线程间的通信,用临界区来保护资源。-Is a C++ aspects of small items, use the text file on multiple threads, and the MFC interface, the program reads the file in the folder, and then determine whethe
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-18
    • 文件大小:2006768
    • 提供者:andy
  1. ProcessIsExist

    0下载:
  2. 判断进程是否已经存在,运行中! 如果进程在系统中已经存在,则不启动程序-Determine whether the process already exists, run! Start the program if the process already exists in the system, no
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-19
    • 文件大小:601
    • 提供者:afdtxgt
« 12 »
搜珍网 www.dssz.com