代码搜索:polynomial

找到约 5,111 项符合「polynomial」的源代码

代码结果 5,111
www.eeworm.com/read/289680/8535133

m polynomial.m

function ker = polynomial(arg) % POLYNOMIAL % % Construct a polynomial kernel object, % % K(x1, x2) = (x1*x2' + 1).^d; % % Examples: % % % default constructor (quadratic kernel, d = 2
www.eeworm.com/read/188280/8552268

m polynomial.m

function ker = polynomial(arg) % POLYNOMIAL % % Construct a polynomial kernel object, % % K(x1, x2) = (x1*x2' + 1).^d; % % Examples: % % % default constructor (quadratic kernel, d = 2
www.eeworm.com/read/387024/8711485

cpp polynomial.cpp

#include"Polynomial.h" #include Polynomial::Polynomial(int n) { MaxTerms=n; start=0; finish=0; free=0; termArray[0].exp=0; termArray[0].coaf =0; } int Polynomial::o
www.eeworm.com/read/387024/8711495

h polynomial.h

class Polynomial; class term { friend Polynomial; private: int exp; float coaf; }; class Polynomial { public: Polynomial(int n); int operator!(); float Coaf (int e);
www.eeworm.com/read/386806/8725308

s polynomial.s

/*---------------------------------------------------------------------------+ | polynomial.S | |
www.eeworm.com/read/430222/8760872

dsp polynomial.dsp

# Microsoft Developer Studio Project File - Name="polynomial" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86
www.eeworm.com/read/430222/8760875

dsw polynomial.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # 警告: 不能编辑或删除该工作区文件! ############################################################################### Project: "polynomial"=.\polyn
www.eeworm.com/read/430222/8760878

ncb polynomial.ncb

www.eeworm.com/read/430222/8760885

plg polynomial.plg

Build Log --------------------Configuration: polynomial - Win32 Debug-------------------- Command Lines Results polynomial.exe
www.eeworm.com/read/430222/8760886

pdb polynomial.pdb