搜索结果
找到约 115 项符合
Length 的查询结果
按分类筛选
- 全部分类
- 压缩解压 (18)
- matlab例程 (12)
- 其他 (11)
- 单片机开发 (8)
- 数据结构 (5)
- 技术资料 (5)
- 其他书籍 (4)
- 数学计算 (4)
- 源码 (4)
- 学术论文 (3)
- 通讯/手机编程 (3)
- 单片机编程 (2)
- 加密解密 (2)
- Linux/Unix编程 (2)
- 书籍源码 (2)
- DSP编程 (2)
- 数值算法/人工智能 (2)
- 邮电通讯系统 (2)
- 书籍 (2)
- 图形图像 (1)
- C/C++语言编程 (1)
- CA认证 (1)
- GPS编程 (1)
- 驱动编程 (1)
- VHDL/FPGA/Verilog (1)
- 嵌入式Linux (1)
- 游戏 (1)
- Java编程 (1)
- 多国语言处理 (1)
- Windows CE (1)
- 文件格式 (1)
- 嵌入式/单片机编程 (1)
- 教育系统应用 (1)
- 电子书籍 (1)
- 汇编语言 (1)
- Delphi控件源码 (1)
- 微处理器开发 (1)
- 3G开发 (1)
- 接口技术 (1)
- 仿真技术 (1)
- 多媒体处理 (1)
学术论文 基于FPGA的图像处理算法及压缩编码
本文以“机车车辆轮对动态检测装置”为研究背景,以改进提升装置性能为目标,研究在Altera公司的FPGA(Field Programmable Gate Array)芯片Cyclone上实现图像采集控制、图像处理算法、JPEG(Joint Photographic Expert Group)压缩编码标准的基本系统。本文使用硬件描述语言Verilog,以RedLogic的RVDK开发板作为硬件平台,在开 ...
图形图像 数字图像处理--行程编码算法的设计与实现(完整报告版本)
·数字图像处理--行程编码算法的设计与实现(完整报告版本)目 录1 绪论 22 需求分析 32.1设计题目 32.2设计目的 32.3设计要求 32.4 开发环境介绍 43 概要设计 53.1图像编码相关理论 53.2 行程编码(Run-Length Encoding,RLE) 63.21  RLE ...
单片机编程 PCA9516 5channel I2C hub
The PCA9516 is a BiCMOS integrated circuit intended forapplication in I2C and SMBus systems.While retaining all the operating modes and features of the I2Csystem, it permits extension of the I2C-bus by buffering both the data(SDA) and the clock (SCL) lines, thus enabling five buses of 400 pF.The I2C ...
单片机编程 AN255-02 IC SMBus REPEATERS HU
PCA9511, PCA9512, PCA9513, PCA9514, PCA9515, PCA9516, PCA9518,P82B96, P82B715Abstract - Philips Semiconductors family of Repeaters, Hubs and Expanders are detailed in this application notethat discusses device operation, maximum cable length and frequency calculations and typical applications.
C/C++语言编程 基于(英蓓特)STM32V100的串口程序
This example provides a description of how  to use the USART with hardware flowcontrol and communicate with the Hyperterminal.First, the USART2 sends the TxBuffer to the hyperterminal and still waiting fora string from the hyperterminal that you must enter which must end by '\r'character (keypa ...
压缩解压 This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer a
This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains "space" characters only. Read several lette ...
数据结构 /** * @author jakcy_wu(wujichun) * * 预测分析--本算法只适用于受周期变化或者波动影响的数据 * 权值移动平均算法 * 本期預測值=(前期值*權數)求和/n * *
/** * @author jakcy_wu(wujichun) * * 预测分析--本算法只适用于受周期变化或者波动影响的数据 * 权值移动平均算法 * 本期預測值=(前期值*權數)求和/n * * 默认权值为{1,1,1},取最近3次的平均 * 注意权值和必须=权值集合.length */
其他 This is a package to calculate Discrete Fourier/Cosine/Sine Transforms of 1-dimensional sequences of
This is a package to calculate Discrete Fourier/Cosine/Sine Transforms of 1-dimensional sequences of length 2^N. This package contains C and Fortran FFT codes.
其他 NTL is a high-performance, portable C++ library providing data structures and algorithms for manipul
NTL is a high-performance, portable C++ library providing data structures and algorithms for manipulating signed, arbitrary length integers, and for vectors, matrices, and polynomials over the integers and over finite fields.
单片机开发 a3load is 8051 firmware that can be used for uploading or downloading to EZ-USB RAM (internal or ex
a3load is 8051 firmware that can be used for uploading or downloading
to EZ-USB RAM (internal or external). It implements the vendor specific
command bRequest = 0xA3. The address to download/upload to/from is
specified in the wValue field of the SETUP packet and the length of
the transfer in the wL ...