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

搜索资源列表

  1. NT下进程隐藏

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

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

    0下载:
  2. 本程序实现ProcControl类,提供了enumerate各进程的功能(进程信息包括:进程ID,进程名称,用户名,内存使用情况,CPU情况等) 还提供启动进程,按进程名杀死进程,按进程ID杀死进程的功能。-ProcControl the program category, providing enumerate the functions of the process (process information, including : process ID, process name
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:39736
    • 提供者:童彬
  1. dlldiaoyongheshengcheng

    0下载:
  2. dll 生成和调用简单例子,里面有2个代码和使用说明等-dll generation and the use of a simple example, there are two code and instructions, etc.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:41286
    • 提供者:望风
  1. Newthread

    0下载:
  2. 局域网内的多线程ftp搜索程序,实现文件浏览,查找等-LAN multithreading ftp search procedures to achieve the file browser, search, etc.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:152471
    • 提供者:王三
  1. bcbmultithread

    0下载:
  2. BCB多线程操作实例! 进行消息处理-BCB multithreaded operation examples! For information processing, etc.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6862
    • 提供者:ygcumt
  1. console_cmdline

    0下载:
  2. 代码演示关于控制台的操作,如何启动系统的控制台,控制台如何作为一个窗口,如何向其发送命令,-demonstration code on the console operation, how to activate the system console, how as a console window, how to send orders, etc.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7723
    • 提供者:liudaocan
  1. EnTeHandle_1

    0下载:
  2. EnTeHandle可以让你查看当前进程打开的句柄。句柄可以是文件、事件、互斥信号量等等。此外,你也可以查看进程当前打开的DLL,线程信息,进程内存,甚至是动态更新。也可以搜索dll和句柄-EnTeHandle can let you see the current process opened handle. Can handle documents, events, etc. mutex semaphores. In addition, you can view the current pr
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:85706
    • 提供者:yang
  1. ProcessManage

    0下载:
  2. 实现简单的系统进程管理。可察看当前系统中正在运行的进程,进程的基本信息。(如:进程大小、线程ID等)可终止某一进程。-simple realization of a systematic process management. Can see the current system running processes, the process of basic information. (Eg : Process size, thread ID, etc.) may terminate a pro
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1064274
    • 提供者:韩海钦
  1. killandcrate

    0下载:
  2. 创建、结束进程等操作-creation, the end of the process, etc
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:27000
    • 提供者:郭可昌
  1. 中国象棋vc源代码

    0下载:
  2. 涉及线程的中国象棋源代码,包含人工智能算法-involves threading a Chinese chess source code, including artificial intelligence algorithms, etc.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:79847
    • 提供者:张璐
  1. jincheng1

    0下载:
  2. 一个使用C语言编写的模拟windows进程管理的程序,包括进程的创建,查看,替换,消息通信等等,我自己做的,非常精简-a C language simulation windows process management procedures, including the process of creating, viewing, replacement, news communications, etc., I do, very concise
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1659
    • 提供者:黄飞鸿
  1. BatteryMonitor.zip

    0下载:
  2. 一款非常漂亮的电池状态监视器,它以动态图形方式非常直观的显示出当前的电池状态。其中还包含了怎样在VB中显示PNG图片,并实现PNG图片的缩放等,是一款学习的好代码,不要错失机会哟!!!,A very beautiful battery appearance monitor, it keeps the current battery appearance of the display of view very much by dynamic state sketch.Still included
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:827495
    • 提供者:陈峰
  1. data

    1下载:
  2. 一个较为复杂的数据同步程序,涉及到sql和oracal数据库的访问,多线程,MFC网络编程,消息队列等内容-A more complex data synchronization process, and oracal related to sql database access, multi-threaded, MFC network programming, message queues, etc.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:251818
    • 提供者:zhjatp
  1. ww

    0下载:
  2. ⑴ 能够选择不同的调度算法(要求中给出的调度算法); ⑵ 能够输入进程的基本信息,如进程名、到达时间和运行时间等; ⑶ 根据选择的调度算法显示进程调度队列; ⑷ 根据选择的调度算法计算平均周转时间和平均带权周转时间。 -⑴ can choose a different scheduling algorithm (the requirements given in scheduling algorithm) ⑵ process to enter basic information
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1844
    • 提供者:蚊子
  1. ShowAllthread

    0下载:
  2. 获得所有进程 并且获得所有进程的详细信息,PID 进程下线程 等-Access to all process and received detailed information on all processes, PID of the process of thread, etc.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-12
    • 文件大小:1547
    • 提供者:mangshe0
  1. process

    0下载:
  2. 比较各种进程机制的效率,包括总处理时间及带权周转时间等-Mechanism to compare the efficiency of the process, including the total treatment time and with the right to turn-around time, etc.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-02
    • 文件大小:708762
    • 提供者:GhostdomSoul
  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. Multithread

    0下载:
  2. 实现多线程的例子,详细说明多线程的资源共享,线程锁-Examples of multi-threaded detailing the multi-threaded resource sharing, thread lock, etc.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:82148
    • 提供者:mike
  1. TaskManager

    0下载:
  2. windows任务管理器vc源码,用 PSAPI 写的,只是又添加了一些小功能,包括CPU占用率显示,托盘显示等-windows task manager vc source code, using PSAPI written, but also added some small features, including CPU usage display, pallet display, etc.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-19
    • 文件大小:5786691
    • 提供者:阿东
  1. delphithread

    0下载:
  2. 详细讲解了DELPHI 的多线程编程,如临界区,优先级等,并有幻灯片文字说明-DELPHI explained in detail the multi-threaded programming, such as critical, priority, etc., and a slide captions
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:67542
    • 提供者:三子
« 12 3 4 »
搜珍网 www.dssz.com