代码搜索:evaluate
找到约 3,619 项符合「evaluate」的源代码
代码结果 3,619
www.eeworm.com/read/198970/7900044
cpp dualtree.cpp
//
// Matlab MEX interface for KD-tree C++ functions
//
// Written by Alex Ihler and Mike Mandel
// Copyright (C) 2003 Alexander Ihler; distributable under GPL -- see README.txt
//
#define MEX
www.eeworm.com/read/297888/7989972
txt readme.txt
GAME -BOX
——程序说明
本程序包含三个小游戏:弹球、五子棋和黑白棋。
作者是2000级13班:董子龙 费伽
我们为自己的组合取名为WAVE STAR (波星)工作室 。
程序用TC3.0完成。编程序言:C 。编写程序的硬件环境是:CPU :雷鸟850
RAM:256M,显卡:GEFORCE MX ,操作系统WIN98 SE。
主要文件:
www.eeworm.com/read/398324/7994194
m compilemex.m
clear mex;
% class smosvctutor
cd @smosvctutor
fprintf(1, 'recompiling method @smosvctutor/smosvctrain...\n');
mex smosvctrain.cpp InfCache.cpp LrrCache.cpp SmoTutor.cpp -lm
cd ..
% class string
www.eeworm.com/read/398324/7994316
m compilemex.m
clear mex;
% class smosvctutor
cd @smosvctutor
fprintf(1, 'recompiling method @smosvctutor/smosvctrain...\n');
mex smosvctrain.cpp InfCache.cpp LrrCache.cpp SmoTutor.cpp -lm
cd ..
% class string
www.eeworm.com/read/397761/8023097
m fwd.m
function y = fwd(net,x)
w = repmat(net.w, size(x,1), 1);
y = sum((w.*evaluate(net.kernel,x,net.sv))') - net.bias;
y = y';
www.eeworm.com/read/195849/8126617
m f1dim.m
% Move pcom (x units in xicom direction), and then evaluate the function there.
function [f] = f1dim(x)
% Must accompany linmin.
global pcom; % Defned in linmin.
global xicom;
global nrfun
www.eeworm.com/read/333410/12684426
m f1dim.m
% Move pcom (x units in xicom direction), and then evaluate the function there.
function [f] = f1dim(x)
% Must accompany linmin.
global pcom; % Defned in linmin.
global xicom;
global nrfun
www.eeworm.com/read/332926/12716975
c 2.39.c
◆2.39③ 试对稀疏多项式Pn(x)采用存储量同多项式项
数m成正比的顺序存储结构,编写求Pn(x0)的算法(x0为
给定值),并分析你的算法的时间复杂度。
实现下列函数:
float Evaluate(SqPoly pn, float x);
/* pn.data[i].coef 存放ai, */
/* pn.data[i].exp存
www.eeworm.com/read/145495/12717716
m fig2_41.m
% Chapter 2: Figure 2.41, p. 83
% Using conv and polyval to multiply and evaluate
% the polynomials (3 s^2 + 2 s + 1 ) ( s + 4).
%
p=[3 2 1]; q=[1 4];
n=conv(p,q)
%
value=polyval(n,-5)
www.eeworm.com/read/332748/12731618
txt 一个class diagram的问题.txt
一个class diagram的问题
http://www.umlchina.com/best/g36/u1155672.htm
--------------------------------------------------------------------------------
现在有一个期刊管理系统,小弟在做class diagram是遇到了一些问题:
对于