搜索资源列表

  1. ThreadGuard

    0下载:
  2. 使用线程保护的方法使得自己的程序不会被关闭:我们将监视代码插入到NotePad中以监视本程序的运行状况,如果本程序被关闭,只要Notepad还在,就能够重新启动本程序!达到不死的效果。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9618
    • 提供者:yeqing
  1. TestCircleQueue

    0下载:
  2. 一个循环队列的例子,在数据量大小预知的情况下,减少了内存数据的移动。可以直接使用其中的CCircleQueue类,提供了多线程保护。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:16288
    • 提供者:wutong
  1. 它使用了同步对象保护线程请求的数据

    0下载:
  2. 由Visual C++ 4.1开发的一个ISAPI应用,它使用了同步对象(CCriticalSection)来保护线程请求的数据-by Visual C development of a 4.1 ISAPI application, it uses a synchronous Objects (CCriticalSection) to protect the data request threads
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:22880
    • 提供者:万惠华
  1. epoll多线程

    1下载:
  2. Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread
  3. 所属分类:Internet/网络编程

    • 发布日期:2009-10-12
    • 文件大小:300757
    • 提供者:77501578@qq.com
  1. 意天进程保护开发包(进程防杀组件)

    0下载:
  2. 1、开发包用途 该开发包用于软件开发人员使用该组件保护自己软件进程不被杀掉. 2、Demo测试方法 (1)进demo目录双击reg.bat对ProcProtectCtrl.dll组件进行注册 (2)双击VCTest.exe运行demo例程 (3)在"请输入进程ID"编辑框中输入想要保护的进程的ID(ID可参考任务管理器),输入-1为保护自身进程 (4)打开任务管理器,尝试杀掉被保护的进程 3、开发包使用方法(C & C++系) (1)把
  3. 所属分类:源码下载

  1. Win2k下进程不死术

    0下载:
  2. 此段程序采用公开的 Win2k注射远程线程,来保护指定进程始终处于运行状态。 生成wap32.exe拷贝到c:\下运行,则Wap32进程不死。-During the proceedings open Win2k injection remote threads, to protect the designation process has always been running. Generation wap32.exe copy of
  3. 所属分类:进程与线程

    • 发布日期:2024-06-20
    • 文件大小:1024
    • 提供者:宁静
  1. 它使用了同步对象保护线程请求的数据

    0下载:
  2. 由Visual C++ 4.1开发的一个ISAPI应用,它使用了同步对象(CCriticalSection)来保护线程请求的数据-by Visual C development of a 4.1 ISAPI application, it uses a synchronous Objects (CCriticalSection) to protect the data request threads
  3. 所属分类:ISAPI/IE编程

    • 发布日期:2024-06-20
    • 文件大小:22528
    • 提供者:
  1. VBLock

    0下载:
  2. 一个保护多线程应用中共享资源的例子。作者: Xiangyang Liu -protect a multi-threaded application resource-sharing example. Author : Liu Xiangyang
  3. 所属分类:进程与线程

    • 发布日期:2024-06-20
    • 文件大小:62464
    • 提供者:zmin
  1. boids

    0下载:
  2. Delphi + OpenGL 一个类似3D水族箱屏幕保护的例子,主要是演示OPENGL随机、多线程技术及多层贴图的应用。-Delphi+ OpenGL 3D aquarium a screen similar to the example of the protection is mainly demonstration OpenGL randomized, multi-threading and multi-storey mappi
  3. 所属分类:OpenGL

    • 发布日期:2024-06-20
    • 文件大小:662528
    • 提供者:张震沣
  1. CriticalSection

    0下载:
  2. 简单的应用临界区对多线程程序中的公共变量进行保护的程序-Simple application of the critical areas of multi-threaded programs to protect public variables procedure
  3. 所属分类:进程与线程

    • 发布日期:2024-06-20
    • 文件大小:12288
    • 提供者:zxk
  1. ThreadGuard

    0下载:
  2. 使用线程保护的方法使得自己的程序不会被关闭:我们将监视代码插入到NotePad中以监视本程序的运行状况,如果本程序被关闭,只要Notepad还在,就能够重新启动本程序!达到不死的效果。-The use of thread protection methods makes its own procedures and will not be closed: we will monitor code inserted in NotePad
  3. 所属分类:Windows编程

    • 发布日期:2024-06-20
    • 文件大小:9216
    • 提供者:yeqing
  1. WebVODDownloader

    0下载:
  2. 远古vod下载系统,多线程,断点续传,磁盘保护。只支持不需要登陆的网站的下载。-Vod download ancient systems, multi-threaded, HTTP, disk protection. Only do not need to visit the download site.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-06-20
    • 文件大小:647168
    • 提供者:刘力军
  1. TestCircleQueue

    0下载:
  2. 一个循环队列的例子,在数据量大小预知的情况下,减少了内存数据的移动。可以直接使用其中的CCircleQueue类,提供了多线程保护。-Examples of a cyclic queue, in the amount of data the size of unforeseen circumstances, a reduction of memory data movement. Can directly use the CCircle
  3. 所属分类:进程与线程

    • 发布日期:2024-06-20
    • 文件大小:16384
    • 提供者:wutong
  1. MyLinuxThread5-25[1].tar

    0下载:
  2. LINUX 线程池源代码:Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thre
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-20
    • 文件大小:10240
    • 提供者:wsd
  1. TMousev2.0

    0下载:
  2. 三线程保护的一个实例,是通过控制鼠标来实现的。-Third, an example of thread protection is achieved by controlling the mouse.
  3. 所属分类:Windows编程

    • 发布日期:2024-06-20
    • 文件大小:1710080
    • 提供者:张贝莲
  1. include

    0下载:
  2. 椭圆杯面显示的实现,以及路径程保护、小球运动等!-Oval shows the realization of cup noodles, as well as the path-way protection, such as ball movement!
  3. 所属分类:Windows编程

    • 发布日期:2024-06-20
    • 文件大小:5120
    • 提供者:冉茂华
  1. TestClose

    0下载:
  2. 用VisualStudio2005(C#)实现的进程保护(源代码),提供了保护进程的动态链接库实现,直接调用就OK。保护进程不被任务管理器结束,保护其他进程,方便调用。附带文档。-With VisualStudio2005 (C#) to achieve the process of protection (source code), provides protection process in Dynamic Link Library
  3. 所属分类:C#编程

    • 发布日期:2024-06-20
    • 文件大小:444416
    • 提供者:kangkang
  1. HookOdROBH

    0下载:
  2. Hook内核API-ObReferenceObjectByHandle,实现进程保护,防止被保护的进程被kill掉(360杀不掉它)。-Hook the kernel API-ObReferenceObjectByHandle, in order to protect process so that the protected process can not be killed by others.
  3. 所属分类:钩子与API截获

    • 发布日期:2024-06-20
    • 文件大小:3072
    • 提供者:伍友良
  1. 线程注入

    0下载:
  2. 线程注入,注入你想要的DLL,绕过游戏保护,达到修改内存效果(Thread injection, injection of DLL you want, bypassing the game protection, to modify the memory effect)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-20
    • 文件大小:264192
    • 提供者:淡忘
  1. 程序加密保护例程

    0下载:
  2. 此例程适用对象:新手,例程内容包括包含程序加密保护、触摸屏、ADXL345传感器实验例程(This routine applies to the object: novice, routine content includes program encryption protection, touch screen, ADXL345 sensor experiment routine)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-20
    • 文件大小:1025024
    • 提供者:辣手切菜
« 12 3 4 5 6 7 »

源码中国 www.ymcn.org