搜索资源列表
single
- 1. compile: mpicc cjacobi.c -o cjacobi -lm 2. run: mpirun -np 4 cjacobi 3. result: Input of file \"dataIn.txt\"
filter
- M=63 J=(M-1)/2 Wp=0.5*pi Ws=0.6*pi Np=100 Ns=100 weightp=1 weights=100 通带和阻带的加权系数 WpN=linspace(0,Wp,Np) WsN=linspace(Ws,pi-0.05,Ns) Wm=[WpN WsN] p=[ones(1,50),ones(1,50)/2] d=[p,zeros(1,Ns)] W=diag([weightp*ones(1,Np),weights*o
juzhen
- 矩阵的乘法.只有当矩阵A的列数与矩阵B的行数相等时A×B才有意义。一个m×n的矩阵a(m,n)左乘一个n×p的矩阵b(n,p),会得到一个m×p的矩阵c(m,p)-Matrix multiplication
Man-slash-NP-Collection-130
- C#学习其实还是蛮实用的,供大家学习参考 希望最大家有用-C# learning but it is still quite useful for everyone to learn reference I hope most useful to everyone
FR_WA1014-1024NP-C-162113
- SeaPai 烧写MAC地址 机型: FR_WA(1014-1024)NP-C -SeaPai MAC address programming models: FR_WA (1014-1024) NP-C
ex1.doc
- 1. compile: mpicc seidel.c -o seidel 2. run: mpirun -np 4 seidel 3. result: Input of file "dataIn.txt" 3 4 9.000000 -1.000000 -1.000000 7.000000 -1.000000 8.000000 0.000000 7.000000