代码搜索:Vector

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

代码结果 10,000
www.eeworm.com/read/368137/9710409

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/368137/9710489

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/172373/9710832

c c40.c

/* ********************************************************************************************************* * TMW320C40 SUPPORT FUNCTIONS * *
www.eeworm.com/read/172012/9726717

m xemx.m

function y = xemx(x) % xemx Evaluate x*exp(-x), where x is a scalar or vector y = x.*exp(-x);
www.eeworm.com/read/172010/9726806

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/172010/9726839

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/172010/9726845

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
www.eeworm.com/read/367830/9727806

m mmono.m

function f=mmono(x) %MMONO Test for Monotonic Vector. % MMONO(X) where X is a vector returns: % 2 if X is strictly increasing, % 1 if X is non decreasing, % -1 if X is non increasing, %
www.eeworm.com/read/270094/11048850

txt 编辑距离问题.txt

int dist() { int m=a.size(); int n=b.size(); vectord(n+1,0); for(int i=1;i
www.eeworm.com/read/414865/11098498

m mmono.m

function f=mmono(x) %MMONO Test for Monotonic Vector. % MMONO(X) where X is a vector returns: % 2 if X is strictly increasing, % 1 if X is non decreasing, % -1 if X is non increasing, %