搜索资源列表
MIME编码解码程序
- MIME(BASE64/QP) 编码/解码程序代码。 此代码是一个 BCB 的单元,非常简单,提供了四个函数, 要改成 Delphi 或其它 C/C++ 也很容易,有需要的自已改吧。此代码经过测试,结果正确。-MIME (BASE64/QP) encoding / decoding code. This code is a BCB module is very simple, providing four functions, to change Delphi or other C / C is
带附件及Html显示的邮件发送类
- unit UnitSendMail; interface uses Windows, SysUtils, Classes,StdCtrls, ExtCtrls, ComCtrls, Dialogs, IdMessage, IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClient, IdExplicitTLSClientServerBase,IdMessageClient, IdSMTP
CodeConvert.rar
- 单字节/双字节;ASC编码和Unicode编码之间转换。,Single-byte/double byte ASC coding and conversion between Unicode encoding.
unicode.rar
- unicode-ansi转换工具v1.0 输入框上面部分填unicode格式然后按"UniCode->ANSI"得到ansi编码 输入框下面部分填ansi格式然后按"ANSI->UniCode"得到unicode编码 Unicode格式类似 \u4E2D\u56FD... ,unicode-ansi conversion tools v1.0 input box to fill the top part of unicode format and then press
BarCode
- 用VC开发的一个二维码编解码程序,支持PDF417,QR等编码-VC developed with a two-dimensional encoding and decoding procedures, support PDF417, QR code, etc.
datamatrixcodingprocedures
- data matrix编码程序 将字符串转换为二维码黑白图形-data matrix encoding process will convert a string to two-dimensional black-and-white graphics code
PDUtoSMS_SMStoPDU
- This source code in Delphi 7.0. Have function to decoding and encoding PDU format to ASCII and from ASCII to PDU. You can modify it or change it for meet your requirement.
HammingCode
- 此程序实现对汉明码的编码与译码算法。汉明码是一种多重(复式)奇偶检错系统。它将信息用逻辑形式编码,以便能够检错和纠错。用在汉明码中的全部传输码字是由原来的信息和附加的奇偶监督位组成的。-This process of realization of hamming code encoding and decoding algorithm. Hamming code is a multiple (double) parity error detection system. It will use t
untHKvfw
- 本单元声明了 DriverProc 它是 VFW Codec 的接口函数 可以实现 HKM4 的视频编码与解码 -DriverProc statement of the unit it is the VFW Codec interface function can be achieved HKM4 video encoding and decoding
CodeChng
- 文本编码转换器(Delphi源码) 经本人测试非常好用,用D6、7开发都可以!-Text Encoding Converter (Delphi source code) was very easy to use, I tested with D6, 7 developers can!
ywo-sqlview
- 由于SQL数据库的企业管理器对于一般操作员来说有点复杂,就编了这个小工具来使用. 编码不是很规范,一定有很多不足之处,请大家多多指教. 在没有安装SQLSERVER服务器的电脑中,先执行reg.bat,注册一下SQLDMO.DLL,就可以了。 用到的控件有Ehlib、Raize、DevExpress,TMS, 网上都有下载 ywo 2009-11-30-As the SQL database, Enterprise Manager for the a
ReedSolomon
- Delphi Reed Solomon encoding full source
langconv
- 一个汉字编码的转换程序(gb,big4,chs,cht...),它的优点是类似于find,cat这类工具,支持管道,比如说 cat xxx.pas | lc 也可以在脚本中循环批量修改编码,比如 set ROOT_DIR= ~sdp0 for /f "delims=" i in ( dir /b /a-d /s " ROOT_DIR " ) do ( lc ~dpnxi ~dpnxi ) -A Chinese character encoding conversion
sms
- 前几天要做一个短信收发的小软件 使用标准AT指令 现在只能支持PDU模式(Text模式太简陋)! 支持7_Bit 和 UCS2 编码 集成了串口(spcomm) 只需要简单的配置几个参数就可以收发短信了-A few days ago to do a little messaging software Using standard AT commands Now only support PDU mode (Text mode is too simple!
Delphi.Programming.Quick.example.code.encoding
- Delphi编程编码速查经典实例代码Delphi Programming Quick classic example code encoding -Delphi Programming Quick classic example code encoding
MPEG4Coder
- delphi usb摄像头视频捕捉,通过mpeg4编码!-delphi usb camera video capture, through the mpeg4 encoding!
Delphi
- Can be compiled EX4 to MQ4 anti-encoding software with good results
BASE64
- Delphi JPG 图片的 BASE64 编码、解码(BASE64 encoding and decoding of Delphi JPG pictures)
MusicEncode
- 流水灯51单片机用蜂鸣器放音乐的程序,音乐编码有月亮代表我的心,两只蝴蝶等 (51 SCM with buzzer or music program, music encoding the moon represents my heart, two butterflies)((51 SCM with buzzer or music program, music encoding the moon represents my heart, two butterflies))
FileToBase64
- 这是一个用delphi开发的,实现了标准的base64编码方式的控件,可以集成在网页中,直接进行调用(This is a control developed by Delphi, which implements the standard Base64 encoding mode. It can be integrated in the webpage and can be called directly.)