代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/348596/10882141
txt 1830.txt
#include"vector"
#include"algorithm"
#include"iostream"
using namespace std;
int jie(vector< vector > &a)
{int n=a.size();
int i,j,k,t,l;
for(i=0,l=0;i
www.eeworm.com/read/418911/10891914
m prrgmres.m
function [X,rho,eta] = prrgmres(A,L,N,b,k)
%PRRGMRES Preconditioned RRGMRES algorithm for square inconsistent systems
%
% [X,rho,eta] = rrgmres(A,L,N,b,k)
%
% PRRGMRES applies smoothing-norm prec
www.eeworm.com/read/273805/10900723
h main.h
#ifndef _MAIN_H
#define _MAIN_H
#include
#include
#include
#include
#include
#include
#include // Header File
www.eeworm.com/read/273787/10901194
m usample.m
% f = usample(h,M)
%
% To upsample the vector h with the factor of
% M(positive integer and M>1). The upsample result
% is function return vector. The method is to append
% M-1 zeros between sa
www.eeworm.com/read/273093/10927273
m plot.m
%二维图(一元函数图)
%用法 plot(x,y,s) 其中x,y为向量,每一对分量代表一个数据点。
% s为表示颜色、连线和标记选择的字符串
%图形的线型,标记,颜色均可设定,常用有
% 颜色 | 线型 标记
% --------------------- -
www.eeworm.com/read/273093/10927598
m interp1.m
function yi = interp1(varargin)
% yi=interp1(x,y,xi)根据数据(x,y)给出在xi的线性插值结果yi.
% yi=interp1(x,y,xi,'spline')使用三次样条插值.
% yi=interp1(x,y,xi,'cubic')使用三次插值.
% 例如
% clear;close;fplot('sin',[0,2*pi]);
www.eeworm.com/read/418598/10939539
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/418342/10952584
m bayesgauss.m
function d = bayesgauss(X, CA, MA, P)
%BAYESGAUSS Bayes classifier for Gaussian patterns.
% D = BAYESGAUSS(X, CA, MA, P) computes the Bayes decision
% functions of the n-dimensional patterns in
www.eeworm.com/read/272527/10953970
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/417996/10968971
java browserapplet.java
/*
* Copyright (c) 1998 Sun Microsystems, Inc. All Rights Reserved.
*
* Permission to use, copy, modify, and distribute this software
* and its documentation for NON-COMMERCIAL purposes and withou