-
OCR 图片识别
OCR方式的图片识别,API方式,调用简单,识别率还可以.OCR (Optical Character Recognition,光学字符识别)是指电子设备(例如扫描仪或数码相机)检查纸上打印的字符,通过检测暗、亮的模式确定其形状,然后用字符识别方法将形状翻译成计算机文字的过程;即,对文本资料进行扫描,然后对图像文
件进行分析处理,获取文字及版面信息的过程。如何除错或利用辅助信息提高识别正确率,是OCR最重要的课题,ICR(Intelligent
Character
Recognition)的名词也因此而产生。衡量一个OCR系统性能好坏的主要指标有:拒识率、误识率、识别速度、用户界面的友好性,产品的稳定性,易
用性及可行性等
- 2022-03-22 12:19:29下载
- 积分:1
-
贝塞尔曲线的实现
贝塞尔曲线的实现-Bessel curve of achievement
- 2022-02-28 14:10:11下载
- 积分:1
-
通过窗口名或窗口类句柄查询,将当前所有窗口句柄列出。
通过窗口名或窗口类句柄查询,将当前所有窗口句柄列出。-Through the window or window class handle inquiries, the current list of all window handle.
- 2022-05-16 19:15:25下载
- 积分:1
-
通过本书,将学到EVC高级编程和实例开发技术,对于初学者很有帮助。...
通过本书,将学到EVC高级编程和实例开发技术,对于初学者很有帮助。-Through this book ,you will learn EVC and examples of the development of high-level programming techniques. This book is very helpful for beginners.
- 2023-04-16 06:55:10下载
- 积分:1
-
当你的鼠标在动时,按纽也在动,让你很难捕捉到它 。
当你的鼠标在动时,按纽也在动,让你很难捕捉到它 。
-When you move the mouse, the button is also fixed, so that is very difficult for you to capture it.
- 2022-04-06 10:48:20下载
- 积分:1
-
jDlog的主要功能: 1. 日记分类 2. 站内短消息 3. 隐藏日记 4. 所见即所得的日记以及评论编辑器 5. 日记可存为草稿暂不发布 6. 日记评论 7...
jDlog的主要功能: 1. 日记分类 2. 站内短消息 3. 隐藏日记 4. 所见即所得的日记以及评论编辑器 5. 日记可存为草稿暂不发布 6. 日记评论 7. 可视化访问统计 8. 可单独跟踪某篇日记 9. 日记与评论搜索 10. 会员注册 11. 支持RSS1.0,2.0及ATOM 12. 日记排序 13. 日记可选择天气与心情指数-jDlog include these functions:1. catalog 2. short message 3.hide log 4.HTML style editor for logs and comments 5.save the log as draft 6.comment support 7.accessing Stat 8.log track 9.search support 10.user register 11.RSS1.0/2.0 and ATOM support 12 log sort 13 select weather and heart
- 2022-06-02 13:01:49下载
- 积分:1
-
是一个简单的网络聊天程序。但是它具有一些灵巧的功能。一个是它将记住你所发送信息的电脑名称,所以当你再一次启动应用程序时,不必每一次都要输入它们。另一方面,当这个...
是一个简单的网络聊天程序。但是它具有一些灵巧的功能。一个是它将记住你所发送信息的电脑名称,所以当你再一次启动应用程序时,不必每一次都要输入它们。另一方面,当这个应用程序最小化时,它可位于系统托盘中。当它在系统托盘中时,它有两个选项。当新消息到达时,它或者可以在系统托盘中闪烁其小图标,或者它可以取消最小化状态,以表示收到一个新消息。具体设置可以按照用户的喜好设定。-is a simple Web chat program. But it has some smart features. One is to remember that you will send a message to the computer, therefore, when you once again to launch applications, not every time they have to import. The other hand, when the smallest of applications, it can be located in the system tray. When it is in the system tray, it has two options. When the new news arrived, or it could be in the system tray icon flashing its small, or it can be abolished minimum state to show received a new news. Specific settings can be based on user preferences.
- 2022-03-24 12:42:51下载
- 积分:1
-
painting sinusoid example
画正弦曲线的例子-painting sinusoid example
- 2022-12-12 17:30:03下载
- 积分:1
-
一个使用的完成CRC检验及数据读写的C++文件,能直接实现CRC
一个使用的完成CRC检验及数据读写的C++文件,能直接实现CRC-the completion of a use of CRC testing and data read and write C documents will be able to directly achieve CRC
- 2022-09-13 05:20:03下载
- 积分:1
-
Abstraction:
This design require me use a most unusual swap algorithm. When swa...
本次设计要求我使用最不经常使用页面淘汰算法。该算法在需要太太某一页是,首先淘汰到当前时间为止,被访问次数最少的那一页。这只要在页表中给每一页增设一个访问计数器即可实现。每当该页被访问时,访问计数器加1,而发生一次缺页中断时,则淘汰计数值最小的那一页,并将所有的计数器清零。-Abstraction:
This design require me use a most unusual swap algorithm. When swap operation is demanded, this algorithm first swap the least accessed page up to present. To implement this algorithm, only need add a counter variable to eash page of the page table. When one page is accessed, the counter increase one. When page invalid interrupt occur, wash out the page with least count, then reset all the counters to zero.
- 2023-08-21 12:30:03下载
- 积分:1