搜索资源列表

  1. 分类统计字符个数

    0下载:
  2. 汇编实验 分类统计字符个数 能统计字符、数字、符号的个数。-experimental statistics compiled characters Statistics Number of characters, numbers, symbols of the number.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:23233
    • 提供者:wchz
  1. ConsoleApplicationstatic1

    0下载:
  2. 输入一串字符,统计其中各种字符:大小写字母、数字、空格、其他字符的个数-input string of characters, statistics on various characters : uppercase and lowercase letters, numbers, spaces, a number of other characters
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5987
    • 提供者:李俊志
  1. gyp3

    0下载:
  2. 输入一个字符串(长度小于等于80)统计其字母,数字和其他字符的个数-importation of a string (length less than 80) Statistical their letters, numbers and other characters Number
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1091
    • 提供者:秋香
  1. Self

    0下载:
  2. 统计一个txt文件中字符的个数和单词的个数 可以指定文本文件中搜索指定字符-a txt document the number of characters and words can specify the number of text files to search for the designated characters
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5626
    • 提供者:Edison
  1. 5478

    0下载:
  2. 编写查找程序search,功能如下:给定任意有序数列,然后输入任意一数,用折半查找法找出该数在数列中的位置,若数列中有此数,则返回该数在数列中所在的位置,若数列中无此数,则返回-1 把给定值y插入到有序数组a(由大到小)中,插入后,数组中的数仍然有序 用递推法求解:一串字符以问号“?”结尾,顺序读入后反向输出,且统计其中字符的个数-prepare you search procedures, functions as follows :
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:13461
    • 提供者:李小飞
  1. pTC-yuyanfenxi

    0下载:
  2. PL/0语言的词法分析程序,可以总结的输出各种字符的个数!是编译原理的实验之一!-PL / 0 language lexical analysis procedures can be summed up various characters in the output of the number! Is to compile one of the tenets of the experiment!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3551
    • 提供者:why
  1. javanixu

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

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

    0下载:
  2. 能够判断文章之中,中文字符和英文字符的个数,对于初学中英文区别的是很有帮助的。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:30261
    • 提供者:dfy7
  1. 统计中英文字符的个数

    0下载:
  2. 本程序可以使您在编辑文档的过程中统计中英文字符数,便于您正确把握文章书写的尺度!-this program allows you edit documents in the course of Statistics English characters easier for you to write the article correctly grasp the scale!
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:29891
    • 提供者:成龙
  1. 统计中英文字符的个数

    0下载:
  2. 本程序可以使您在编辑文档的过程中统计中英文字符数,便于您正确把握文章书写的尺度!-this program allows you edit documents in the course of Statistics English characters easier for you to write the article correctly grasp the scale!
  3. 所属分类:文件操作

    • 发布日期:2024-11-06
    • 文件大小:29696
    • 提供者:成龙
  1. 分类统计字符个数

    0下载:
  2. 汇编实验 分类统计字符个数 能统计字符、数字、符号的个数。-experimental statistics compiled characters Statistics Number of characters, numbers, symbols of the number.
  3. 所属分类:汇编语言

    • 发布日期:2024-11-06
    • 文件大小:22528
    • 提供者:wchz
  1. 最终哈夫曼编码

    0下载:
  2. 统计文件中字符的个数和种类,分析,图形显示构造出哈夫曼树-statistics document the number and character types, analysis, graphics constructed Huffman tree
  3. 所属分类:Windows编程

    • 发布日期:2024-11-06
    • 文件大小:4096
    • 提供者:海文
  1. ConsoleApplicationstatic1

    0下载:
  2. 输入一串字符,统计其中各种字符:大小写字母、数字、空格、其他字符的个数-input string of characters, statistics on various characters : uppercase and lowercase letters, numbers, spaces, a number of other characters
  3. 所属分类:C#编程

    • 发布日期:2024-11-06
    • 文件大小:12288
    • 提供者:李俊志
  1. Self

    0下载:
  2. 统计一个txt文件中字符的个数和单词的个数 可以指定文本文件中搜索指定字符-a txt document the number of characters and words can specify the number of text files to search for the designated characters
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-06
    • 文件大小:5120
    • 提供者:Edison
  1. 5478

    0下载:
  2. 编写查找程序search,功能如下:给定任意有序数列,然后输入任意一数,用折半查找法找出该数在数列中的位置,若数列中有此数,则返回该数在数列中所在的位置,若数列中无此数,则返回-1 把给定值y插入到有序数组a(由大到小)中,插入后,数组中的数仍然有序 用递推法求解:一串字符以问号“?”结尾,顺序读入后反向输出,且统计其中字符的个数-prepare you search procedures, functions as follows :
  3. 所属分类:WEB源码

    • 发布日期:2024-11-06
    • 文件大小:13312
    • 提供者:李小飞
  1. char

    0下载:
  2. 能够判断文章之中,中文字符和英文字符的个数,对于初学中英文区别的是很有帮助的。-Able to judge the article, the Chinese characters and English characters of the number, the difference between Chinese and English for the beginner is very helpful.
  3. 所属分类:其他小程序

    • 发布日期:2024-11-06
    • 文件大小:29696
    • 提供者:dfy7
  1. statistic

    0下载:
  2. 本程序用于统计字符串中字符的个数、各字符出现的次数,并按照字母表顺序将其打印出来-This procedure for the statistical number of characters in string, the number of characters appear, and in accordance with alphabetical order to print out
  3. 所属分类:Windows编程

    • 发布日期:2024-11-06
    • 文件大小:8192
    • 提供者:zj
  1. 3

    0下载:
  2. 汇编语言,用于统计输入的字符串中各个字符的个数。-country every word
  3. 所属分类:Windows编程

    • 发布日期:2024-11-06
    • 文件大小:1024
    • 提供者:饭很疯
  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. 所属分类:JSP源码/Java

    • 发布日期:2024-11-06
    • 文件大小:1024
    • 提供者:付娆
  1. 字符个数统计

    0下载:
  2. 改程序用于统计一个字符串中所包含的字符的每个各字符个数。(Change the program to count the number of characters each character in a string contains.)
  3. 所属分类:Windows编程

    • 发布日期:2024-11-06
    • 文件大小:33792
    • 提供者:三三丰
« 12 3 4 5 6 7 8 9 10 ... 23 »

源码中国 www.ymcn.org