虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

UP-C<b>UP</b>2440实验指导书(LINUX)V2.0 20110818

  • RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key

    RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a, 将其看成是一个大整数, 假设 a < n.... 如果 a >= n 的话, 就将 a 表成 s 进位 (s

    标签: person_key RSA 算法

    上传时间: 2013-12-14

    上传用户:zhuyibin

  • 图书馆管理系统

    图书馆管理系统,3阶b树 数据结构实验,简单易懂 初学者的作品

    标签: 图书馆 管理系统

    上传时间: 2014-01-09

    上传用户:gaojiao1999

  • The government of a small but important country has decided that the alphabet needs to be streamline

    The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition

    标签: government streamline important alphabet

    上传时间: 2015-06-09

    上传用户:weixiao99

  • 一个人力资源管理系统的实现

    一个人力资源管理系统的实现,采用了C/S和B/S混合的软件体系结构,包括从问题分析到具体实现的全过程

    标签: 人力资源管理系统

    上传时间: 2013-12-16

    上传用户:litianchu

  • 使用工具为.net2003

    使用工具为.net2003,涉及的语言包括c#、vb.net、托管c++,集C/S和B/S模式于一体,最主要一点是文档相当齐全。

    标签: 2003 net

    上传时间: 2015-09-04

    上传用户:busterman

  • 《C语言程序设计教程》源代码

    《C语言程序设计教程》源代码,包含到两的c程序,对学习者有指导作用

    标签: C语言程序 设计教程 源代码

    上传时间: 2015-09-04

    上传用户:jackgao

  • 北京理工大学DSP C6000课程的实验程序

    北京理工大学DSP C6000课程的实验程序,课件可以到网上搜索。 内含实验说明 汇编以及C程序 共6个实验

    标签: C6000 DSP 理工 大学

    上传时间: 2014-01-22

    上传用户:songyue1991

  • mcf5307开发板上进行iic接口实验

    mcf5307开发板上进行iic接口实验,有实验指导文档,说明很清楚

    标签: 5307 mcf iic 开发板

    上传时间: 2015-12-21

    上传用户:c12228

  • C++编程思想.第2卷

    C++编程思想.第2卷,经典书籍,是C++工程设计的重要指导书

    标签: 编程

    上传时间: 2014-01-05

    上传用户:libinxny

  • 实验十一 数/模转换器 一、实验目的 了解数/模转换器的基本原理

    实验十一 数/模转换器 一、实验目的 了解数/模转换器的基本原理,掌握DAC0832芯片的使用方法。 二、实验内容 1、实验电路原理如图11-1,DAC0832采用单缓冲方式,具有单双极性输入端(图中的Ua、Ub),利用debug输出命令(Out 290 数据)输出数据 给DAC0832,用万用表测量单极性输出端Ua及双极性输出端Ub的电压,验证数字与电压之间的线性关系。 2、编程产生以下波形(从Ub输出,用示波器观察) (1)正弦波 三、编程提示 1、8位D/A转换器DAC0832的口地址为290H,输入数据与输出电压的关系参考实验指导原理图: 2、产生锯齿波只须将输出到DAC0832的数据由0循环递增。产生正弦波可根据正弦函数建一个下弦数字量表,取值范围为一个周期,表中数 据个数在16个以上。

    标签: 实验 模转换器

    上传时间: 2013-12-16

    上传用户:colinal