登录
首页 » Windows开发 » 一款利用vc调用windows API函数,模拟键盘输入的小程序。仅供参考...

一款利用vc调用windows API函数,模拟键盘输入的小程序。仅供参考...

于 2022-03-21 发布 文件大小:188.47 kB
0 243
下载积分: 2 下载次数: 1

代码说明:

一款利用vc调用windows API函数,模拟键盘输入的小程序。仅供参考-use vc calling Windows API functions, simulated keyboard input of small procedures. For reference

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

发表评论

0 个回复

  • 复制复杂链表
    创建一个复杂的链表,对这个复杂的链表进行复制,生成一个副本,从而可以熟练掌握链表的相关操作,巩固对于链表的学习。
    2022-07-21 09:28:42下载
    积分:1
  • 通讯系统
    登录----选择-----客户端,服务器(可互发消息)
    2022-09-25 00:55:02下载
    积分:1
  • Geodesy, Gaussian ellipsoids, geodetic surveying, geodetic ellipsoid Gaussian, G...
    大地测量,高斯椭球,大地测量,高斯椭球 大地测量,高斯椭球-Geodesy, Gaussian ellipsoids, geodetic surveying, geodetic ellipsoid Gaussian, Gaussian Ellipsoid
    2022-03-24 06:24:46下载
    积分:1
  • 实现图像的WALSH变换,对于图像变换的练习很有意义
    实现图像的WALSH变换,对于图像变换的练习很有意义 -WALSH achieve image transform, image transform for meaningful practice
    2022-05-31 22:21:45下载
    积分:1
  • 进程间通信----匿名管道
    匿名管道正因为提供的功能很单一,所以它所需要的系统的开销也就比命名管道小很多, 在本地机器上可以使用匿名管道来实现父进程和子进程之间的通信, 这里需要注意两点,第一就是在本地机器上,这是因为匿名管道不支持跨网络之间的两个进程之间的通信, 第二就是实现的是父进程和子进程之间的通信,而不是任意的两个进程。 然后得话还顺便介绍匿名管道的另外一种功能,其通过匿名管道可以实现子进程输出的重定向, 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-02-07 18:15:15下载
    积分:1
  • good things, the entry of the MFC good entry good things, entry good material MF...
    MFC入门好东西,入门的好教 材MFC入门好东西,入门的好教材-good things, the entry of the MFC good entry good things, entry good material MFC entry good things, the entry of good material
    2023-05-05 14:15:02下载
    积分:1
  • wince development wince program development
    wince 程序开发 -wince development wince program development
    2022-03-17 13:51:37下载
    积分:1
  • one very handy MP3 segmentation tool, but also can be used to change the bit rat...
    一款非常好用的MP3分割工具,同时还可以用它改变MP3的比特率,-one very handy MP3 segmentation tool, but also can be used to change the bit rate MP3,
    2022-07-25 20:28:58下载
    积分:1
  • 包括10个源码:1 令系统托盘(提示区/Sys tray)中的图标显示气泡提示框(Tool Tip)的代码 2 软盘格式化程序 3 一个虚拟驱动盘映射器 4 这
    包括10个源码:1 令系统托盘(提示区/Sys tray)中的图标显示气泡提示框(Tool Tip)的代码 2 软盘格式化程序 3 一个虚拟驱动盘映射器 4 这个软件可以得到大多数的“高级”系统信息,比如系统缓存的密码、PROXY设置、网卡MAC等 5 用过Flashget和网络蚂蚁的朋友应该知道在IE中右击右击菜单有使用(xxxxx)下载.本代码就实现此功能。可以获取在网页中选择的文本,链接 地址,图片. 6 引起轰动的源码,能在视窗里每一个窗口最小化按钮旁加一个新按钮,这个新按钮的功能是将窗口最小化到系统状态栏,强烈推荐!!! 7 一个系统程序,可以察看系统中当前窗口的局柄等信息,可以察看系统窗口,例如任务栏、开始按钮。可以通过鼠标移动察看光标位置下的 窗口的信息 8 通过Winsock实现的Web服务器程序,目前只支持html格式,如ASP,CGI等可能自己扩展,通过此程序可以学习掌握Winsock控件的使用,多用户的考虑 9 一个可以获得Windows可执行文件(Portable Executable File)的文件头信息的程序 10 可以放大部分图片, 象放大镜.-including 10 Source : Order a system tray (Hint/AB tray), the icon shows bubble boxes (Tool Tip) 2 floppy disk formatting code procedures 3 a virtual disk drive mapping for the four software can be the most "advanced" system information, such as the password caching system, PROXY setup, MAC used five Flashget and network ant friends should know that the IE right-click a right-click menu use (xxxxx). The code on the realization of this function. Can be obtained on the website, select the te
    2023-09-07 12:00:03下载
    积分:1
  • AESDemo应用例程 AES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于加密电子数据的规范。它被预期能成...
    AESDemo应用例程 AES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于加密电子数据的规范。它被预期能成为人们公认的加密包括金融、电信和政府数字信息的方法。本文展示了AES的概貌并解析了它使用的算法。包括一个完整的C#实现和加密.NET数据的举例。在读完本文后你将能用AES加密、测试 基于AES的软件并能在你的系统中使用AES加密。-The AESDemo application a distance AES( The Advanced Encryption Standard) is a norm that ASCII used for with technique graduate school to encrypt the electronics data.It were expected and can become people encrypt to include the finance, telecommunication generally acceptedly with the method of the government arithmetic figure information.This text displayed the AES all the combines resolution the calculate way that it use.Include a complete C# realizes with encrypt.The data of NET for instance.Use in a reading book over text empress you will can with the AES encrypt, test base on AES software combine can in your system the AES encrypt
    2022-08-12 12:23:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载