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

搜索资源列表

  1. dancitongjipaixu.zip

    0下载:
  2. 自己编写的小程序,主要功能为单词统计并按单词出现的次数排序,I have written a small program, the main function for the emergence of the word statistics and the number of words to sort
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:684
    • 提供者:沈峰伟
  1. stawords

    0下载:
  2. 单词统计系统,可以算出单词在一篇文章中的出现频率-Word statistical system can be worked out words in an article in the frequency of occurrence
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:647968
    • 提供者:程洪月
  1. hf5

    0下载:
  2. 运用汇编实现单词记忆器的功能,具有统计单词个数,记忆时的正确个数等功能。-Compilation of the realization of the use of the word memory functions, with the number of statistical word, the correct number of memory functions.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1812
    • 提供者:mark
  1. dict

    0下载:
  2. 给定一本字典dict和一段文本text,现在要统计文本text中不在字典dict中的单词,且希望找到text 中出现次数最多的不在字典dict 中的单词。 设计并实现解字典问题的O(nlog n)时间算法,对于给定的字典dict和文本text,找出text中出现次 数最多的不在字典dict中的单词。-Given a dictionary and a dict text text, text text now in the statistics is not the word in th
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:988
    • 提供者:林建
  1. TextAreaCount

    0下载:
  2. 统计一个文本域中行、单词、字符的数量。 提示:在图形界面中除了安排文本域输入数据外,还安排一个按钮触发统计操作,另外安排3个标签显示结果,界面采用GridLayout布局。 -Statistics on a text field line, word, number of characters. Tip: in the graphical interface in addition to arrangements for the text field to enter data, but
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1126
    • 提供者:杨德伟
  1. TypingMaster

    0下载:
  2. 一款开源的指法练习打字软件源码,具有初级、中级、高级练习难易度选择。可以实时显示你的键盘录入速度,同时统计出正确单词和错误单词以及总的键入单词数,并给出正确百分比率。软件界面看上去也挺专业的,功能也不少,都很实用,对编程者或是想学打字的朋友很有帮助.-Practice fingering a type of open-source software source code, with a primary, intermediate and advanced practice degrees of
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:15519
    • 提供者:NewJersey
  1. word_num_and_length

    0下载:
  2. 程序一:将统计输入的一个字符串中所含单词数(单词间以空格分开),并统计最长单词的长度。 程序二:标志法统计单词数及最长长度-The program will enter the statistics contained in a string of several words (separated by spaces between words), and statistics of the length of the longest word.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1063
    • 提供者:tmt
  1. TurboC_Homework

    0下载:
  2. 2008年C语言基础暑假作业 一、A:用TC软件在屏幕输出图像,例如一条正弦曲线。 B:用TC软件在扬声器输出声音。 二、用TC软件为小学生随即生成加减法运算题,要求所出试题以*.txt格式保存。 三、用TC软件实现对英文文章中以空格和标点符号为分割的单词数目的统计,要求能把文章(in.dat)读入内存,并能将结果以文件形式(out.dat)输出。 四、对TC软件“俄罗斯方块”游戏的分析与改写,要求了解程序的功能、修改“封面”上的制作人姓名、修改背景
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:254112
    • 提供者:moneng
  1. file

    0下载:
  2. 统计一个文件中任意单词的个数。在文件中的指定位置添加字符串,并保存到文件中。在文件中的批定位置删除指定长度字符串,并保存文件。读文件中指定行的字符串,并显示。计算读文件的速度。计算写文个的速度。-Statistics on a file in any number of words. In the document to add the string of the specified location and save it to file. Approved in the document w
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:366191
    • 提供者:肖磊
  1. homework

    0下载:
  2. 1.将一个字符串数组按字典序重新排列 2.分析字符串,分别输出字符串的单词,并统计单词个数 3.实现字符串的反转-1. Will be an array of strings to rearrange the order according to the dictionary 2. Analysis of the string, respectively, the output string of words, and word statistics the number of 3. T
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1199
    • 提供者:Violet
  1. WORD_ARRANGE_VC6

    0下载:
  2. 对一段文字进行统计其中的单词数,并将单词按其长度,由小到大打印出来-Statistics on the passage in which the number of words, and words according to their length, from small to large print them out
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:179646
    • 提供者:caoshj
  1. WorldCount

    0下载:
  2. 单词统计,每个单词出现的次数!并且输出到指定的文件里!-Word statistics, the number of occurrences of each word! And output to the specified file!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:33180
    • 提供者:都鹏
  1. wordcountandsort

    0下载:
  2. 采用hash方法对单词统计,并采用不同方法进行排序以测试其性能-Using the hash method of the word statistics, and using different methods to sort in order to test its performance
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2464
    • 提供者:chafee
  1. fun

    0下载:
  2. 一个单词统计的源代码,能统计出你输入的单词在文件中出现的次数,分享一下-A word count of the source code, you can count the number of times the word appears in the input file, share
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:801
    • 提供者:qunhao12
  1. wordcount

    0下载:
  2. 单词统计这是一个单词频率的统计,使用c++来完成的-This is a word counting word frequency statistics, using c++ to complete
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:78107
    • 提供者:
  1. 统计单词数

    0下载:
  2. 一个统计单词个数的c语言小程序,通过英语的语法特征进行单词的个数统计,简单实用(A small number of statistical words, simple and practical.)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:192512
    • 提供者:lamcr
  1. 字符串综合

    0下载:
  2. 素数对 统计单词数 反正很简单也很容易学 信息竞赛入门水题(A prime number is simple to count the number of words, and it's easy to learn the entry of information competition.)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:994304
    • 提供者:tanxys
  1. 1.c

    0下载:
  2. 已知文件dict.txt中存储一段由若干单词组成的文本,统计出该段文本中单词的数量(The known file, dict.txt, stores a text of a number of words to count the number of words in the text.)
  3. 所属分类:其他

  1. 文本处理统计.

    0下载:
  2. 进行一些简单的文本处理,得出行数单词数字符数等(manage to do some simple text processing)
  3. 所属分类:其他

  1. exercise_1

    0下载:
  2. 词频统计,用于计算一篇文章内单词出现频率,并显示出排序后的单词出现频率。(Word frequency statistics)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:manman_1998
« 12 3 4 »
搜珍网 www.dssz.com