搜索:parallel+structure
找到约 540 项符合「parallel+structure」的查询结果
结果 540
按分类筛选
- 全部
- 技术资料 (182)
- 单片机编程 (33)
- matlab例程 (26)
- 其他书籍 (22)
- 其他 (18)
- 数据结构 (16)
- 单片机开发 (14)
- 文章/文档 (14)
- 软件设计/软件工程 (12)
- 书籍 (12)
- Linux/Unix编程 (10)
- 人工智能/神经网络 (10)
- 电子书籍 (9)
- VHDL/FPGA/Verilog (9)
- Java编程 (8)
- 数学计算 (7)
- 通讯编程文档 (6)
- 系统设计方案 (6)
- 书籍源码 (5)
- 网络 (5)
- 文件格式 (5)
- 汇编语言 (5)
- 微处理器开发 (5)
- 数值算法/人工智能 (4)
- 软件工程 (4)
- 可编程逻辑 (4)
- 压缩解压 (4)
- 嵌入式/单片机编程 (4)
- 通信网络 (3)
- 教程资料 (3)
- 驱动编程 (3)
- 编译器/解释器 (3)
- USB编程 (3)
- 其他数据库 (3)
- 其他行业 (3)
- 其他嵌入式/单片机内容 (3)
- SQL Server (3)
- GPS编程 (3)
- 并行计算 (3)
- DSP编程 (2)
- 技术书籍 (2)
- 资料/手册 (2)
- ARM (2)
- 模拟电子 (2)
- Internet/网络编程 (2)
- 技术管理 (2)
- 并口编程 (2)
- 中间件编程 (2)
- 行业发展研究 (2)
- PCB相关 (1)
- 电源技术 (1)
- 无线通信 (1)
- Linux/uClinux/Unix编程 (1)
- 学术论文 (1)
- 多媒体处理 (1)
- 数据库系统 (1)
- 通讯/手机编程 (1)
- 其他文档 (1)
- 嵌入式综合 (1)
- 工控技术 (1)
- 语音压缩 (1)
- 磁盘编程 (1)
- 企业管理 (1)
- 传真(Fax)编程 (1)
- uCOS (1)
- 嵌入式Linux (1)
- Java书籍 (1)
- J2ME (1)
- 家庭/个人应用 (1)
- 生物技术 (1)
- Symbian (1)
- MySQL数据库 (1)
- 邮电通讯系统 (1)
- Ajax (1)
- 精品软件 (1)
- VIP专区 (1)
- 论文 (1)
https://www.eeworm.com/dl/684/466988.html
软件设计/软件工程
A digital filter structure for wideband filtering is proposed. It consists of two allpass filters a
A digital filter structure for wideband filtering
is proposed. It consists of two allpass filters and a linearphase
FIR filter. One major advantage of this structure is
that the allpass filters are functions of zM which implies
that the maximal sample frequency is M times higher ...
https://www.eeworm.com/dl/957876.html
技术资料
期刊论文:A distributed parallel system for face recognit
·期刊论文:A distributed parallel system for face recognit
https://www.eeworm.com/dl/639/189770.html
文件格式
关于PSRS(Parallel Sorting by Regular Sampling)并行算法的权威论文
关于PSRS(Parallel Sorting by Regular Sampling)并行算法的权威论文
https://www.eeworm.com/dl/619/428359.html
Linux/Unix编程
C programs for adding two matrices parallely usinf Parallel Virtual Machine(PVM).It is working and c
C programs for adding two matrices parallely usinf Parallel Virtual Machine(PVM).It is working and can be used as a starting point to familiarize PVM
https://www.eeworm.com/dl/663/469228.html
VHDL/FPGA/Verilog
a simple serial to parallel converter using XILLINX and VHDL (the number of the project represents t
a simple serial to parallel converter using XILLINX and VHDL (the number of the project represents the binary code used by the converter e.g 23- 10111)
https://www.eeworm.com/dl/694/472739.html
并行计算
A program written by C++ which is used to search using binary search concept on parallel processes,,
A program written by C++ which is used to search using binary search concept on parallel processes,,,,wishing it is useful
https://www.eeworm.com/dl/516/139716.html
DSP编程
PID calculations for the _pid structure *a. This function uses the positional form of the pid equati
PID calculations for the _pid structure *a. This function uses the positional form of the pid equation, and incorporates an integral windup prevention algorithim. Rectangular integration is used, so this function must be repeated on a consistent time basis for accurate control.
https://www.eeworm.com/dl/542/240830.html
其他书籍
Techniques for storing and processing data are at the heart of all programs. The term data structure
Techniques for storing and processing data are at the heart of all programs. The term data structure is used to describe the way data is stored, and the term algorithm is used to describe the way data is processed.
https://www.eeworm.com/dl/690/411507.html
邮电通讯系统
This is GMS down upper converter and down converter in simulink. you may understand the structure in
This is GMS down upper converter and down converter in simulink. you may understand the structure in here, believe is useful to those who interested in telecommunication
https://www.eeworm.com/dl/654/414286.html
数据结构
The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value
The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value. A 0 [1] bit corresponds to the Boolean value false [true], respectively. We can look at a stream of bytes as a stream of bits each byte contains 8 bits, so any n bytes hold n*8 ...