代码搜索:computing

找到约 6,514 项符合「computing」的源代码

代码结果 6,514
www.eeworm.com/read/315311/13546601

html computing.html

Xlib Programming Manual: Computing with Regions 16.5.3 Computing with Regions To generate the smallest rectangle enclosing a region,
www.eeworm.com/read/213980/15118863

m computing.m

% end to root,U to P and Q n=11; for t=n:-1:1 if t==1 k=0,j1=2,j2=9,qiantui1; elseif t==2 k=1,j1=7,j2=3,qiantui1; elseif t==3 k=2,j1=4,j2=0,qiantui3; elseif t==4 k=3,j1=5,j2=6,qi
www.eeworm.com/read/390963/8431466

chm grid.computing.chm

www.eeworm.com/read/431225/8694583

txt matrix computing.txt

//定义,初始数据输入,构成矩阵 #define maxsize 1000 #define ERROR 0 #define maxrc 100 #include #include #include typedef struct { int i,j; int v; }node,*pnode; typedef struct
www.eeworm.com/read/360651/10082930

m computing_zn.m

function o=computing_zn(c,h) %计算z(n)=c(n)*h(n),h(n)为更新过的 %输入 c--码字c(n),h-冲击响应h(n) %输出o---z(n) z=conv(c,h); z=z(1:40); o=z;
www.eeworm.com/read/278132/10566245

m computing_zn.m

function o=computing_zn(c,h) %计算z(n)=c(n)*h(n),h(n)为更新过的 %输入 c--码字c(n),h-冲击响应h(n) %输出o---z(n) z=conv(c,h); z=z(1:40); o=z;
www.eeworm.com/read/288800/6939786

pdf grid computing.pdf

www.eeworm.com/read/303685/13810293

m reliability_computing.m

function [D,R_out]=reliability_computing(C,R,beta); [m,n]=size(C); dis_mini=inf; for k=1:n y=(C(:,k)-0.5)*2; dis=sum((R-y).^2); if dis