搜索结果
找到约 104 项符合
element 的查询结果
按分类筛选
- 全部分类
- 数学计算 (22)
- matlab例程 (16)
- 其他书籍 (13)
- 数值算法/人工智能 (8)
- 技术资料 (7)
- 模拟电子 (3)
- 系统设计方案 (2)
- VC书籍 (2)
- VHDL/FPGA/Verilog (2)
- 书籍源码 (2)
- Linux/Unix编程 (2)
- 软件设计/软件工程 (2)
- 书籍 (2)
- 学术论文 (1)
- 教程资料 (1)
- PCB相关 (1)
- 电源技术 (1)
- 无线通信 (1)
- 可编程逻辑 (1)
- 嵌入式/单片机编程 (1)
- 其他行业 (1)
- 编译器/解释器 (1)
- 行业发展研究 (1)
- Java编程 (1)
- 并行计算 (1)
- 文件格式 (1)
- 数据结构 (1)
- JavaScript (1)
- 其他 (1)
- 网络 (1)
- 单片机开发 (1)
- 技术管理 (1)
- 多国语言处理 (1)
- VIP专区 (1)
编译器/解释器 encode.v The encoder syndrome.v Syndrome generator in decoder berlekamp.v Berlekamp algorithm in
encode.v The encoder
syndrome.v Syndrome generator in decoder
berlekamp.v Berlekamp algorithm in decoder
chien-search.v Chien search and Forney algorithm in decoder
decode.v The top module of the decoder
inverse.v Computes multiplication inverse of an Galois field element
test-bench.v The tes ...
其他书籍 关于FPGA流水线设计的论文 This work investigates the use of very deep pipelines for implementing circuits in
关于FPGA流水线设计的论文
This work investigates the use of very deep pipelines for
implementing circuits in FPGAs, where each pipeline
stage is limited to a single FPGA logic element (LE). The
architecture and VHDL design of a parameterized integer
array multiplier is presented and also an IEEE 754
...
VC书籍 This section contains a brief introduction to the C language. It is intended as a tutorial on the la
This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C. 2. write a recursive function FIB (n) ...
其他书籍 英文版,pdf格式。 详细说明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Templa
英文版,pdf格式。
详细说明:
Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition)
URL: http://www.amazon.com/exec/obidos/tg/detail/-/0201379236/
ISBN: 0201379236
Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge
Publisher: ...
VHDL/FPGA/Verilog Hard-decision decoding scheme Codeword length (n) : 31 symbols. Message length (k) : 19 symbols.
Hard-decision decoding scheme
Codeword length (n) : 31 symbols.
Message length (k) : 19 symbols.
Error correction capability (t) : 6 symbols
One symbol represents 5 bit.
Uses GF(2^5) with primitive polynomial p(x) = X^5 X^2 + 1
Generator polynomial, g(x) = a^15 a^21*X + a^6*X^2 + a^15*X^3 + a^ ...
Linux/Unix编程 Distributed Median,Alice has an array A, and Bob has an array B. All elements in A and B are distinc
Distributed Median,Alice has an array A, and Bob has an array B. All elements in A and B are distinct. Alice and Bob are interested in finding the median element of their combined arrays.
其他书籍 本手册针对的是已有一定网页设计制作经验的读者。其目的是提供最新最全的样式表内容的快速索引及注释。所以对于样式表的基础知识
本手册针对的是已有一定网页设计制作经验的读者。其目的是提供最新最全的样式表内容的快速索引及注释。所以对于样式表的基础知识,在此仅简单介绍,恕不赘述。
本手册的升级信息与版权声明请参阅关于本书页面。本手册中专用词汇请参阅中英文词汇对照表。
限于篇幅,对于一些过于繁杂的相关内容,如动态样式属性(Dynamic ...
Java编程 We have a group of N items (represented by integers from 1 to N), and we know that there is some tot
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparis ...
并行计算 How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters S
How the K-mean Cluster work
Step 1. Begin with a decision the value of k = number of clusters
Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following:
Take the first k training sample as single-e ...
其他书籍 This title demonstrates how to develop computer programmes which solve specific engineering problems
This title demonstrates how to develop computer programmes which solve specific engineering problems using the finite element method. It enables students, scientists and engineers to assemble their own computer programmes to produce numerical results to solve these problems. The first three editions ...