校园导游图算法--数据结构中有关图的算法按v求最短路径按s求信息;按q退出;地图在map图像文件里
上传时间: 2013-12-17
上传用户:onewq
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
REMOVE removes a TSR. It takes two command line arguments. The first is the name of TSR to be removed (or an * to remove the last one), and the second is a file name which MUST contain the interrupt vectors to be loaded when the TSR is removed.
标签: TSR arguments removes command
上传时间: 2013-12-09
上传用户:wys0120
卡尔曼滤波器matlab源代码。 function [Y,PY,KC]=myKalman(x,A,B,Q,H,R,y0,P0) 这是我课程设计时做的。
标签: function myKalman matlab PY
上传时间: 2014-10-28
上传用户:agent
The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you want a different corner, that should be a fairly simple tweak to the code, but for now you ll have to make that tweak yourself.) I have attempted to provide copious comments in the code and hope that a knowledgeable C programmer can quickly map the approach as described in the paper to what is in the program.
标签: two-dimensional computational polarization non-zero
上传时间: 2013-12-13
上传用户:cylnpy
The Obfuscated Tiny C Compiler (OTCC) is a very small C compiler. It generate i386 code,include two version.The one generate bin file,the other generate elf file
标签: Obfuscated Compiler compiler generate
上传时间: 2015-04-12
上传用户:windwolf2000
在出现的提示信息中输入大写字母“D”,可 显示系统当前日期;输入大写字母“T”,可显示系统当前时间;输入大写字母 “Q”,可结束程序。
上传时间: 2013-12-04
上传用户:as275944189
X(t)=Asin(2*pi *f *t+ q)+n(t) 估计其中的参数为A,f, q。n(t)为随机噪声,服从正态分布。 其他的具体见附件中的程序
上传时间: 2013-12-18
上传用户:225588
ITU Q.931的标准,可以做为ISDN、VOIP H.225的参考资料。
上传时间: 2015-05-05
上传用户:athjac
ITU Q.920&Q.921标准,可以做为ISDN链路层的通信协议标准。
上传时间: 2014-01-03
上传用户:jyycc