代码搜索:evaluate
找到约 3,619 项符合「evaluate」的源代码
代码结果 3,619
www.eeworm.com/read/471742/6888601
m partic1.m
%partic1.m - given the mass and initial time-dependent positions of 3 particles,
%this script calculates the velocities, accelerations and their center of mass
%values. Type "help symbolic" within
www.eeworm.com/read/172014/9726643
m contents.m
% NMM toolbox: routines for finding the roots of f(x) = 0
%
% bisect Use bisection to find a root of the scalar equation f(x) = 0
% brackPlot Find and plot brackets for roots of a function.
www.eeworm.com/read/170936/9779230
m contents.m
% Netlab Toolbox
% Version 3.2.1 31-Oct-2001
%
% conffig - Display a confusion matrix.
% confmat - Compute a confusion matrix.
% conjgrad - Conjugate gradients optimization.
% consist - Ch
www.eeworm.com/read/415313/11076480
m contents.m
% Netlab Toolbox
% Version 3.2.1 31-Oct-2001
%
% conffig - Display a confusion matrix.
% confmat - Compute a confusion matrix.
% conjgrad - Conjugate gradients optimization.
% consist - Ch
www.eeworm.com/read/413912/11137186
m contents.m
% Netlab Toolbox
% Version 3.2.1 31-Oct-2001
%
% conffig - Display a confusion matrix.
% confmat - Compute a confusion matrix.
% conjgrad - Conjugate gradients optimization.
% consist - Ch
www.eeworm.com/read/334229/12616500
cc lawn.cc
// lawn.cc
/* ---------------------------------------------------------------
The Lawnmower Problem
An example for how to use gpc++ - The Genetic Programming Kernel
This program is free software;
www.eeworm.com/read/334229/12616595
cc ant.cc
// ant.cc
/* ---------------------------------------------------------------
The Artificial Ant Problem
An example for how to use gpc++ - The Genetic Programming Kernel
This program is free softw
www.eeworm.com/read/201006/15418394
m contents.m
% Nonlinear Factor Analysis Matlab package
% Version 1.0, 2004-07-23
%
% Copyright (C) 1999-2004 Antti Honkela, Harri Valpola,
% and Xavier Giannakopoulos.
%
% This package comes with ABSOLUTELY NO WA
www.eeworm.com/read/197153/8026225
cpp function to evaluate f(1) + f(2) + ... + f(n).cpp
//
// Example 14.12. Function to evaluate f(1) + f(2) + ... + f(n)
// for a variety of functions, f, and values of positive integer n
//
#include
#include
#include
www.eeworm.com/read/255714/12062697
java gameappbase.java
package GoGoGo;
import javax.microedition.midlet.MIDlet;
import javax.microedition.lcdui.Form;
import javax.microedition.lcdui.Command;
import javax.microedition.lcdui.CommandListener;
import javax.m