CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - algorithm report

搜索资源列表

  1. 252542787

    0下载:
  2. 题 目: 编程计算磁头移动的总柱面数和总寻道时间(扫描算法) 初始条件: 随机产生柱面数,磁头每道移动时间,磁头移动方向,访问序列等参数。 要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求) 1.要求编程计算磁头移动的总柱面数和总寻道时间。 2.设计报告内容应说明: ⑴课程设计目的与功能; ⑵需求分析,数据结构或模块说明(功能与框图); (3)运行结果与运行情况分析; (4)自我评价与总结: 1.你认为你完成的设计哪些地
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1.54kb
    • 提供者:王鑫
  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
    • 文件大小:150.16kb
    • 提供者:陈银桃
  1. rsaeuroi.rar

    0下载:
  2. RSA加密算法源代码 RSAEURO Version 1.02 Distribution In this distribution the various files are included in the directories below. DOCS - RSAEURO Documentation Directory DEMO - Demo Applications Directory SOURCE - Source Code Directory scr
  3. 所属分类:加密解密

    • 发布日期:2017-03-30
    • 文件大小:269.49kb
    • 提供者:烈马
  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
    • 文件大小:136.02kb
    • 提供者:郎郎
  1. md5source

    0下载:
  2. MD5算法的相关资料,包括王晓云教授的报告和RFC标准文档-MD5 algorithm for relevant information, including the report of Professor Wang Xiaoyun and RFC standards documents
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:336.6kb
    • 提供者:jackli
  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
    • 文件大小:188.06kb
    • 提供者:姚云翔
  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
    • 文件大小:234.43kb
    • 提供者: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
    • 文件大小:13.84kb
    • 提供者: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
    • 文件大小:80.17kb
    • 提供者:jhp627
  1. MD5-chengxu

    0下载:
  2. md5算法的实现,用vc++开发,一个实验,但是可以实现加解密,挺好的一个程序,配合刚才的报告。-md5 algorithm implementation, using vc++ development, an experiment, but the encryption and decryption can be achieved, in very good shape a program to meet the earlier report.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:35.39kb
    • 提供者:zhang liang
  1. RSA

    1下载:
  2. 通过编写程序实现了公钥密码算法RSA的加密与解密功能,并进行了一定的优化,内含报告。-Achieved through the preparation process RSA public key cryptographic algorithm for encryption and decryption functions, and make a certain amount of optimization, containing the report.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:379.79kb
    • 提供者:李莉
  1. aes

    0下载:
  2. AES算法,实现对文件加密。包含密码学课程报告 class CRijndael { private: int Nk,Nr,round long Total_Round,Cur_Round char *SourceFileName,*TargetFileName CString source,*target,save CFile Source,Target byte (* State)[4],*w[4],*key[4] publ
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:279.7kb
    • 提供者:fff
  1. report

    0下载:
  2. The project focuses on implementation of the AES algorithm on the 8051 controller. The algorithm is implemented on the microcontroller 8051. A UART is used to give the inputs and outputs are displayed on 16x2 LCD. Initially the algorithm has been imp
  3. 所属分类:CA program

    • 发布日期:2017-05-18
    • 文件大小:4.77mb
    • 提供者:priyanka
  1. RSA2

    0下载:
  2. 一个密码学RSA加密算法,可以实现小的整数的算法,算法清晰 很好用的哦-RSA encryption algorithm is a cryptographic experimental report
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. its DES algorithm report for c coding
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:289.63kb
    • 提供者:chintan
  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
    • 文件大小:122.64kb
    • 提供者:guoqing
  1. 3_DES

    0下载:
  2. 对称密码设计与实现课程的作业,有完整代码及详细注释。同时还附上报告文档,希望对你有帮助。 3DES算法的c语言实现,-Symmetrical password design and implementation course work, have complete code and detailed notes. At the same time also attached document report, and I hope to help you. 3 the c language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:356.83kb
    • 提供者:班胜龙
  1. Final-Report

    0下载:
  2. Gives Descr iption of AES algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:96.36kb
    • 提供者:PRASHANTH
  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
    • 文件大小:552.87kb
    • 提供者:ycs
  1. forbats-atperiment-report

    0下载:
  2. 页面调度算法的实验报告,全格式,绝对可用!朋友不妨试一试哦!-Page scheduling algorithm of experiment report, all formats, absolutely available!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-15
    • 文件大小:2kb
    • 提供者:tlq&0852
« 12 »
搜珍网 www.dssz.com