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

搜索资源列表

  1. delphi_winio

    1下载:
  2. 这是一个delphi的winio封装库,经过测试,十分好用。-This is a delphi library of winio package, tested and very easy to use.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-01-19
    • 文件大小:862930
    • 提供者:赵久文
  1. winio

    0下载:
  2. 可用于实现键盘记录。端口操作不需要编写驱动,在Win95/98下直接可以使用汇编的In/Out指令。VC中也提供了_inp/_outp这样的函数(QA001059 outportb、inportb对应的函数)。不过在NT下,不能使用In/Out指令,参考QA001296 如何在WindowsNT/2000下用VB6写硬件IO控制。 如果使用硬件中断就必须编写驱动,标准的办法是采用微软的DDK。Win98和WinNT 4.0/5.0的DDK可以从http://www.microsoft.c
  3. 所属分类:Other windows programs

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

    0下载:
  2. 该程序利用IO端口来模拟键盘操作,虽然我只例举了部份键,但可以举一反三,用同样的办法可以其它 键.其中所需要的DLL文件我也压缩在里面了.-IO ports using the program to simulate the keyboard operation, although I am only some key examples, but they can learn by analogy, using the same approach could be the other key.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:23098
    • 提供者:Tony
  1. BITEK_ASM2_v009

    1下载:
  2. BITEK Assembler2 utility 支援 BIT161x 全系列 BIT1612/BIT1615/BIT1615H/BIT1617/BIT1625 的master mode assembly code. 安裝程序如下: 1) 安裝 driver for USB I2C kit. 2) 解壓縮 BITEK_ASM2, SiUSBXp, 和 WinIo 至同一目錄即可. -BITEK Assembler2 utility supports BIT
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:378327
    • 提供者:Jeffrey Chang
  1. PCI_IO_SYS

    0下载:
  2. 一個PCI_IO為驅動程式範例,本範例參考"PCIConf","Winio"及"接口驅動程序開發"修改而成,主要修改的檔案為Ioctls.h及Control.c-1 PCI_IO-driven programming paradigm, in this example refer to " PCIConf" , " Winio" and " interface driver development" revisions, major chang
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-28
    • 文件大小:489164
    • 提供者:yp751
  1. 2007032313432823734

    0下载:
  2. 在VB下面做的一个调用WINIO实现并口通讯的小例子(内含时序配合)-done in VB below the realization of a parallel port call WINIO communications small examples (intron timing tie)-done in VB below the realization of a parallel port call WINIO communications small examples (intron t
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-07
    • 文件大小:198552
    • 提供者:gobeng zhang
  1. WinIoenhanced

    0下载:
  2. 针对原来的winio不能访问高端内存的问题,进行了修改,可以2G以上的内存-For the original winio not have access to high-end memory problems been modified, you can more than 2G of memory
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:536088
    • 提供者:mike
  1. WinIo

    0下载:
  2. winio source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:197527
    • 提供者:tommy
  1. Source

    0下载:
  2. winio read HDD serial number
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:106873
    • 提供者:donut
  1. waigua

    0下载:
  2. 这是DLL文件,引用到工程就可以了, 主要修改的地方我说明下 key kk = new key() int pid = kk.pid("CQ.EXE") //获取进程PID kk.getread(pid, "", 0x298, 4).ToString() //返回INT值的内存读取 kk.getread(pid, 0x04, 4) //返回STRING的内存读取,少了一个参数. 自己写了个全局键盘钩子, kk.UnHook() //加载钩子
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:9877
    • 提供者:qwery
  1. WinIo

    0下载:
  2. WIN IO控制键盘模拟,有需要的朋友可以看看。-WIN IO Control Keyboard
  3. 所属分类:USB develop

    • 发布日期:2017-03-29
    • 文件大小:173312
    • 提供者:蔡达伟
  1. winio_v20

    1下载:
  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.
  3. 所属分类:Windows Develop

    • 发布日期:2017-01-19
    • 文件大小:205824
    • 提供者:闫俊芳
  1. vbwinio

    0下载:
  2. VB使用winIO 模拟键盘按键的测试程序,winio属于硬件模拟,但不支持usb键盘、鼠标,必须前台操作。   虽然有很多游戏封杀,但因为是开源,所以变种依然很多,如果自己有能力,也可以自己改一个专用版。   用InitializeWinIo函数加载驱动程序,如果成功会返回true,否则返回false,程序结束时记得用ShutdownWinIo函数卸载驱动程序。   本源代码仅供学习研究,禁止用于非法用途。下载时可能某些杀毒软件会报警,这说明您的杀毒软件还可以。-VB to
  3. 所属分类:Game Program

    • 发布日期:2017-03-29
    • 文件大小:24468
    • 提供者:longlian90
  1. HardwareCheckerSrc

    0下载:
  2. Check the hardware info, use WMI plus winio.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-15
    • 文件大小:23748312
    • 提供者:razhao
  1. 20051041061569

    0下载:
  2. WinIo 2.0 使用非常简单, 提供一个初始化函数 InitializeWinIo() 和 关闭结束函数 ShutdownWinIo() 在调用初始化函数成功之后, 就可以进行任意端口操作了, 在程序结束时调用关闭结束函数。 -WinIo 2.0 Very easy to use, provide an initialization function InitializeWinIo () and close the end of the function ShutdownWinIo
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:190257
    • 提供者:famei
  1. quanhuang

    0下载:
  2. 拳皇的vb winio模拟按键,实现草稚京的技能,其他的技能可以根据需要自己添加。-KOF' s vb winio analog buttons, Zhi Jing skills to achieve grass, and other skills as needed to add their own.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-29
    • 文件大小:3521
    • 提供者:haodawei123
  1. VB_use_winIO_simulation_test_program_keyboard_keys

    0下载:
  2. VB使用winIO 模拟键盘按键测试程序VB use winIO simulation test program keyboard keys-VB use winIO simulation test program keyboard keys
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:24173
    • 提供者:wouuu
  1. 20090918_Ver_1.0.2

    0下载:
  2. 使用WINIO.DLL通過SMBUS讀取SPD資訊!-Use WINIO.DLL read SPD information through SMBUS!
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-27
    • 文件大小:679737
    • 提供者:CJ
  1. WinIo

    0下载:
  2. 通过底层各个设备的端口调用系统资源,并附有vc和vb的代码-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
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-25
    • 文件大小:8600717
    • 提供者:葛子玄
  1. Rtest

    0下载:
  2. VC控制底层硬件的测试小程序,winio库的使用,以及picture控件画线的程序-VC control of the underlying hardware testing applet, winio library use, and picture control program to draw lines
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-19
    • 文件大小:5143843
    • 提供者:李正强
« 1 2 3 45 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com