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

搜索资源列表

  1. 最佳适应法

    0下载:
  2. 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。-used first to adapt, adapt best or the worst adaptation law, the preparation of a memory allocation and recovery simulation program. Dyn
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:69285
    • 提供者:吴晓辉
  1. 020501刘超HW2

    1下载:
  2. 这是一个用matlab实现的语音信号预测编码中的得宾算法部分。还有实验报告。-This is a realization of using Matlab voice signals of predictive coding algorithm part in Pennsylvania. There experimental report.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:140589
    • 提供者:刘超
  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. 排序比较

    1下载:
  2. 排序算法的性能比较 对不同类型的问题规模,测试各种介绍的排序算法的性能。统计他们的键值比较次数,键值移动次数以及运行时间并分析结果。 小型问题:N≈20 中型问题:N≈2000 大型问题:N≈200000. C 语言的32关键字如下: 实验原理: 线性表的排序,快速,起泡,选择,插入。-algorithm to compare the performance of different types of scale of the problem, introduced by the test a
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:9647
    • 提供者:王为
  1. 地图等高线的自动提取

    1下载:
  2. 就纸质地图等高线计算机自动提取展开讨论,结合计算机图形学、图像处理和模式识别等理论,提出了一套基于VC++开发平台的 具体实现算法。实验表明该方法获得了比较满意的提取效果,可以在GIS和军用仿真领域中进行推广。-on paper maps, contour lines from the computer automatically begun discussions with computer graphics, image processing and pattern recognitio
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:407408
    • 提供者:刘德小花
  1. h.264解码器

    2下载:
  2. 一个媒体播放器,可以播放264格式的文件,是对H.264算法的软件实现。注意,本代码仅仅供学习实验使用-a media player that can play 264 files, the H.264 algorithm software implementation. Note that this code only for the use of experimental study
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:68321
    • 提供者:韩志达
  1. 四级上机_30

    0下载:
  2. 全国计算机等级考试四级上机的部分练习题,配有我自己写的算法,算法说明和输入输出文件,使实验起来更容易。算法比较简洁易懂,大概有三十题左右(已经去掉了重复和类似的),对考四级的朋友和正在学习C的朋友会有帮助的-National Computer Rank Examination four aircraft on the part Exercises, equipped with my own writing algorithm, the algorithm descr iption and inp
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10515
    • 提供者:沈毅
  1. SmartMiner

    1下载:
  2. 一个简单灵活的数据挖掘实验平台,算法基本为空,但提供读数据,基本数据预处理功能,欢迎大家使用,共同提高。-a simple and flexible experimental data mining platform, the basic algorithm for air, but for reading data, the basic data preprocessing functions Everyone is welcome to use together.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:273527
    • 提供者:洪磊明
  1. conan

    0下载:
  2. 操作系统实验课程中模拟虚拟存储器的算法 使用先进先出调度算法实现-experimental courses operating system virtual memory simulation algorithm using FIFO scheduling algorithm
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1788
    • 提供者:Jessica
  1. 高斯八皇后

    0下载:
  2. 一个小小的编程实验程序,高斯入皇后门问题,算法与程序代码-a little programming experimental procedure, Gaussian-Queen's Gate, algorithms and code
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:7404
    • 提供者:文风
  1. 求几何图形的个数1

    0下载:
  2. 算法设计实验要求中的求几何图形的个数的算法,用c++编写-algorithm design of the experimental requirements for geometric figure for the number of the algorithm used to prepare c
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9224
    • 提供者:姚天伟
  1. LYD-Barskey

    0下载:
  2. 这是我的计算机图形学的实验——梁友栋算法-This is my experimental computer graphics -- friends of Liang Dong Algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:964
    • 提供者:czq
  1. 谐波恢复MUSIC方法

    1下载:
  2. 现代信号处理作业中的MUSIC(多重信号分类)进行谐波恢复的实验。文件中有清晰详细的理论及算法说明-modern signal processing operations MUSIC (multiple signal classification) harmonic restoration experiment. The document included a clear and detailed statement Theory and Algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:116062
    • 提供者:李琳
  1. 数值计算_病态线性方程组的求解

    0下载:
  2. 这是数值分析的一些作业实验,文件中有详细的文档对理论,实验和算法的说明,用于病态方程组求解的源代码-This is the numerical analysis of the experimental operation, the paper detailed documentation of theory, experiment and the algorithm shows that morbid equation for solving the source code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9752
    • 提供者:李琳
  1. hopfield解决TSP问题

    1下载:
  2. 人工神经网络实验之一,用Hopfield网络解决旅行商问题。文件中除源程序外还有word文档对算法,理论,问题描述,实验结果,实验分析的完整介绍-experimental artificial neural network, Hopfield network Traveling Salesman Problem. Apart from the source document but also have a word document of the algorithm theory, and th
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:94041
    • 提供者:李琳
  1. 分配回收

    0下载:
  2. 1. 存储管理采用可变分区方式。可变分区方式是按作业需要的主存空间大小来分配分区的。当作业装入主存时,根据主存的需要量察看有无足够的空间分配,若有,则按需要量分配一个分区给该作业;若无,则作业不能装入。随着作业的装入,撤离,主存被分成许多分区,有的占用,而有的是空闲的。 2. 存储分配分别采用首次适应算法、最佳适应算法和最差适应算法。 3. 当一个新作业要求装入主存时,查找空闲区表,从中找出一个足够大的空闲区。若找到大于作业需要量的空闲区,则把它分成二部分,一部分为占用区,另一部分
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:15319
    • 提供者:王阳
  1. dataS2

    0下载:
  2. 数据结构综合实验,有各种排序算法和计算排序时间,最短路径算法,huffman编码解码.用图形界面实现.在jbuilder2006下运行通过.-comprehensive experimental data structure, various sorting algorithm and sorting time, the shortest path algorithm, Huffman encoding and decoding. Using a graphical interface to a
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:220044
    • 提供者:陈为
  1. 银行家法

    0下载:
  2. 一、实验目的: 熟悉银行家算法,理解系统产生死锁的原因及避免死锁的方法,加深记意。 二、实验要求: 用高级语言编写和调试一个描述银行家算法的程序。 三、实验内容: 1、 设计一个结构体,用于描述每个进程对资源的要求分配情况。包括:进程名——name[5],要求资源数目——command[m](m类资源),还需要资源数目——need[m],已分配资源数目——allo[m]。 2、 编写三个算法,分别用以完成:①申请资源; ②显示资源;③释放资源。(动态完成)-an ex
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:24353
    • 提供者:陈晨
  1. 最短路径的求解

    0下载:
  2. 本实验中的问题是一个逻辑问题,而实验的目的是运用邻接矩阵解决图存储并解决在此结构情况下对矩阵中元素的扫描计算。其关键是怎样储存和计算。储存用的是邻接矩阵,而计算是用迪杰斯特拉算法。-experiment of the problem is a problem of logic, and The purpose of this experiment is to use the adjacency matrix storage solutions and plans to solve the st
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9241
    • 提供者:哈哈发
  1. 图的搜索

    1下载:
  2. 在VC的环境下,用C++实现A*算法和双向A*算法,并且能够通过设置不同的参数随机产生以邻接表存储网络图,从而可以对不同启发策略的A*算法进行测试和实验。-in VC environment, the C achieving A * algorithm and the two-way A * algorithm, and through a variety of parameters to generate random adjacent table storage network map, t
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15552
    • 提供者:
« 1 2 ... 30 31 32 33 34 3536 37 38 39 40 ... 50 »
搜珍网 www.dssz.com