CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - MOD

搜索资源列表

  1. 123

    0下载:
  2. 还有一个缺陷就是在只知道密文 x 及公钥(n,e)的情况下,只要将 (x^e) mod n 所得余数 s 再不断地循环操作 s = s^e mod n,此运算不断地循环 e 次之后,很多情况下都可以循环出原文,只是计算量过余多一些罢了。不过有不少情况下,根本都无须循环 e 次,不过对于1024位的 n 级别来说,e 也是一个相当大的数值,所以循环密文的余数以解得原文是有些不现实。 以上内容仅供参考,如有不实,请予更正-there is a defect in only know that the
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:14689
    • 提供者:行通知
  1. adder

    0下载:
  2. 还有一个缺陷就是在只知道密文 x 及公钥(n,e)的情况下,只要将 (x^e) mod n 所得余数 s 再不断地循环操作 s = s^e mod n,此运算不断地循环 e 次之后,很多情况下都可以循环出原文,只是计算量过余多一些罢了。不过有不少情况下,根本都无须循环 e 次,不过对于1024位的 n 级别来说,e 也是一个相当大的数值,所以循环密文的余数以解得原文是有些不现实。 以上内容仅供参考,如有不实,请予更正-there is a defect in only know that the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:15647
    • 提供者:行通知
  1. RSA解密和加密算法的实现和应用

    0下载:
  2. 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,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1393
    • 提供者:胡康康
  1. Hacker Disassembler Engine

    0下载:
  2. Please excuse my english... It's so bad :) Hacker Disassembler Engine, or HDE, is small disassembler engine, which intend to code analyse. HDE get length of command, prefixes, ModR/M and SIB bytes, opcode, immediate, displacement, relative address
  3. 所属分类:界面编程

    • 发布日期:2010-10-14
    • 文件大小:23447
    • 提供者:sys0007
  1. 幽城幻剑录MOD修改工具

    23下载:
  2. 可修改幽城幻剑录中各种数据,包括人物、敌人、招式、物品等
  3. 所属分类:其它程序

    • 发布日期:2011-04-05
    • 文件大小:2616039
    • 提供者:lc122448
  1. VC计算器

    1下载:
  2. VC计算器 功能 1、完成了实验要求的所有内容 2、可以连续输入运算,对于输入的表达式能够按算符优先级进行处理。如输入2+3*2时,输出为8,而不是10 3、可以处理含括号的表达式 4、十六进制、八进制、二进制可以双字、单字和字节三种长度进行处理 5、科学计数法表示,当输入值或者计算结果超过10^16时会自动以科学计数法表示 6、增加了科学计算器的一些设施,如退格键,清空与归零键,求阶乘,π,求Ln,求双曲函数等 7、可以使用键盘快捷键 8、错误提示 使用 1、Sin、Cos、Tan、Log、M
  3. 所属分类:Windows编程

    • 发布日期:2012-06-19
    • 文件大小:5441997
    • 提供者:yuemaxl@163.com
  1. Altera Modesim破解版的LICENCE

    0下载:
  2. Altera Modesim破解版的LICENCE. 下载解压后: 1.直接运行mentorkg.exe(生成的license.txt拷贝到D:\altera\80\modelsim_ae\下或者mentorkg.exe拷贝到此目录下运行). 2.设置环境变量lm_license_file="D:\altera\80\modelsim_ae\license.txt" 3.搞定,Altera Modesim cracked version of the LICENCE.
  3. 所属分类:VHDL编程

    • 发布日期:2016-01-24
    • 文件大小:313152
    • 提供者:xingyu
  1. 凯撒密码算法的实现

    0下载:
  2. 凯撒密码算法的实现 加密:c=k1*m+k2 mod 26 解密:m=k1-1(c-k2) mod 26 ,Caesar password encryption algorithm: c = k1* m+ K2 mod 26 Decryption: m = k1-1 (c-k2) mod 26
  3. 所属分类:加密解密

    • 发布日期:2017-03-21
    • 文件大小:989
    • 提供者:archy
  1. gurb 如何配置GRUB用於引導 Linux內核從 USB硬盤驅動器

    0下载:
  2. grub config insmod /boot/grub/normal.mod grub rescue
  3. 所属分类:其它文档

    • 发布日期:2016-01-25
    • 文件大小:137216
    • 提供者:贵劲风
  1. AMI-BIOS-sourcecode.zip

    1下载:
  2. AMI 主板的BIOS源码,虽然老,但是对于做操作系统的朋友还是有借鉴价值的,还有做虚拟机开发的也很需要。,AMI motherboard BIOS source code, even though the old, but the operating system so there is still drawing on the value of a friend are also doing virtual machine to have much need for development.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-21
    • 文件大小:6410212
    • 提供者:蔡明
  1. Micron_SDRAM_DDR2Simulation_mo

    0下载:
  2. DDR2 SDRAM仿真模型,适合于ModelSim下工作,请先阅读readme,DDR2 SDRAM Simulation Model which is suitable for modelsim. Please read readme file firstly.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:20362
    • 提供者:rar
  1. rsasoft.rar

    0下载:
  2. 利用vc++实现RSA加密解密算法源代码 [VC_RSA.rar] - 一、RSA基本原理 对明文分组M和密文分组C,加密与解密过程如下: C = POW (M , e) mod n M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d) 其中POW是指数函数,mod是求余数函数。,Vc++ to achieve the use of RSA encryption and decryption algorithm source
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:17698
    • 提供者:易天行
  1. javamail-14.zip

    0下载:
  2. 自己写的lib mod -javamail,自己写的lib mod-javamail
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:326054
    • 提供者:大鸟
  1. aambuilding-1.0.zip

    0下载:
  2. aam模型,又称主动表现模型,即active appearence model。是研究人脸识别,表情识别,3D人脸建模等不可多得的好材料。,aam model, also known as the active performance of models, namely, active appearence model. Is to study the face recognition, face recognition, 3D face modeling and other rare good
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:67659
    • 提供者:一心
  1. RSAprogram

    0下载:
  2. 本程序使用了欧几里得算法求乘法逆元,采用二进制分解算法求a^b mod n,算法简明,思路清晰,适合深入了解程序的基本原理,直接运行demo文件即可完成程序的运行。-This program uses the Euclidean Algorithm for Finding multiplicative inverse, using the binary decomposition algorithm for getting a ^ b mod n, algorithm concise, clea
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:1622
    • 提供者:和君洋
  1. ppt-model-tex.rar

    3下载:
  2. 幻灯片模板,中英文齐全,非常适用的tex程序代码,Slide templates, complete in both English and Chinese, are ideally suited for the tex program code
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:2387101
    • 提供者: kevin
  1. modbus-source-code.rar

    1下载:
  2. 自己编写的mod bus 协议源代码。基于keilc51开发。主要使用回调函数,协议层次清晰。仅供编程参考。 ,I have written the source code mod bus protocol. Based on the development of keilc51. The main use of a callback function, the level of a clear agreement. Programming reference purposes only.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-06-11
    • 文件大小:8133
    • 提供者:zhuxiaosan
  1. bpsk-mod

    0下载:
  2. binary phase shift key
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6950
    • 提供者:adil
  1. UPeditSourceCode

    0下载:
  2. UPedit源码,是完美的金庸群侠传修改器,可以使用此修改器制作金庸群侠传MOD。编译器delphi2010-This is UPedit s Source Code,which is a perfect editor of the Game Kimyung story.It can be built by Delphi2010.
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-09
    • 文件大小:2111896
    • 提供者:李建明
  1. wind基于matlab的阵风风速模型

    4下载:
  2. 基于matlab的阵风风速模型。希望对大家有用-Gust wind speed model based on matlab. Hope to useful
  3. 所属分类:matlab例程

    • 发布日期:2012-10-18
    • 文件大小:6867
    • 提供者:李俊达
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 41 »
搜珍网 www.dssz.com