登录
首页 » Windows开发 » 一个很好的图像识别软件。 能够识别信封上的邮政编码。 里面的代码条理很清晰,环境 VS.net 2003 编译通过,运行良好。作者是一个贵州大学研究生。...

一个很好的图像识别软件。 能够识别信封上的邮政编码。 里面的代码条理很清晰,环境 VS.net 2003 编译通过,运行良好。作者是一个贵州大学研究生。...

于 2023-03-08 发布 文件大小:2.51 MB
0 175
下载积分: 2 下载次数: 1

代码说明:

一个很好的图像识别软件。 能够识别信封上的邮政编码。 里面的代码条理很清晰,环境 VS.net 2003 编译通过,运行良好。作者是一个贵州大学研究生。-A good image recognition software. Able to identify the postal code on the envelope. Organized inside the code very clear, the environment compiled through VS.net 2003, to work well. The writer is a graduate of Guizhou University.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 利用C#.net的dxf读取程序,对于初学者有较大帮助
    利用C#.net开发的dxf读取程序,对于初学者有较大帮助-The use of C#. Net developed dxf reader, have a greater help for beginners
    2022-02-02 15:51:25下载
    积分:1
  • 能够限制鼠标的移动范围,简单地运用了API函数,对于想学API的新手,有一定的参考价值,因为我也是新手!...
    能够限制鼠标的移动范围,简单地运用了API函数,对于想学API的新手,有一定的参考价值,因为我也是新手!-To limit the scope of the movement of the mouse, simply use the API function, like the API for the novice, has a certain reference value, because I am also a novice!
    2022-03-11 04:04:28下载
    积分:1
  • this program is written in java from a small program used to record information...
    本程序是由java写的一个小程序,用于记录好友各种信息,方便添加,查询,修改好友信息。是一个简单适用的小程序-this program is written in java from a small program used to record information friends, add convenience, inquiries, information amend friends. It is a simple application of small programs
    2022-04-18 19:00:29下载
    积分:1
  • 使用说明: 1、本软件为多个零碎的字符文件的合并提供了方便,它所整合的文件只要是字符类型即可 2、可以多种格式输入和输出 3、首先需要将要处理的文件...
    使用说明: 1、本软件为多个零碎的字符文件的合并提供了方便,它所整合的文件只要是字符类型即可 2、可以多种格式输入和输出 3、首先需要将要处理的文件名改为1.txt(或者1.doc或者1.m或者其他文件类型)......n.txt(或者n.doc或者n.m或者其他文件类型),n为文件总数。 4、然后按提示操作即可。 5、由于软件为2.0版,经过大量改进,讲运行速度提高了几百倍,无需用户等待,瞬间即可。 6、联系方式: 邮箱地址:yuannweimin_123@yahoo.com.cn 联系电话:13541229189-Usage: 1, the software for a number of piecemeal character of the merger document, providing a convenient, integrated document it as long as they are characters you can type 2, can be a variety of formats for input and output 3, first of all need to have to deal with the file name changed for 1.txt (or 1.doc or 1.m or other file type )...... n.txt (or n.doc or nm, or other file type), n the total number for the document. 4, then prompts you. 5, due to software version 2.0, after a large number of improvements, say to run hundreds of times faster, without user waiting, the moment you can. 6, Contact: E-mail address: yuannweimin_123@yahoo.com.cn Contact Tel: 13541229189
    2022-01-26 01:39:31下载
    积分:1
  • 利用HOOK API技术替换wsock32.dll中的connect函数,达到类似sockscap的功能...
    利用HOOK API技术替换wsock32.dll中的connect函数,达到类似sockscap的功能-HOOK API using technology to replace wsock32.dll in the connect function, to achieve similar functionality SocksCap
    2023-03-03 14:55:04下载
    积分:1
  • garmin source for windows mobile
    garmin source for windows mobile
    2022-03-01 12:17:30下载
    积分:1
  • 三星6400 onenand 测试代码 ,三星6400原厂板带
    三星6400 onenand 测试代码 ,三星6400原厂开发板带-Samsung 6400 onenand test code, Samsung original 6400 development board with
    2022-01-31 09:24:12下载
    积分:1
  • ApiHook相关代码(vc版代码大礼包),内有几个apihook的经典例子,不要错过哟!^_^...
    ApiHook相关代码(vc版代码大礼包),内有几个apihook的经典例子,不要错过哟!^_^ -ApiHook code (vc Bundles code version), there are several classic examples apihook not to miss yo! ^ _ ^
    2022-07-21 14:19:12下载
    积分:1
  • vc实现的windows平台下GE MMT列车监控协议
    vc实现的windows平台下GE MMT列车监控协议-vc realize the windows platform GE MMT Train Supervision agreement
    2023-04-09 03:05:04下载
    积分:1
  • calculation A (n, x, y), 4; Gt; 0, ylt; Gt; 0:00 a.m., with a function call A (n...
    计算A(n,x,y),当n0,y0时,用函数调用A(n,x,y-1)代替,其中B=A(n,x,y-1)。在计算A(n,x,y-1)前,应先将参数n,x,y保存起来,待计算出A(n,x,y-1)的值之后,设其值为B,再回来计算A(n,B,x)。如果计算出A(n,x,y-1)时,仍有y-1>0,又要将n,x,y-1保存起来,去计算A(n,x,y-2),...,直到能计算出值,再返回来计算各中间值反复进行这一过程,直到最后求得最初的函数值-calculation A (n, x, y), 4; Gt; 0, ylt; Gt; 0:00 a.m., with a function call A (n, x, y-1) to replace, B = A (n, x, y-1 ). In the calculation of A (n, x, y-1), before first parameter n, x, y saved, the question calculate A (n, x, y-1) value, based Value B, A calculation of return (n, B , x). If calculated A (n, x, y-1), there is still y-1gt; 0, but also to n, x, y-1 saved, the calculation of A (n, x, y-2 ),..., until value can be calculated and then back to calculate the median repeated the process, until the last strike initial function
    2022-08-21 01:32:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载