搜索资源列表
Input
- 由于支付宝安全输入控件,如同其他众多安全控件方法一样,采用驱动方法劫持了IRP。这导致无法向其输入字符,传统的方法无论是发送WM_Char或者是WM_Keydown消息,还是Keybd_event和SendInput均对其无效。 笔者摸索出了通过直接读取$60,$64硬件端口来操作键盘,模拟输入的方法。 由于在Ring3下,由于Windows的保护机制,我无法直接操作硬件端口,所以我们需要构造一个驱动,或者使用著名的WinIo库。 这里给出我封装好的使用WinIo库
ASCIIKey
- delphi 下查询ASCII的键值的程序实例-delphi query ASCII keys under the procedures examples
at_send
- 通过at发送手机短信.转字符串转换为Unicode代码,例如“中”的unicode代码为 4E2D,(好像是将中字的ASCII码分开,分别转成16进制)-At sending text messages via mobile phones. Turn the string is converted to Unicode code, such as " in progress" unicode code 4E2D, (as if the word is the ASCII cod
Quick.Report.Pro.v4.07.Delphi.2007
- QuickReport 是用于BCB和Delphi的一款报表组件,可以简单快速的输出数据库报表。QuickReport 支持创建打印预览以免浪费纸张,支持导出数据为其他文件格式如ASCII文本、逗号分割值的文件和HTML。QuickReport 本身由 Delphi 编写,支持Delphi 所有操作数据库的模式。因此您可以将它用于旧式的基于BDE 的数据库如Paradox 和 dBase,用于多层应用环境的客户端数据表,新的Delphi 5 ADO 和 Interbase Express 组件及
asciiforgesrc
- The program which will transform images of format BMP in ASCII a drawing. Distinctive feature of this program from weight similar - possibility of work with not monowide fonts.
delphimodbus-1.4.0
- Delphi的ModbusTcp开发控件,需要Indy支持,包括主站和从站的控件-he Delphi Modbus library is a Modbus Class I Delphi implementation of a Modbus master and slave over TCP/IP (ModbusTCP). Serial I/O (RTU or ASCII) is not supported.
Image2Ascii
- Delphi program for converting image file to text asc-Delphi program for converting image file to text ascii
HexEdit
- HexDecimal Editor, can edit,view hexcontent, binary content and ASCII code
KodowanieZnakow
- Kodowanie znaków ASC-Kodowanie znaków ASCII
Exemplo-ASCII
- ASCII tables Create a ASCII Table em Delphi.
ascii
- asvii code need in delphi programing
DDV_SRC
- digital data viewer. Data formats that may work with ddv: Pegasus Bio-logic Medelec (12-bit) Easys raw binary 2-byte multiplexed integers raw binary 2-byte multiplexed floats ASCII -digital data viewer. Data formats that m
Stringtobyte
- 一个小程序,可以非常清楚地进行字符串与ACSCII码之间的相互转换。对于Delphi工程师非常有用。-A small program that can do both directional conversion from string to ASCII code. It is very useful for Delphi engineers.
findfile
- 磁盤文件的快速查找,支持中文名 附未例文件-TFindFile is a non-visual component, which can be used for locating files or folders in the file system and directory tree with an extensive set of conditions. TFindFile is capable to locate files based on: Location as
altprog_Source
- programmer chips The control program may be the following: Open and save files in HEX and BIN, at the same time to make the transformation from one to another. Open files up to 64 Mb. At the same time work with the file does not depend on
VCLZipPro451_1
- VCLZip Pro 4.51 For those of you that are using VCLZip 4.50 with Delphi/BCB 2009, you will want to download VCLZip 4.51. When saving filenames that contain ansi characters (non-ascii) but no Unicode characters, were being saved in a way that cau
ASCII-dan-Biner
- ASCII and BINARY coversion program
ASCII
- Impress your loser friends by sending them an email full of binary! Actually, it wouldn t technically be binary. Yeah, it would be an ascii representation of binary, but whatever. They are too stupid to realize the difference.
Ascii
- Testing get Ascii code
实例02
- 实例2 查看按键的ASCII值 欢迎交流下载(The program is designed by delphi)