CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 单词统计

搜索资源列表

  1. 统计单词个数

    0下载:
  2. 利用哈希表统计文本文件中单词的个数,哈希函数的实现为取模法,利用链地址法解决冲突。-use Hash Table Statistics text file number of words, the realization of Hash Functions for Remainder law, the use of chain law addresses solution to the conflict.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5370
    • 提供者:米子
  1. jeromel

    0下载:
  2. 利用Hash技术统计单词的频度。扫描一个C源程序,用Hash表存储该程序中出现的关键字,并统计该程序中的关键字出现的频度。用线性探测法解决Hash冲突。设Hash函数为:Hash(Key)=[(Key的首字母序号)*100+(Key的尾字母序号)] Mod 41 -use statistical word frequency. Scanning a C source files, using the hash table storage procedures of the keyword s
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:21297
    • 提供者:芦林飞
  1. word-counting

    0下载:
  2. 统计文章中每一个单词出现次数的程序,是C语言中字符串处理的经典教学例子-Article statistics the number of occurrences of each word in the process, the C language teaching in a classic example of string handling
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:415311
    • 提供者:wangfuwei
  1. wordproblem

    0下载:
  2. 输入一篇英文,程序将对里面每个单词的频率进行统计,从文件输入,而不是从键盘输入.-Enter an English, the program will be inside each word frequency statistics, from the file input, rather than from the keyboard input.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1005
    • 提供者:goodboy
  1. Frequencydistribution

    0下载:
  2. /*功能:从纯英文文本中统计出现频率最高的前十个单词(采用双向列表) */- Frequency distribution of the vowels and consonants used in the sample.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:972485
    • 提供者:son koukan
  1. tj

    0下载:
  2. 可以统计文件中出现的单词频率,提供了可视化界面,请给出改进意见!-Statistics files can appear in word frequency, providing a visual interface, please give improvements!
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:43221
    • 提供者:nanjing
  1. char_manipulation

    0下载:
  2. 包含几个字符操作的经典程序:数字字符转换成数值、统计单词出现次数、选择法进行字符串排序、在串中查找一个字串出现的次数、字符串的选择法排序、字符串中的大写字母改小写字母-Contains several classic characters operating procedures: digital characters into numerical, statistical word occurrences, select the sort method for strings, a strin
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2639
    • 提供者:fangchen
  1. Trie

    0下载:
  2. Trie,又称单词查找树、前缀树,是一种哈希树的变种。应用于字符串的统计与排序,经常被搜索引擎系统用于文本词频统计-Trie, also known as the word search tree, the prefix tree, is a variant of the hash tree. Applied statistics and sorting of strings, often by the search engine system for text word frequency s
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:96831
    • 提供者:shangzai
  1. 5091209073_2

    0下载:
  2. 编写一个程序要求用户输入一段文字,然后按照每个单词的开头字母对这段文字分类统计单词的数量并排序输出。(sjtu 二专 作业2)-Write a program that requires the user to input a paragraph of text, and then follow the first letter of each word on the statistics of this text and sort out the number of words. (Sjtu
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:564054
    • 提供者:
  1. words_cout

    0下载:
  2. 统计文档中单词出现的频率并按照字典顺序进行排序-Statistics document the frequency of words and sort lexicographically
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1137128
    • 提供者:董圆
  1. text

    0下载:
  2. 单词统计程序,使之能处理任意长度的单词。 如下功能:1.从数据文件读取字符文本 2.对单词按照频度排序(按大到小)输出。-Word statistical procedures, so that it can handle any length of words. The following functions: 1. Read characters from a text data file 2 in accordance with the frequency of word order
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:17223
    • 提供者:seven
  1. Text

    0下载:
  2. 程序名称:单词统计 程序功能:统计英文单词出现次数,并顺序输出-Program Name: Word statistics Program features: statistical occurrences of English words, and the output sequence
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1370
    • 提供者:yingao
  1. dictionarytree

    0下载:
  2. 又称单词查找树,Trie树,是一种树形结构,是一种哈希树的变种。典型应用是用于统计,排序和保存大量的字符串(但不仅限于字符串),所以经常被搜索引擎系统用于文本词频统计-Also known as word search tree, the trie is a tree structure, which is a variant of the hash tree. Typical applications are used for statistical, sort and save a lot
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3120234
    • 提供者:曹辉
  1. mian

    0下载:
  2. 又称单词查找树,Trie树,是一种树形结构,是一种哈希树的变种。典型应用是用于统计,排序和保存大量的字符串(但不仅限于字符串),所以经常被搜索引擎系统用于文本词频统计。它的优点是:利用字符串的公共前缀来节约存储空间,最大限度地减少无谓的字符串比较,查询效率比哈希表高。 -Text of obtaining statistics its advantage is: use the public to save string prefix storage space, the maximum r
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:669
    • 提供者:小明
  1. chengxu

    0下载:
  2. 从一文本中读取单词,统计其出现的频率,并按频率大小输出到另一文本中。这里的单词是分二种,一种是ASCII码大于0x20小于0X80字符,第 二种是小于0x20以及大于0x80的字符。这里我用的是哈希表,这样能很快查找读取的单词是否已经存在。排序我用的是二个循环,按理来说可以改进-It is very good program!
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2471
    • 提供者:wangjianming
  1. count_char

    0下载:
  2. 编写程序统计一个字符串"C++ is beginer s language"中单词的个数-Programming statistics and a string C++ is beginer' s language " in the word number
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:622
    • 提供者:武叶
  1. OK

    0下载:
  2. 单词学习软件单词(中英文)录入、修改、删除管理、提供多种(至少三种,例如,给出英文选中文,给出中文写英文等)单词学习方法,对出错单词能够进行查询、统计、排序。-Word learning software word (in English) entry, modify, delete, management, and provide a variety of (at least three, for example, given the English selected Chinese are
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3904
    • 提供者:余斯凯
  1. Count_words

    0下载:
  2. 使用 树形结构 编写的应用于单词字符数量统计代码-Use tree structure to write used in word character quantity statistics code
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:883482
    • 提供者:zhanghai
  1. calculatewords

    0下载:
  2. 给出了直接导入一段英文txt文档,并统计其中各个单词出现次数的代码,并给出详细注释。-java environment program gives statistical methods uppercase and lowercase letters, suitable for beginners to master
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1463
    • 提供者:yhh
  1. 统计单词个数C语言算法

    0下载:
  2. 输入一行字符,计算该行字符中包含多少个单词,单词之间用空格分隔开。
  3. 所属分类:数据结构常用算法

« 12 »
搜珍网 www.dssz.com