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

搜索资源列表

  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. CSharpsharp

    0下载:
  2. 完全手册,一场新的革命。关于在文本中查找字符串的问题。c查找字符数字,统计字符以及数字个数。-# complete guide, a new revolution. On the question of c# to find a string in the text. C# find character numbers, characters, and a number of statistics.
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:1258145
    • 提供者:tom.sun
  1. mass

    0下载:
  2. 1、子串统计 【问题描述】 给定一个非空的字符串和它的一个子串,要求编写一个程序,统计并输出该子串在字符串中出现的次数。要求:字符串允许包括字母、空格、数字在内的任意ASCII码,区分大小写;不能借助任何字符串库函数。 【输入数据】 输入数据由1.txt给出,文件格式为:第一行是一个非空的字符串;第二行是其非空子串。 【输出数据】 输出数据由2.txt给出,文件格式为:第一行是子串出现的次数(未出现输出为0)。 【样例输入】 abadef Aba34aBa56ab
  3. 所属分类:Editor

    • 发布日期:2017-04-02
    • 文件大小:615
    • 提供者:南帅
  1. string

    0下载:
  2. 实现字符串操作,实现查找与词典相同的字符,并统计。-To realize the string operation, achieve the same characters dictionary search and, and statistics.
  3. 所属分类:Data structs

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

    0下载:
  2. vc 正确统计中英文混合字符串的长度 的程序源码,很不错的demo-vc correct statistics of English mixing length of the string program source code, very good demo
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:25107
    • 提供者:
  1. 3

    0下载:
  2. 编写一子个函数,由实参传来一个字符串,统计此字符串中字母、数字、空格和其他字符的个数。在主函数中输入字符串以及输出上述的结果。-A son and a write function, the arguments came a string of statistics in this string of letters, numbers, spaces, and the number of other characters. In the main function in the input st
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:3177
    • 提供者:雷力超
  1. num

    0下载:
  2. 统计一串字符串在另外一个文本中出现的次数。-Statistics string in another string of text in the number of occurrences.
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:29611
    • 提供者:俞立
  1. shangchufeishuzifuhao

    1下载:
  2. 输入一个字符串,内有数 字和非数字字符,例如: a123x456 17960? 302tab5876 将其中连续的数字作为一个 整数,依次存放到一 数组a中。例如,123放在a [0],456放在a[1]…… 统计共有几个整数,并输出 这些数。-Enter a string containing numbers and non-numeric characters, such as: a123x456 17960? 302tab
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:785
    • 提供者:sgmtx
  1. tt

    0下载:
  2. 统计在字符串中 a 到 z 26个字母各自出现的次数-Statistics in the string ' a' to ' z' 26 number of occurrences of each letter
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2498
    • 提供者:与非
  1. 46

    0下载:
  2. 给定程序MODI1.C中函数fun的功能是:统计substr所指字符串在str所指字符串中出现的次数。 例如,若字符串为aaas lkaaas,子字符串为as,则应输出2. 请改正程序中的错误,使它能计算出正确的结果。 注意:不要改动main函数,不得增行或删行,也不得更改程序的结构。-In a given program MODI1.C function fun is the function: Statistics within the meaning of the string
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:1047
    • 提供者:储谢东
  1. text-editor--system

    0下载:
  2. 文本编辑和串查找统计系统 为了能实现更加简便地对输入文本文件进行保存和再编辑,则需要一个具备整体统计、查询、删除等多功能的文本编辑器来完成此项工作。 文本编辑器是一种简单易用的文本编辑统计的系统,为大家提供了一个功能齐全且实用的平台。本题目,是为了让人和文本在交流上实现更好、更多的互动,让编辑器可以更如愿的为人类提供所需求的内容与信息资料和服务。它是用作编写统计普通文字符号的一个用户软件系统,在编辑文本文件中为用户提供查找字符串或者根据条件删除字符串等多项操作。-String text
  3. 所属分类:Editor

    • 发布日期:2017-03-24
    • 文件大小:207887
    • 提供者:陈庆
  1. tongji

    0下载:
  2. 输入一列字符串,统计其中有多少个英文单词。-Enter a string, statistics on the number of English words.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:73961
    • 提供者:赵向军
  1. Char_Count

    0下载:
  2. 输入一串字符串、统计打印输出字符串中各种字符的内容及数量.超级精简版。-Enter the string of a string, print out the string in a variety of statistical character of the content and quantity of Super Starter Edition.
  3. 所属分类:Printing program

    • 发布日期:2017-04-06
    • 文件大小:176435
    • 提供者:张卫平
  1. zifutongji

    0下载:
  2. 一个用于统计输入字符串各种字符个数的C语言程序-A string of characters used for statistical input number of the C language program
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:169735
    • 提供者:刘家强
  1. trie-tree

    0下载:
  2. Trie是一种树型数据结构,用于存储字符串,可以实现字符串的快速查找。Trie的核心思想是空间换时间,利用字符串的公共前缀来降低查询时间的开销以达到提高效率的目的。 适用范围:统计和排序大量的字符串-Trie is a tree data structure used to store the string, the string can quickly find. Trie' s core idea is space for time, use the string prefix t
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1269
    • 提供者:咋都有
  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. ycc

    0下载:
  2. 分类统计字符个数COUNT_CHAR1: 标签: 分类统计字符个数: 题目:分类统计字符个数-分类统计字符个数COUNT_CHAR1: 标签: 分类统计字符个数: 题目:分类统计字符个数COUNT_CHAR程序接收用户键入的一行字符(字符个数不超过80个,该字符串用回车符
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1411
    • 提供者:154124
  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. 8-4

    0下载:
  2. 编写一个程序,接收用户输入的一个字符串(可以包含空格),统计其中所有出现过的所有字符,并按照频率高低的顺序排列输出。频率相同的字符按输入顺序输出。-Write a program that receives user input a string (may contain spaces), all of which appeared in the statistics of all characters, and in accordance with the order of frequency
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:457182
    • 提供者:杜长春
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 17 »
搜珍网 www.dssz.com