-
rc5 algorithme 的源代码
RC5 encryption algorithm is a new fast symmetric block cipher
developed by Ron Rivest for RSA Laboratories. Intended as a possible
successor to the Data Encryption Standard, RC5 has a variable word
size, a variable number of rounds, and a variable-length secret key,
so the user can explicitly manipulate the trade-off between higher
speed and higher security. RC5 is suitable for hardware or software
implementations; the encryption and decryption algorithms are
exceptionally simple. A novel feature of RC5 is the heavy use of
data-dependent rotations.
- 2022-01-24 09:55:50下载
- 积分:1
-
在TI DSP单片机液晶显示测试程序
lcd display test program in ti dsp mcu -lcd display test program in ti dsp mcu
- 2022-03-22 08:57:24下载
- 积分:1
-
网络神经代码,是综合评价较好的一种方法,该程序是实现该方法途径....
网络神经代码,是综合评价较好的一种方法,该程序是实现该方法途径.-Neural network code, is a comprehensive evaluation of a better way to realize that the procedure was in the approach.
- 2022-08-26 12:35:29下载
- 积分:1
-
这是一个识别颜色环电阻的小程序,很容易使用…
这是一个识别色环电阻的小程序,使用起来很方便。-This is a recognition of the color ring resistance small program was easy to use.
- 2022-03-15 12:08:02下载
- 积分:1
-
这是用Visual Basic6开发的大型喷绘业务管理系统,数据库采用Access数据库,界面漂亮,操作简单,完全可以开放源代码使用...
这是用Visual Basic6开发的大型喷绘业务管理系统,数据库采用Access数据库,界面漂亮,操作简单,完全可以开放源代码使用-This is developed using Visual Basic6 large-scale printing business management systems, database using Access databases, pretty interface, simple operation, the use of open-source can be
- 2023-03-17 04:10:05下载
- 积分:1
-
dsp2407a for ordinary i/o test I
用于dsp2407a的普通i/o口的测试
-dsp2407a for ordinary i/o test I
- 2022-03-07 06:06:58下载
- 积分:1
-
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删...
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删除等基本操作。
-# include
# include
# define ND sizeof(struct List)
struct List
{int data
struct List*next
}
void main()
{ int n,i=1,e,a
struct List*head
struct List*p,*q
q=head=p=(struct List*)malloc(ND)
- 2022-04-15 10:12:17下载
- 积分:1
-
BTX250汽车功放电路原理图 PDF格式
BTX250汽车功放电路原理图 PDF格式-BTX250 car amplifier circuit schematics PDF format
- 2022-08-26 04:14:53下载
- 积分:1
-
在cadence virtuoso 下自动对齐已选中的layout
在cadence virtuoso 下自动对齐已选中的layout-In the cadence virtuoso, automatic alignment has been selected layout
- 2022-12-14 08:20:04下载
- 积分:1
-
学生管理系统
系统主要实现了以下功能:
l 学生信息录入
l 学生成绩录入
l 程序等级设置
l 学生违规处理
l 学生成绩排行
- 2022-03-19 18:50:19下载
- 积分:1