资源说明:* Parameters:
* key : virtual keycode of the key to send. For printable
* keys this is simply the ANSI code (Ord(character)).
* shift : state of the modifier keys. This is a set, so you
* can set several of these keys (shift, control, alt,
* mouse buttons) in tandem. The TShiftState type is
* declared in the Classes Unit.
* specialkey: normally this should be False. Set it to True to
* specify a key on the numeric keypad, for example.
* Description:
* Uses keybd_event to manufacture a series of key events matching
* the passed parameters. The events go to the control with focus.
* Note that for characters key is always the upper-case version of
* the character. Sending without any modifier keys will result in
* a lower-case character, sending it with [ssShift] will result
* in an upper-case character!
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。
-
- Firmware parser&extractor
- 6.rar文件加/解密的C实现文件加/解密的C实现
- Crypt.zipEncrypt data in buffer or file
- rc4code.rarrc4的一个加解密程序,带有文件读取功能。
- wq.rarDES加密解密 应用C++开发环境,密码学至今比较常用的加密解密基础 ...
- s-des.rars-des的程序,有读取文件的功能,编译通过。
- MiddleWareClientTest.rarBouncy Castle Test is a demo program for Bouncy Castle encryption and decryption
- BouncyCastleTest.rarBouncy Castle Test is a demo program for Bouncy Castle encryption and decryption
- 32_bit_irreversible_encode.rar32位不可逆加密算法Java实现 (32-bit irreversible encode.java)
- chaoscode.rar利用混沌实现了汉字的加密与解密,效果不错,自己编的
-
- des.zipDES加密算法实现的C++类
- rsa.zipRSA加密/解密算法实现源码与例子
- rsa1.zipRSA加密/解密算法源码
- QQAlbum.rarVC++实验QQ加密相册查看器,输入QQ号即显示相片,源码宝贵,请速下载:-) ...
- 3DES加密算法源代码.rarDES加密源代码,用3DES加密算法。 加密强度高,到目前为止,还无人能够破解! ...
- crc.zipCRC校验程序,使用了CRC-16和CRC-CCITT方法
- rsa1.03.ziprsa算法实现,包含文档
- crypt.zip一个简单加解密的小程序
- base64.zipBase 64 加解码程序
- MD5加密算法源码.rarMD5加密算法c语言实现源代码,可以加到你自己的程序中,节省了很多自己开发加密算法的 ...