搜索:parallel+adder
找到约 263 项符合「parallel+adder」的查询结果
结果 263
按分类筛选
- 全部
- 技术资料 (79)
- 单片机编程 (19)
- VHDL/FPGA/Verilog (19)
- 其他 (11)
- 单片机开发 (11)
- Linux/Unix编程 (10)
- matlab例程 (9)
- 其他书籍 (8)
- 数学计算 (8)
- 嵌入式/单片机编程 (5)
- 文章/文档 (5)
- 微处理器开发 (5)
- 书籍源码 (4)
- 通讯编程文档 (4)
- 软件设计/软件工程 (4)
- 书籍 (4)
- 软件工程 (3)
- 电子书籍 (3)
- 教程资料 (3)
- 可编程逻辑 (3)
- 驱动编程 (3)
- 网络 (3)
- 人工智能/神经网络 (3)
- 系统设计方案 (3)
- 其他嵌入式/单片机内容 (3)
- 并行计算 (3)
- 学术论文 (2)
- 数值算法/人工智能 (2)
- 资料/手册 (2)
- ARM (2)
- 文件格式 (2)
- 其他行业 (2)
- 并口编程 (2)
- 中间件编程 (2)
- 行业发展研究 (2)
- 嵌入式综合 (1)
- 工控技术 (1)
- 模拟电子 (1)
- Internet/网络编程 (1)
- 编译器/解释器 (1)
- Java编程 (1)
- USB编程 (1)
- 汇编语言 (1)
- 精品软件 (1)
- VIP专区 (1)
https://www.eeworm.com/dl/648/350226.html
单片机开发
MSP430 LCD编程代码12864 Parallel Driver 12864 Serial Driver
MSP430 LCD编程代码12864 Parallel Driver 12864 Serial Driver
https://www.eeworm.com/dl/694/414318.html
并行计算
This code can use to multiply two matrices in Parallel computer enviroment.c
This code can use to multiply two matrices in Parallel computer enviroment.c
https://www.eeworm.com/dl/663/388867.html
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/684/240667.html
软件设计/软件工程
Jtag schematic for embemed system design. It support parallel port connected to jtag.
Jtag schematic for embemed system design. It support parallel port connected to jtag.
https://www.eeworm.com/dl/684/433828.html
软件设计/软件工程
Petri Nets Petri nets are a basic model of parallel and distributed systems
Petri Nets
Petri nets are a basic model of parallel and distributed systems
https://www.eeworm.com/dl/682/279436.html
中间件编程
High-speed Interface to Host EPP Parallel Port * Version: 1.0 * Last updated: 2001.12.20 * Tar
High-speed Interface to Host EPP Parallel Port
* Version: 1.0
* Last updated: 2001.12.20
* Target: All AVR Devices with 12 I/O pins
https://www.eeworm.com/dl/665/492155.html
matlab例程
Matlab code for parallel and series coeficients modules used in comb and allpass filters
Matlab code for parallel and series coeficients modules used in comb and allpass filters
https://www.eeworm.com/dl/532/485349.html
书籍源码
Parallel robotic manipulators can be considered a well-established option for many different applic
Parallel robotic manipulators can be considered a well-established option
for many different applications of manipulation, machining, guiding,
testing, control, tracking, haptic force feed-back, etc. A typical parallel robotic
manipulator (PM) consists of a mobile platform connec ...
https://www.eeworm.com/dl/646/229027.html
通讯编程文档
A self-designed control of PC parallel port communication is introduced in this paper.Taking advanta
A self-designed control of PC parallel port communication is introduced in this paper.Taking advantage of the MFC ActiveX technology, it is developed in Visual C++ and offset the scarcity of the control of PC parellel paort communication. An example of frequency measurement shows ...
https://www.eeworm.com/dl/663/414312.html
VHDL/FPGA/Verilog
Very simple USB 1.1 PHY. Includes all the goodies: serial/parallel conversion, bit stuffing/unstuff
Very simple USB 1.1 PHY. Includes all the goodies: serial/parallel
conversion, bit stuffing/unstuffing, NRZI encoding decoding. Uses a
simplified UTMI interface. Currently doesn t do any error checking in
the RX section [should probably check for bit unstuffing errors].
Otherwise ...