您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. tess-two-3.02-so-libs

  2. ----基于google tesseract-ocr-3.02版本;2012-12; ----Linux环境编译, 2014-12-01。 直接导入jar包,并把libs目录拷进项目即可使用。 ocr识别库下载 地址:: https://code.google.com/p/tesseract-ocr/downloads/list 调用示例程序: public void testGetUTF8Text() { // First, make sure the eng.traineddata fil
  3. 所属分类:Android

    • 发布日期:2014-12-02
    • 文件大小:2mb
    • 提供者:sandysym
  1. 屏幕取词,GetWord On Screen

  2. 屏幕取词,GetWord On Screen,逻辑很清晰
  3. 所属分类:C++

    • 发布日期:2015-07-13
    • 文件大小:2mb
    • 提供者:mianqian0107
  1. C:\Users\Administrator\Desktop\GetWords.txt

  2. 输入一个文本文件的路径,统计单词个数以及每个单词的次数,输出不同的单词的个数以及出现次数最多的前五个单词
  3. 所属分类:C

    • 发布日期:2019-06-09
    • 文件大小:4kb
    • 提供者:a18711839961
  1. python 统计文件中的字符串数目示例

  2. 题目: 一个txt文件中已知数据格式为: C4D C4D/maya C4D C4D/su C4D/max/AE 统计每个字段出现的次数,比如C4D、maya 先读取文件,将文件中的数据抽取出来: def getWords(filepath): file = open(filepath) wordOne=[] while(file): line = file.readline() word = line.split('/') wordOne.extend(wo
  3. 所属分类:其它

    • 发布日期:2020-12-23
    • 文件大小:44kb
    • 提供者:weixin_38645862
  1. trie-louds:只读但有足够内存的Trie树-源码

  2. Trie-Louds 通过使用LOUDS,字典的只读但具有足够的内存数据结构。 安装 $ npm install --save trie-louds 用法 const {ReadonlyTrieTree} = require("trie-louds"); const fs = require("fs"); const tree = ReadonlyTrieTree.fromKeywordList(["She", "sells", "seashells", "by", "the", "seash
  3. 所属分类:其它

    • 发布日期:2021-03-27
    • 文件大小:102kb
    • 提供者:weixin_42099070