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

搜索资源列表

  1. jinchengdiaodu

    0下载:
  2. 进程调度实验报告模板.本实验目的是通过对进程调度算法的实现和实验模拟,加深对操作系统进程调度操作功能和进程调度算法的完整理解,培养和提高学生对操作系统开发的兴趣,以及进程调度程序的开发与应用能力-The process of scheduling experiment report templates. The purpose of this study is through the realization of the process of scheduling algorithms and
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:136121
    • 提供者:kia
  1. GeneticAlgorithms

    0下载:
  2. 改进的二维遗传算法,使用时将适应度更改便可,并能给出.txt报告文件-Two-dimensional genetic algorithm to improve the use of the fitness changes will be, and can give. Txt report file
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2171956
    • 提供者:tiger520
  1. 157

    0下载:
  2. Encryption algorithms are becoming more necessary to ensure data is securely transmitted over insecure communication channels. FOX is a recently developed algorithm and its structure is based on the already proven IDEA (International Data E
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:136060
    • 提供者:yared
  1. ji_suan_ji_tu_xing_xue_bao_gao_ji_yuan_cheng_xu.ra

    0下载:
  2. 这是<<计算机图形学>>的实验课程报告及源程序,说明了各种图形的基本算法,并能将算法用程序实现,最终运用c语言编写绘图程序,得到所需结果。-This is the “computer graphics ” report and the source of the experimental course, indicating a variety of graphics the basic algorithm, and algorithms can achieve wit
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:283678
    • 提供者:tanronghan
  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. Internal_Sorting

    1下载:
  2. 数据结构内部排序算法及其性能分析的实现,含相关设计要求和总结报告。-Data structures internal sorting algorithm and its performance analysis of the implementation, including the relevant design requirements and summary report.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:72136
    • 提供者:mei
  1. algorithmProjectReport

    0下载:
  2. "Evaluating Ant Colony Optimization on Traveling Salesman Problems" a project report in Algorithm design technique graduate course
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:262573
    • 提供者:tanvir
  1. Joseph

    0下载:
  2. 编号为1,2,3,…,n的n个人按顺序针方向围坐一张圆桌旁,每个人手中持有 一个密码(正整数)。首先输入一个正整数作为报数上限值m,然后,从第一个人开始按顺序针方向自1开始顺序报数,报到m的人离开桌子,并将他手中的密码作为新的m值,从顺序针方向的下一个就坐在桌旁的人开始重新从1报数,如此下去,直至所有人全部离开桌旁为止。 算法思想: 用单循环链表来解决这一问题,实现的方法首先要定义链表结点,单循环链表的结点结构与一般单链表的结点结构完全相同,只是数据域用一个整数来表示;然后将它们组成
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:629
    • 提供者:冬冬
  1. suanfa

    0下载:
  2. 算法的试验报告 包括斐波那契数列问题(内涵流程图等等)-Test report including algorithm Fibonacci sequence
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:25732
    • 提供者:KIM
  1. AirportSimulation

    0下载:
  2. 数据结构算法,三跑道飞机场模拟。 主要是队列的算法 内容包括: 实验报告 源码工程文件-Data structure algorithms, three runway airport simulation. The algorithm is mainly queue includes: experimental report source project file
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:26997
    • 提供者:张泽西
  1. editor_zw

    1下载:
  2. 软件学院数据结构与算法分析课程设计 一个文本编辑器的课程设计报告-School of Software Data Structures and Algorithm Analysis course design a text editor, curriculum design report
  3. 所属分类:Other windows programs

    • 发布日期:2016-12-15
    • 文件大小:35033
    • 提供者:崔蓉
  1. HuffmanCoding

    1下载:
  2. 软件学院数据结构与算法分析实验报告 Huffman编码(二叉树应用)-School of Software Data Structures and Algorithm Analysis lab report Huffman coding (binary application)
  3. 所属分类:Other windows programs

    • 发布日期:2014-12-10
    • 文件大小:40896
    • 提供者:崔蓉
  1. JadeKit

    0下载:
  2. 该份代码包括常见的编码格式的生成与解析如:BASE64等以及色域的转换算法。-The report code includes the common encoding format of the generation and analysis, such as: BASE64, etc. as well as the color gamut conversion algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3503087
    • 提供者:spatx
  1. 12

    0下载:
  2. 操作系统进程调度算法实验报告,是有限权算法-The operating system process scheduling algorithm test report, which is the right algorithm for finite
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:123361
    • 提供者:jian
  1. qiang

    0下载:
  2. 数据结构二叉树实验报告,排序算法报告的详细设计-Binary tree data structure, experimental report, the report sorting algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:150051
    • 提供者:王楠
  1. 01package

    0下载:
  2. 完成了01背包问题的求解,附实验报告,包括算法描述,时空效率分析还有.exe文件-Completed a 01 knapsack problem solving, with a test report, including the algorithm descr iption, time and space efficiency analysis there. Exe files
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:96257
    • 提供者:姜岩
  1. suanfa

    0下载:
  2. 算法分析与设计课程实验报告 有重复元素的排列问题 有源码和报告流程图等-Algorithm Analysis and Design course experiment reported in the arrangement of repeating elements in source code and report problems such as flow charts
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-06
    • 文件大小:20431
    • 提供者:Ivan
  1. 0701-29-29

    0下载:
  2. 1、系统应具备的功能: (1)选择合适的逻辑存储结构,实现n个结点的存储 (2)在n个结点的村庄实现学校的科学选址 (3)演示结果 2、数据结构设计; 3、主要算法设计; 4、编程及上机实现; 5、撰写课程设计报告,包括: (1)设计题目; (2)摘要和关键字(中文和英文); (3)正文,包括引言、需求分析、数据结构设计、算法设计、程序实现及测试、不足之处、设计体会等; (4)结束语; (5)参考文献 -1, the system should
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:1008683
    • 提供者:朱江
  1. ymdd

    0下载:
  2. 操作系统中若干种页面调度算法的程序模拟,使用C实现,含实验报告。-Several kinds of operating system scheduling algorithm of the program to simulate the page, use the C implementation, including experimental report.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:369633
    • 提供者:哈哈哈哈
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 20 »
搜珍网 www.dssz.com