代码搜索:polynomial

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

代码结果 5,111
www.eeworm.com/read/462717/7197546

exe polynomial.exe

www.eeworm.com/read/462717/7197547

opt polynomial.opt

www.eeworm.com/read/461147/7232620

cpp polynomial.cpp

#include "Polynomial.h" #include using namespace std; void Polynomial::mult_term(Polynomial p, Term t) { clear(); while (!p.empty()) { Term pterm; p.serve_and_retrieve(pter
www.eeworm.com/read/461147/7232628

h polynomial.h

#include "Extended_queue.h" class Polynomial: private Extended_queue { // Use private inheritance. public: void read(); void print() const; void equals_sum(Polynomial p, Polynomial q); void
www.eeworm.com/read/461147/7232636

sbr polynomial.sbr

www.eeworm.com/read/461147/7232647

obj polynomial.obj

www.eeworm.com/read/448325/7534950

h polynomial.h

#ifndef POLYNOMIAL_H #define POLYNOMIAL_H /** * This program has been developed by Micha雔 Roy. * You have the author's permission to incorporate this code * into your product, roy
www.eeworm.com/read/398324/7994423

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/398324/7994568

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/246286/12743598

html polynomial.html