代码搜索:Vector

找到约 10,000 项符合「Vector」的源代码

代码结果 10,000
www.eeworm.com/read/488496/6488282

cpp vec_init.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/488496/6488403

cpp screentest.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/488496/6488431

cpp vec_assign.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/488273/6491218

m gain.m

function [g,w] = gain(num,den) % Computes the gain function in dB of a % transfer function at 256 equally spaced points % on the top half of the unit circle % Numerator coefficients are in vecto
www.eeworm.com/read/487881/6501470

m levmar.m

function [ret, popt, info, covar]=levmar(fname, jacname, p0, x, itmax, opts, type) % LEVMAR matlab MEX interface to the levmar non-linear least squares minimization % library available from http://ww
www.eeworm.com/read/486654/6524964

cpp 2377.cpp

/* This Code is Submitted by wywcgs for Problem 2377 on 2006-09-28 at 20:55:34 */ #include #include #include #include using namespace std; const int MAX =
www.eeworm.com/read/485103/6564302

m fnnls.m

function b = fastnnls(x,y,tol,b) % $ Version 1.02 $ Date 28. July 1998 $ Not compiled $ % % See also: % 'unimodal' 'monreg' 'fastnnls' % % Copyright, 1998 - % This M-file and the code in it
www.eeworm.com/read/483222/6601416

txt autocov.m.txt

function acv= autocov(x,maxlag) % % autocov computes the sample autocovariance of a time series x for lags % from 0 to maxlag, returning a column vector of length maxlag+1. x must % be a column v
www.eeworm.com/read/482568/6617805

txt readme.txt

请注意: 本例的各个源描述的编译顺序应该是: 64_tlc.vhd 64_test_vector.vhd
www.eeworm.com/read/481966/6634263

cpp 2377.cpp

/* This Code is Submitted by wywcgs for Problem 2377 on 2006-09-28 at 20:55:34 */ #include #include #include #include using namespace std; const int MAX =