Welcome![Sign In][Sign Up]
Location:
Search - compare delphi

Search list

[File OperateFC_WIN

Description: 比较两个二进制文件 不同的地方显示不同颜色-to compare 2 bin files,it show different color in different position.
Platform: | Size: 228352 | Author: 尚会领 | Hits:

[Delphi VCLMapX5.02Delphi6Oracle

Description: MapX5.02+Delphi6 +Oracle 比较全的例子-MapX5.02 Delphi6 Oracle Compare example
Platform: | Size: 67584 | Author: 魏延成 | Hits:

[ADO-ODBCdbCompare

Description: 数据库比较工具,比较两个数据库中的表、视图、字段、索引等信息是否一致。目前只支持SQLSERVER和ORACLE数据库。-database comparison tool to compare the two database tables, views, fields, indexes and other information is shared. Currently only support SQLSERVER and ORACLE database.
Platform: | Size: 389120 | Author: 文丰良 | Hits:

[GIS programmapxpx

Description: mapx的培训教材,pdf格式的,共12章比较全-MapX training materials, pdf format, a total of 12 chapters compare the whole
Platform: | Size: 2643968 | Author: justby | Hits:

[Windows DevelopSuperEdit

Description: 二进制文件编辑软件 可以比较两个二进制文件-Binary file editing software can compare two binary files
Platform: | Size: 915456 | Author: zy | Hits:

[Algorithmanjiejisuanqi

Description: 当初为了买房子签合同,自己写了个小程序,主要是为了比较等额法和递减法之间的差价,比较简单,相信战友们都能看懂,于是是upload上来了,有兴趣的看看。有问题可以联系,QQ:158679138。用了xpmenu控件。-The original contract to buy a house, himself wrote a small procedure, mainly to compare the matching law and diminishing the difference between the, relatively simple, I believe that his comrades can understand, so is the upload table, and are interested to see . Problems can be linked, QQ: 158679138. Spent xpmenu control.
Platform: | Size: 387072 | Author: 张鱼 | Hits:

[Delphi VCLMD5

Description: DELPHI MD5加密 1、 MD5String、MD5File、MD5Print、MD5Match这四个函数是供调用的。其他是用来辅助这几个函数的子函数。 2、MD5String为加密字符串。 3、MD5File为加密这个文件。 4、MD5Print是将加密后的密文转换成字符串。 5、MD5Match是用来比较密文是否一致。-DELPHI MD5 encryption 1, MD5String, MD5File, MD5Print, MD5Match the four function is called for. The other is used to these auxiliary function Functions. 2, MD5String for the encrypted string. 3, MD5File encrypted the document. 4, MD5Print is encrypted ciphertext converted into a string. 5, MD5Match ciphertext is used to compare whether they are consistent.
Platform: | Size: 9216 | Author: 韩夜 | Hits:

[Delphi VCLbiosid

Description: delphi获取bios源码,比较经典啊,欢迎大家下载。-delphi source code access bios to compare the classic ah, welcome you to download.
Platform: | Size: 417792 | Author: ych | Hits:

[Delphi VCLjisuanjituxiangchuli

Description: 本论文主要介绍图像处理系统软件的算法分析、代码实现。以及实现软件开发的程序开发工具Delphi的简单介绍。软件开发的目的是实现对图像的锐化、扭曲、波浪平滑处理等效果。文章的主要内容为该软件的算法分析过程、代码编写、界面设计和系统实现过程。本论文特别对图象的锐化、图象的扭曲和图象的平滑处理算法进行了系统的分析和比较,如锐化功能的差分法与边缘提取算法的分析、比较,平滑功能的平滑滤波法、中值滤波法、自适应滤波法等算法的分析、比较。然后对确定的这几个功能算法的实现编写了Delphi的算法代码,其中心代码在文中将详细介绍。论文最后介绍了本软件的界面设计过程和界面设计结果,并对其中几个主要按钮的代码实现做了介绍。是介绍整个软件开发过程的文章。- This paper mainly introduces the arithmetic analyze and code realization of system software for image processing. It also briefly introduces Delphi, a program exploitation tool that realizes the software exploitation. Software exploitation aims to realize the sharpening and twisting of images as well as the smoothing of waves. The main content of this paper is the process of arithmetic analyze, the compiling of codes, the designing of interface and realization of system for this software.This paper special to Analysis and compare the arithmetic of image sharpening、image twisting、image smoothing. For example,the analyze and comparison of the bad cent method arithmetic and the edge withdraws arithmetic about sharpening function. the analyze and comparison of the smooth wave method、The inside is worth wave method、Nature orientation wave method. Then to plait writes the Delphi Calculate way code to realize the certain of function calculate. The heart code will detailed introduce at the pa
Platform: | Size: 138240 | Author: 朱华 | Hits:

[Graph program111

Description: 思路简要说明: 1、图像二值化 将图片中的各点用0或1表示,1为有效点,0为背景。这里使用的是最大类间方差法 (otsu),在资料中有介绍。 2、去除干扰点 3、分割 将整个的图片分为每个单独的字,在下一步中才能一一识别。 4、与样本库进行对比,寻求最近似匹配 这步是比较核心的地方,由于要识别的图形每次都是随机变化的,我们不能进行完 全匹配识别,所以使用的是‘欧氏距离’来进行最近似匹配,资料中的《自由手写体 数字识别》里面有详细说明。 (样本库文件是按照匹配的特征通过事先编写的程序进行学习得到的) 该识别思路对目前很多验证码有效,识别速度快,正确率基本还可以(在一定程度内 样本量越大正确率越高),不能识别的情况也不少,比如字符粘连,导致程序无法正确 分割,从而识别失败,有朋友介绍神经网络识别方法不错,有空一定要学习下。-A brief description of ideas: 1, image binarization Pictures of all the points expressed by 0 or 1, 1 for the effective point, 0 for background. Used here is the largest between-class variance (Otsu), are introduced in the data. 2, removal of interference points 3, partition The whole picture is divided into each individual character, in the next step in order to identify 11. 4, compared with the sample database, the search might match the recent This step is to compare the core places, due to the recognition of each of the graphics changes are random, we can not be finished Identification of the entire match, so the use of the Euclidean distance to be like the recent match, the information in the "free handwritten Digital Identification, "which is described in detail. (Sample library features in accordance with the matching pre-prepared through the process of learning to be) The identification of a lot of ide
Platform: | Size: 874496 | Author: yangq | Hits:

[OtherHss_Speed

Description: Test Computer speed by some calculations and compare cpu s
Platform: | Size: 161792 | Author: h | Hits:

[Crack Hackmd5

Description: MD5算法及例子 1、 MD5String、MD5File、MD5Print、MD5Match这四个函数是供调用的。其他是用来辅助这几个函数的子函数。 2、MD5String为加密字符串。 3、MD5File为加密这个文件。 4、MD5Print是将加密后的密文转换成字符串。 5、MD5Match是用来比较密文是否一致。 加密字符串aaa MD5String(‘aaa‘) 将加密后的aaa显示出来 MD5Print(MD5String(‘aaa‘)) 比较两次密文是否一致: MD5Match(MD5String(‘第一次明文‘),MD5String(‘第二次输入的明文‘)) 如果要用这个单元,只需要在项目中添加这个文件,uses md5,就可以了 delphi 4以上版本都可以。 -MD5 algorithm and examples 1, MD5String, MD5File, MD5Print, MD5Match for these four function calls. The other is used to supporting these functions Function. 2, MD5String for string encryption. 3, MD5File to encrypt the document. 4, MD5Print is encrypted into the ciphertext string. 5, MD5Match is used to compare the same ciphertext. Encrypted string aaa MD5String ( ' aaa' ) would encrypted aaa displayed MD5Print (MD5String ( ' aaa' )) compare whether two ciphertext: MD5Match (MD5String ( ' the first explicit' ), MD5String ( ' second explicit input ' )) If you use this unit, just add this in the project document, uses md5, can be a delphi 4 above can be.
Platform: | Size: 9216 | Author: ourfirebird | Hits:

[Graph RecognizeDelphiImageRecognition

Description: 本程序将传递进来的电表图像进行对比,用来识别电表图像中的数字。-The programe is designed to compare the meter image to the preseved image, which is used to recognize the number in the image.
Platform: | Size: 40960 | Author: 王林 | Hits:

[OtherTextDiff

Description: 功能强大的文本比较器TextDiff的用途是按行比较两个文本文件的异同,TextDiff能用不同颜色区分两个文件之间的异同并支持拖放,默认情况下黑色字符表示相同的行,绿色加亮表示不同的行,红色加亮表示删除的行,蓝色加亮表示添加的行。比较两个14M的文本文件,从打开到比较完毕只需2秒即可完成,并可生成报告文件,以供查看。 -About TextDiff: TextDiff has been created primarily to demonstrate the speed and accuracy of my TDiff Delphi component so it lacks some of the features of a commercial text compare and merge utility. Main features: ?a very fast compare algorithm ?color highlighting of differences ?blank characters and case differences can be ignored ?easy navigation between differences ?easy merging ?in-place text editing ?multiple undo/redo of text changes ?search and replace text ?freeware with full source code
Platform: | Size: 484352 | Author: bronco | Hits:

[Special Effectscompare

Description: 关于图像比对的Delphi程序,能够自动比较俩幅图像的相似度-Images than on the Delphi program that can automatically compare the similarity of both images
Platform: | Size: 5120 | Author: 123345 | Hits:

[Otherdelphi

Description: delphi7.0 比较两字符串的相似程度,从而判断字符串相似度的优先级别-delphi7.0 compare the degree of similarity of the two strings in order to determine the priority of string similarity
Platform: | Size: 206848 | Author: | Hits:

[Delphi VCLcompare-pictures

Description: Source Code Compare Image with Delphi
Platform: | Size: 530432 | Author: ramdhani | Hits:

[Delphi VCLTesteMD5

Description: Test application to compare delphi 7 md5 algorithm in delphi XE2
Platform: | Size: 1860608 | Author: rodrigo | Hits:

[SQL ServerDatabaseComparer

Description: Compare two databases and set problems
Platform: | Size: 3126272 | Author: MarcioDias | Hits:

[Delphi VCL精典源码Delphi138:IT业进销存管理系统

Description: 进销存管理系统,功能比较全,可以供初学者参考。(managerial system ; supervisory system ; management system function compare ; compare with ; contrast ; parallel can ; may ; passable ; pretty good tyro ; learner in the first stage ; beginner ; abecedarian consult ; refer to ; read sth. for reference ; reference)
Platform: | Size: 6952960 | Author: VS砖家 | Hits:
« 12 »

CodeBus www.codebus.net