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

搜索资源列表

  1. javanixu

    1下载:
  2. 从键盘输入若干个字符,当输入字符”#”时中止输入。统计输入字符的个数,并将它们按输入时的逆序输出。如: 输入:inputstream# 输出:maertstupni -keyboard input from a number of characters when the input character "#" at the suspension of the import. Statistics of the number of input characters,
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2.59kb
    • 提供者:haohao
  1. wmjcuit

    0下载:
  2. 本程序是由java语言开发,名为统计一串字符中空格的个数-this procedure is java language development, known as a bunch of statistical character of the number of spaces
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3.77kb
    • 提供者:wmj
  1. fenpeizifugeshu

    0下载:
  2. 分类统计字符个数,包含运行结果以及有注解。
  3. 所属分类:WEB源码

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

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

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

    0下载:
  2. 统计字符数组中字母,数字,符号的出现个数 char[] c = { 2 , c , $ , 4 , 7 , Z , j , ~ , p , c }
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2.13kb
    • 提供者:tearnon
  1. try2

    0下载:
  2. Eckipse上运行成功。输入一串字符,统计其中字母、数字、其他字符、空格的个数。-Eckipse run successfully. Enter the string of characters, statistics on letters, numbers, other characters, the number of spaces.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:2.4kb
    • 提供者:郭学海
  1. Java

    0下载:
  2. 编写一个java应用程序。用户从键盘输入一个1-9999之间的数,程序将判断这个数是几位数,并判断这个数是否回文数。回文数是指将数含有的数字逆序排列后得到的数和原数相同,例如12121,4224,6778776等都是回文数。 1)程序具有判断用户的输入是否为合法整数的功能。对非法输入(例如含有字母)要进行处理。 2)要判断输入数的位数,并输出相关信息。 3)要判断是否回文数。 二、二战期间,英国情报人员获取德军的一机密电报,电报的内容为: bzdz izu sxgzd
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:73.1kb
    • 提供者:king
  1. TextStat

    0下载:
  2. Java实现文件IO,可检查文件中的单词数、总字符数、各个字符的个数以及文件的行数等。-Java file IO, can check a few words in the document, the total number of characters, all characters, as well as the number of documents, such as the number of rows.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1.46kb
    • 提供者:付娆
  1. TextStat

    0下载:
  2. 此java程序可以用来统计一个文档中所有的字符个数、word的个数,26个英文字母出现的频率以及文档行数,并把结果写到别外一个文档中-This java program one statistics can be used to document the number of all the characters, word number, the 26 English letters document the frequency and number of rows, and the resul
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:847byte
    • 提供者:正随风
  1. test2

    0下载:
  2. 功能 生成随机密码串; 要求 密码串类型可以是纯数字,纯字符,或混合数字、字符和其他符号。 密码串类型和密码串长度在运行时指定。 生成密码串的个数在运行时指定。-Function to generate a random password string requested password string type can be pure digital, pure character, or a combination of numbers, characters a
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:6.57kb
    • 提供者:天上人间
  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
    • 文件大小:1.45kb
    • 提供者:大龙
  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
    • 文件大小:10.52kb
    • 提供者:tanjing
  1. TextCounter

    0下载:
  2. 查找输入的一行字符里行个数,字母个数,数字个数,字符个数-Find the character in the line of the input line number, the number of letters, numbers, number, number of characters
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:1.46kb
    • 提供者:
  1. JavaWeb_CheckCode

    0下载:
  2. javaWeb验证码模块。 可设置:验证码图片的宽度,高度,字符个数,字体高度,干扰性等信息。 模块分离,自由裁剪。 可用myeclipse导入直接运行。-javaWeb verification code module. Can be set: Verify that the code image width, height, number of characters, font, height, interference and other information. Module
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-01
    • 文件大小:15.61kb
    • 提供者:唐山大
  1. huiwen

    0下载:
  2. 输入一串字符,个数不超过100个,且以"."结束。判断它们是否构成回文-Enter a string of characters, the number is not more than 100, and in order to " ." End. Determine whether they constitute a palindrome
  3. 所属分类:Java Develop

    • 发布日期:2017-11-27
    • 文件大小:751byte
    • 提供者:PHILIP
  1. IndiWordsStatistics

    0下载:
  2. java实现的一个可以统计文本文件字符个数的swing程序,编译通过,可以运行-java implementation of a text file that can count the number of characters swing program, compile, run. .
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:11.13kb
    • 提供者:Hassion
  1. filetj

    0下载:
  2. 一个用于统计一个英文文本单词个数,字符个数的小程序-One for the statistics of a number of words in the English text, a small number of characters program
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:5.74kb
    • 提供者:晕晕
  1. hnyzm_v1.0

    0下载:
  2. 一个PHP验证码生成代码,ShonenPunk.ttf字体是自定义的字体,如果不喜欢这个字体,那就自己换个地址,PHP代码里做相应修改就可以了。除此之外,本验证生成类还支持session名称自定义;验证码图片透明度自定义;验证码中的字符个数随机;字体大小自定义;字符与图片边距自定义-An authentication code generated PHP code, ShonenPunk.ttf font is a custom font, if you do not like the font
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-17
    • 文件大小:10.92kb
    • 提供者:spudn78
  1. huawei_oj1

    0下载:
  2. OJ测试通过,Java编写1、公共字串计算2、合法IP3、计算字符个数-OJ tested, Java to write a public string calculation 2, legitimate IP 3, calculate the number of characters
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1.45kb
    • 提供者:殷虎
  1. hnyzm_v1.0

    0下载:
  2. php验证码; session名称自定义; 字体自定义,可随意更换; 透明度自定义; 字符个数随机; 验证码字体大小自定义; 字符与图片边距自定义;-PHP verification code Session name custom Font custom, can be free to replace Transparency custom Character number random Verification code font siz
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-29
    • 文件大小:14.3kb
    • 提供者:xiaowanzi
« 12 »
搜珍网 www.dssz.com