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

搜索资源列表

  1. enumsystempid

    0下载:
  2. 常用的枚举系统进程代码,在windows系统编程中常用的小功能。-The process of enumeration system
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-02
    • 文件大小:12157
    • 提供者:liuqi
  1. xHook

    0下载:
  2. 这个工具采用的是HOOK进程的winsock API,把一些数据记录下来。 2.1 patch静态文件,即运行前挂钩. 2.2 也是修改IAT,跟1.1一样. 2.3 修改目标函数的前几个字节,跳转到新的函数,但不再调用原始函数,无 实际意义,作者只是做演示? 2.4 这种方法(3.2.3 保存原始函数)很COOL,其中的亮点和难点就是“获取任意 地址的指令长度”。 之前我也想用2.4这种办法,但卡在如何“获取任意地址的指令长度”上面了:(
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-11-10
    • 文件大小:58348
    • 提供者:yunfeng
  1. Windows_kernel

    0下载:
  2. Windows驱动编程,在内核级监听80端口,并实现进程隐藏-windows kernel
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-20
    • 文件大小:100968
    • 提供者:李强
  1. thread

    0下载:
  2. 基于windows下多进程创建和多进程实现,锁的使用。-Based on multi-process under the windows to create and achieve multi-process, the use of the lock.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-22
    • 文件大小:1848
    • 提供者:hhfoxconn999
  1. Pipe5

    1下载:
  2. 利用多线程异步方式实现Windows应用程序进程和控制台命令行应用程序进程之间的通信。-multiprocess and multithread technologies are applied to implement interaction between windows application process and console command line application process.
  3. 所属分类:Console

    • 发布日期:2017-11-25
    • 文件大小:2284810
    • 提供者:方福璟
  1. ShowProcess

    0下载:
  2. 使用进程快照,列举当前任务管理器的进程名称-list current tasks of the windows system
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-24
    • 文件大小:29417
    • 提供者:考拉
  1. ReadandWrite

    0下载:
  2. windows操作系统内核实验。读者写者问题。创建一个控制台进程。此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件要求进行读写操作。用信号量机制分别实现读者优先和写者优先的读者-写者问题。-windows operating system kernel experiment. Readers who write. Create a console process. This process contains n threads. With n threads n
  3. 所属分类:File Operate

    • 发布日期:2017-11-12
    • 文件大小:2965
    • 提供者:绫子
  1. taskkill

    0下载:
  2. Windows下,已知进程名后结束进程,可用于管理软件中终止某个进程的运行。-Windows, known after process name end process, can be used in the management software end in a process of the operation.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-15
    • 文件大小:17208
    • 提供者:wujian
  1. os1

    0下载:
  2. Windows操作系统使用命名管道实现进程通信,采用客户端服务器模式。-The Windows operating system process communication using named pipes, client server mode. .
  3. 所属分类:source in ebook

    • 发布日期:2017-11-27
    • 文件大小:4503512
    • 提供者:peter
  1. track-simulation-based-on-SIMSCRIPT

    0下载:
  2. 基于Windows XP操作系统,采用SIMscr ipt II.5 软件,运用SIMscr ipt语言实现货物运转系统的进程交互方法的仿真模型。 1.货物转运系统: 4个装货仓位,2个卸货仓位;进货使用大货车,出货使用小货车;装卸工人10名;进货通道走大货车,出货通道走并排小货车,分别进出。 -SIMscr ipt II.5 software based on the Windows XP operating system, cargo operation system process
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:171671
    • 提供者:茄子
  1. Win32-Service-Demo

    0下载:
  2. 使用VC++创建Windows服务进程的例子-Creating a Windows service process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:30742
    • 提供者:李刚
  1. IPC_SHARE_MEM-2

    0下载:
  2. 共享内存,进程间通信 两个例子 有一个例子在windows和unix都可用-share memory for IPC
  3. 所属分类:Linux Network

    • 发布日期:2017-11-26
    • 文件大小:6926
    • 提供者:nanmingyou
  1. jinchengguanlidiaoducunchuguanli

    0下载:
  2. 实验一 进程管理 1.目的和要求    加强对进程概念的理解。 2.实验内容    至少要有:创建新的进程;查看运行进程;换出某个进程;杀死运行进程以及进程之间通信等功能。 3.实验环境    Windows、DOS系统    TC语言 实验二:进程调度 【实验内容】 设计一个有 N个进程共行的进程调度程序。      进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 实验三 存储管理
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:372212
    • 提供者:张亭亭
  1. ListProcess

    0下载:
  2. 可以查看和终止手机运行进程的程序, Windows mobile编程.-Procedures can view and terminate the process of phones running Windows mobile programming.
  3. 所属分类:Windows Mobile

    • 发布日期:2017-11-09
    • 文件大小:8180640
    • 提供者:Ivan
  1. Task-Manager

    0下载:
  2. 进程管理器:枚举操作系统当前运行的所有的进程,模拟windows任务管理器功能。主要涉及到的知识有进程同步,内存管理等。-Task Manager
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-11
    • 文件大小:10434
    • 提供者:董万波
  1. os

    0下载:
  2. 操作系统实验报告 Windows XP 系统管理 Windows任务管理器的进程管理 Windows XP 虚拟内存管理 进程调度-Operating System
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:505855
    • 提供者:
  1. thread-map

    0下载:
  2. 这个程序给出了一个程序进程中多线程编程方法,包含对线程池的管理,适用于windows系统应用程序开发人员。-This program gives a program to process multi-threaded programming method contains the thread pool management, and application developers to apply to the windows system
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-14
    • 文件大小:12730
    • 提供者:大李
  1. OllyDBG_1.10

    0下载:
  2. OllyDbg是运行在Windows 95、Windows 98、Windows ME、Windows NT 和 Windows 2000系统下的一个单进程、多线程的分析代码级调试工具。它可以调试PE格式的执行文件及动态链接库,并可以对其打补丁。“代码级”意味着您可以直接与比特、字节或处理器指令打交道。OllyDbg 仅使用已公开的 Win32 API 函数,因此它可以在所有 Windows 操作系统及后继版本中使用。但是由于我没有对 XP 系统进行彻底测试,因此不能保证 OllyDbg 功能的
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:5216341
    • 提供者:德润
  1. sharememory

    0下载:
  2. windows 系统编程 进程之间共享内存资源 不错的源代码- windows system programming Shared memory resources between processes Good source code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:75210
    • 提供者:曾志伟
  1. task

    0下载:
  2. windows系统 任务管理器,可以对进程进行操作,显示系统时间和内存使用情况,可以显示系统信息等。-windows system task manager, process, display the system time and memory usage, and can display system information and so on.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:39879
    • 提供者:邱扬
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com