CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - delphi 识别 验证

搜索资源列表

  1. 验证码识别源码(delphi)

    6下载:
  2. 用于识别验证码的OCR源码,目前可以识别动网等验证码
  3. 所属分类:图形/文字识别

    • 发布日期:2010-01-01
    • 文件大小:3.98mb
    • 提供者:hhyear@126.com
  1. 自动发帖及识别验证码

    0下载:
  2. 介绍怎样自动发帖及识别验证码,delphi源码
  3. 所属分类:网络编程

  1. QQ2009.rar

    0下载:
  2. 一个不错的QQ2009验证码自动识别程序源代码,A good QQ2009 Automatic Identification Verification Code source code
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:1.12mb
    • 提供者:杀敌
  1. DELPHIyznzheng

    0下载:
  2. Delphi 识别验证码小程序高校路识别验证码-Delphi identification code applet College Road Identification Code
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-27
    • 文件大小:844.01kb
    • 提供者:0zer
  1. 139

    0下载:
  2. 139手机邮箱验证码识别源代码,完整源代码-139 mobile phone-mail verification code to identify the source code, complete source code
  3. 所属分类:Windows Mobile

    • 发布日期:2017-03-23
    • 文件大小:223.61kb
    • 提供者:林彩华
  1. 200

    0下载:
  2. 验证码识别程序,用delphi制作的几乎可以识别现有网站所有的验证码,识别率百分之九十以上-CAPTCHA program
  3. 所属分类:图形/文字识别

    • 发布日期:2017-03-30
    • 文件大小:616.93kb
    • 提供者:杨柏
  1. 网页游戏英雄之门的辅助程序

    0下载:
  2. 原来写的一个网页游戏英雄之门的辅助程序,能够自动登录,自动识别验证码,自动拿旗子等,虽然现在不能用了,但是仍然可以参考,比如验证码识别和网页抓取-Originally written by a web game Hero s auxiliary program that can automatically log in, automatic identification verification code, automatically take the flag and so on, altho
  3. 所属分类:外挂编程

    • 发布日期:2013-04-25
    • 文件大小:10.6mb
    • 提供者:张三
  1. ocr

    0下载:
  2. 验证码识别程序,以动网asp论坛的验证码为例,演示如何识别位置变化、字符变形的验证码图 片。-Code identification procedures in order to move the forum asp net code, for example, demonstrates how to identify changes in position, character deformation of code images.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:202.47kb
    • 提供者:falcon0912
  1. tupiansbieV1.0

    0下载:
  2. 图形验证码识别引擎!!!用Delphi编写的!!可以用于论坛图形验证码识别-Graphic verification code recognition engine!!! Prepared using Delphi! ! Graphics can be used to verify the code identify the Forum
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-25
    • 文件大小:7.93mb
    • 提供者:ruan
  1. AdvOcr

    0下载:
  2. 最近写了几个网站的验证码图片自动识别程序,尽管每个网站的验证码图片都不相同,识别的方法有所差别。但写得多了,也总结出不少相同之处。今天抽空封装出一个基础类来,发现可以很好地重复利用,编写不同的验证码识别程序,效率提高了不少。好东东不能独享,现放出来供大家共同研究,请网友们妥善用之。-Recently wrote a number of site verification code picture automatic identification procedures, even though e
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-22
    • 文件大小:535.68kb
    • 提供者:asdfsa
  1. autopoll(delphi)

    1下载:
  2. 本软件可针对 第3届北京奥林匹克运动会歌曲征集评选活动为歌手张靓颖的入围曲目《Open Up Your Dreams》投票 投票地址: http://61.135.134.85/music/song_show.php?id=29846 本软件采用专业OCR字符识别引擎,自动识别验证码!自动清除COOKIE!投票速度一流!软件采用后台线程直接发送数据报到服务器,CPU占用极低,最小化时自动隐藏到系统托盘区。你可以把投票任务交给电脑,24小时挂机,不影响你的正常学
  3. 所属分类:WinSock-NDIS

    • 发布日期:2014-11-07
    • 文件大小:549.38kb
    • 提供者:王兵
  1. QQ-number-of-automatic-application-device

    0下载:
  2. QQ号码自动申请器.能自动识别验证码.全自动申请-QQ number of automatic application device. Can automatically identify the Verification Code. Automatic application
  3. 所属分类:Grid Computing

    • 发布日期:2017-03-23
    • 文件大小:14.28kb
    • 提供者:余益
  1. abc

    0下载:
  2. 用delphi 编写的 验证码识别程序-Prepared using delphi Verification Code identification procedures
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-26
    • 文件大小:315.89kb
    • 提供者:abc511
  1. 111

    0下载:
  2. 思路简要说明: 1、图像二值化 将图片中的各点用0或1表示,1为有效点,0为背景。这里使用的是最大类间方差法 (otsu),在资料中有介绍。 2、去除干扰点 3、分割 将整个的图片分为每个单独的字,在下一步中才能一一识别。 4、与样本库进行对比,寻求最近似匹配 这步是比较核心的地方,由于要识别的图形每次都是随机变化的,我们不能进行完 全匹配识别,所以使用的是‘欧氏距离’来进行最近似匹配,资料中的《自由手写体 数字识别》里面有详细说明。
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:854.04kb
    • 提供者:yangq
  1. demo

    0下载:
  2. 图形验证码识别引擎 V1.1 可以识别数字-Graphics Recognition Engine Code V1.1
  3. 所属分类:Graph program

    • 发布日期:2017-05-04
    • 文件大小:1.2mb
    • 提供者:seeking
  1. dt

    1下载:
  2. delphi写的数字字母识别过验证程序。-identification number of letters written in delphi before the verification process.
  3. 所属分类:Graph Recognize

    • 发布日期:2015-07-11
    • 文件大小:220kb
    • 提供者:xxx
  1. yzmsb

    0下载:
  2. 验证码识别,带特征码学习,可以做为识别引擎来使用,仅作参考.-Code recognition, with signature learning, can serve as a recognition engine to use only for reference.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-06
    • 文件大小:356.32kb
    • 提供者:alien
  1. VerifyCodeOCR

    0下载:
  2. 利用ocr方法去识别验证码的程序,要装第三方控件-Ocr method used to identify the procedure code is necessary to install third-party control
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-26
    • 文件大小:829.63kb
    • 提供者:alien
  1. 87361026DigitRec

    0下载:
  2. 验证码识别,能够识别大部分网站的验证码!--OCR, with the development of the vc could identify some of the letters and figures
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:69.34kb
    • 提供者:wop
  1. POLL

    0下载:
  2. 本软件采用专业OCR字符识别引擎,自动识别验证码!自动清除COOKIE!投票速度一流!软件采用后台线程直接发送数据报到服务器,CPU占用极低,最小化时自动隐藏到系统托盘区。你可以把投票任务交给电脑,24小时挂机,不影响你的正常学习工作,仍然可以狂顶靓颖!-This software is a professional OCR character recognition engine, automatic identification code! Automatic removal COOKIE!
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:546.23kb
    • 提供者:liuxf2012
« 12 3 »
搜珍网 www.dssz.com