登录
首页 » Windows核心 » 老外写的一个关于模拟键盘事件的示例程序

老外写的一个关于模拟键盘事件的示例程序

于 2022-05-21 发布 文件大小:212.76 kB
0 135
下载积分: 2 下载次数: 1

代码说明:

老外写的一个关于模拟键盘事件的示例程序-written by a foreigner on the simulated keyboard sample program

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 本程序演示了如何利用编写高层应用程序与usb接口通信。读者有必要了解主机是如何识别usb设备以及usb工作的基本原理。...
    本程序演示了如何利用编写高层应用程序与usb接口通信。读者有必要了解主机是如何识别usb设备以及usb工作的基本原理。-this program demonstrated how to use the preparation of high-level applications with USB interface communication. Readers need to understand is how to identify host USB devices and usb the basic tenets.
    2022-06-12 05:30:14下载
    积分:1
  • 考勤管理系统的人员工资(C # SQL2005数据库源代码)
    人事工资考勤管理系统(C#源码) sql2005数据库 -Attendance Management System staff wages (C# source code) sql2005 database
    2022-04-10 15:00:18下载
    积分:1
  • 一个可以对系统进行调用的API库,配合w2k_lib和w2k_spy使用效果非常不错!...
    一个可以对系统进行调用的API库,配合w2k_lib和w2k_spy使用效果非常不错!
    2022-02-26 10:24:02下载
    积分:1
  • WinXP system and it comes with exactly the same functionality and interface are...
    简直和WinXP系统自带的一模一样,功能和界面都一样,只是开发语言不同,系统的是用C写的,这是用DELPHI写的 此程序主要实现取系统的应用程序列表、取系统的所有进程的相关信息(映像名称,PID,CPU时间,内存使用)、实时取CPU的得用率并以波浪线来描绘、实时取内存的使用记录,并以波浪线来描绘。同时也实现了,结束任务,新建任务,及切换至等功能。“选项菜单”只实现了“总是最前”,“查看菜单”只实现了“更新速度”。主要没有实现的功能,是取各个进程的CPU利用率和在系统托盘显示CPU线的效果。 程序中使用了几个网友作品的算法:如画CPU使用率的背景的效果,取CPU利用率的算法等都非本人原创的(作了部分修正)。 -WinXP system and it comes with exactly the same functionality and interface are the same, but different development language, the system is written in C, it is written in DELPHI The main implementation of this process the application check list system, check system for all process-related information (Image Name, PID, CPU time, memory usage), real-time access to use the rate of the CPU and to describe the wave line, real-time memory access the use of records, and to describe the wave line. Implementation at the same time, the end of mission, new mission, and to switch to other functions. "Options menu" only to realize the "always best before", "View menu" only achieve th
    2022-03-16 14:31:44下载
    积分:1
  • 极好的 Web 应用程序生成器( 实际是7月份版,到现在作者好象还没更新,不过已相当不错了 ),附带众多的例子和构件,如Web Server、Web程序、小游戏...
    极好的 Web 应用程序生成器( 实际是7月份版,到现在作者好象还没更新,不过已相当不错了 ),附带众多的例子和构件,如Web Server、Web程序、小游戏、算法演示等,含全部源码! 完整功能. 源代码: 有-excellent Web application generator (actually July edition, the author seems to now No update, but have quite a), attached numerous examples and components such as Web Server, Web, small game, the algorithm demonstration, including all source code! Full functionality. Source code :
    2022-10-30 16:20:03下载
    积分:1
  • 该程序是硬盘录像系统的检索回放软件,界面和功能都设计的非常好,是大师级代码,绝对不要错过。...
    该程序是硬盘录像系统的检索回放软件,界面和功能都设计的非常好,是大师级代码,绝对不要错过。-The program is the hard disk video recording system search playback software, interface and design features are very good and the master code, absolutely not miss.
    2022-12-25 10:20:04下载
    积分:1
  • 源提供的Windows驱动程序的实现方法,通过调用驱动winio…
    该源码提供了windows驱动程序的实现方法,通过调用该驱动程序winio可以让你的应用程序直接进入ring0级操作端口和物理内存,并附含了VC和VB使用示例等,驱动程序采用VC编程,适用Windows98/2000/xp -The source provides a windows driver realize method, by calling the driver winio can make your application directly to ring0-class ports and physical memory operation, together with the VC and VB with the use of examples and so on, the driver made the use of VC process, the application of Windows98/2000/xp
    2022-01-22 01:11:56下载
    积分:1
  • 5版
    VERSION 5.00 Begin VB.Form laba AutoRedraw = -1 True BackColor = &H00FFFFFF& BorderStyle = 1 Fixed Single ClientHeight = 3540 ClientLeft = 2340 ClientTop = 1815 ClientWidth = 4935 ControlBox = 0 False Icon = "FORM2.frx":0000 LinkTopic = "Form1" MaxButton = 0 False MinButton = 0 False Picture = "FORM2.frx":08CA ScaleHeight = 3540 ScaleWidth = 4935 ShowInTaskbar = 0 False StartUpPosition = 2 CenterScreen Begin VB.Timer Endlife Enabled = 0 False Interval = 1 Left = 3240 Top = 3360 -VERSION 5.00 Begin VB.Form laba AutoRedraw =-1 True BackColor = &H00FFFFFF& BorderStyle = 1 Fixed Single ClientHeight = 3540 ClientLeft = 2340 ClientTop = 1815 ClientWidth = 4935 ControlBox = 0 False Icon = "FORM2.frx":0000 LinkTopic = "Form1" MaxButton = 0 False MinButton = 0 False Picture = "FORM2.frx":08CA ScaleHeight = 3540 ScaleWidth = 4935 ShowInTaskbar = 0 False StartUpPosition =
    2022-12-06 12:20:03下载
    积分:1
  • Modify hard drive ID to amend the hard disk ID
    修改硬盘ID -Modify hard drive ID to amend the hard disk ID
    2022-01-26 08:28:02下载
    积分:1
  • 实现由于格式化和丢失数据恢复。一个格式化程序功能…
    C实现因格式化而丢失数据的恢复。一款unformat程序,功能是进行格式化后的数据恢复,支持超过200G的大硬盘进行格式化后的数据恢复。-C to achieve due to formatting and losing data recovery. A unformat program function is formatted data recovery, support more than 200G a large hard drive formatted data recovery.
    2022-08-05 16:11:28下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载