T.4
T.4技术资料下载专区,收录500份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
500
T.4 全部资料 500 份
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 ...
2017-01-07
29
从键盘输入两个十六进制数(长度小于4)
从键盘输入两个十六进制数(长度小于4),计算它们的和然后输出,如输入的两个数为1111,abcd,则显示结果为:1111+abcd=bcde
2017-01-24
76
1. compile: mpicc cjacobi.c -o cjacobi -lm 2. run: mpirun -np 4 cjacobi 3. result: Input of
1. compile: mpicc cjacobi.c -o cjacobi -lm 2. run: mpirun -np 4 cjacobi 3. result: Input of file "dataIn.txt"
2016-08-24
74