搜索资源列表
hai
- 输入一个字符串,字符串中的单词用空格分隔开,(1)判断该字符串是否为回文,(2)统计其中单词的个数,(3)对这些单词按字典顺序排序进行排序并输出。
calculation
- 输入一个字符串,字符串中的单词用空格分隔开,(1)判断该字符串是否为回文,(2)统计其中单词的个数,(3)对这些单词按字典顺序排序进行排序并输出。
WordFrequencyStat-cipintongji
- ...将该字符串变量与停用词表中的所有单词进行比较,若果该词在停用词表中出现过则不对其进行统计,否则在对该词进行词干抽取。 经过以上停用词、词干处理后得到的将是实际进行统计的“单词”(此时的“单词”实际上已经是所有具有相同词干的原是单词的统一代表)... 注:jar包中含有完整的java源程序代码,仅供学习参考之用,传播时请保持本软件包的完整性 ---ZHG工作室 2008.4 E-mail:wudazhg@163.com All Rights Reserved
zifuchuan
- 判断字符是否为单词的一部分,统计字符串中单词个数并将单词提取到字符串数组cArr中
stroperate
- 统计一段英文文章中指定单词出现的次数,以" "为界限把文章分割成若干字符串。-Statistics for some English words in the article specified the number of occurrences of " " the limit of the articles are split into several strings.
cy
- 用java语言编写,统计一个字符串中汉字和单词的个数。-Using java language, statistics of a string of Chinese characters and the number of words.
StringTools
- 该程序是测试字符串用的,来统计字符串的长度,以及去掉字符串中的空格字符!-The procedure used to test the string to string the length of Statistics, as well as the string to remove the space character!
Words
- 统计文章中各个字符串个数.统计文章中各个字符串个数-counting the words of a artical
Chinese
- 这是一个用于汉字统计的小程序,可以统计出输入字符串中有多少个汉字,以及每个汉字出现的频率-This is a program for computing the numbner of chinese in a string.
TestCount
- 统计字符串中符号、数字、字母、空格、标点符号的个数-Statistical string symbol, digit, letter, Spaces, and the number of punctuation
homework
- 任意一个字符串,统计其中重复字母的个数,并将剔除重复字符的字符串重新输出。-Any string, statistics on the number of repeated letters, and eliminate duplicate re-strings of characters output.
1
- 大写辅音字母统计 大写辅音字母是指除‘A’,‘E’,‘I’,‘O’和‘U’外的大写字母。从标准输入中输入一行少于255个字符的字符,以回车换行符结束,请你统计大写辅音字母的个数。 输入: 标准输入,输入的第一行为一个正整数n,表示需要你统计行的数目,接下来共有n行字符串。 输出: -Statistics uppercase letter uppercase consonant consonant is defined in the ' A' , ' E
counter
- 实现了在输入了一个字符串之后开始统计并输出该字符串中每一个字母的重复次数的程序。-Statistical a letter in the string the number of repetitions
Java_3
- 文本B01.txt:创建带有标签和文本框的窗体。当用户在文本框中输入其姓名后按回车,显示欢迎用户使用 java 编程的消息。例如用户输入姓名 flyhorse ,则显示消息“你好, flyhorse, 欢迎你使用 java 编程!”,并能*正常关闭窗口。 文本TB.txt:在Applet界面中安排一个文本框和一个标签,在文本框输入一个整数按回车后, 在标签中显示该数最高位数字。 文本Equation.txt)设计一个界面程序求一元二次方程的根 文本splitTest.txt:输入
Java_3
- 文本B01.txt:创建带有标签和文本框的窗体。当用户在文本框中输入其姓名后按回车,显示欢迎用户使用 java 编程的消息。例如用户输入姓名 flyhorse ,则显示消息“你好, flyhorse, 欢迎你使用 java 编程!”,并能*正常关闭窗口。 文本TB.txt:在Applet界面中安排一个文本框和一个标签,在文本框输入一个整数按回车后, 在标签中显示该数最高位数字。 文本Equation.txt)设计一个界面程序求一元二次方程的根 文本splitTest.txt:输入
NEW
- 随机产生一个字符串字串,内容包括0-9,a-z,A-Z,字母,长度为100,统计这三种字符在随机生成的串中的百分比,并将该字符串整理为16进制码-A randomly generated string string, including 0-9, az, AZ, letters, length of 100, statistics of these three randomly generated string of characters in the percentage, and the s
flex.l
- flex词法分析器实现从文件中读入字符串并统计出现次数,写入到另一个文件中-flex lexical analyzer to read from a file into a string and statistical occurrences, written to another file-
filecount
- java课上做的文件统计器,可进行文件字符串的统计-file count
5
- 编写Java应用程序,程序运行后,根据屏幕提示输入一个数字字符串,回车后统计有多少个偶数数字和奇数数字。-Writing Java applications, program after the operation, according to the screen prompt input a digital string, enter statistics even after how many digital and odd Numbers.
5count
- 统计某个字符串中大小写字母A或a出现的次数java-statistics A string or A letters A case in the frequency of Java