CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 统计字符串

搜索资源列表

  1. hai

    0下载:
  2. 输入一个字符串,字符串中的单词用空格分隔开,(1)判断该字符串是否为回文,(2)统计其中单词的个数,(3)对这些单词按字典顺序排序进行排序并输出。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2320
    • 提供者:caosihai
  1. calculation

    0下载:
  2. 输入一个字符串,字符串中的单词用空格分隔开,(1)判断该字符串是否为回文,(2)统计其中单词的个数,(3)对这些单词按字典顺序排序进行排序并输出。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2714
    • 提供者:鲍华彦
  1. WordFrequencyStat-cipintongji

    0下载:
  2. ...将该字符串变量与停用词表中的所有单词进行比较,若果该词在停用词表中出现过则不对其进行统计,否则在对该词进行词干抽取。 经过以上停用词、词干处理后得到的将是实际进行统计的“单词”(此时的“单词”实际上已经是所有具有相同词干的原是单词的统一代表)... 注:jar包中含有完整的java源程序代码,仅供学习参考之用,传播时请保持本软件包的完整性 ---ZHG工作室 2008.4 E-mail:wudazhg@163.com All Rights Reserved
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:72223
    • 提供者:zhg
  1. zifuchuan

    0下载:
  2. 判断字符是否为单词的一部分,统计字符串中单词个数并将单词提取到字符串数组cArr中
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3757
    • 提供者:李传琦
  1. stroperate

    0下载:
  2. 统计一段英文文章中指定单词出现的次数,以" "为界限把文章分割成若干字符串。-Statistics for some English words in the article specified the number of occurrences of " " the limit of the articles are split into several strings.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1130
    • 提供者:Shirley
  1. cy

    0下载:
  2. 用java语言编写,统计一个字符串中汉字和单词的个数。-Using java language, statistics of a string of Chinese characters and the number of words.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-09
    • 文件大小:2436727
    • 提供者:陈阳
  1. StringTools

    0下载:
  2. 该程序是测试字符串用的,来统计字符串的长度,以及去掉字符串中的空格字符!-The procedure used to test the string to string the length of Statistics, as well as the string to remove the space character!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2560
    • 提供者:杨德伟
  1. Words

    0下载:
  2. 统计文章中各个字符串个数.统计文章中各个字符串个数-counting the words of a artical
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:9873
    • 提供者:wx
  1. Chinese

    0下载:
  2. 这是一个用于汉字统计的小程序,可以统计出输入字符串中有多少个汉字,以及每个汉字出现的频率-This is a program for computing the numbner of chinese in a string.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:19549
    • 提供者:Tony
  1. TestCount

    1下载:
  2. 统计字符串中符号、数字、字母、空格、标点符号的个数-Statistical string symbol, digit, letter, Spaces, and the number of punctuation
  3. 所属分类:Java Develop

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

    0下载:
  2. 任意一个字符串,统计其中重复字母的个数,并将剔除重复字符的字符串重新输出。-Any string, statistics on the number of repeated letters, and eliminate duplicate re-strings of characters output.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:1481
    • 提供者:大龙
  1. 1

    0下载:
  2. 大写辅音字母统计 大写辅音字母是指除‘A’,‘E’,‘I’,‘O’和‘U’外的大写字母。从标准输入中输入一行少于255个字符的字符,以回车换行符结束,请你统计大写辅音字母的个数。 输入: 标准输入,输入的第一行为一个正整数n,表示需要你统计行的数目,接下来共有n行字符串。 输出: -Statistics uppercase letter uppercase consonant consonant is defined in the ' A' , ' E&#
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:10776
    • 提供者:tanjing
  1. counter

    0下载:
  2. 实现了在输入了一个字符串之后开始统计并输出该字符串中每一个字母的重复次数的程序。-Statistical a letter in the string the number of repetitions
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:604
    • 提供者:叶尔凯西
  1. Java_3

    0下载:
  2. 文本B01.txt:创建带有标签和文本框的窗体。当用户在文本框中输入其姓名后按回车,显示欢迎用户使用 java 编程的消息。例如用户输入姓名 flyhorse ,则显示消息“你好, flyhorse, 欢迎你使用 java 编程!”,并能*正常关闭窗口。 文本TB.txt:在Applet界面中安排一个文本框和一个标签,在文本框输入一个整数按回车后, 在标签中显示该数最高位数字。 文本Equation.txt)设计一个界面程序求一元二次方程的根 文本splitTest.txt:输入
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:4140
    • 提供者:小李
  1. Java_3

    1下载:
  2. 文本B01.txt:创建带有标签和文本框的窗体。当用户在文本框中输入其姓名后按回车,显示欢迎用户使用 java 编程的消息。例如用户输入姓名 flyhorse ,则显示消息“你好, flyhorse, 欢迎你使用 java 编程!”,并能*正常关闭窗口。 文本TB.txt:在Applet界面中安排一个文本框和一个标签,在文本框输入一个整数按回车后, 在标签中显示该数最高位数字。 文本Equation.txt)设计一个界面程序求一元二次方程的根 文本splitTest.txt:输入
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:3553
    • 提供者:小李
  1. NEW

    0下载:
  2. 随机产生一个字符串字串,内容包括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
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:7556
    • 提供者:x
  1. flex.l

    0下载:
  2. flex词法分析器实现从文件中读入字符串并统计出现次数,写入到另一个文件中-flex lexical analyzer to read from a file into a string and statistical occurrences, written to another file-
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-08
    • 文件大小:948
    • 提供者:林君
  1. filecount

    0下载:
  2. java课上做的文件统计器,可进行文件字符串的统计-file count
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-08
    • 文件大小:2174
    • 提供者:pgw
  1. 5

    0下载:
  2. 编写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.
  3. 所属分类:Applet

    • 发布日期:2017-04-07
    • 文件大小:1508
    • 提供者:shuang
  1. 5count

    0下载:
  2. 统计某个字符串中大小写字母A或a出现的次数java-statistics A string or A letters A case in the frequency of Java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:726
    • 提供者:伊君
« 12 »
搜珍网 www.dssz.com