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

搜索资源列表

  1. Banker

    0下载:
  2. C语言实现银行家算法.(含源码及实验报告)
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:73684
    • 提供者:
  1. jtlab

    0下载:
  2. 用C++实现,计算机图形学相关算法,另外附有实验报告!-C realized, computer graphics algorithms, and experiment with the report!
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:302922
    • 提供者:蓝思
  1. EIGHTPUZZLE

    2下载:
  2. 用A*算法解决八数码问题,人工智能实验,内附实验报告。源码注释很详细-With the A* algorithm to solve 8 puzzle problem, artificial intelligence experiments, containing a laboratory report. Very detailed source notes
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:160628
    • 提供者:朱颢
  1. PSOSchaffe

    0下载:
  2. PSO(粒子群算法)求解Schaffe问题,并附上实验报告-PSO Schaffe
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:255099
    • 提供者:龚汉杰
  1. suanfa

    0下载:
  2. 用C语言完成的几个算法设计题目,写成了实验报告,完全原创-Using C language to complete several algorithm design topics, written in the experimental report, completely original
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:92013
    • 提供者:sdfe
  1. diguichengxu

    0下载:
  2. 算法分析中递归程序的实验报告,包括算法思想,实验源码等- diguichengxuyuanma
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7242
    • 提供者:张引兵
  1. KNN

    0下载:
  2. 对数据挖掘中KNN算法的代码实现。包含实验报告格式、可实现代码及代码解析。-KNN algorithm for data mining in the code implementation. Contains the experiment report format, enabling code and code analysis.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:22808
    • 提供者:xb
  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. searchalgorithm

    0下载:
  2. 搜索算法解分油问题,用c语言实现。附上实验报告-search algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:674406
    • 提供者:龚汉杰
  1. AntColonyAlgorithmTsp

    0下载:
  2. 用蚁群算法求解TSP(旅行商问题)。附上实验报告-ant colony algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5220448
    • 提供者:龚汉杰
  1. bashuma

    0下载:
  2. 八数码问题,用广度优先和深度优先算法实现。并且用mfc实现界面,让结果算法运行过程以动画显示。并附上实验报告-Depth-first search algorithm and the breadth-first search algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3245101
    • 提供者:龚汉杰
  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. 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. 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. 1085s

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

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

    0下载:
  2. 操作系统实验中处理器算法,包括实验报告和实验要求的算法-Processor, operating system, experiment algorithms, including lab reports and test requirements of the algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:14799
    • 提供者:yangyang
  1. caozuoxitongcunchuqiguanlisuanfa

    0下载:
  2. 操作系统中的存储器管理调度算法,内含实验报告和算法-The memory management operating system scheduling algorithm that includes lab reports and algorithms
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7547
    • 提供者:yangyang
  1. bArtificialinp

    0下载:
  2. 人工智能bp算法程序源码码和实验报告 -Artificial intelligence the bp algorithm for the program source code and lab reports
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:179963
    • 提供者:revealrot
  1. wuyuetianchong

    0下载:
  2. 区域填充,计算机图形学实验报告,种子填充图形算法的实现。-Area fills, computer graphics lab reports, seed filling graphics algorithms to achieve.
  3. 所属分类:CSharp

    • 发布日期:2017-12-06
    • 文件大小:67623
    • 提供者:杨维
« 1 2 34 5 »
搜珍网 www.dssz.com