代码搜索:Parallel
找到约 6,530 项符合「Parallel」的源代码
代码结果 6,530
www.eeworm.com/read/155374/5624830
h par.h
/* parallel not implemented yet */
extern int cma_parallel_not_implemented;
www.eeworm.com/read/189194/8485770
rule ellipsoid_gg_parallel.rule
rules
3 2 1
x trapezoid -1.861754 -1.861754 -1.861754 1.817149
y trapezoid -1.936775 -1.936775 -1.509998 1.860374
z trapezoid -1.907192 -1.907192 -1.830783 1.836841
x trapezoid -0.909092 -0.909092 0.
www.eeworm.com/read/189194/8485849
inp ellipsen_gk_parallel.inp
normal
400 1 1
x y
0.405389 2.577529
-0.233778 3.443026
0.119618 2.070246
0.443835 2.682243
-0.562050 3.543389
-0.384122 2.954644
0.028465 3.040563
-0.739443 3.406975
0.897512 3.423277
0.029031 3.0445
www.eeworm.com/read/189194/8485881
inp ellipsoid_gg_parallel.inp
normal
600 2 1
x y z
-0.184458 -0.305679 1.065938
-1.861754 -0.568379 0.234897
-0.783035 0.784363 -0.297628
-0.974450 0.547180 -0.643325
0.492464 1.706422 -0.504796
1.377237 -0.536762 0.792673
1
www.eeworm.com/read/189194/8485886
inp ellipsen_gg_parallel.inp
normal
400 1 1
x y
-2.049074 -0.011702
-0.057411 -0.394443
2.429995 -0.447748
0.695580 -0.942668
0.344403 -0.084188
-2.313521 0.144262
-0.156422 -0.739878
-2.507221 -0.107761
2.190436 0.252933
-0.3367
www.eeworm.com/read/188397/8543753
m parallel2series.m
function y = parallel2series(X)
L=length(X(:,1));
R=length(X(1,:));
newvec=zeros(L*R,1);
for i=0:(R-1)
newvec(1+i*L:(1+i)*L,1)=X(:,i+1);
end
y=newvec;
www.eeworm.com/read/188397/8543776
m series2parallel.m
function y = series2parallel(x,N)
L=length(x);
q=floor(L/N);
newvec=zeros(N,q);
for i=1:q
newvec(1:N,i)=x((1+(i-1)*N):i*N);
end
y=newvec;
www.eeworm.com/read/287595/8679511
obj lcd1602_parallel.obj
www.eeworm.com/read/287595/8679521
c lcd1602_parallel.c
/*=============================1602液晶驱动程序============================
程序名称:1602液晶驱动程序
版 本:Agni 07-SV开发板
作 者:蓝极风电子技术
日 期:2007.10.28
注:(1):主芯片AT89S52使用11.0592M晶振,1602上下屏
www.eeworm.com/read/287595/8679540
lst lcd1602_parallel.lst
C51 COMPILER V8.05a LCD1602_PARALLEL 11/06/2007 16:06:02 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE LCD1602_PARALLEL
OBJECT MODULE