CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序

文件名称:winio

介绍说明--下载内容来自于网络,使用问题请自行百度

可用于实现键盘记录。端口操作不需要编写驱动,在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.com/ddk免费下载。从你的电子邮件来看,你是教育网的用户,那么你可以从教育网的一些FTP站点(如北大图书馆)下载到Win95/98/NT的DDK,我们下面提到的一些软件也可以找到。Win95 DDK主要是采用汇编的。如果你对汇编不熟悉,当然是使用VToolsD(http://www.vireo.com/)更好些,这个软件包允许你使用C/C++编写驱动,但软件包比较贵(约四、五百美金)。另外,你可以在http://zealsoft.nease.net/cn/ntport/或http://zealsoft.nease.net/cn/memaccess/找到与硬件有关的软件,这些软件允许你不编写驱动,直接在VC中调用驱动,如果你的编程不复杂,也可以使用。

-Port operations do not need to write drivers in Win95/98 can be used directly to compile the In/Out commands. VC also provides _inp/_outp such a function (QA001059 outportb, inportb the corresponding function). However, under NT, can not use the In/Out commands, reference QA001296 how to use VB6 to write WindowsNT/2000 hardware under the control of IO.

    If you use a hardware interrupt on the need to write drivers, the standard approach is the use of Microsoft DDK. Win98 and WinNT 4.0/5.0 the DDK can be downloaded free of charge from the http://www.microsoft.com/ddk. E-mail from your point of view, you are a user of the Education Network, you can network some education FTP site (such as the Beijing University Library) Win95/98/NT download the DDK, below some of our software can also be found . Win95 DDK compiled mainly used. If you are not familiar with the compilation, of course, is the use of VToolsD (http://www.vireo.com/) better, this package allows you to use C/C+
(系统自动生成,下载前可以参看下载内容)

下载文件列表

WinIo/
WinIo/Release/
WinIo/Release/WinIo.dll
WinIo/Release/WINIO.VXD
WinIo/Release/WinIo.sys
WinIo/Help/
WinIo/Help/WinIo.chm
WinIo/Examples/
WinIo/Examples/C/
WinIo/Examples/C/WinIoTest/
WinIo/Examples/C/WinIoTest/WinIoTest.dsp
WinIo/Examples/C/WinIoTest/WinIoTest.dsw
WinIo/Examples/C/WinIoTest/WinIoTest.cpp
WinIo/Examples/C/WinIoTest/WinIo.h
WinIo/Examples/C/WinIoTest/Release/
WinIo/Examples/C/WinIoTest/Release/WinIo.dll
WinIo/Examples/C/WinIoTest/Release/WinIo.sys
WinIo/Examples/C/WinIoTest/Release/WINIO.VXD
WinIo/Examples/C/WinIoTest/Release/WinIoTest.exe
WinIo/Examples/C/WinIoTest/WinIoTest.opt
WinIo/Examples/C/WinIoTest/WinIo.lib
WinIo/Examples/VB/
WinIo/Examples/VB/VBDumpPhys32/
WinIo/Examples/VB/VBDumpPhys32/MSSCCPRJ.SCC
WinIo/Examples/VB/VBDumpPhys32/VBDumpPhys32.exe
WinIo/Examples/VB/VBDumpPhys32/VBDumpPhys32.frm
WinIo/Examples/VB/VBDumpPhys32/VBDumpPhys32.vbw
WinIo/Examples/VB/VBDumpPhys32/WinIo.dll
WinIo/Examples/VB/VBDumpPhys32/WinIo.sys
WinIo/Examples/VB/VBDumpPhys32/WinIo.Bas
WinIo/Examples/VB/VBDumpPhys32/VBDumpPhys32.Vbp
WinIo/Examples/VB/VBDumpPhys32/WINIO.VXD
WinIo/Examples/VB/VBDumpPort32/
WinIo/Examples/VB/VBDumpPort32/WinIo.dll
WinIo/Examples/VB/VBDumpPort32/MSSCCPRJ.SCC
WinIo/Examples/VB/VBDumpPort32/VBDumpPort32.exe
WinIo/Examples/VB/VBDumpPort32/VBDumpPort32.vbw
WinIo/Examples/VB/VBDumpPort32/WinIo.sys
WinIo/Examples/VB/VBDumpPort32/VBDumpPort32.frm
WinIo/Examples/VB/VBDumpPort32/WinIo.Bas
WinIo/Examples/VB/VBDumpPort32/VBDumpPort32.Vbp
WinIo/Examples/VB/VBDumpPort32/WINIO.VXD
WinIo/Source/
WinIo/Source/Dll/
WinIo/Source/Dll/Port32.h
WinIo/Source/Dll/WinIo.cpp
WinIo/Source/Dll/Phys32.h
WinIo/Source/Dll/WinIo.rc
WinIo/Source/Dll/WinIo.def
WinIo/Source/Dll/WinIo.dsp
WinIo/Source/Dll/WinIo.dsw
WinIo/Source/Dll/Release/
WinIo/Source/Dll/Release/WinIo.dll
WinIo/Source/Dll/Release/WinIo.lib
WinIo/Source/Dll/Phys32.cpp
WinIo/Source/Dll/Port32.cpp
WinIo/Source/Dll/WinIo.h
WinIo/Source/Dll/k32exp.c
WinIo/Source/Dll/k32exp.h
WinIo/Source/Dll/K32Call.h
WinIo/Source/Dll/InstDrv.cpp
WinIo/Source/Dll/resource.h
WinIo/Source/Drv/
WinIo/Source/Drv/9x/
WinIo/Source/Drv/9x/WINIO.VRC
WinIo/Source/Drv/9x/winio.mak
WinIo/Source/Drv/9x/WINIO.lib
WinIo/Source/Drv/9x/WINIO.exp
WinIo/Source/Drv/9x/WINIO.DEF
WinIo/Source/Drv/9x/WinIo.c
WinIo/Source/Drv/9x/WINIO.VXD
WinIo/Source/Drv/9x/WinIo.h
WinIo/Source/Drv/9x/WinIo_9x.h
WinIo/Source/Drv/NT/
WinIo/Source/Drv/NT/OBJ/
WinIo/Source/Drv/NT/OBJ/I386/
WinIo/Source/Drv/NT/OBJ/I386/WINIO.OBJ
WinIo/Source/Drv/NT/OBJ/_OBJECTS.MAC
WinIo/Source/Drv/NT/BUILD.LOG
WinIo/Source/Drv/NT/MAKEFILE
WinIo/Source/Drv/NT/SOURCES
WinIo/Source/Drv/NT/WinIo.c
WinIo/Source/Drv/NT/I386/
WinIo/Source/Drv/NT/I386/Checked/
WinIo/Source/Drv/NT/I386/Checked/WinIo.sys
WinIo/Source/Drv/NT/I386/Free/
WinIo/Source/Drv/NT/I386/Free/WinIo.sys
WinIo/Source/Drv/NT/WinIo_NT.h
readme.txt

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com