代码搜索:Parallel
找到约 6,530 项符合「Parallel」的源代码
代码结果 6,530
www.eeworm.com/read/185531/9033443
pdf parallel server-6.pdf
www.eeworm.com/read/185531/9033444
pdf parallel server-2.pdf
www.eeworm.com/read/282313/9102450
m parallel2series.m
function y = parallel2series(X) %并/串函数
L=length(X(:,1)); %取X的第一列的长度
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/282313/9102462
m series2parallel.m
function y = series2parallel(x,N) %串/并函数
L=length(x);
q=floor(L/N); % floor函数计算循环被执行的次数
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/281319/9164366
bsf parallel_12out.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/281319/9164411
v parallel_12out.v
module parallel_12out(data_in,data_out1,data_out2,data_out3
,data_out4,data_out5,data_out6,data_out7
,data_out8,data_out9,data_out10,data_out11
,data_out12);
input [12:1] data_in;
out
www.eeworm.com/read/378893/9213906
pdf mpi_parallel_programming.pdf
www.eeworm.com/read/372111/9521442
c 12864driver_parallel.c
#include "SPCE061A.h"
//12864并行驱动接口,rs--iob13,rw--iob14, e--iob15,8位的数据口接IOA8-IOA15
#define setblcdrs *P_IOB_Buffer=*P_IOB_Buffer|0x2000
#define clrlcdrs *P_IOB_Buffer=*P_IOB_Buffer&0xdfff
#
www.eeworm.com/read/364029/9924775
uv2 serial to parallel.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x
www.eeworm.com/read/364029/9924779
uv2 parallel to serial.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x