代码搜索:evaluate
找到约 3,619 项符合「evaluate」的源代码
代码结果 3,619
www.eeworm.com/read/239860/13252912
prg gzhs.prg
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
* 文件名: GZHS.PRG
www.eeworm.com/read/137233/13337614
cc symbreg.cc
// symbreg.cc
/* ---------------------------------------------------------------
Symbolic Regression
An example for how to use gpc++ - The Genetic Programming Kernel
This program is free software
www.eeworm.com/read/318365/13480359
m mrqcof.m
function [alpha,beta,chisq] = mrqcof(x,y,sig,ndata,a,ia,ma,nalp,funcs,model)
%
% Used by mrqmin to evaluate the linearized fitting matrix alpha,
% and vector beta as in 15.5.8 (Numerical Recipies),
www.eeworm.com/read/151067/5687081
cpp polevl.cpp
//
// polevl.cpp
//
// $Id: polevl.cpp,v 1.2 2005/07/21 20:12:04 ediap Exp $
//
#include
// This is slightly modified routine from the Cephes library, see http:
www.eeworm.com/read/128530/5989572
java thinkerrequest.java
package edu.rit.cs.mlr5773.connectfour;
/**
* Encapsulates a request to a Thinker to evaluate a board
*
* @author Mark Roth
*/
public class ThinkerRequest implements java.io.Serializable {
/**
www.eeworm.com/read/127043/6009701
java logicaloperator.java
/**
* Redistribution and use of this software and associated documentation
* ("Software"), with or without modification, are permitted provided
* that the following conditions are met:
*
* 1
www.eeworm.com/read/127043/6009718
java or.java
/**
* Redistribution and use of this software and associated documentation
* ("Software"), with or without modification, are permitted provided
* that the following conditions are met:
*
* 1
www.eeworm.com/read/124672/6041424
cpp polevl.cpp
//
// polevl.cpp
//
// polevl.cpp,v 1.3 2003/01/15 09:08:21 tonyottosson Exp
//
#include "../src/base/bessel/bessel_internal.h"
// This is slightly modified routine from the Cephes library, see htt
www.eeworm.com/read/119864/6081807
c polevlf.c
/* polevlf.c
* p1evlf.c
*
* Evaluate polynomial
*
*
*
* SYNOPSIS:
*
* int N;
* float x, y, coef[N+1], polevlf[];
*
* y = polevlf( x, coef, N );
*
*
*
* DESCRIPTION:
*
* E
www.eeworm.com/read/109011/6178135
java iftag.java
/*
* Copyright 1999,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.