搜索资源列表
lru-cache
- 使用LRU方法更新Cache 结合数据结构的相关知识,使用LRU的策略,对一组访问序列进行内部的Cache更新 并附实验报告-use LRU Cache update method combining data structures and the related knowledge, the use of the LRU strategy the group visited a sequence within the Cache update accompanied experimen
zuijindiandui
- 算法分析里的最近点对问题的实现,一维的有传统的解决算法和分治技术解决的算法,及比较。附带实验报告
first-orderautoregressivescheme
- 信号检测理论上机实验报告(包含源码),关于一阶自回归信号模型
shuzhifenxi
- 数值分析实验报告!包含多个实验! 实验一 非线性方程求根 实验二 线性代数方程组的解法 --------列主元Gauss消元法 实验三 线性代数方程组的解法 ——Gauss-Seidel迭代法等
shuzibaogao
- 数字信号处理的四个实验,包含完整的源程序,结果截屏及实验报告:实验一 信号、系统及系统响应 实验二 用FFT作谱分析实验三 用双线性变换法设计IIR数字滤波器 实验四 用窗函数法设计FIR数字滤波器-err
tongyuan1
- 常用的数字PAM信号波形及其功率谱的仿真,包含源码和一份实验报告,有详细的分析。-Commonly used in digital PAM signal waveforms and power spectrum of the simulation, including source code and a test report, detailed analysis.
xianxing
- 迭代法线性方程 通过其中一种迭代法解方程 我们的实验报告-Iterative method of linear equations by solving equations in one iteration of our experiment report
cunchuqishiyanbaogao
- 可以实现操作系统的存储器的管理,是完完整整的实验报告,很好,代码本人通过测试一通过。-Can achieve the operating system memory management is one full test report, well, the code I pass the test I was adopted.
NumericalAnalysisReport
- 数值分析的实验报告,很完整的,希望对大家有用~ 课题一: 线性方程组的迭代法 一、实验内容 二、实验要求 1、体会迭代法求解线性方程组,并能与消去法做以比较; 2、分别对不同精度要求,如 由迭代次数体会该迭代法的收敛快慢; 3、对方程组2,3使用SOR方法时,选取松弛因子 =0.8,0.9,1,1.1,1.2等,试看对算法收敛性的影响,并能找出你所选用的松弛因子的最佳者; 4、给出各种算法的设计程序和计算结果。 课题二:数值积分 一、实验内容 (4)
8-pluzze
- 这个是基于启发式搜索算法解八数码问题的一个演示程序,旨在演示启发式搜索及A*算法的基本使用方式。内部已经写好了三种启发式算法,可以在使用过程中选用。并另附了一份实验报告。-This is based on the heuristic search algorithm for solving the the 8-puzzle Problem. Program showed how to use heuristic search and A* algorithm. Within three heu
tanxinzuoyediaodu
- C实现的一贪心算法的作业调度的算法,有完整的实验报告和运行说明-C implementation of a greedy algorithm for job scheduling algorithm, a complete test report and operating instructions
jdpgj
- 噪声中非平稳信号的频谱分析,基于MATLAB,实验报告一份-Nonstationary noise frequency spectrum analysis, based on MATLAB, a lab report
xdpgj
- 噪声中正弦信号的现代法频谱分析,基于MATLAB,实验报告一份-Sinusoidal signal in the noise spectrum of modern law, based on MATLAB, a lab report
fpwxh
- 噪声中非平稳信号的频谱分析,基于MATLAB,实验报告一份-Nonstationary noise frequency spectrum analysis, based on MATLAB, a lab report
tuxaingchulishiiyan
- 对一副测试图像进行加各种噪声,然后进行多帧平均,中值滤波,均值滤波,维纳滤波,理想低通滤波,巴特沃斯低通,带通滤波,自适应滤波九种方法处理,并分析结果,得出各种滤波方法的优缺点。包括实验报告-Plus a pair of test images of all kinds of noise, and then multi-frame averaging, median filtering, mean filtering, Wiener filter, the ideal low-pass filt
IrisBayes
- iris数据集的贝叶斯分类实验,外带实验报告一分-Bayesian classification of iris data set experiment, experimental report of a sub-outer
AI-experience-aReport-
- 本实验采用Adaline神经网络进行实验,本工程名为HuSumeiRobot,源代码的基本组成如下: 1) CNN.cpp和CNN.h是神经网络类库的虚拟基类。 2) adaline.h和adaline.cpp是adaline神经网络的C++版本。 可对数字进行识别,并含实验报告一份。-Adaline neural network used in this experiment to experiment, this project called HuSumeiRobot, the
VB实验三+实验报告+-+2017
- 掌握一维数组(静态、动态)定义及使用 (2)掌握二维数组(静态、动态)定义及使用 (3)掌握“控件数组”的使用 (4)掌握数组相关算法(求最值,排序,查找) (5)通过数组巩固循环及多重循环程序设计(Grasp the definition and use of one-dimensional arrays (static, dynamic) (2) grasp the definition and use of two dimensional array (static, dynam
滑动平均滤波器实验报告
- 给出一段噪声音乐信号,用滑动平均滤波器进行处理,观察改变滑动窗口宽度对声音效果的影响。 (1)读取一段噪声信号,画出未处理噪声信号的时域波形和信号频谱图; (2)在Matlab中利用滑动平均滤波器对噪声信号进行处理,得出处理后的图像; (3)改变滑动窗口的宽度,观察处理后噪声以及图像得出对效果的影响。(A piece of noise music signal is given. It is processed with a sliding average filter to obse
数学建模实验报告第十一章最短路问题
- 关于数学建模实验报告第十一章最短路问题的实验代码和报告,用于第三版书籍的课后题代码,非常好用,只需要复制粘贴,不需要调试,但一定看清题目
