文件名称:A4
- 所属分类:
- 界面编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2016-05-08
- 文件大小:
- 1.82mb
- 下载次数:
- 0次
- 提 供 者:
- H**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
加密(10分)
课题内容:
设计一个加密程序。包括明文与密钥的转换。通过此课题,熟练掌握数组、格式输出、字符串处理、类型转换等。
课题要求:
(1)输入任意一段明文M,以及密钥K
(2)根据以下公式将其转换为密文C。
Ci = mi + K ,其中i = 0,1,……n-1 , K 为密钥;
(3)具有输入输出界面。
-Encryption (10 points)
DISCLOSURE:
Design an encryption program. Including converting plaintext and key. With this issue, master array format output, string manipulation, type conversion.
Requirements of the subject:
(1) Enter any period of plaintext M, and the key K
(2) according to the following formula to convert ciphertext C.
Ci = mi+ K, where i = 0,1, ...... n-1, K is the key
(3) having input and output interfaces.
课题内容:
设计一个加密程序。包括明文与密钥的转换。通过此课题,熟练掌握数组、格式输出、字符串处理、类型转换等。
课题要求:
(1)输入任意一段明文M,以及密钥K
(2)根据以下公式将其转换为密文C。
Ci = mi + K ,其中i = 0,1,……n-1 , K 为密钥;
(3)具有输入输出界面。
-Encryption (10 points)
DISCLOSURE:
Design an encryption program. Including converting plaintext and key. With this issue, master array format output, string manipulation, type conversion.
Requirements of the subject:
(1) Enter any period of plaintext M, and the key K
(2) according to the following formula to convert ciphertext C.
Ci = mi+ K, where i = 0,1, ...... n-1, K is the key
(3) having input and output interfaces.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
A4\A43.APS
..\A43.clw
..\A43.cpp
..\A43.dsp
..\A43.dsw
..\A43.h
..\A43.ncb
..\A43.opt
..\A43.plg
..\A43.rc
..\A43Dlg.cpp
..\A43Dlg.h
..\Debug\A43.exe
..\.....\A43.ilk
..\.....\A43.obj
..\.....\A43.pch
..\.....\A43.pdb
..\.....\A43.res
..\.....\A43Dlg.obj
..\.....\StdAfx.obj
..\.....\vc60.idb
..\.....\vc60.pdb
..\ReadMe.txt
..\res\A43.ico
..\...\A43.rc2
..\resource.h
..\StdAfx.cpp
..\StdAfx.h
..\Debug
..\res
A4