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

搜索资源列表

  1. 校园导游咨询

    0下载:
  2. 计一个一元多项式简单计算器,要求实现下列四个基本功能: ⑴输入并建立多项式; ⑵输出多项式; ⑶两个多项式相加; ⑷两个多项式相减。 【实验报告要求】 1、多项式的类型定义。 2、输入多项式的算法。 3、多项式相减的算法-Design a Calculator of polynary Multinomial,following the 4 basic functions: 1.Input and Creat a polynary multinomial 2.Output the pol
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:35101
    • 提供者:小强
  1. LRUsuanfabaogao

    0下载:
  2. 实验报告中赋有LRU算法的原代码,流程图与实验的要求,目的等.-report LRU algorithm is given the original code, flowcharts and experimental requirements, aim.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:21563
    • 提供者:刘敏
  1. yiemian

    0下载:
  2. 页面调度算法的实验报告,全格式,绝对可用!朋友不妨试一试哦!-pages scheduling algorithm experiments, the whole format, absolutely available! Friends may try Oh!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2600
    • 提供者:郭莉
  1. OS_Bank

    0下载:
  2. 操作系统-银行家算法报告实验报告,自己写的交流一下哈-OS-bankers report experimental algorithms, wrote about the exchange of Kazakhstan.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:154227
    • 提供者:kira
  1. sort4

    0下载:
  2. 此程序为四种排序算法的时间比较,选择,冒泡,插入排序,还有一份实验报告 -procedure for the four sorting algorithm of the time, choice, Bubble, insertion sort, and an experimental report
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:66552
    • 提供者:李冰月
  1. xitongkeiyass

    0下载:
  2. 这是操作系统的一个课程设计.主存空间的分配与回收 包含多种算法. 花了不少心思才编写出来.还有实验报告-This is the operating system of a curriculum design. Main storage space for the distribution and recovery contains many algorithms. Spent a lot of heart only thinking out prepared. There experimenta
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:149274
    • 提供者:asdf
  1. ebma

    0下载:
  2. 数字视频技术的实验,关于穷尽块匹配算法的matlab程序及实验报告.-digital video technology experiments on the exhausted block matching algorithm and experimental procedures Matlab report.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:428834
    • 提供者:王明
  1. ReaderFirst

    0下载:
  2. 读者优先算法,学习操作系统的一般都要接触到的临界区处理的程序,有实验报告说明
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:66247
    • 提供者:huolangmin
  1. 6

    0下载:
  2. 1)掌握普里姆构造最小生成树算法的数据结构和算法实现; 2)掌握图或网的邻接矩阵表示及其上基本算法的实现; 3)按照实验题目要求独立完成实验内容(提交程序清单及相关实验数据与运行结果); 4)认真书写实验报告,并按时提交。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:30942
    • 提供者:冰颜
  1. 9

    0下载:
  2. 熟练掌握二叉树的二叉链表表示及前序创建算法与实现; 2)熟练掌握二叉树的前序、中序和后序递归遍历算法与实现; 3)掌握中序遍历线索二叉树的基本算法与实现 4)掌握中序遍历线索化二叉树的算法与实现; 5)按照实验题目要求独立完成实验内容(提交程序清单及相关实验数据与运行结果); 6)认真书写实验报告,并按时提交。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:19967
    • 提供者:川原
  1. Quicksort

    0下载:
  2. 实验4:快速排序的设计 1、实验目的:掌握快速排序基本方法和过程。 2、实验要求:采用快速排序方法对输入的数据按升序和降序两种顺序进行排序,并显示中间排序的过程。 注意!所有实验要求先写出算法的思路、算法及程序;实验室上机时只是上机调试!每个实验一份实验报告。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:49297
    • 提供者:用途解放
  1. jdw

    0下载:
  2. 1、取N(N>=1000)个数据,在各种排序方法中选择3~5种对这N个数据进行排序,并对你所用的排序方法进行时间复杂度的分析; 2、对上面已排序的N个数据进行查找,至少用两种查找算法实现(其中静态查找至多选一种),并计算出所用查找算法的ASL 内有实验报告
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:96145
    • 提供者:lijiangping
  1. GAtsp

    0下载:
  2. GA(遗传算法)求解tsp(旅行商问题),并附上实验报告-GA tsp
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:586399
    • 提供者:龚汉杰
  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. MyExplorer

    0下载:
  2. 迷宫算法实验报告,使用了动态链接库技术,并且有详细的实验报告思想-Algorithm maze test report, using the Dynamic Link Library, and a detailed report of Thought Experiment
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1261852
    • 提供者:zq
  1. suanfaqxf

    1下载:
  2. 算法实验报告+源代码 实验一 1题 归并排序.cpp 11 实验一 2题 快速排序.cpp 12 实验二1题 贪心法求背包问题.cpp 13 实验二2题 贪心法求最短路径.cpp 16 实验三 动态规划求最短路径.cpp 17 实验四 回溯法求背包.cpp 18-Algorithm+ source code for test lab reports a problem for a merge sort. Cpp 11 question tes
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:109021
    • 提供者:秋思狐狸
  1. Experiment-5-virtual-memory-page

    0下载:
  2. 实验五虚拟内存页面置换算法,实验报告,内涵代码-Experiment 5 virtual memory page replacement algorithm, experimental report, content codes
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:51113
    • 提供者:吕梦楠
  1. huffman

    0下载:
  2. 数据结构实现的对一个字符串的Huffman压缩算法实验报告,内涵源代码-Data structure to achieve Huffman compression algorithm for a string of experiment report, the connotation of the source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:154491
    • 提供者:
  1. 常微分方程求解算法

    0下载:
  2. 高阶线性常微分方程的求解算法步骤实验报告。(Solving algorithm, procedure and experiment report of higher order linear ordinary differential equation.)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:231424
    • 提供者:瑞秋
  1. Numerical Analysis20150615

    0下载:
  2. C#编写的数值分析相关算法,含源代码和实验报告解释,visual studio2012(The C# implementation of the numerical analysis algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:1861632
    • 提供者:SXINGQITIAN
« 1 23 4 5 »
搜珍网 www.dssz.com