代码搜索:Vector

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

代码结果 10,000
www.eeworm.com/read/299984/7140062

m findnlab.m

%FINDNLAB Determine indices of specified classes (numeric) % % J = FINDNLAB(A,NLAB) % % INPUT % A Dataset % NLAB vector with numerical indices of reqested classes % % OUTPUT %
www.eeworm.com/read/461590/7223907

doc fp_mult.doc

------------------------------------------------------------------------------- -- -- Floating Point Multiplier Benchmark: Main File Documentation -- -- Source: Patterson, David A., and Hennessy, Joh
www.eeworm.com/read/460435/7250537

m findnlab.m

%FINDNLAB Determine indices of specified classes (numeric) % % J = FINDNLAB(A,NLAB) % % INPUT % A Dataset % NLAB vector with numerical indices of reqested classes % % OUTPUT %
www.eeworm.com/read/460264/7254515

h hsigp.h

/* ----------------------------------------------------------- */ /* */ /* ___ */ /*
www.eeworm.com/read/460181/7256282

m flip.m

function y = flip(x) % % y = flip(x) % x must be column or a row vector. % y = x(end:-1:1);
www.eeworm.com/read/458493/7295624

m myarrow3.m

function myArrow3(x,y,z,u,v,w,headStyle,sf,c,axlim) % myArrow3 Draw 3D arrows with filled head. Size and color of % arrowhead can be specified % % Synopsis: myArrow3(x,y,z,u,v,w) %
www.eeworm.com/read/458493/7295629

m myarrow.m

function myArrow(x,y,u,v,sc,c) % myArrow Draw 2D arrows with filled tip(s). % Head size and color can be specified % % Synopsis: myArrow(x,y,u,v); % myArrow(x,y,u,v,s); %
www.eeworm.com/read/458493/7295756

m odeeuler.m

function [t,y] = odeEuler(diffeq,tn,h,y0) % odeEuler Euler's method for integration of a single, first order ODE % % Synopsis: [t,y] = odeEuler(diffeq,tn,h,y0) % % Input: diffeq = (string
www.eeworm.com/read/458493/7295767

m odemidpt.m

function [t,y] = odeMidpt(diffeq,tn,h,y0) % odeMidpt Midpoint method for integration of a single, first order ODE % % Synopsis: [t,y] = odeMidpt(diffeq,tn,h,y0) % % Input: diffeq = (string
www.eeworm.com/read/458493/7295769

m oderk4sys.m

function [t,y] = odeRK4sys(diffeq,tn,h,y0) % odeRK4sys Fourth order Runge-Kutta method for systems of first order ODEs % Nonvectorized version % % Synopsis: [t,y] = odeRK4sys(diffeq,t