搜索结果
找到约 1,853 项符合
X-Lite 的查询结果
matlab例程 暂时只支持jpeg2000支持的 cdf97 和spline53 可以这样来测试: x=imread( E:studyjpeg2000imageslena.tif ) % see the de
暂时只支持jpeg2000支持的 cdf97 和spline53
可以这样来测试:
x=imread( E:\study\jpeg2000\images\lena.tif )
% see the decomposition coefficients
y=wavelift(x, 1, spl53 ) using spline 5/3 wavelet
figure subplot(1,2,1) imshow(x) subplot(1,2,2) imshow(mat2gray(y))
% see the reconstruction precision
y ...
VHDL/FPGA/Verilog -- Booth Multiplier -- This file contains all the entity-architectures for a complete -- k-bit x k
-- Booth Multiplier
-- This file contains all the entity-architectures for a complete
-- k-bit x k-bit Booth multiplier.
-- the design makes use of the new shift operators available in the VHDL-93 std
-- this design passes the Synplify synthesis check
-- download from: www.fpga.com.cn & www.pld.com. ...
VxWorks zinc60t22.tar.gz:zinc在tornado2.2.x下的补丁
zinc60t22.tar.gz:zinc在tornado2.2.x下的补丁
其他书籍 matlab6.x 信号处理 清华大学出版社
matlab6.x 信号处理 清华大学出版社
单片机开发 Small RTOSv1.12.x 下dp-51例子, 包括完整的原程序和说明
Small RTOSv1.12.x 下dp-51例子, 包括完整的原程序和说明
嵌入式Linux 此程序为查询方式下的tl16c750程序.开发环境为uClinux2.4.x+s3c440b.不需要向uClinux内核中加入驱动
此程序为查询方式下的tl16c750程序.开发环境为uClinux2.4.x+s3c440b.不需要向uClinux内核中加入驱动,使用方便,代码量小。附:编译映像。
嵌入式Linux 开发环境为uClinux2.4.x+s3c44b0。此程序以字节方式对IIC器件进行读写。通过硬件测试
开发环境为uClinux2.4.x+s3c44b0。此程序以字节方式对IIC器件进行读写。通过硬件测试,可以直接使用。附:IIC测试程序。具体使用说明见其中的readme.txt。
其他 Visual Assist X V10.2.1445.0破解版-是ms visual studio 开发必备工具
Visual Assist X V10.2.1445.0破解版-是ms visual studio 开发必备工具
加密解密 设f(x)=1+x+x2+x5+x27
设f(x)=1+x+x2+x5+x27,试分别写出实现下列移位寄存器的程序:
以f(x)为联接多项式的DSR;
以f(x)为联接多项式的LFSR。
可供选择的联接多项式:
f1(x)=1+x+x4+x6+x30;
f2(x)=1+ x3+ x31;
f3(x)=1+ x6+ x31;
f4(x)=1+ x7+ x31;
f5(x)=1+ x13+ x31;
数据结构 merge sort give a set S of n integers and another integer x, determine whether or not there exits tw
merge sort give a set S of n integers and another integer x, determine whether or not there exits two elements in S whose sum is exactly x.