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

搜索资源列表

  1. Input_Method

    0下载:
  2. 目前常用的输入法基本上有两种类型:外挂式(如早期的万能五笔)及输入法接口式(Input Method Editor-IME)。外挂式比较简单,就是一个exe文件,通过模拟一些Windows输入消息来给当前处于活动状态的编辑窗口输入文字,一个显著的优点是输入法只要启动一次,就可以在所有进程中使用;但缺点不不容忽视,首先实现起来也不容易,一个更大的不足是兼容性不够好,通常一个Windows版本需要一人对应的输入法版本,此外这类输入法为了能够截获用户输入,通常需要挂接键盘钩子,容易造成系统不稳定或者效
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:18088
    • 提供者:高军
  1. windowsExample

    0下载:
  2. 几个windows编程实例涉及多线程,动态链接库,消息循环重载,进程查看,文件关联,剪贴板查看,键盘发声,运行后自销毁,文件查看,屏幕拷贝等-Several windows programming examples involving multi-threaded, dynamic link library, the news cycle heavy-duty, the process of viewing, file association, clipboard view, keyboard
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1341844
    • 提供者:崔建兴
  1. 4

    0下载:
  2. 在windows xp下隐藏进程 在windows xp下隐藏进程-In windows xp under the hide process hide process under windows xp
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:462035
    • 提供者:tandxu
  1. Hook

    1下载:
  2. 钩子(Hook),是Windows消息处理机制的一个平台,应用程序可以在上面设置子程以监视指定窗口的某种消息,而且所监视的窗口可以是其他进程所创建的。-VC++ hook programing,and a demo.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1210357
    • 提供者:wolaiyule
  1. Release

    0下载:
  2. Windows进程管理 需要安装.NET环境-Windows process management need to install. NET Environment
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:2866484
    • 提供者:bocuier
  1. MyTrafficLights

    0下载:
  2. 一个窗口程序,用delphi做的,builder环境。模拟交通路口的车流量的。用了进程同步技术。可以下来研究研究-TrafficLights Windows program
  3. 所属分类:OS Develop

    • 发布日期:2017-04-29
    • 文件大小:195746
    • 提供者:孙毅
  1. spy

    0下载:
  2. Spy++ 是一个基于 Win32 的实用工具,它提供系统的进程、线程、窗口和窗口消息的图形视图.-Spy++ is one based on the Win32 practical tool, it provides system s advancement, the thread, the window and the window news graph view.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2882889
    • 提供者:sxfyyzandy
  1. jincheng

    0下载:
  2. 进程调度,在Windows命令控制台下创建进程,本文对[1]中的方法加以了实现,并做些简单的进程测试程序。 -The process of scheduling, in the Windows command console to create the process, this paper [1] to achieve the method and the process of doing a simple test procedure.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:40807
    • 提供者:廖诗军
  1. GINA

    0下载:
  2. 在Windows2000中Ctrl-Alt-Delete组合键的处理如下: Winlogon初始化的时候,在系统中注册了CTRL+ALT+DEL Secure Attention Sequence(SAS)热键,并且在WinSta0 Windows 系统中创建三个桌面。 SAS热键的注册使得Winlogon成为第一个处理CTRL+ALT+DEL的进程,所以保证了没有其他应用程序能够处理这个热键。 在 Windows NT/Windows 2000/Windows XP中, WinSta0 是表示
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:79845
    • 提供者:贾明
  1. WindowsProcess

    0下载:
  2. Windows进程应用技巧与实用举例.doc-Windows process and practical skills, for example. Doc
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:18035
    • 提供者:李志坤
  1. HideFunc

    0下载:
  2. 本程序利用windows API函数实现进程的注入和隐藏,与以往的汇编进程注入有所不同-This procedure using windows API function to achieve the process of implantation and hidden, with the previous compilation process is different from
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:45008
    • 提供者:厉超
  1. HideProcess

    0下载:
  2. 实现进程隐藏的完整VC++代码,下载后之间编译运行,可以根据需要调整相关代码,是学习系统编程的好资料-Porcess hidden code,a good example of studying system programing in windows
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1569184
    • 提供者:goodone
  1. ProcessReader

    0下载:
  2. 自己学习Windows进程管理时做的加强版TaskManger,可以读取进程的全路径、磁盘映像文件路径、命令行参数等,功能可继续扩充,希望对初学者有帮助-study Windows process management,list the current process information,eg. fullpath,command line...
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:3914
    • 提供者:goodone
  1. WindowsProducesManagerCSharp

    0下载:
  2. c#编写的类Windows进程管理系统 绝对经典-c# class to prepare Windows process management system for an absolute classic
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:49176
    • 提供者:lyc
  1. hookhideproc

    0下载:
  2. 是利用钩子函数在windows xp 的环境下使进程隐藏的,十分好用,也很经典。-Hook function is to use windows xp in the environment so that the hidden process is very easy to use, but also very classic.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:3507
    • 提供者:niu
  1. 176986NT

    0下载:
  2. 利用钩子函数,在windows xp/nt环境下,使进程隐藏的代码,十分好用,也很经典。-Hook function to use in windows xp/nt environment, so that the process of hiding the code, very easy to use, but also very classic.
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:32686
    • 提供者:niu
  1. 176651687

    0下载:
  2. 利用钩子函数,在windows xp/nt环境下,使进程隐藏的代码,十分好用,也很经典。自己是不会隐藏的。-Hook function to use in windows xp/nt environment, so that the process of hiding the code, very easy to use, but also very classic. They are not hidden.
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:25630
    • 提供者:niu
  1. demonstrationInterProcess

    0下载:
  2. windows vb进程间通讯演示附源代码-demonstration of inter-process communication vb source code is attached
  3. 所属分类:Static control

    • 发布日期:2017-03-30
    • 文件大小:51262
    • 提供者:张帆
  1. windowsJCCY

    0下载:
  2. Windows进程查阅手册 在系统当前运行的进程里包括:系统管理计算机个体和完成各种操作所必需的进程;用户开启、执行的额外程序进程,当然也包括用户不知道,而自动运行的非法进程(它们就有可能是病毒程序)。 在这些进程里面,有些进程是系统运行所必须调用的进程我们称之为关键进程。了解了哪些是关键进程后,有助于我们找出分辨“黑白”查杀病毒-Search Manual Windows process
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:414894
    • 提供者:liqiong
  1. listprocess

    0下载:
  2. 用MFC做的可以显示windows进程并结束其中任意进程-MFC to do with windows to show the process and put an end to any process which
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5297783
    • 提供者:xin
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com