搜索资源列表
文章编辑
- 程序中线性表存储数据,根据指数域,对文章字符串进行查找,删除,统计字符信息等操作。 程序显现输入几行字符,输出该文章,并统计数字,空格,文章字母总数 测试数据(附后) 。 -procedures linear scale data storage, according to domain index, a string of articles for search, delete, statistical information and other operating charac
count4
- 统计字符串中字母和数字的个数,对自学汇编的人会有帮助的,其中有如何输入字符串,如何输出两位数.-statistics strings of letters and digits of the number, the compilation of self-help, which is how the input string, how to double-digit output.
yanzheng
- 编写一个算法frequency,统计在一个输入字符串中各个不同字符出现的频度。用适当的测试数据来验证这个算法。 -prepared an algorithm frequency, in a statistical input strings various characters frequency of occurrence. The use of appropriate test data to validate the algorithm.
long3
- 该文件是用汇编语言编写的。文件功能是:从键盘输入一个字符串(长度<80),统计其字母、数字和其他字符个数。-the document is a compilation of language. Document function is : keyboard input from a string (length
gyp3
- 输入一个字符串(长度小于等于80)统计其字母,数字和其他字符的个数-importation of a string (length less than 80) Statistical their letters, numbers and other characters Number
gyp4
- 输入一个字符串,统计其中字符‘ab’的出现次数-importation of a string statistics characters' ab 'frequency
charsearch
- Visual C++中 输入一串字符串 用户可查找其他任何字符 并统计次数-Visual C input string a bunch of other users can find any number of characters and Statistics
USMA9998
- 统计字符串中数字和英语字母和其他符号的个数-statistics string figures and English alphabet and other symbols of the number of
字符串汉字统计
- 《Delphi 7经典问题解析》源代码____字符串汉字统计.rar《Delphi 7经典问题解析》源代码____字符串汉字统计.rar-"Delphi 7 classic problem resolution" source code ___ string Chinese statistics. Rar "De lphi seven classic problem resolution "source code ___ string Chinese st
CharStatistic
- 一个显示字符串统计数据的小程序,用MFC编写的.适合初学者使用学习.
hream
- 用汇编实现统计输入的字符串中有多少个字母,多少个数字,以及空格,和其它字符,并显示出来。-Compilation of statistics used to achieve input string the number of letters, the number of digits, and spaces, and other characters, and displayed.
C
- 第一部分 基础篇 实例1 第一个C程序 2 实例2 求整数之积 6 实例3 比较实数大小 8 实例4 字符的输出 10 实例5 显示变量所占字节数 11 实例6 自增/自减运算 13 实例7 数列求和 14 实例8 乘法口诀表 17 实例9 猜数字游戏 19 实例10 模拟ATM(自动柜员机)界面 22 实例11 用一维数组统计学生成绩 24 实例12 用二维数组实现矩阵转置 26 实例13 求解二维数组的最大/最小元素 29 实例14 利
123
- 用汇编语言统计字符串中各个字符出现的次数-count lalalallalalalalallalalala
2_3
- 统计字符串中字母、数字以及其他字符的个数,并在屏幕显示!-input a string,then count the number of digit,letter and others.
huibian
- 汇编语言写的几个简单的汇编小程序,有求三个无符号数的最大值,求十个数中的最大最小值,将十进制数转换成十六进制数,统计字符串中字母、数字等的个数、输出字符串等简单汇编小程序,适合初学者-Written in assembly language, the compilation of a small number of simple procedures, seeking the maximum of three unsigned, seeking the maximum and minimum n
2
- 统计字符串中非数字字符的个数 对自学汇编的人会有帮助的-Statistics the number of numeric characters string Africa
shiyan3
- 汇编实验,循环程序设计。实现统计字符串中的数据中“0”位的个数,并统计放入count单元。-Compilation of experimental, loop programming. Statistics in the string realization of the " 0" bits, and statistics into the count unit.
zuoye
- 实现输入字符串,统计字符串以及数字个数,输出的功能-Achieve input string, strings, and the number of digits statistical output function
STRING
- 汇编语言源码,统计字符串“THIS IS AN ARRAY”中IS出现的次数-The number of assembly language source code, statistical string THIS IS AN ARRAY appears in the IS
字符串并行统计
- 根据一个英文文本文件,不区分大小写的统计26个字母的出现频率。假设内存足够大,可以将文件一次性读入。(According to an English text file, the frequency of appearance of 26 letters is not case sensitive. Assuming that the memory is large enough, you can read the file one at a time.)