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

搜索资源列表

  1. CE_NET_Setup_Guide

    0下载:
  2. windowsce3.0的开发指南,可以对windowsce的内核部分有一个大致的了解-windows CE3.0 developer guide.An overview of the WinCE kernel.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:414759
    • 提供者:郭有良
  1. IoCtrlSample.rar

    0下载:
  2. 这是是NT系统下用户模式和内核模式交互信息的例子,包括应用程序和驱动程序。压缩包内包含了可执行文件和源代码。,Ioctl Sample is a sample application and driver for communicating between user mode and kernel mode on Windows NT operating systems. Binaries and source code.
  3. 所属分类:Driver Develop

    • 发布日期:2015-11-22
    • 文件大小:15998
    • 提供者:夜之护者
  1. WinIo.rar

    2下载:
  2. WinIo.dll源码及VC演示程序,WinIO是一个对I/O端口和物理内存进行存取操作的系统链接组件,通过使用一种内核模式的设备驱动器和其它几种底层编程技巧,可以绕过了Windows系统的保护机制,从而连接指定端口可以成功。,WinIo.dll source code and VC demo, WinIO is an I/O ports and physical memory access links operating system components, through the use o
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:190449
    • 提供者:zhong
  1. thread

    0下载:
  2. 线程锁.Windows系统是多任务操作系统,系统内核为我们提供了 事件(Event)、Mutex、信号灯(semaphore)和计时器4种对象来控制线程间的同步。 在C++Builder中,为我们提供了用于创建Event的TEvent对象供我们使用。-Thread lock. Windows system is a multi-tasking operating system kernel to provide us with the event (Event), Mutex, sema
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:3313
    • 提供者:叶浩全
  1. Code

    0下载:
  2. 事件内核对象、关键代码段(临界区)的讲解,以及在多线程同步中的应用。在Windows下编写基于消息的网络应用程序,掌握阻塞与非阻塞网络程序的编写,理解在Windows平台下,采用异步选择机制可以提高网络应用程序的性能。-Event kernel object, the key to the code segment (critical zone) explain, as well as the synchronization of multi-threaded applications. Pre
  3. 所属分类:CSharp

    • 发布日期:2017-04-23
    • 文件大小:40809
    • 提供者:wsmiao
  1. Packet_Analysis

    0下载:
  2. 基于Passthru的扩展,抓取IP数据包,并在内核中利用队列、系统线程实时将IP数据包解析到磁盘文件中,同时提供用户控制,在RING3使用SDK编写界面。 本程序可以帮助您熟悉驱动编写、windows编程、用户态和内核态交互编程以及网络知识的基础应用。 驱动安装使用snetcfg,已集成到用户界面中。-Based on the expansion of passthru, crawl IP packet, and the use of the kernel queue, the sys
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-08
    • 文件大小:171397
    • 提供者:shdaianita
  1. kernelmodeldriver

    0下载:
  2. windows操作系统下的内核模式驱动程序的编写!-kernel model driver
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-26
    • 文件大小:254181
    • 提供者:天使
  1. DiskSector_with_binary

    0下载:
  2. 一个基于Windows系统( NT5.0 , 5.1内核)磁盘扇区读取和写入的工具-A Windows-based systems (NT5.0, 5.1 kernel) to read and write disk sectors of the instrument
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-16
    • 文件大小:203335
    • 提供者:crepzl
  1. PSLib

    0下载:
  2. Completely hide a process on Windows NT, 2000, XP SP2 in Visual Basic 6! This project uses a kernel driver, for which the source is also included.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:37275
    • 提供者:MoDs
  1. WINDOWSPG

    0下载:
  2. WINDOWS系统核心编程,对初学者很有帮助!-WINDOWS system kernel programming, very helpful for beginners!
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3168303
    • 提供者:单劲松
  1. UserPort

    0下载:
  2. Win2K/XP下直接读取并口、串口等IO-kernel mode driver for Windows NT/2000 that gives usermode programs access to I/O Ports.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:50677
    • 提供者:cookey
  1. Code

    0下载:
  2. 事件内核对象、关键代码段(临界区)的讲解,以及在多线程同步中的应用。在Windows下编写基于消息的网络应用程序,掌握阻塞与非阻塞网络程序的编写,理解在Windows平台下,采用异步选择机制可以提高网络应用程序的性能。-Event kernel object, the key to the code segment (the critical region) on, as well as the synchronization of multi-threaded applications. Pr
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:40237
    • 提供者:郑海
  1. WDM_Driver

    0下载:
  2. windows驱动程序基本结构:(1)初始化驱动程序,定位和申请硬件资源,创建内核对象(2)添加新设备(3)对PNP IRP进行缺省处理(4)对IRP_MN_REMOVE_DEVICE IRP进行处理(5)对即插即用IRP进行处理-windows driver for the basic structure of: (1) to initialize the driver, positioning and application of hardware resources, create a k
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:6174
    • 提供者:李力
  1. Chat

    0下载:
  2. 事件内核对象、关键代码段(临界区)的讲解,以及在多线程同步中的应用。在Windows下编写基于消息的网络应用程序,掌握阻塞与非阻塞网络程序的编写,理解在Windows平台下,采用异步选择机制可以提高网络应用程序的性能-Event kernel object, the key to the code segment (the critical region) on, as well as the synchronization of multi-threaded applications. Pre
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:28923
    • 提供者:webcookie
  1. kill_bcb6

    0下载:
  2. a simple borland builder kernel utility, developped for clear all undesired user or kernel process. Userfull for test the PC speed without undesired process. This version is optimized for Borland C++ builder 6, and can run on windows 95/98/me/200
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:284972
    • 提供者:liviotisca
  1. Virus_and_kernel_article

    0下载:
  2. windows系统内核、病毒与汇编文章收集总汇,对于木马,病毒有兴趣可以下来-System kernel, the compilation of virus and the collection of summary articles
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4857076
    • 提供者:numen
  1. B05

    0下载:
  2. 本书非常适合熟悉Windows应用编程的读者转向驱动开发。所有的内容都从最基础的编程方法入手。介绍相关的内核API,然后举出示范的例子。这本书只有不到70页,是一本非常精简的小册子。所以它并不直接指导读者开发某种特定类型的驱动程序。而是起到一个入门指导的作用。-This book is very familiar with the Windows application programming for the development of readers turn to drive. All o
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:75352
    • 提供者:voolink
  1. npi_subvert_src

    0下载:
  2. Unitilies demonstrating new Windows Vista network kernel stack features.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:24924
    • 提供者:Orifiel
  1. Windows_3_5

    0下载:
  2. sample driver for learning about kernel development in c and windows ... enjoy
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-01
    • 文件大小:649591
    • 提供者:mohammad galal
  1. SourceWinIO

    0下载:
  2. The WinIo library allows 32-bit Windows applications to directly access I/O ports and physical memory. It bypasses Windows protection mechanisms by using a combination of a kernel-mode device driver and several low-level programming techniques. -The
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:77434
    • 提供者:ChameLeon
« 1 2 ... 5 6 7 8 9 1011 12 13 »
搜珍网 www.dssz.com