CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 算法 实验报告

搜索资源列表

  1. 8086smallcase

    0下载:
  2. 这是8086中用c语言实现加减乘除等算法以及相应的实验报告,这是我们的课程所做的作业-c language used arithmetic algorithm as well as the corresponding experimental report This is our doing operations
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:153768
    • 提供者:陈银桃
  1. 实验三实验报告

    0下载:
  2. 操作系统中的动态分区算法-operating system as a dynamic partitioning algorithm
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:6858
    • 提供者:李文涛
  1. RSA

    1下载:
  2. RSA算法的实验报告,有源码、流程图、时间复杂度分析等。-RSA algorithm experimental reports, source code, flowcharts, time complexity analysis.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-08-14
    • 文件大小:60049
    • 提供者:caixu
  1. Cryptographylabreport

    0下载:
  2. 是大学信息安全方向的密码学课程的4个实验报告,包括古典密码,对称密码,非对称密码,HASH算法-The direction of the University Information Security Cryptography course four lab reports, including classical cryptography, symmetric key, asymmetric cryptography, HASH algorithm
  3. 所属分类:Network Security

    • 发布日期:2017-04-16
    • 文件大小:41950
    • 提供者:陆风
  1. bank

    0下载:
  2. 设计内容包括银行家算法和安全性算法,以及用VC界面实现输出.并实现了课本97页的例题,内附实验报告-Design elements include banker' s algorithm, and security algorithms, and the VC output interface implementation. And achieve a textbook example of 97, enclosing the experimental report
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:139280
    • 提供者:郎郎
  1. OSexperiment

    1下载:
  2. 内存分配的GUI显示算法 分配的方式就是常见的三种 首次适配 最佳适配和邻近适配 还包括一个实验报告 适合做课程设计用-Memory allocation algorithm of the GUI shows the distribution of three common way to best fit the first time, and adjacent Adapter Adapter report also includes an experimental design suitabl
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:192570
    • 提供者:姚云翔
  1. OpenMP_exercise

    1下载:
  2. 对于几个流行的算法(prefix sum,matrix multiplication,Gaussian elimination,Sieve of Eratosthenes)的串行算法和openMP并行算法的代码,以及性能测试的实验报告-For several popular algorithms (prefix sum, matrix multiplication, Gaussian elimination, Sieve of Eratosthenes) of the serial algori
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:240056
    • 提供者:luoang
  1. DES

    0下载:
  2. DES算法实验报告和代码 1.输入名字,需8个字母,不足的补叉,多余的舍去 2.将字符按ASC2码值转化为二进制,存在数值(指针)中 3.对明文做IP置换(函数) 4.将转换后的数值分成两组,赋给L0,R0,执行下列运算L1—R0,R1-L0.....重复16轮 5.将结果L0R0合并至一个数值,做IP输出-DES algorithm and code an experimental report. Enter the name of eight letters take l
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:14176
    • 提供者:jhp627
  1. RSA

    1下载:
  2. RSA算法实验报告和代码 1.选取两个素数p,q(不可相差悬殊) 2.计算n=pq,f(n)=(p-1)(q-1) 3.选取e,满足1<e<f(n),则gcd(e,f(n))=1 4.计算d,满足de=1 mod f(n)。一般d>=[n的四分之一方],(e,n)为公钥,(p,q,d)为私钥,将明文0,1序列分组,使每组十进制小于n。c=[m的e次方] mod n,m=[c的d次方] mod n。-RSA algorithm and code an experi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:82096
    • 提供者:jhp627
  1. 2020

    0下载:
  2. (含有实验要求和实验报告) 时间片轮转调度算法实现进程调度.完成单处理机系统中的进程调度. 包括以下内容: 进程控制块的内容,进程控制块的组成方式;进程创建和进程调度;主函数对进程测试-Rotation scheduling algorithm for time slicing process scheduling. Completed the process of single-processor systems scheduling. Include the following:
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:64135
    • 提供者:kenjey
  1. IDEA--jiamijiemi

    0下载:
  2. IDEA加密解密算法的程序,可以正确运行。内附技术文档、实验报告。-IDEA encryption and decryption program that can run correctly. Containing technical documentation, test report.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:102430
    • 提供者:刘飞
  1. passwordPDES

    0下载:
  2. 天津理工的实验报告。DES算法的加密和解密过程,并可以用程序实现其加密和解密过程-Tianjin Polytechnic experimental report. DES encryption and decryption algorithms, and can be programmed to achieve its encryption and decryption process
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:244369
    • 提供者:张树威
  1. DESPMD5PRSA

    0下载:
  2. 密码学中学到的几种重要的加密解密算法,包括源程序以及附加的实验报告,可供学者们下载和学习-Cryptography learned several key encryption and decryption algorithms, including source code and additional lab reports, available for downloading and learning scholars
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-24
    • 文件大小:7688479
    • 提供者:田明鑫
  1. mimaxueshiyan

    1下载:
  2. 现代密码学与加解密技术实验报告 vigenere算法加密和解密的过程 Column permutation cipher 的编程实现 DES的编程实现-Modern cryptography and encryption technology lab report vigenere the process of encryption and decryption algorithms Column permutation cipher of programming
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2014-05-07
    • 文件大小:132096
    • 提供者:王丹
  1. DES

    0下载:
  2. DES的加密解密算法的实现。附加实验报告。主要是对于应用密码学的实验-DES encrypt, decrypt the realization of the algorithm. Additional experiment report. Is mainly to application of cryptography experiment
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:125588
    • 提供者:guoqing
  1. AES_lab

    0下载:
  2. AES加密算法课程设计,附完整实验报告,VC++编写,VS2008环境。-AES encryption algorithm curriculum design, with complete experimental report, written in VC++, VS2008environment.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:566143
    • 提供者:ycs
  1. RC4

    0下载:
  2. JAVA语言 rc4加密解密算法 有实验报告和测试文档-The JAVA language rc4 encryption and decryption algorithms lab reports and test documentation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-16
    • 文件大小:140537
    • 提供者:123456
  1. RSA

    0下载:
  2. JAVA语言编写 RSA加密解密算法 内含有实验报告和测试文档-RSA encryption and decryption algorithms JAVA language lab reports and test document contains
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-05
    • 文件大小:137741
    • 提供者:123456
  1. classical-cryptography

    0下载:
  2. 实验报告,通过编程实现替代密码算法和置换密码算法,算法描述,完整代码。-The lab report, by programming alternative cryptographic algorithms and replacement of cryptographic algorithms, the algorithm is described, the full code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-14
    • 文件大小:65151
    • 提供者:lansry
  1. RSA 算法

    1下载:
  2. rsa加密算法 附带实验报告和测试代码非常详细 有注释(RSA encryption algorithm with experimental report and test code is very detailed and annotated)
  3. 所属分类:加密解密

    • 发布日期:2020-11-25
    • 文件大小:15360
    • 提供者:XCYJ
« 12 »
搜珍网 www.dssz.com