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

搜索资源列表

  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. LV10

    1下载:
  2. 概率与计算课程中的一个作业,防止一个Las Vegas算法输出“?”并统计其期望的运行时间,有实验报告、源码-Modify the algorithm LV10 that the output “?” does not occur. Then, analyse the expected run times of your Las Vegas protocol with forbidden “?”.
  3. 所属分类:matlab

    • 发布日期:2015-11-24
    • 文件大小:83798
    • 提供者:
  1. RandomQSort

    0下载:
  2. 随机快速算法与确定性快速算法的比较,可设置数组大,小包含有实验报告-Fast Algorithm for Stochastic Fast Algorithms and certainty, you can set an array of big and small contain Experimental Report
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:205083
    • 提供者:
  1. Desktop

    1下载:
  2. 实验四:分枝限界算法设计 实现课本上旅行售货员问题的分枝限界算法(P225),随机生成两个规模为10和20的TSP实例,比较算法运行时间。 提交源代码以及实验报告。 -Experiment 4: Design and Implementation of Branch and Bound algorithm for the traveling salesman problem textbooks Branch and Bound algorithm (P225), randomly g
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:13984
    • 提供者:pactric
  1. ShiYanYi_ShiJianPianLunZhuanSunaFa

    0下载:
  2. 广州大学操作系统实验报告一 时间片轮转调度算法模拟 附件详细的实验报告,以及实验代码-Guangzhou University, the operating system time-slice experiment reports a round-robin scheduling algorithm detailed in the annex of the experimental simulation of the report and experimental code
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:81595
    • 提供者:harlant
  1. zuidaliuliang

    0下载:
  2. 最大流量算法 带注释 带实验报告和源程序 用vc++编写-Maximum flow algorithm is annotated with a test report and the source code to use vc++ to prepare
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:31333
    • 提供者:Yang Ge
  1. zsy

    0下载:
  2. 非线性自适应的算法及其仿真实验,包含仿真实验报告,代码目录以及代码说明。-Nonlinear adaptive algorithm and its simulation results, the report contains the simulation, code directory and the code descr iption.
  3. 所属分类:Development Research

    • 发布日期:2017-04-02
    • 文件大小:126545
    • 提供者:侯强
  1. matlabshiyanbaogao

    0下载:
  2. 是个关于matlab算法比的实验及其实验报告-About matlab algorithm is compared with experiment and lab report
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:82262
    • 提供者:asd
  1. ll

    0下载:
  2. 约瑟夫环的设计问题,实验报告,源代码,算法分析-yuesefuhuan
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:1066
    • 提供者:liujun
  1. medfilt

    3下载:
  2. 目标跟踪问题的应用背景是雷达数据处理,即雷达在搜索到目标并记录目标的位置数据, 对测量到的目标位置数据(称为点迹)进行处理,自动形成航迹,并对目标在下一时刻的位置进行预测。 下文简要讨论了用Kalman滤波方法对单个目标航迹进行预测,并借助于Matlab仿真工具,对实验的效果进行评估。 里面包括三个源程序,和一份实验报告,里面有算法的详细分析和情景假设。-Application of target tracking radar data processing backgroun
  3. 所属分类:Applications

    • 发布日期:2016-05-11
    • 文件大小:122401
    • 提供者:石志强
  1. priorityschedulingal

    0下载:
  2. 模拟操作系统基于优先级的进程调度算法 包含实验报告和实验记过-Operating system based on the simulation process of priority scheduling algorithm Contains experiment report and experimental results
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:165483
    • 提供者:得分
  1. PPA

    0下载:
  2. 1. 示例实验程序中模拟几种置换算法:LRU算法,FIFO算法,clock算法和Eclock算法 2. 能对几种算法给定任意序列不同的页面引用串和任意帧实内存块数的组合测试,显示页置换的过程。 3. 能统计和报告不同置换算法情况下依次淘汰的页号、缺页次数(页错误数)和缺页率。比较几种置换算法在给定条件下的优劣。 4. 为了能方便的扩充页面置换算法,更好的描述置换过程,示例实验程序采用了C++语言用Replace类描述了置换算法及其属性。-None
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2065997
    • 提供者:Hedge
  1. Lagranges

    0下载:
  2. 计算方法n次Lagrange插值多项式算法的matlab程序,含实验报告,里面有详细的设计过程-Calculation of n-Lagrange interpolation polynomial algorithm matlab procedures, including lab reports, which detail the design process
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:76695
    • 提供者:沈大勇
  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. 1085s

    0下载:
  2. 操作系统进程优先调度算法程序,喜欢的朋友还可以提供实验报告-无
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:156548
    • 提供者:hanhui
  1. tfidfsuanfajiqishijianbaogao

    0下载:
  2. 采用TFIDF自动对文本进行形式化,tdidf算法源码及实验报告
  3. 所属分类:Document

    • 发布日期:2017-04-16
    • 文件大小:175964
    • 提供者:李欣
  1. tuxingxue-bingzhuangtu

    0下载:
  2. 图形学课程设计报告--饼状图,制作此图,首先得明白扇形区域的画法的算法,利用for循环将扇形弧终点坐标赋值给弧开始坐标一块一块平凑成饼状图,而不能画一个圆分割,因为无法填充图案,是因为不是完整图案。所以返工重画了一次。还了解了TextOutA()和pie方法。以上就是本次从这次实验得到的心得体会。本人还不停的调试了饼状图上比例的位置,直至最好看为止。-Graphics Design Report- pie chart, making this map, first of all have to
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:27056
    • 提供者:曾瑞明
  1. paixubaogao

    0下载:
  2. 数据结构中的对各种内部排序算法进行比较得实验报告,包括源码。可以任意输入5组数据;对冒泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序的关键字比较和交换次数进行统计。 -Data structure of the various internal sorting algorithms comparison in the experimental reports, including the source. 5 groups can be any input data on t
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:8411
    • 提供者:天天向上
  1. kmeans

    0下载:
  2. Matlab 写的kmeans slc 算法 还包括实验报告,其中有实验结果图的对比-Matlab kmeans and slc algrithms, reports with experimental results attached I hope it is useful for you
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2553366
    • 提供者:xili
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 21 »
搜珍网 www.dssz.com