代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/263879/11338223
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/407093/11429516
m permutation.m
% PERMUTATION : Helpful notes on permutation matrices and vectors.
%
%
% There are two ways to represent permutations in Matlab.
%
% A *permutation matrix* is a square matrix P that is zero except
www.eeworm.com/read/404799/11478659
m outputly.m
function y=outputly(a0,A,y1)
% y1 is k*1 vector of the hidden layer (k is the number of the hidden layer).
% a0 is the ny*1 bias vector (ny is the output vector y's dimension) .
% A is the ny*k matrix
www.eeworm.com/read/403013/11524041
cpp vecprint.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/403013/11524053
cpp vecprintmain.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/403013/11524081
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/403013/11524202
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/403013/11524230
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/402683/11529742
h ccontroller.h
#ifndef CController_H
#define CController_H
//turn off the warnings for the STL
#pragma warning (disable : 4786)
//------------------------------------------------------------------------
//
www.eeworm.com/read/402683/11529878
h cga.h
#ifndef CGA_H
#define CGA_H
//------------------------------------------------------------------------
//
// Name: Cga.h
//
// Author: Mat Buckland 2002
//
// Desc: The evolutionary algori