搜索资源列表
Data4final
- 移位密码、代换密码的加密及解密 实现移位密码:k表示26个字母向前循环位移的字符个数 加密: 输入:k,以及小写表示的明文字母,输出:大写字母表示的密文 解密:输入: k,以及大写字母表示的密文,输出:小写字母表示的明文 例如,当k=11时 明文:wewillmeetatmidnight 密文:HPHTWWXPPELEXTOYTRSE 实现代换密码 例如输入密匙guangzhouuniversity,则建立字母对应关系: a b c d e f g
Dealer
- 每当新商人加入CellGo,该商人的材料(如:商人的名、地址、电话号、及商人提供的服务)必须被记录下来。你需创建接收商人材料的用户界面。用户界面的功能说明如下: 对可存放地址字段的字符个数不应有限制. 界面应允许为商人选择多种服务. (提示:对接收商人地址使用文本域控件。商人提供诸如:“Free service charges”, “Gifts for mobiles bought”, 和 “10% discount on new mobiles bought”的服务) -Cel
symbolstatistic
- 字符统计器 统计txt文档里的不同字母和符号的个数并返回结果,结果包含字符个数及列出未出现的字符
统计中英文字符的个数
- 本程序可以使您在编辑文档的过程中统计中英文字符数,便于您正确把握文章书写的尺度!-this program allows you edit documents in the course of Statistics English characters easier for you to write the article correctly grasp the scale!
汇编原理实验
- 计算机汇编实验:表格显示字符,查找匹配字符串,分类统计字符个数,查找电话号码
请输入一行字符
- 请输入一行字符, 英文字母的个数,空格的个数是,数字的个数,其他字母的个数
统计输入的字符串中各个字符的个数
- 汇编语言,用于统计输入的字符串中各个字符的个数。,country every word
最终哈夫曼编码.rar
- 统计文件中字符的个数和种类,分析,图形显示构造出哈夫曼树,statistics document the number and character types, analysis, graphics constructed Huffman tree
string
- 实现了基于控制台的求输入字符串数组计算输入的单词个数已经字符个数、行数功能。 c语言实现。-Achieved in order to enter the console-based array of strings has been calculated the number of characters in the input word count of the number of rows function. c language.
s5
- 编写一个函数int squeeze(char s1[], const char s2[]),它从字符串s1中删除所有在s2里出现的字符,函数返回删除的字符个数-Write a function int squeeze (char s1 [], const char s2 []), remove it from the string s1 where s2 occurs all the characters, the function returns the number of character
cifafenxi
- 实验内容:设计并实现C语言的词法分析程序,要求如下。 (1) 可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号。 (2) 可以识别并读取源程序中的注释。 (3) 可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,并输出统计结果。 (4) 检查源程序中存在的非法拼写错误,并可以报告错误所在的行列位置。 (5) 发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过一次词法分析处理,可以检查并报告源程序中存在的
statistic
- 本程序用于统计字符串中字符的个数、各字符出现的次数,并按照字母表顺序将其打印出来-This procedure for the statistical number of characters in string, the number of characters appear, and in accordance with alphabetical order to print out
character
- 这是一个用C#做成的"字符统计"程序,我们可以在这个程序中对你输入的字符个数进行简单的统计并显示出来.-This is a used C# Made statistics characters procedure, we can in this process on the number of characters you type simple statistics and displayed.
assemblylabreport
- 1、 实验方法 2、 用表格形式显示字符 3、 分类统计字符个数 4 、 查找电话号码-1, experimental method 2, using tabular form show that the characters 3, separate statistics on the number of 4 characters, find phone number
TestMain
- 查看log日志的程序。根据日志的字符个数进行。-See log log procedures. According to log the number of characters to carry out.
huibian
- 这是我做的汇编实验,其中包括4个实验:(1)实验方法,(2)用表格显示字符,(3)分类统计字符个数,(4)查找电话号码-This is a compilation of me to do the experiment, including the four experiments: (1) experimental methods, (2) use table shows the characters, (3) the number of separate statistics on the c
CharacterCalculate
- 统计任意输入的string中各种字符个数信息,建立哈夫曼编码,然后可以对任意输入的字符串进行译码-Arbitrary input statistics of the various characters of the string in the number of information, the establishment of Huffman coding, and then can enter any string for decoding
fenleitongjizifuCOUNT_CHAR
- 程序接收用户键入的一行字符(字符个数不超过80个,该字符串用回车符结束),并按字母、数字及其他字符分类计数,然后将结果存入以letter、digit和other为名的存储单元中。-Program receives the user types a line character (the number of no more than 80 characters, the string end with a carriage return), according to letters, number
sunbin
- C语言实验报告 包括合并数组、分割数组、打开文件并输入字符个数、员工信息管理程序-C-test report includes the combined array, partition the array, open the file and enter the number of characters, employee information management program
字符个数统计
- 改程序用于统计一个字符串中所包含的字符的每个各字符个数。(Change the program to count the number of characters each character in a string contains.)