1. 首页
  2. 数据库
  3. 其它
  4. VCipher:通用密码的实现 源码

VCipher:通用密码的实现 源码

上传者: 2021-02-22 23:27:53上传 ZIP文件 1.31KB 热度 5次
VCipher 通用密码的实现 #include #include #include #include #include #include 使用命名空间std; void clearBuff(char [],long); int main(){ int choice = -1; cout << "Welcome to the Vigenere cipher!" << endl>> choice; while ( choice != 0 && choice != 1 ) { cout << "Incorrect inpu
下载地址
用户评论