搜索资源列表
Splitter.rar
- 这是一个用Delphi编写的分屏的程序,用户安防中的画面分割,有二分,四分,十六分等。,This is a Delphi prepared by the sub-screen process, the user security screen in the partition, there are two points, one quarter, 16 grade.
Chapter5
- 这是一个DEPHI编写的车牌识别系统。里面详细介绍了车牌的分割技术和是识别技术,对于做图像处理工程软件者有很大帮助。-This is a Delphi license plate recognition system to prepare. Inside details of the partition plate is to identify technologies and techniques to do image processing for engineering software
filefiles
- 文件分割合并,delphi源码,高手就不要下了-Partition merge document, delphi source code, you should not, under the
111
- 思路简要说明: 1、图像二值化 将图片中的各点用0或1表示,1为有效点,0为背景。这里使用的是最大类间方差法 (otsu),在资料中有介绍。 2、去除干扰点 3、分割 将整个的图片分为每个单独的字,在下一步中才能一一识别。 4、与样本库进行对比,寻求最近似匹配 这步是比较核心的地方,由于要识别的图形每次都是随机变化的,我们不能进行完 全匹配识别,所以使用的是‘欧氏距离’来进行最近似匹配,资料中的《自由手写体 数字识别》里面有详细说明。
delphi
- 分出整数分区delphi7源码,用delphi实现的整数分区功能,挺不错的。-The integer partition the delphi7 source, with delphi integer partition function, very good.
encryptdll3.8
- 共享软件加密算法库》专业版是一款针对个人、企业开发共享软件的加密工具,支持Windows平台下各类开发工具: VC、VB、BCB、Delphi、PB、VFP、C#等,算法库中包含了获取计算机硬盘物理序列号、主板序列号功能及多种高强度对称、非对称算法。获取的硬盘序列号不随硬盘分区及格式化改变,支持IDE、SCSI、SATA接口硬盘,获取主板序列号的功能支持各类BIOS芯片,这两个功能可方便的用来实现一机一码的注册方式。算法库集成的算法有:BlowFish,MD5,Secret16,AES、SHA、
formatdisk
- 利用Delphi实现格式化磁盘,包括软盘和硬盘驱动器的各个分区,测试时候要小心,不要误操作-Delphi formatted disk, including floppy and hard disk drive partition, test time to be careful, do not misuse
Delete_Out
- Delphi. Identify, mark and delete duplicate contact and appointment entries in Outlook. This happens sometimes when synchronising with a Palm device, especially when Norton Ghost or similar partition restore software is used.
TGetDiskSerial-v4.20-D7-XE3
- TGetDiskSerial VCL XE3/XE2/XE/2010/2009/2007, BDS 2006, Delphi 5/6/7/2005 full source Easy to obtain the serial number of hard disk. Any operation can not to change the serialnumber of harddisk, include Format and Partition etc. Retrieve REAL s
Delphi_367253
- Delphi:利用Delphi实现格式化磁盘,包括软盘和硬盘驱动器的各个分区,测试时候要小心,不要误操作。本例主要是介绍Delphi与系统底层的一些简单的操作,学习Delphi编程就要全面一点哦,虽然这个功能不怎么用,但是作为Delphi程序员是有必要知道的哦。部分代码: B = 1 //B盘 DEFAULT = $FFFF //格式化成ID FULLFORMAT = 1 //完全格式化 ERROR = -1 //格式化出错 NOFOR