CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - keycode
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - keycode - List
[
Web Server
]
EncryptSimple
DL : 0
可逆加密组件 ====================== 使用方法 ============================================ Dim objEncrypt Set objEncrypt = Server.CreateObject(\"myEncrypt.clsEncrypt\") Dim strReturn 加密后文本 Dim strValue 加密前文本 加密开始 设置密钥(此行可以省略) objEncrypt.KeyCode=\"1111\" 开始加密 strReturn = objEncrypt.Encrypt(strValue) 解密 设置密钥(如果加密时没有设置,此行可以省略) objEncrypt.KeyCode=\"1111\" 开始解密 strReturn = objEncrypt.UnEncrypt(strValue) 注意: strReturn可能返回以下值 -3 : 密钥长度超过10 -2 : 表示文本设置了密钥,但是解密时没有指定密钥 -1 : 表示文本设置了密钥,但是解密时指定的密钥与原先设置的密钥不一样 注意:密钥需要小于10个字符且必须为键盘上的字符,否则可能导致无法正确解密-reversible encryption components use ==== ====================== ======================================== Dim objEncrypt Set objEncrypt = Server.Create Object ( "myEncrypt.clsEncrypt") Dim strRetu rn encrypted text Dim strValue encrypted text before start providing encryption key (this trip can be omitted) o bjEncrypt.KeyCode = "1111" began encryption strReturn = ob jEncrypt.Encrypt (strValue) decryption keys set (if no encryption settings this trip can be omitted) objEncrypt.KeyCode = "1111" began declassified strR eturn = objEncrypt.UnEncrypt (strValue) Note : strReturn may return the following values -3 : Key length exceeding 10 -2 : To set up a key text, But when no specific decryption key -1 : To set up a key text, However, when the decryption keys with t
Date
: 2008-10-13
Size
: 20.15kb
User
:
张峰
[
Other
]
keycode
DL : 0
将键盘扫描码转换成ASCII,利用8086内部中断程序编的,非常好的,有原代码!-keyboard scan code will be converted into ASCII, using 8086 internal procedures interrupted series, very good. a source!
Date
: 2008-10-13
Size
: 1.46kb
User
:
wushishan
[
Windows Develop
]
keycode
DL : 0
加密算法,其实比较简单;但是不错!! 呵呵!!好好看看 -encryption algorithm, is relatively simple; But true! ! Oh! ! A good look
Date
: 2008-10-13
Size
: 3.12kb
User
:
小路
[
Driver Develop
]
keycode-ir
DL : 0
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
Date
: 2008-10-13
Size
: 3.71kb
User
:
xela
[
Other
]
KeyCode
DL : 0
键盘按键代码列表,是javascript使用的
Date
: 2008-10-13
Size
: 1.54kb
User
:
wangjun
[
Software Engineering
]
keycode
DL : 0
这是介绍系统按键的软件设计,有各种各样的方案
Date
: 2008-10-13
Size
: 166.23kb
User
:
chi_hua
[
Exploit
]
KeyCode
DL : 0
汇编工具破解软件 一个汇编特效功能,很好用
Date
: 2008-10-13
Size
: 6.46kb
User
:
徐晨
[
Windows Develop
]
02111313366
DL : 0
VB KeyAscii 和 KeyCode 查询器
Date
: 2008-10-13
Size
: 27.31kb
User
:
trace
[
Windows Develop
]
test
DL : 0
键盘常用代码一览表,KeyCode常数用法 可在代码中的任何地方用下列常数代替实际值
Date
: 2008-10-13
Size
: 1.75kb
User
:
acai
[
Other
]
keycode
DL : 0
将键盘扫描码转换成ASCII,利用8086内部中断程序编的,非常好的,有原代码!-keyboard scan code will be converted into ASCII, using 8086 internal procedures interrupted series, very good. a source!
Date
: 2025-07-06
Size
: 1kb
User
:
wushishan
[
Documents
]
KeyCode
DL : 0
VB键盘KeyCode常数用法,包括数字键、字母键、功能键-VB constant keyCode keyboard usage, including number keys, letter keys, function keys
Date
: 2025-07-06
Size
: 1kb
User
:
tom
[
Windows Develop
]
KeyCode
DL : 0
键盘KEYCODE对照表,这个比较全面。我根据自己的程序整理的。-KeyCode keyboard table, the relatively wide.
Date
: 2025-07-06
Size
: 1kb
User
:
zyls01
[
Audio program
]
Android_Keycode.tar
DL : 0
此checker为Android平台下测试Keycode用应用程序,在Eclipse下由Java编写-This checker for the Android platform used to test the keyCode applications at Eclipse prepared by the Java
Date
: 2025-07-06
Size
: 166kb
User
:
seven
[
SCM
]
keycode
DL : 0
密码锁程序,可以设置四位密码,用数码管显示-the program of secret code
Date
: 2025-07-06
Size
: 12kb
User
:
李宁
[
assembly language
]
jyllq
DL : 0
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 End Sub-Private Sub Command1_Click () ' directly connected with the mouse to click the button WebBrowser1.Navigate Text1 End Sub Private Sub Command1_KeyDown (KeyCode As Integer, Shift As Integer)' use shortcut to Enter to activate the Connect button If KeyCode = 13 Then Call Command1_Click End Sub
Date
: 2025-07-06
Size
: 32kb
User
:
李煜辉
[
JSP/Java
]
keyCode
DL : 0
开发中常用的JavaScript的KEYCODE大全。-Development of common JavaScript-KEYCODE Daquan.
Date
: 2025-07-06
Size
: 2kb
User
:
陈建焜
[
android
]
keycode
DL : 0
测试android 手机上的各个按键代码-Test each button on the android phone code
Date
: 2025-07-06
Size
: 47kb
User
:
金色海
[
uCOS
]
keycode-uosii
DL : 0
keycode for uosii. using with 4x4 or 8x8 matrix keyboard
Date
: 2025-07-06
Size
: 6kb
User
:
tuong
[
JSP/Java
]
javascript-of-keycode
DL : 0
javascript的keycode,javascript的keycode-javascript the keycode, javascript the keycode
Date
: 2025-07-06
Size
: 1kb
User
:
aaaa
[
CSharp
]
获取按键
DL : 0
在按下键盘上按键的时候获取并显示对应按键的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)
Date
: 2025-07-06
Size
: 193kb
User
:
FShH
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.