-
rc6算法的c语言实现
RC6是作为AES(Advanced Encryption Standard)的候选算法提交给NIST(美国国家标准局)的一种新的分组密码。它是在RC5的基础上设计的,以更好地符合AES的要求,且提高了安全性,增强了性能。
根据AES的要求,一个分组密码必须处理128位输入/输出数据。尽管RC5是一个非常快的分组密码,但它处理128位分组块时用了2个64位工作寄存器;而AES目前在讲究效率和简洁方面不支持64 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论 0 粉丝 0 发布 0 获赞 关注 查看主页 c算法rc语言实现 相关源码推荐 DHT11驱动 0 0 暂无评分c版贪食蛇 0 0 暂无评分经验模态分解 0 0 暂无评分排列熵计算 0 0 暂无评分正向运动学 0 0 暂无评分 介绍信息预览(0条)评论打分
- 2022-09-22 05:45:03下载
- 积分:1
-
合成孔径雷达CS成像算法点目标仿真
利用MATLAB完成合成孔径雷达CS成像算法的点目标仿真。雷达成像算法较多,其中较为容易理解,且广泛应用于工程实践中的就是CS算法。本代码采用点目标仿真回波数据,并完整的完成了CS算法的每个步骤,非常适合大家学习。
- 2022-12-15 23:15:03下载
- 积分:1
-
C++源代码单词扫描程序(词法分析)
功能:(1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。(2)打开一个C++源文件,打印出所有以上的记号。(3)要求应用程序应为Windows界面。(4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你可以存贮一个删除了所有不必要空格和注释的C++源程序的压缩文本。因此,程序中还应该有这样的压缩功能。(5)选作部分:进一步思考或实现——如何进一步实现减小源文件大小的压缩功能。(6)应该书写完善的软件文档,最好使用Rational Rose来完成部分框图。
- 2022-08-06 13:26:59下载
- 积分:1
-
Simulation Algorithm. By compiling and debugging a system dynamic allocation of...
模拟实现银行家算法。通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效的避免死锁。-Simulation Algorithm. By compiling and debugging a system dynamic allocation of resources simple process simulation, the observation Deadlock conditions, and using bankers algorithm, effective avoid deadlock.
- 2022-04-22 19:46:44下载
- 积分:1
-
SSD5 exersice1
SSD 5练习1 100%正确答案。包含下一个文件日期.cpp,广告.cpp, 客户.cpp;
- 2022-06-27 08:26:26下载
- 积分:1
-
C#计算器
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Runtime.InteropServices;
using System.IO;
namespace 计算器
{
///
/// Form1 的摘要说明。
///
public class Form1 : System.Windows.Forms.Form
{
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button11;
private System.Windows.For
- 2023-01-30 17:15:03下载
- 积分:1
-
使用 Galib 的遗传算法的例子
SimpleGA 类和 2DBinaryStringGenome 类的示例程序。
此程序会尝试用 1 和 0 的交替填充 2Dgenome。
此示例使用默认交叉 (单点),默认赋值函数
(均匀随机位翻转),和默认初始值设定项 (均匀随机)
2D 的基因组。
请注意这一点交叉不一定是最好的一种交叉的
如果您想要生成一个 "好" 的基因组与这样的目标,,则使用
函数。但它不会工作。
- 2023-03-10 03:10:03下载
- 积分:1
-
Nonlinear Schr枚dinger equation source code nonlinear Schr枚dinger equation Nonlin...
- 2022-02-11 21:52:14下载
- 积分:1
-
数图空域滤波器 灰度图有效 C# dll装配件
数图空域滤波器 灰度图有效 C# dll装配件-Figure airspace effective filter grayscale C# dll installed accessories
- 2023-01-11 06:30:03下载
- 积分:1
-
运动图像检测MovingObjectDetection
VS-C# 2010下运行。其中混合高斯算法有些问题,其余两种可以实现。
- 2022-08-22 06:30:13下载
- 积分:1