代码搜索:Input1
找到约 681 项符合「Input1」的源代码
代码结果 681
www.eeworm.com/read/261781/11623630
c wfp.c
#include
#include
#include
#include
//文法:E->E+E|E*E|(E)|i
//经过消除二义性和左递归后为:
//E->TG
//G->+TG|~
//T->FS
//S->*FS|~
//F->(E)|i
//a保存输入的分析串,b已经分析的串,d保存推导
www.eeworm.com/read/208443/15247032
m checkloop.m
function y = checkloop(input1)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%---------检验输入矩阵的各行是否与其他行存在度为4的环----------%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/294237/8245334
c dgyffxq.c
#include
#include
#include
#include
char a[50] ,b[50],d[200],e[10];//a保存输入的分析串,b已经分析的串,d保存推导过程中的推导式,e
char ch;//当前的分析字符
int n1,i1=0,flag=1,n=5;
//n1表示输
www.eeworm.com/read/173705/9641008
m correl.m
function[Rxy]=correl(x,y)
%
% function[Rxy]=correl(x,y)
% calculate the correlation coeficient
% of two vectors -input1 and input2 or
% gives the vector of correlation
www.eeworm.com/read/429444/8808339
m cerr.m
function [se,input2]=cerr(w1,w2,b1,b2)
testdata
realdata
[length column]=size(testdat);
for i=1:length
input1(i,:)=f(testdat(i,:)*w1'+b1');
input2(i)=f(input1(i,:)*w2'+b2');
end
se=sum
www.eeworm.com/read/380755/9129701
m gpsmain.m
%主函数:输入为信噪比snr_in_dB,产生p1,p2
function [p1,p5]=GPSmain(snr_in_DB)
E=1;
G=[1 1 1 1 0 0 1;1 0 1 1 0 1 1];
% snr_in_DB=-4:0.5:10;
snr=10^(snr_in_DB/10);
sgma=sqrt((E/snr)/2);%噪声方差
N=1;%桢个数
N1=
www.eeworm.com/read/182987/9181384
m cerr.m
function [se,input2]=cerr(w1,w2,b1,b2)
testdata
realdata
[length column]=size(testdat);
for i=1:length
input1(i,:)=f(testdat(i,:)*w1'+b1');
input2(i)=f(input1(i,:)*w2'+b2');
end
se=sum