代码搜索:Performs

找到约 4,693 项符合「Performs」的源代码

代码结果 4,693
www.eeworm.com/read/140893/7117141

java parcel8.java

//: c08:Parcel8.java // An anonymous inner class that performs // initialization. A briefer version of Parcel4.java. // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com.
www.eeworm.com/read/461382/7228205

m sisodecode.m

% SisoDecode performs soft-in/soft-out decodeing of a convolutional code. % % The calling syntax is: % [output_u, output_c] = SisoDecode(input_u, input_c, g_encoder, [code_type], [dec_type] )
www.eeworm.com/read/445694/7591876

m multidepintegerheuristicxover.m

function [c1,c2] = multiDepIntegerHeuristicXover(p1,p2,bounds,Ops) % Heuristic crossover takes two parents P1,P2 and performs an extrapolation % along the line formed by the two parents outward in the
www.eeworm.com/read/197649/7982995

m jifen.m

function h=jifen(x,dt) % The function JIFEN performs a point wise integration of x(1,n). % % Input- % x - column vector data x(1,n) % dt - the true delta t % Output- % h - raw vector data h(n
www.eeworm.com/read/244800/12843103

m run_llc.m

function mappedX = run_llc(X, no_dims, k, no_analyzers, max_iterations, eig_impl) %RUN_LLC Performs the LLC algorithm for dimensionality reduction % % mappedX = run_llc(X, no_dims, k, no_analyzers,
www.eeworm.com/read/142092/12963171

m jifen.m

function h=jifen(x,dt) % The function JIFEN performs a point wise integration of x(1,n). % % Input- % x - column vector data x(1,n) % dt - the true delta t % Output- % h - raw vector data h(n
www.eeworm.com/read/138758/13216895

java parcel8.java

//: c08:Parcel8.java // An anonymous inner class that performs // initialization. A briefer version of Parcel4.java. // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com.
www.eeworm.com/read/320605/13422065

java parcel8.java

//: c08:Parcel8.java // An anonymous inner class that performs // initialization. A briefer version of Parcel4.java. // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com.
www.eeworm.com/read/310212/13655010

m bwfill.m

function varargout = bwfill(varargin) %BWFILL Fill background regions in binary image. % BW2 = BWFILL(BW1,C,R,N) performs a flood-fill operation on % the input binary image BW1, starting from t
www.eeworm.com/read/307147/13727548

m inpaint_foe.m

function O = inpaint_foe(I, mask, model, niters) %INPAINT_FOE Image inpainting with FoE model. % O = INPAINT_FOE(I, MASK, P, NITERS) performs image inpainting on % image I using an FoE model P.