搜索资源列表
flash连连看自动寻道算法
- 连连看自动寻道算法,对于想要找相关方面材料的人,应该有一定的帮助 -1000 block of Terry Avenue automatic algorithm, for those who want to find relevant aspects of the material, there should be some help
VC++数字图象获取处理计算法
- 分别讨论了位图及图像类的概念、图像获取、图像增强、图像复原、正交变换、压缩编码、图像配准、运动检测、特征提取、图像分割及识别的相关知识,基本涵概了从图像获取到图像处理的各个领域,并结合Microsoft公司面向对象的可视化集成编程系统Visual C++,给出了相应的算法和完整的源代码。 -discussed a bitmap image and the concept of class, image acquisition, image enhancement, image restora
nfa
- NFA DFA相关算法 编译原理的一个实验内容 使用VC++打开-NFA DFA correlation algorithm compiler principles of the use of an experimental content VC Open
first&follow
- first和Follow分析相关算法 编译原理实验的一个内容,VC++编译
rank_sort
- 并行算法实践,经典排序,查找,二叉树相关算法的并行源代码实现-parallel algorithm practice, the classical sort, search, the binary tree algorithms to achieve parallel source code
psrs_sort
- 经典排序,查找,二叉树相关算法的并行源代码实现并行算法实践,-classical order, locate, Binary Tree parallel correlation algorithm source code parallel algorithms practice,
22-2
- 经典排序,查找,二叉树相关算法的并行源代码实现-classical order, locate, the binary tree algorithms to achieve parallel source code
22-1
- 经典排序,查找,二叉树相关算法的并行源代码实现-classical order, locate, the binary tree algorithms to achieve parallel source code
21-4
- 经典排序,查找,二叉树相关算法的并行源代码实现-classical order, locate, the binary tree algorithms to achieve parallel source code
17-1
- 经典排序,查找,二叉树相关算法的并行源代码实现-classical order, locate, the binary tree algorithms to achieve parallel source code
C_compiler
- 1. 构造一小型C语言SimpleC的编译器软件,达到综合理解和运用编译原理课程所讲解的关键过程(词法分析、语法分析、静态语义分析、代码生成)及相关算法的目的。 2. 通过本实验理解和掌握一般编译程序的程序组织方法和测试方法。 -1. Tectonic a small SimpleC the C language compiler software. achieve comprehensive understanding and use of compiler theory course
process
- 进程调度,用c++编写的相关算法的进度调度
suanfu
- 进行相关运算时必须要是用的一些步骤,可以解决相关算法的一些问题
lim
- 功率谱估计程序,选用一电力系统谐波信号为输入。其中包括有:burge算法,esprit算法,music算法,mvdr算法,pisarenko算法,prony算法,修正协方差算法,自相关算法。这些程序均为本人自编,并且对程序所参考书籍和页数进行了标注。经过调试,绝对正确,请放心使用。
DTW算法C语言程序,孤立词语音识别
- DTW算法C语言程序,孤立词语音识别,包括matlab的相关代码,内有详解。-DTW algorithm C Programming Language, isolated word speech recognition, including the relevant matlab code, there are Detailed.
Angle-between-the-line
- 用delphi工具,并结合相关算法,计算出两条直线的夹角-By delphi tools, combined with related algorithms to calculate the angle between two lines
speech
- 用verilog HDL实现自相关算法! RTL级可综合代码! 通过modelsim5.6仿真和quartusii7.1综合!-Verilog HDL using auto-correlation algorithm to achieve! RTL-level code can be integrated! Through simulation and modelsim5.6 integrated quartusii7.1!
test
- 关于特性检测的循环相关算法,基于am加噪声的情形-About characteristics of the cyclic correlation detection algorithm, based on the circumstances am add noise
machine_language
- 附件主要是关于汇编语言方面的基材以及相关算法-mainly about the textbook of machine language
LMS
- LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)