代码搜索:evaluate
找到约 3,619 项符合「evaluate」的源代码
代码结果 3,619
www.eeworm.com/read/388373/2550799
h evaluate_energy.h
#ifndef EVALUATE_ENERGY
#define EVALUATE_ENERGY
#include
#include "constants.h"
#include "trilinterp.h"
#include "eintcal.h"
float evaluate_energy(
float crd[MAX_ATOMS][SPACE],
fl
www.eeworm.com/read/388373/2550936
cc evaluate_energy.cc
/* evaluate_energy.cc */
#ifdef sgi
#include "structs.h"
#include "evaluate_energy.h"
#else
extern "C"
{
#include "structs.h"
#include "evaluate_energy.h"
}
#endif
exte
www.eeworm.com/read/193277/8241955
m evaluate_nonlinear.m
function x = evaluate_nonlinear(p,x)
if ~isempty(p.bilinears)
x(p.bilinears(:,1)) = x(p.bilinears(:,2)).*x(p.bilinears(:,3));
badones = find(sum(p.monomtable(p.bilinears(:,1),:),2)>2);
www.eeworm.com/read/393504/8281478
m gauss_evaluate.m
function w = gauss_evaluate(v,S,logflag)
%function w = gauss_evaluate(v,S,logflag)
%
% INPUTS:
% v - a set of innovation vectors.
% S - the covariance matrix for the innovations.
% logflag
www.eeworm.com/read/236244/14024271
sh grade_evaluate.sh
#!/bin/sh
# Usage: ./grade_evaluate grade
# grade should be between 0 and 100, including 0 and 100
if [ '$1' –lt '0' ] ; then
echo "Error: invalid grade"
elif [ '$1' –lt '60' ] ; then
echo 'no
www.eeworm.com/read/384806/8842841
cpp one_dimension_evaluate.cpp
#include
#include
double V=-5,W=1,Emin=-20,Emax=20,M=30,E,G1,G2,A,B,C,D,De,N,dwf1,dwf2,wf1,wf2,Test,nodes,Nlast;
char pan;
void wfcoef()
{
G1=sqrt(fabs(V-E));
G2=sqrt(
www.eeworm.com/read/374466/9404135
m evaluate_image_opt.m
function [best_index,best_fitness,best_alpha,best_beta]=evaluate_image_opt(r,g_cameraman,row,colume,num_pixel,num_of_singles,num_of_chrom,num_of_genes)
dec=zeros(1,num_of_singles*num_of_chrom);
flt=
www.eeworm.com/read/170114/9818765
sh grade_evaluate2.sh
#!/bin/sh
# Usage: ./grade_evaluate2 grade
# grade should be between 0 and 100, including 0 and 100
if [ '$1' –lt '0' ]
then
echo 'Error: invalid grade'
elif [ '$1' –lt '60' ]
then
echo 'no