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. countWordTimes

    0下载:
  2. 对文档中的某一单词进行统计,使用C++在VC环境中开发.-right documentation of a particular word statistics, the use of the VC C development environment.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2505
    • 提供者:刘志铭
  1. Self

    0下载:
  2. 统计一个txt文件中字符的个数和单词的个数 可以指定文本文件中搜索指定字符-a txt document the number of characters and words can specify the number of text files to search for the designated characters
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5626
    • 提供者:Edison
  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. kwic

    0下载:
  2. 简单的txt文本搜索程序。能够从指定的txt文档中搜索特定单词并生成其KWIC。此程序为《统计自然语言处理基础》习题1.6第7题答案。-Simple search program for certain word in a txt file. It can find out specific word in a txt file and generate its KWIC. This program can serve as the answer of practice 1.6.7 of "Fo
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:882
    • 提供者:leebird
  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. yyc

    0下载:
  2. 本程序可对一篇英文文章的单词进行简单的统计-This program can be an article in English words on a simple statistical
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:101713
    • 提供者:chaorenyang
  1. CText

    0下载:
  2. 完成对任意一个文本文件的字符统计工作。可以统计的信息有中文字符数、英文单词数、行数、字符个数(不计空格)和空格数。 -Calculate Chinese characters, English words the number of rows, number of characters (excluding spaces) and number of spaces in a txt file.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:732
    • 提供者:梦游
  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. tongji

    0下载:
  2. 输入一列字符串,统计其中有多少个英文单词。-Enter a string, statistics on the number of English words.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:73961
    • 提供者:赵向军
  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. threal

    0下载:
  2. 本代码包包括超长整数相加,积分实现,数制转换,单词统计等()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:kuthuc
  1. 统计单词个数C语言算法

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

« 12 »
搜珍网 www.dssz.com