文件名称:33
介绍说明--下载内容均来自于网络,请自行研究使用
实验目的:熟练掌握字符串处理以及循环控
问题描述
实现移位密码:k表示26个字母向前循环位移的字符个数
加密:
输入:k,以及小写表示的明文字母,输出:大写字母表示的密文
解密:输入:k,以及大写字母表示的密文,输出:小写字母表示的明文
-Experimental Objective: To master the string processing and circulation control descr iption of the problem to achieve the shift Password: k said that 26 letters forward in the number of encryption cycles displacement of characters: Input: k, as well as the lowercase letters that express the output: capital letters expressed ciphertext decryption: Input: k, and uppercase letters of the ciphertext, output: lowercase letters of the plaintext
问题描述
实现移位密码:k表示26个字母向前循环位移的字符个数
加密:
输入:k,以及小写表示的明文字母,输出:大写字母表示的密文
解密:输入:k,以及大写字母表示的密文,输出:小写字母表示的明文
-Experimental Objective: To master the string processing and circulation control descr iption of the problem to achieve the shift Password: k said that 26 letters forward in the number of encryption cycles displacement of characters: Input: k, as well as the lowercase letters that express the output: capital letters expressed ciphertext decryption: Input: k, and uppercase letters of the ciphertext, output: lowercase letters of the plaintext
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验四.doc