CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - 单词 统计

搜索资源列表

  1. 1-词频统计_code

    0下载:
  2. c#环境下,编程实现统计用词频率,类似于一般的背诵单词软件-environment, programming statistics word frequency, similar to the word recitation of the general software
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:27924
    • 提供者:11
  1. word tj

    0下载:
  2. 关于单词统计的一个比较好的程序,-statistics on the words of a better procedure, ho ha ha
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1090
    • 提供者:
  1. 6_7

    0下载:
  2. 简单的C++下的一些数学代码百马百担+判素数+统计单词+裴波那斯等-C simple mathematical code some 100 Ma said 100-words - a few statistics it is so Peibei
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2147
    • 提供者:zw
  1. textCount

    0下载:
  2. 该程序可以对文本文件中出现的单词次数进行统计,简单但是对C#初学者有用。-the procedures document to the text of word frequency statistics, but the simple C# useful to beginners.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5551
    • 提供者:钱浩
  1. dancicipingtongji

    0下载:
  2. 单词词频统计程序,结果使文章中的单词按字典顺序排列,且计算出每个单词出现的频率(即次数)-Word Frequency Statistics of procedures, resulting in articles in the order of words according to the dictionary, and to calculate the frequency of each word (ie, times)
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:123015
    • 提供者:何锦峰
  1. huxiaoli

    0下载:
  2. 数据结构课程设计,利用Hash技术统计C源程序中关键字。本程序主要分为两个模块,一是用Hash表存储c语言中32个关键字,再扫描c源程序取出每个单词,利用Hash查找技术统计该程序中的关键字出现的频度;二是用顺序表存储c语言中的关键字,把c源程序取出每个单词利用二分查找技术统计该程序中的关键字的出现频度。-Data structure the curriculum design, the use of Hash technical statistics C source in the keywo
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:6048
    • 提供者:胡晓莉
  1. 5

    0下载:
  2. c语言版本的单词统计程序,可以通过修改源代码达到自己需要的要求!-c language version of the word statistical procedures, you can modify the source code for their own needs and requirements!
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1730
    • 提供者:王奥
  1. Words_statistics

    0下载:
  2. 单词统计,统计字符串中各个字母个数并输出-Word statistics, statistics in the string and output the number of each letter
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1316
    • 提供者:刘颖超
  1. dancitongji

    0下载:
  2. 从磁盘文件中读一段英文(单词用空格分隔),统计其单词的个数,输出结果。找出最长的单词输出并输出其长度。-Read from a disk file in English (words separated by spaces), statistics the number of its words, the output results. Find the longest word in the output and output its length.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:948
    • 提供者:liulisha
  1. wordCount

    0下载:
  2. C#实现的单词统计工具,可按字典顺序显示每个单词的个数-C# statistical tools to achieve the word, the dictionary can be displayed in the order number of each word
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:1309
    • 提供者:zach
  1. words-statics

    0下载:
  2. 单词统计能够读取文本中的所有内容,把其中出现的每个单词的统计出来,最后输出满足要求的单词-Words statistics:be read all content, which appear in each word, finally outputs statistics satisfy the requirement of words
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:190662
    • 提供者:孟醒
  1. Look-up-words

    0下载:
  2. 实现输入一串英文,统计其中各单词出现的个数(不区分大小写字母),以“000”作为字符串输入结束标志,-The input string of English, statistics on the number of words appear (not case-sensitive) to " 000" as the input end of the string sign,
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:148254
    • 提供者:tip tip
  1. CSharp-word-several-procedures

    0下载:
  2. C#界面化好,统计英文单词个数且功能强大!-C#very high
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:1089854
    • 提供者:zhang
  1. cyuyansuanfa-fenxi

    0下载:
  2. c语言词法分析程序, 实现了以下功能: (1) 可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号。 (2) 可以识别并读取源程序中的注释。 (3) 可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,并输出统计结果。 (4) 检查源程序中存在的非法字符错误,并可以报告错误所在的行列位置。 (5) 发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过一次词法分析处理,可以检查并报告源程序中存在的所有
  3. 所属分类:CSharp

    • 发布日期:2017-12-06
    • 文件大小:185812
    • 提供者:tursunjan
  1. TJ

    0下载:
  2. 次程序可以统计字符串中每个单词出现的个数,很实用-The statistical string number of each word, very practical ah ah ah ah
  3. 所属分类:CSharp

    • 发布日期:2017-11-11
    • 文件大小:64486
    • 提供者:刘立勇
  1. WordFrequency

    0下载:
  2. C#的单词频度统计,并且附带Hashtable中元素依据value的排序,次品统计的同时按频度进行排序-C# word frequency
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:38450
    • 提供者:吴双志
  1. Trie

    0下载:
  2. 用字典树的方法高效地对英文文章的单词进行词频统计,并输出统计结果(词频由小到大)-To count the word frequency for an english artical efficiently, using the algorithm of trie, and output the statistic result(word frequency from low to high)
  3. 所属分类:CSharp

    • 发布日期:2017-05-20
    • 文件大小:6051790
    • 提供者:wmy
  1. WordCount

    0下载:
  2. 单词频率统计,遍历目录,统计 txt , cpp , h , cs 类型文件中的单词频率,并可用命令行参数-e2,-e3来选择连续的两个或三个单词频率统计,排序输出。-Word frequency statistics, traverse directories, statistics txt , cpp , h , cs file type in the word frequency, and the available command line parameters-e2,-e3
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:35025
    • 提供者:lhs
  1. 词频统计

    1下载:
  2. 进行词频统计,将不同的单词存入堆中,建立相应的索引表确定各单词在堆中存储的位置及出现的次数。(Will different words in the heap, establish the corresponding index table to determine the position of each word in the heap storage and the number of occurrences of.)
  3. 所属分类:C#编程

    • 发布日期:2018-01-06
    • 文件大小:13312
    • 提供者:露露和
  1. str终版

    0下载:
  2. 统计单词出现的次数,并按照出现的次数排序(The number of occurrences of statistical words)
  3. 所属分类:C#编程

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:漏油QAQ
« 12 »
搜珍网 www.dssz.com