搜索资源列表
EncryptSimple
- 可逆加密组件 ====================== 使用方法 ============================================ Dim objEncrypt Set objEncrypt = Server.CreateObject(\"myEncrypt.clsEncrypt\") Dim strReturn 加密后文本 Dim strValue 加密前文本
keycode
- 将键盘扫描码转换成ASCII,利用8086内部中断程序编的,非常好的,有原代码!-keyboard scan code will be converted into ASCII, using 8086 internal procedures interrupted series, very good. a source!
keycode
- 加密算法,其实比较简单;但是不错!! 呵呵!!好好看看 -encryption algorithm, is relatively simple; But true! ! Oh! ! A good look
keycode-ir
- Keyboard and remote driven operation fully functional, implements preprogrammed chars in TOUCH PAD-Keyboard and remote driven full operation y functional, implements preprogrammed chars in TOUCH PAD
KeyCode
- 键盘按键代码列表,是javascr ipt使用的
keycode
- 这是介绍系统按键的软件设计,有各种各样的方案
KeyCode
- 汇编工具破解软件 一个汇编特效功能,很好用
02111313366
- VB KeyAscii 和 KeyCode 查询器
test
- 键盘常用代码一览表,KeyCode常数用法 可在代码中的任何地方用下列常数代替实际值
keycode
- 将键盘扫描码转换成ASCII,利用8086内部中断程序编的,非常好的,有原代码!-keyboard scan code will be converted into ASCII, using 8086 internal procedures interrupted series, very good. a source!
KeyCode
- VB键盘KeyCode常数用法,包括数字键、字母键、功能键-VB constant keyCode keyboard usage, including number keys, letter keys, function keys
KeyCode
- 键盘KEYCODE对照表,这个比较全面。我根据自己的程序整理的。-KeyCode keyboard table, the relatively wide.
Android_Keycode.tar
- 此checker为Android平台下测试Keycode用应用程序,在Eclipse下由Java编写-This checker for the Android platform used to test the keyCode applications at Eclipse prepared by the Java
keycode
- 密码锁程序,可以设置四位密码,用数码管显示-the program of secret code
jyllq
- Private Sub Command1_Click() 直接用鼠标点击连接按钮 WebBrowser1.Navigate Text1 End Sub Private Sub Command1_KeyDown(KeyCode As Integer, Shift As Integer) 用快捷方式Enter激活连接按钮 If KeyCode = 13 Then Call Command1_Click
keyCode
- 开发中常用的Javascr ipt的KEYCODE大全。-Development of common Javascr ipt-KEYCODE Daquan.
keycode
- 测试android 手机上的各个按键代码-Test each button on the android phone code
keycode-uosii
- keycode for uosii. using with 4x4 or 8x8 matrix keyboard
javascript-of-keycode
- javascr ipt的keycode,javascr ipt的keycode-javascr ipt the keycode, javascr ipt the keycode
获取按键
- 在按下键盘上按键的时候获取并显示对应按键的keyCode和keyChar的值(When you press the button on the keyboard, it will get and display the values of keyCode and keyChar for the corresponding key)