搜索结果

找到约 18 项符合 i2 的查询结果

数据结构 问题描述 序列Z=<B

问题描述 序列Z=<B,C,D,B>是序列X=<A,B,C,B,D,A,B>的子序列,相应的递增下标序列为<2,3,5,7>。 一般地,给定一个序列X=<x1,x2,…,xm>,则另一个序列Z=<z1,z2,…,zk>是X的子序列,是指存在一个严格递增的下标序列〈i1,i2,…,ik〉使得对于所有j=1,2,…,k使Z中第j个元素zj与X中第ij个元素相同。 给定2个序列X和 ...
https://www.eeworm.com/dl/654/248042.html
下载: 30
查看: 1042

数据结构 对PL0原编译器进行了以下的扩充:1.增加以下保留字else(elsesym), for(forsym),to(tosym),downto(downtosym),return(returnsym),[

对PL0原编译器进行了以下的扩充:1.增加以下保留字else(elsesym), for(forsym),to(tosym),downto(downtosym),return(returnsym),[(lmparen),](rmparen) 2.增加了以下的运算符:+=(eplus),-=(eminus),++(dplus),--(dminus) 取址运算符&(radsym),指向运算符@(padsym) 3.修改单词:修改不等号#为<> 4.扩充语句:(1)增加了else ...
https://www.eeworm.com/dl/654/315401.html
下载: 78
查看: 1737

数学计算 Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... &l

Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... < iK <= N. For example, sequence (1, 7, 3, 5, 9, 4, 8) has ordered subse ...
https://www.eeworm.com/dl/641/376407.html
下载: 20
查看: 1592

VHDL/FPGA/Verilog verilog code 4-bit carry look-ahead adder output [3:0] s //summation output cout //carryout inpu

verilog code 4-bit carry look-ahead adder output [3:0] s //summation output cout //carryout input [3:0] i1 //input1 input [3:0] i2 //input2 input c0 //前一級進位
https://www.eeworm.com/dl/663/388867.html
下载: 29
查看: 1136

数据结构 设有由n个不相同的整数组成的数列

设有由n个不相同的整数组成的数列,记为: a(1)、a(2)、……、a(n)且a(i)<>a(j) (i<>j) 例如3,18,7,14,10,12,23,41,16,24。 若存在i1<i2<i3< … < ie 且有a(i1)<a(i2)< … <a(ie)则称为长度为e的不下降序列。如上例中3,18,23,24就是一个长度为4的不下降序列,同时也有3,7,10,12,16,24长度为6的不下降序列 ...
https://www.eeworm.com/dl/654/454977.html
下载: 42
查看: 1148

源码 直流电阻电路分析

直流电阻,电路分析实例,用户输入R1 R2 R3 R4 Is 求I1  I2
https://www.eeworm.com/dl/513631.html
查看: 4

源码 基于MATLAB的JPEG图像压缩编码

简单的实现JPEG图像压缩编码方法一 clear all; RGB=imread('C:\Users\Administrator\Desktop\123.bmp');%读取内存中bmp格式的彩色图像 I=rgb2gray(RGB);%将彩色图像转换为灰度图像 I1=im2double(I);%将图像变换为双精度格式 T=dctmtx(8);%处理后返回一个8*8阶的DCT矩阵 B1=blkproc(I1,[8 8],'P1*x*P2', ...
https://www.eeworm.com/dl/516912.html
查看: 75

VIP专区 VIP专区-单片机源代码精选合集系列(68)

eeworm.com VIP专区 单片机源码系列 67资源包含以下内容:1. P89LPC912单片机数据手册.pdf2. P89LPC932 Flash单片机使用指南.pdf3. PC MCU串行通信的应用设计方法.pdf4. RSA加解密系统及其单芯片实现.pdf5. PCF8563实时时钟高精度调整方法.pdf6. PAM2862 1A LED Driver with Int.pdf7. AN070219 PCF8563中断输出功能.pdf8. ...
https://www.eeworm.com/vipdownload/67.html
下载: 89
查看: 8692