代码搜索:developped

找到约 72 项符合「developped」的源代码

代码结果 72
www.eeworm.com/read/486579/6535873

m cgnr.m

%function [y,x]=CGNR(A,b,x0) %developped by Plum %this algorithm is to sovle the linear system Ax=b %where A is a n-by-n matrix function [y,x]=CGNR(A,b,x0) k=0; x0=zeros(length(A),1); r=b-A*x0;
www.eeworm.com/read/486579/6535884

asv cg.asv

%function y=CG(A,b,x0) %developped by Plum %this algorithm is to sovle the linear syAx=b function [y,x]=CG(A,b,x0) k=0; r0=b-A*x0; r1=r0; err=1; while err>0.00001 k=k+1; if k
www.eeworm.com/read/132288/14102020

txt inputfile.txt

This is an input test file for RSA Encryption Decryption. The application has been implemented by A. Teng and X. Gricourt using the source codes provided by Miracl and developped under Microsoft Visu
www.eeworm.com/read/486579/6535847

m rawcg.m

%function y=CG(A,b,x0) %developped by Plum %this algorithm is to sovle the linear system Ax=b %where A is a n-by-n matrix function [y,x]=RawCG(A,b,x0) k=0; r=b-A*x0; err=1; while err>0.00001
www.eeworm.com/read/486579/6535857

m cg.m

%function y=CG(A,b,x0) %developped by Plum_Liliang %this algorithm is to sovle the linear system Ax=b %where A is a n-by-n matrix function [y,x]=CG(A,b,x0) k=0;n=length(A); if nargin
www.eeworm.com/read/486579/6535841

asv cgnr.asv

%function [y,x]=CGNR(A,b,x0) %developped by Plum %this algorithm is to sovle the linear system Ax=b %where A is a n-by-n matrix function [y,x]=CGNR(A,b,x0) k=0; x0=zeros(length(A),1); r=b-A*x0;
www.eeworm.com/read/169576/9850885

cpp soundin.cpp

// Sound.cpp: implementation of the CSoundIn class. // ///////////////////////////////////////////////////////////////////////////////////////// /* This program is Developped by Yannick
www.eeworm.com/read/221832/14718669

cpp soundin.cpp

// Sound.cpp: implementation of the CSoundIn class. // ///////////////////////////////////////////////////////////////////////////////////////// /* This program is Copyright Developped
www.eeworm.com/read/221826/14718911

cpp soundin.cpp

// Sound.cpp: implementation of the CSoundIn class. // ///////////////////////////////////////////////////////////////////////////////////////// /* This program is Developped by Yannick
www.eeworm.com/read/414543/11109026

cpp soundin.cpp

// Sound.cpp: implementation of the CSoundIn class. // ///////////////////////////////////////////////////////////////////////////////////////// /* This program is Copyright Developped