登录
首页 » Windows开发 » Using C++ language implementation of the RSA encryption algorithm, the code deta...

Using C++ language implementation of the RSA encryption algorithm, the code deta...

于 2022-07-07 发布 文件大小:2.17 MB
0 192
下载积分: 2 下载次数: 1

代码说明:

用C++语言实现的RSA加密算法,代码中有详细的注释,可以很好的运行。代码效率不错。-Using C++ language implementation of the RSA encryption algorithm, the code detailed notes, can be a very good run. Good code efficiency.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 界面和功能都不错的MP3播放器源码,小巧实用
    界面和功能都不错的MP3播放器源码,小巧实用-Interface and features are a good source MP3 player, compact and practical
    2023-08-22 12:25:03下载
    积分:1
  • 如何使用DocX 库在 .DOCX 文件中替换一列单词
    翻译  maninwest@Codeforge  作者:B. Clay Shannon@Codeproject使用 DocX 库替换 .docx 文件中的字任务我想替换英式英语的拼写为美式口语。例如, 替换 "colour" 为 "color", "centre" 为 "center", "plough" 为"plow", 等。我可以使用查找>替换来一个一个地替换,但是很麻烦。所以,我找到一个库 。为了使用这个 docx库,只需从 这里 下载(docx.dll)。在你的项目中添加到它的引用,然后添加此 using子句:using Novacode; 首先需要加载具有”错误"拼写的文档:string filename = string.Empty; DialogResult result = openFileDialog1.ShowDialog(); if (result == DialogResult.OK) { filename = openFileDialog1.FileName; } else { MessageBox.Show("No file selected - hasta la vista and Ciao, baby!"); return; } using (DocX document = DocX.Load(filename)) { document.ReplaceText("travelled", "traveled"); document.Save(); } 我们当然想以此完成所有词汇替换。首先,我们需要有一列单词,这样编码:  请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-01-25 21:24:19下载
    积分:1
  • 刻录快方便简单我很喜欢用可以个就啊好
    刻录快方便简单我很喜欢用可以个就啊好 -ds
    2022-08-13 19:41:49下载
    积分:1
  • 书店管理系统,环境vc++,用outlookbar 控件
    书店管理系统,环境vc++,用outlookbar 控件-Bookstore Management Systems
    2022-03-25 05:58:31下载
    积分:1
  • Using visual C++ Combination opengl developed flame effect
    用visual C++结合opengl开发的火焰效果-Using visual C++ Combination opengl developed flame effect
    2022-04-20 20:31:23下载
    积分:1
  • dsp28335 例程 很全面
    学习DSP的很好资料,例程很全面,程序包含很全可以直接运行,版本ccs3或5以上学习DSP的很好资料,例程很全面,程序包含很全可以直接运行,版本ccs3或5以上很适合初学者,欢迎交流学习
    2022-01-25 23:49:21下载
    积分:1
  • 网络聊天室程序,您可以更改昵称,根据增加…
    网络聊天室程序,可以更改昵称,根据ip增加成员等,用户界面友好-Internet chat room program, you can change the nickname, according to an increase in membership ip and so on, user-friendly
    2022-02-21 10:10:23下载
    积分:1
  • 把注册表自启动shell的键值改写ExAtmShell 快速,准确!
    把注册表自启动shell的键值改写ExAtmShell 快速,准确!-put the registry since the launch of the keys rewritten shell ExAtmShell rapid and accurate!
    2022-03-16 12:23:11下载
    积分:1
  • 给其它进程消息
    如果你的windows程序主线程进入一个比较长时间的处理过程,同时不想用其它的线程等方法进行处理,又想能控制程序停止处理,则可以考虑从其它进程向主程序发送消息进行控制,在主程序的处理循环中进行检测。本程序是从外部发送消息的一个小程序,有一个小汽车的界面,有两个控制按钮,有时间进度显示,有一个小动画。
    2022-05-21 06:23:35下载
    积分:1
  • 采用PCA脸分类
    主成分分析基于面部识别,并与支持向量机对比
    2022-02-06 09:41:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载