搜索资源列表
ChePaiShiBieByJava
- 这个项目涉及了人工智能、机器视觉和神经网络等领域,实现一个车牌自动识别系统(ANPR)。它包括了一系列的数学算法原理,以保证数字车牌的检测与提取、字母分割、归一化和识别。-Very Very Good!
code
- jsp页面中,注册时自动生成的检测码 有不同颜色,数字0-9和字母组成。 纯jsp代码-jsp page, the registration code generated automatically detect different colors, numbers 0-9 and letters. Pure jsp code
svnregister.tar
- svnregister 是一个SVN帐号注册页面,它是用JSP编写的。它看起来很简单,其实未必如此。目前发布的是 Linux 版本。 svnregister 有如下优点: 1. 配置超简单。只需要在配置文件 svn.conf 里修改两项就可以了; 2. 密码超安全。由于svnregister 采取了严格的密码机制,只有通过密码复杂等级的注册才可以通过。密码不能少于6个字符,至少要 字母+数字,纯字母或纯数字的密码都不符合要求。提供重复输入密码功能,以防止密码输错。除此之外还有密
chepai
- 车牌自动识别系统(ANPR)源代码,这个项目涉及了人工智能、机器视觉和神经网络等领域,实现一个车牌自动识别系统(ANPR)。它包括了一系列的数学算法原理,以保证数字车牌的检测与提取、字母分割、归一化和识别。-Automatic License Plate Recognition System (ANPR) source code, the project involves the field of artificial intelligence, machine vision and neura
chepai
- 车牌自动识别系统源代码,包括了一系列的数学算法原理检测与提取、字母分割、归一化和识别。-Automatic license plate recognition system source code, including a series of algorithms to detect and extract mathematical principles, letter segmentation, normalization and recognition.
wordCount
- 代码功能:文件中的词频检测,一个文件中存储待检测文本,另一个文件中存储检测的单词,且单词可为多个,检测中单词的单复数为同一单词,且能检测数字、数字与字母组合的单词- Code Function: document word frequency detection, a file stored text to be detected, another file storage detection of words, and words can be multiple, detection of
package-javaapplication1
- 1. 输入字符串sV后,将其中的标点符号(, . ! ?)转换成空格 。全部字符转换为小写字母; 2. 字符级检测:全部字符为小写字母、数字或空格; 3. 再次创建Scanner对象,从sV中扫描词组,= new Scanner(sV) ,用next()方法,将词组存放到字符串数组sVa[]中; 4. 词组级检测:剔除纯英文字符串以外的非法字符串; 5. 排序,剔除相同的英文单词,输出。 测试文本: The USB 3.0 specification was published on 12