-
算法实现题 最长公共子序列问题
给定两个序列
X = { x1 , x2 , ... , xm }
Y = { y1 , y2 , ... , yn...
算法实现题 最长公共子序列问题
给定两个序列
X = { x1 , x2 , ... , xm }
Y = { y1 , y2 , ... , yn }
求X和Y的一个最长公共子序列
举例
X = { a , b , c , b , d , a , b }
Y = { b , d , c , a , b , a }
最长公共子序列为
LSC = { b , c , b , a }-Algorithm to achieve the longest common sub-title sequence of the problem given two sequences X = (x1, x2, ..., xm) Y = (y1, y2, ..., yn) for X and Y, a maximum common substructure sequence, for example X = (a, b, c, b, d, a, b) Y = (b, d, c, a, b, a) the longest common sub-sequence for LSC = (b, c, b, a )
- 2022-03-02 12:22:07下载
- 积分:1
-
java图形界面编程,输出10次字符串,字体一次比一次大。
java图形界面编程,输出10次字符串,字体一次比一次大。-graphical programming interface, output 10 string, a character than a major.
- 2022-10-30 16:35:03下载
- 积分:1
-
51单片机波特率计算器,可以输入波特率计算初值,也可初值计算波特率,很好用的,节省时间...
51单片机波特率计算器,可以输入波特率计算初值,也可初值计算波特率,很好用的,节省时间-51 MCU baud rate calculator, you can enter the baud rate calculation of the initial value can also be calculated initial baud rate, good use and save time
- 2022-03-22 07:05:37下载
- 积分:1
-
usb插拔自动侦测
根据指定的USB卷标名,自动侦测该USB设备插拔,返回USB设备盘符,并根据usb设备动作情况调用相对应的批处理文件。
- 2022-07-27 04:24:32下载
- 积分:1
-
基于免疫算法的模糊神经网络在板厚板形控制中的应用 很不错的文章 对免疫算法的模糊神经网络控制进行的详细的分析...
基于免疫算法的模糊神经网络在板厚板形控制中的应用 很不错的文章 对免疫算法的模糊神经网络控制进行的详细的分析
- 2022-03-06 03:23:23下载
- 积分:1
-
PHP programming language, the mail routines PHP and MYSQL
PHP编程语言发邮件的例程 PHP+MYSQL-PHP programming language, the mail routines PHP and MYSQL
- 2022-05-17 00:58:04下载
- 积分:1
-
This is the basis of a change of netizens eight digital procedures, the operatin...
这是我根据 一个网友 改变的 八数码 程序,在Bcb6环境下运行-This is the basis of a change of netizens eight digital procedures, the operating environment Bcb6
- 2022-04-11 07:44:38下载
- 积分:1
-
32*32点阵书写屏程序
应用背景unsigned long hualiang[]=
{
0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,
0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,
0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,
0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,
};
void hua_liang(void)
{
unsigned int j;
for(hang=0;hang
- 2022-03-01 10:54:03下载
- 积分:1
-
一个用C 语言编写计算器程序,绝对的正确,我自己调试过的,能成功...
一个用C 语言编写计算器程序,绝对的正确,我自己调试过的,能成功-a C language calculator program that is absolutely right, I own debugging off and success
- 2022-05-08 08:45:47下载
- 积分:1
-
本文首先概述了OFDM 的原理、特征和关键技术,介绍了系统需要的几种同步。然后就同步误差对系统性能的影响进行了简单的分析,表明定时偏差和采样频率偏差将会引入码间...
本文首先概述了OFDM 的原理、特征和关键技术,介绍了系统需要的几种同步。然后就同步误差对系统性能的影响进行了简单的分析,表明定时偏差和采样频率偏差将会引入码间干扰,载波频率偏差导致载波间干扰的发生。因此,在OFDM系统接收机中定时的确定、载波频率偏差和采样频率偏差的纠正是信号恢复的关键。之后对OFDM系统同步的几种实现方法进行了介绍,分析了各同步方法的性能。-The paper first outlines the principles of OFDM, features and key technologies, the system needs to introduce several synchronization. Synchronization error and then the impact on system performance for a simple analysis, show that the timing deviation and the sampling frequency deviation will introduce inter-symbol interference, the carrier frequency deviation led to the occurrence of ICI. Therefore, in OFDM system receiver to determine the timing, carrier frequency offset and sampling frequency offset correction signal to restore the key. After the OFDM system to achieve synchronization of several methods of introduction, an analysis of the performance of the synchronization method.
- 2022-03-22 23:04:03下载
- 积分:1