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

搜索资源列表

  1. USBDriver

    0下载:
  2. This driver was developed using a USB keyboard from Cherry,as indicated by the VID and PID codes. These IDs must be set for the device you intend to support. Similarly, you will need to set Class to the appropriate string for your device class.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:28.71kb
    • 提供者:楊智斐
  1. IOTALK

    0下载:
  2. 使用PortTalk及经过改良的函数集进行2KXP下IO口的直接访问,在你的代码中调用OpenCurProcessIOAllAccess(CurWnd: THandle)或者OpenCurrentProcessIOAllAccess(PID: THandle)即可,CurWnd是窗口句柄,PID是进程句柄。-use PortTalk and improved function set for the next IO 2KXP directly to the mouth, in your code
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:2.07kb
    • 提供者:张劲书
  1. W2KIOTALK

    0下载:
  2. 通过PortTalk和改良的函数集、在Windows 2000 和 Windows XP 下进行IO口的直接访问。主调函数为OpenCurrentProcessIOAllAccess(PID: THandle)或者OpenCurProcessIOAllAccess(CurWnd: THandle),PID为进程ID,CurWnd为窗口句柄。-through PortTalk and improved function set. In Windows 2000 and Windows XP und
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:4.23kb
    • 提供者:张劲书
  1. VID_PID

    0下载:
  2. 能夠讀取USB設備路徑,並能夠顯示VID,PID,版本等信息
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:40.5kb
    • 提供者:swallow
  1. PIDDLL

    0下载:
  2. 实际工程时是做的一个PID控制算法的d
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:39.04kb
    • 提供者:alfred_woo
  1. pid控制程序(共享内存方式)

    0下载:
  2. 本人在Linux实时内核下写的PID算法的电机驱动程序,通过共享内存的方式与用户态通讯保存数据。保存的数据以二进制的形式存储-Linux real-time kernel written for the PID algorithm motor drivers, through shared memory and the state of communications users to save data. To preserve the data in the form of binary st
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:20.54kb
    • 提供者:张sir
  1. InstallDev

    0下载:
  2. 用于安装硬件驱动程序用的程序。要给出需要安装的驱动程序的PID/VID。-for the installation of hardware drivers using the same procedures. Given the need to install drivers for the PID / VID.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:26.86kb
    • 提供者:闪核
  1. ZWopenprocess.rar

    0下载:
  2. Hook ZWopenprocess 内核防护指定PID进程,Hook ZWopenprocess
  3. 所属分类:驱动编程

    • 发布日期:2014-02-28
    • 文件大小:31.15kb
    • 提供者:朱芮男
  1. hidpr

    0下载:
  2. 通过驱动来隐藏任意进程 BCB编写 对驱动有个初步了解-hid pid code
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-16
    • 文件大小:41.28kb
    • 提供者:hao
  1. ProtectMon

    0下载:
  2. 驱动开发,根据PID保护进程,HOOK了 SSDT NtOpenProcess函数,至少可以抵御一切R3病毒终结你的进程!!适合新手学习HOOK ssdt的入门研究-Driven development, the protection under the PID process, HOOK the SSDT NtOpenProcess function, at least the end of you against all the process of virus R3!! Suitabl
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:2.1kb
    • 提供者:coorell
  1. pid

    0下载:
  2. pid control which was used to control the real time system
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-13
    • 文件大小:2.46kb
    • 提供者:ramesh
  1. USBDetect

    1下载:
  2. 可以在WINDOW下扫描出USB装置的PID,VID-WINDOW can scan a USB device under the PID, VID
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-16
    • 文件大小:17.85kb
    • 提供者:yanrain
  1. usbview

    0下载:
  2. use develop for USB Device. to know USB VID,PID
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:34.45kb
    • 提供者:kash
  1. PID_CTRL2

    0下载:
  2. 电机控制平台上位机控制程序,实现PID控制算法,控制效果优良-Motor control platform for PC control procedure, to achieve PID control algorithm, good control effect
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:228.04kb
    • 提供者:yangzh
  1. EPROCESS_ActiveProcessLinks

    0下载:
  2. 这个EPROCESS结构在ntddk.h中有定义,但是并未给出具体的结构,因此要得到EPROCESS中一些重要的成员变量,只能通过偏移的方法,比如PID,ImageName等.这些偏移可以在Windbg中dt _EPROCESS得到,但是不公开感觉还是不爽,而且这东西在不同的系统版本中不一样,如果要兼容的话,就必须先判断操作系统版本,遍历EPROCESS中的进程-The ntddk.h EPROCESS structure are defined, but did not give a spec
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-26
    • 文件大小:138.09kb
    • 提供者:xingchao
  1. The-WDK-obtain-

    0下载:
  2. The WDK obtain equipment VID-PID NIC native MAC address, hard drive serial number. Zip
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-23
    • 文件大小:3.8kb
    • 提供者:雷一鸣
  1. tempControl-930am

    0下载:
  2. Temperature Chamber Controller. Implemented with PID controller.
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-04
    • 文件大小:4.14mb
    • 提供者:lala
  1. EnumDeviceProperties_demo

    0下载:
  2. 再Windows作業系統下,讀取電腦系統所有硬體設備訊息,VID、PID-In Windows OS, to monitor hardware information from PC.
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-15
    • 文件大小:22.83kb
    • 提供者:楊瑜
  1. PID-control-of-C-code-

    0下载:
  2. 主要讲述工业上最经典的闭环控制,PID控制系统,以及PID控制算法的C语言实现方式。-Focuses on the industry' s most classic closed-loop control, PID control system, as well as PID control algorithm C language implementation.
  3. 所属分类:Driver Develop

    • 发布日期:2014-11-02
    • 文件大小:24kb
    • 提供者:周舟
  1. Alcor_Change_PIDVID_Rework_1.0.0.2

    1下载:
  2. Alcor PID VID Reworker
  3. 所属分类:驱动编程

    • 发布日期:2020-11-03
    • 文件大小:22kb
    • 提供者:c2757735
« 12 »
搜珍网 www.dssz.com