搜索资源列表
crypt
- Subject: HowToStorePassWord Here s a small example, while no \"enigma machine\", yet provides a simple way of storing a password with encryption. The password is first encrypted then converted to Hex. The reverse process will first convert to as
hotkeydefdy
- 全局热键定义示例,可以模拟键盘、鼠标的各种方式来定义热键,还可以分析出这些键的ascii 值
grd_import-export
- Import and export GS ASCII (GRD files) from and to Golden Software Applications like Surfer and Grap
lvm_import09
- National Instruments LabView software has a native file format called LabView Measurement File (LVM, extension .lvm). This m-file, lvm_import.m, reads LVM files and imports the data into the MATLAB workspace. LVM is an ascii text file format, and t
key
- this code can get ascii code in vb6 at windows.
hrhed_src
- 16进制编辑,SDK写成,非MFC。 左边16进制,右边ASCII字符-16 hex editor, SDK is written in non-MFC. The left of the 16 hex, ASCII characters on the right
1
- 编写一个WINDOWS应用程序,要求:能实现按下鼠标右键弹出一个消息对话框 按下键盘上一个非系统键能弹出一个显示按下键的ASCII码的消息对话框.-Write a WINDOWS application requirements: to achieve the right mouse button pops up a message box press a keyboard key to pop up a non-system display the ASCII code of pressed
Comspy_28332
- 通过操作windows内核,达到监视串口数据的目的。它不是串口 调试 程序,而是真正的 监视 程序!它不需打开串口(一般串口只能被一个程序占用),就可方便监视它方程序对任一串口发送与接收的数据,可设定数据类型为十六进制和ASCII码,并可方便地将数据保存成文本文件。 使用时先启动该程序并监视,然后运行您的串口程序,即可监视您程序对串口的每一个动作。 -By operating windows kernel to achieve the purpose of monitoring the