基本信息
源码名称:摩尔码 加密和解密 源代码 C++
源码大小:0.77M
文件格式:.7z
开发语言:C/C++
更新时间:2023-12-10
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
摩尔码 加密和解密 源代码 C
摩尔码只能用来看看电报的发送,主要是看到网上一段摩尔码的爱情这个帖子,所以弄了一个玩玩。

.
├── 摩尔码 加密和解密 源代码 C .7z
└── 摩尔加密解密1
    ├── 加密
    │   ├── moer
    │   │   ├── debug
    │   │   │   └── moer.exe
    │   │   ├── moer
    │   │   │   ├── Debug
    │   │   │   │   ├── BuildLog.htm
    │   │   │   │   ├── moer.exe.intermediate.manifest
    │   │   │   │   ├── moer.obj
    │   │   │   │   ├── mt.dep
    │   │   │   │   └── vc80.idb
    │   │   │   ├── moer.cpp
    │   │   │   ├── moer.vcproj
    │   │   │   └── moer.vcproj.COSW.wusk.user
    │   │   ├── moer.ncb
    │   │   ├── moer.sln
    │   │   └── moer.suo
    │   ├── moer.exe
    │   └── 说明.txt
    └── 解密
        ├── a.txt
        ├── decipher
        │   ├── debug
        │   │   ├── a.txt
        │   │   ├── decipher.exe
        │   │   ├── decipher.ilk
        │   │   └── decipher.pdb
        │   ├── decipher
        │   │   ├── Debug
        │   │   │   ├── BuildLog.htm
        │   │   │   ├── decipher.exe.intermediate.manifest
        │   │   │   ├── decipher.obj
        │   │   │   ├── mt.dep
        │   │   │   ├── vc80.idb
        │   │   │   └── vc80.pdb
        │   │   ├── a.txt
        │   │   ├── decipher.cpp
        │   │   ├── decipher.vcproj
        │   │   └── decipher.vcproj.COSW.wusk.user
        │   ├── decipher.ncb
        │   ├── decipher.sln
        │   └── decipher.suo
        ├── decipher.exe
        └── 说明.txt

11 directories, 35 files