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

搜索资源列表

  1. Find_OperationSystemExperiment

    0下载:
  2. 仿照unix操作系统中的find命令,在windows上实现一个find命令。find命令从指定的目录下开始,递归地查找指定文件。其命令格式如下: find PATH -option 参数 [-print] [-exec 命令 {} \ ] PATH:查找的起始目录。 -option 参数:用来控制搜索方式,具体如下(以下只给我常用的): -name "文件":指定要查找的文件名,可以有通配符?*等。 -prune 目录:指出搜索时不搜索该目录。 -mt
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:53851
    • 提供者:luqianhui
  1. rwLock.rar

    0下载:
  2. VC开发的控制台程序,主要用于演示进程和Windows下信号量的使用,同时演示了将线程启动函数封装到类中的方法。,Console VC6 project that show how to use Semaphore and Thread in windows platform, it also shows a skill that can write the createThread methord in a class.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1921650
    • 提供者:封泽希
  1. lib_mysqludf_sys_0.0.3.rar

    0下载:
  2. 枚举windows系统的所有进程,及其对应的ID,进程名,和exe的路径,Enumerate all the windows system process, and its corresponding ID, process name, and exe path
  3. 所属分类:MySQL

    • 发布日期:2017-03-31
    • 文件大小:12538
    • 提供者:黄山
  1. WhoUses.rar

    0下载:
  2. 曾经想编程获取自己的哪些文件被哪些进程打开,一直难以如愿。后来费劲力气找到一个老外编制的控制台工程。可以命令行方式使用,也可以另外下载使用本人曾经编制的Dos命令行方式包装成Windows界面的工程,Wanted to get his own program which files have been opened which process has been difficult to Ruyuan. Strenuous efforts to find a foreigner was prepa
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:27750
    • 提供者:马志强
  1. DLL_LPK

    0下载:
  2. DLL劫持技术当一个可执行文件运行时,Windows加载器将可执行模块映射到进程的地址空间中,加载器分析可执行模块的输入表,并设法找出任何需要的DLL,并将它们映射到进程的地址空间中。-DLL hijacking as an executable file is run, Windows loader maps the executable module to the process' s address space, executable module loader of the inp
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:20488
    • 提供者:宏天
  1. EnumWindow

    0下载:
  2. 枚举系统进程与窗口,窗口与进程关联,枚举子窗口,运用ImageList截取系统图标,枚举进程子模块,可以对任意一个窗口发送任意的消息.对学习系统进程、窗口管理、进程枚举、窗口枚举、窗口消息很有帮助-Enumeration system processes and the window, the window associated with the process, enumerate child windows, the use of the system ImageList icon inte
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:74103
    • 提供者:宋启波
  1. ComTimer

    1下载:
  2. 多线程串口数据发送,采用Windows高精度时间搓实现,精度可以达到1毫秒,可以任意设置进程优先级别和线程优先级别-Multi-threaded serial data transmission, the use of Windows to achieve high-precision time twist, the accuracy can reach 1 ms, which could be set process priority and thread priority
  3. 所属分类:串口编程

    • 发布日期:2013-08-02
    • 文件大小:47540
    • 提供者:宋启波
  1. mailSlot

    0下载:
  2. 邮槽是基于广播通信体系设计出来的,它采用无连接的不可靠的数据传输。 邮槽是一种单向通信机制,创建邮槽的服务器进程读取数据,打开邮槽的客户机进程写入数据。 为保证邮槽在各种Windows平台下都能够正常工作,我们传输消息的时候,应将消息的长度限制在424字节以下。 mailslot是用邮槽在进程间通讯。-Mail slot is designed based on radio communications system, which uses unreliable connection
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:66463
    • 提供者:lzl
  1. svchostSource

    0下载:
  2. SVChost源代码,根据windows内核编程一书的例子所改,是学习svchost进程的参考资料-SVChost source code, according to the windows kernel programming book example of the change, is a reference to learn svchost process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1483169
    • 提供者:panda
  1. Sqlite_wince

    0下载:
  2. 还在为windows mobile 5.0\6.0如何保存数据烦恼吗?还在为MAPI操作EDB数据库晕头转向吗,它可不支持SQL呀,悲剧?这些烦恼我都经历过!今天发布这个经过测试的sqlite3_ce.lib静态库和个人扩展的方法文件,使用起来太方便了,里边提供了example.txt例子文件,明白人看一眼就懂的,还有其中加了线程间及进程间互斥,经本人验证,多进程多线程访问操作SQLITE非常稳定,是本地数据库首选.-Also for windows mobile 5.0 \ 6.0 How t
  3. 所属分类:Windows Mobile

    • 发布日期:2017-04-06
    • 文件大小:525081
    • 提供者:
  1. Src_EvilSword

    0下载:
  2. 一个管理进程的代码,包括了所有WINDOWS下的进程结束方法!-A management process code, including all the approach end of the process under WINDOWS!
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-04
    • 文件大小:138411
    • 提供者:于皓
  1. failedtotranslate

    0下载:
  2. Windows窗口调整器快速将一个窗口放在最前面 看电影和写文档时最有用.获取窗口的基本信息,如窗口句柄,窗口类名,进程ID,进程路径,窗口大小.调整窗口大小.比如有些全屏的游戏,可快速窗口化.-failed to translate
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:143867
    • 提供者:hao88088186
  1. CriticalSectionEx

    0下载:
  2. CCriticalSectionEx 类封装类windows 临界区保护功能,用于进程内,对多线程对公用资源的保护-CCriticalSectionEx type of package type windows critical protection for the process of multi-threaded on the protection of public resources
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:1149
    • 提供者:sporder
  1. LibSpy_src

    0下载:
  2. LibSpy源代码。运行该程序,可以获取当前窗口的进程号,以及线程号。为想要深入理解windows系统的朋友提供了一个很不错的途径。-LibSpy source code. Run this program, you can access the current window of the process, as well as its threads. For the want-depth understanding of Friend windows system provides a ve
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:12229
    • 提供者:QinYing
  1. 1

    0下载:
  2. 用C#开发基于C/S模式的系统,Client端拥有良好的用户界面,调用Winsock控件和API函数来实现控制操作,Server端主要是运用Winsock完成屏幕抓取、控制操作和数据传输。 本系统是基于windows系统的远程控制木马软件。实现的功能有:远程文件操作、注册表操作、进程操作、开机启动操作、网络连接操作、系统服务操作、发送信息、远程桌面查看、远程关机、注销、重启。-本次设计的远程控制木马它主要有控制端程序和服务端(木马程序)组成。控制端用以远程控制服务端的程序;木马
  3. 所属分类:Remote Control

    • 发布日期:2017-05-10
    • 文件大小:2507099
    • 提供者:李好
  1. Detailed-notes-C-P-P-in-depth

    0下载:
  2. C++深入详解笔记 Lesson1: Windows程序运行原理及程序编写流程 Lesson2: 掌握C++基本语法 Lesson3: MFC框架程序剖析 Lesson4: 简单绘图 Lesson5: 文本编程 Lesson6: 菜单编程 Lesson7: 对话框编程 Lesson9: 定制应用程序的外观 Lesson10: 绘图控制 Lesson11 图形的保存和重绘 Lesson12 文件操作 Lesson 13: 文档串行化 Les
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:492715
    • 提供者:
  1. 5

    0下载:
  2. 进程调度-基于时间片轮转调度算法,操作系统实验,C++编程,免费下载.windows编程.-Process scheduling- scheduling algorithm based on time slice rotation, the operating system experiment, C++ programming, free download. Windows programming.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1172
    • 提供者:xionghuihua
  1. systemprocess

    0下载:
  2. 枚举windows系统中所有的进程信息,包括隐藏的进程信息等-Enumerate all the processes in windows system, including the process of information hiding
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:27375
    • 提供者:zhaozhao
  1. maislot

    0下载:
  2. 一个简单利用油槽实现的windows下进程间的通信实例。-Achieved using a simple tank under the inter-process communication windows instance.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-16
    • 文件大小:4603766
    • 提供者:何康益
  1. qiangshajincheng

    0下载:
  2. 用C语言在windows下强制杀掉进程。-Using C language under the force kill process windows.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:2023
    • 提供者:张星
« 1 2 ... 28 29 30 31 32 3334 35 36 37 38 ... 50 »
搜珍网 www.dssz.com