Welcome![Sign In][Sign Up]
Location:
Search - winio.dll

Search list

[Otheryuntaicontrol

Description:
Platform: | Size: 8314880 | Author: 65307016 | Hits:

[Communicationyun

Description: 在编译本章程序后,请将winio.dll、winio.vxd和winio.sys 三文件复制到可执行文件所在目录下, 否则WinIo库初始化 函数initializeWinIO调用将会失败。
Platform: | Size: 5907456 | Author: zeng | Hits:

[OS programzhinenganfang

Description: 智能安防软件。在编译本章程序后,请将winio.dll、winio.vxd和winio.sys 三文件复制到可执行文件所在目录下, 否则WinIo库初始化 函数initializeWinIO调用将会失败-Smart Security software. In compiling this chapter procedures, please winio.dll, winio.vxd and three winio.sys copy files to the directory where the executable file, otherwise WinIo library initialization function call will fail initializeWinIO
Platform: | Size: 10465280 | Author: wuxiukun | Hits:

[Driver DevelopSample1

Description: 并口转I2C样本程序,本人原创,样本只做了写一个数据的例子。要需要扩展需要用户自己添加。对电子工程人员有很大帮助!-Parallel to I2C sample program, I created, only the writing samples of a data example. To the need to expand the need for users to add their own. Of electronic engineering staff are very helpful!
Platform: | Size: 3774464 | Author: dahai | Hits:

[Delphi VCLdelphiIO

Description: delphi 并口控制信号开发接口 源代码
Platform: | Size: 19456 | Author: 不要使 | Hits:

[Windows DevelopCamControlSystem

Description: 一个套在VC下编译的云台摄像头控制系统,通过串口输出控制云台方向,转向及通道等,编译后,请将winio.dll,winio.vxd和winio.sys三文件复制到可执行文件所在目录下,否则WinIo库初始化函initializeWinIO调用将会失败。-Under a set of compiled in VC camera PTZ control systems, through the serial output control Yuntai direction, steering and access, compiled, please winio.dll, winio.vxd and copy files to winio.sys three executable file directory, or library initialization WinIo letter initializeWinIO call will fail.
Platform: | Size: 486400 | Author: 意天 | Hits:

[CSharpWinIOTest

Description: 用c#語言來控制底層io,程式有兩種演示,一個是set值,一個是get值。 使用winio.dll這個api。 -C# language used to control the bottom of io, there are two demonstration programs, a set value, a value is get. Winio.dll use this api.
Platform: | Size: 32768 | Author: 王祥 | Hits:

[OS programParallelPortControl

Description: 这是WinIo.dll的一个使用实例,用VC++实现计算机并行端口数字信息的输入与输出,演示程序包括了常用的获取信息、发送信息的程序示例。-This is a WinIo.dll use of examples, using VC++ to achieve digital information the computer parallel port input and output, including presentation of the commonly used procedures to obtain information, send a message of the program sample.
Platform: | Size: 30720 | Author: | Hits:

[CSharpCloudTerraceControler

Description: 一个云台控制系统程序,可用于公共场合监控,公寓住所防盗监控等。云台是一种设备,专门用于监控时调整摄像头位置。摄像头装于云台之上,该系统除了能够控制镜头的俯仰角和水平运动外,还能调节电子镜头的聚焦、光圈和变倍等,以便调整镜头视野和清晰度。 在使用VS.net编译本程序后,请将winio.dll、winio.vxd和winio.sys 三文件复制到可执行文件所在目录下, 否则WinIo库初始化函数initializeWinIO调用将会失败。-Cloud Terrace Controler can be used to monitor in public place or house. When you use the source code, please first copy winio.dll、winio.vxd and winio.sys to the directory of your compiled EXE, otherwise WinIo Lib will initialize unsuccessfully.
Platform: | Size: 8940544 | Author: 杨阳 | Hits:

[Windows DevelopMapleStoryKeyHelp

Description: 使用WinIO.dll模拟按键和鼠标,的例子,-Use WinIO.dll analog buttons and mouse, for example,
Platform: | Size: 58368 | Author: 按时打卡机会 | Hits:

[CSharpwaigua

Description: 这是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() //加载钩子 kk.UnHook() //卸载钩子 kk.SetHookKey(key1,key2) //修改键盘 key1,被改变的键盘码,key2改变后的键盘码 没什么用,比方:就是能把键盘1个键,改成别的键 这是读取内存地址的方法 getread("进程名称","","内存基址",0) 这个类,封装了2个方式,一种是系统api[user32.dll]文件,调用方式 key kk = new key() kk.send(key.VirtualKeys.VK_F1,GetState(key.VirtualKeys.VK_F1)) 这是模拟键盘的F1. 这是模拟键盘的winio调用方式 key kk = new key() // IntPtr a = new IntPtr() kk.sendwinio() kk.MykeyDown((int)key.VirtualKeys.VK_F1) System.Threading.Thread.Sleep(2000) kk.MykeyUp((int)key.VirtualKeys.VK_F1) 也是模拟f1,之间的差别就是,winio调用方式能穿透一部分游戏,达到一部分外挂的效果.-key kk = new key() // IntPtr a = new IntPtr() kk.sendwinio() kk.MykeyDown((int)key.VirtualKeys.VK_F1) System.Threading.Thread.Sleep(2000) kk.MykeyUp((int)key.VirtualKeys.VK_F1)
Platform: | Size: 10240 | Author: qwery | Hits:

[Windows Developvb_af

Description: 对于云台镜头控制和智能安防系统winio.dll、winio.vxd和winio.sys文件复制到可执行文件所在目录下, 否则WinIo库初始化函数initializeWinIO调用将会失败。-For PTZ camera control and intelligent security system winio.dll, winio.vxd and winio.sys files to the directory where the executable file, or library initialization function initializeWinIO WinIo call will fail.
Platform: | Size: 118784 | Author: caihuazhong | Hits:

[CommunicationParallelPortControl

Description: 这是WinIo.dll的一个使用实例,用VC++实现计算机并行端口数字信息的输入与输出-This is a use case WinIo.dll with VC++ to achieve the computer parallel port input and output of digital information
Platform: | Size: 29696 | Author: | Hits:

[SCMEasy-51Pro-v2.0

Description: Easy 51Pro v2.0宇宙版是免费版51单片机的编程软件
Platform: | Size: 1203200 | Author: 朱明明 | Hits:

[Hook apiwinio3

Description: 修改过的winio.dll,可以绕过一些反外挂程序-Modified winio.dll, you can bypass some anti-plug-in
Platform: | Size: 47104 | Author: 王新 | Hits:

[Graph RecognizeQMDispatch

Description: QMDispatch.dll,helper.dll,winio.dll 提供目前常用的qq游戏中涉及到的图像识别功能.FindPic,FindColor等-QMDispatch.dll/helper.dll/winio.dll support FindPic,FindColor etc for image identify
Platform: | Size: 287744 | Author: ryan | Hits:

[Windows DevelopSerialApp

Description: 串口实现双机互联 在编译本章程序后,请将winio.dll、winio.vxd和winio.sys文件复制到可执行文件所在目录下, 否则WinIo库初始化函数initializeWinIO调用将会失败-Serial port pairs for Interconnection
Platform: | Size: 970752 | Author: htzh | Hits:

[Windows DevelopCommWizard

Description: 串口编程调试精灵 在编译本章程序后,请将winio.dll、winio.vxd和winio.sys文件复制到可执行文件所在目录下, 否则WinIo库初始化函数initializeWinIO调用将会失败-Serial programming and debugging Wizard
Platform: | Size: 926720 | Author: htzh | Hits:

[Com Portyuntai

Description: 云台镜头控制系统 串口通信 在编译本章程序后,请将winio.dll、winio.vxd和winio.sys文件复制到可执行文件所在目录下, 否则WinIo库初始化函数initializeWinIO调用将会失败-PTZ camera control system serial communication
Platform: | Size: 965632 | Author: htzh | Hits:

[Windows DevelopExch_Pda

Description: PC与PDA数据交互系统 在编译本章程序后,请将winio.dll、winio.vxd和winio.sys文件复制到可执行文件所在目录下, 否则WinIo库初始化函数initializeWinIO调用将会失败-PC and PDA data exchange system
Platform: | Size: 119808 | Author: htzh | Hits:
« 1 2 34 »

CodeBus www.codebus.net