代码搜索:eval
找到约 10,000 项符合「eval」的源代码
代码结果 10,000
www.eeworm.com/read/425546/10348666
m logistk_eval.m
function [post,lik,lli] = logistK_eval(beta,x,y)
% [post,lik,lli] = logistK_eval(beta,x,y)
%
% Evaluate logistic regression model.
%
% INPUT
% beta dxk model coefficients (as returned by logi
www.eeworm.com/read/424814/10410186
v eval_params.v
`define CLK_IN_MHZ 25
`define BAUD_RATE 115200
`define ADDRWIDTH 5
`define DATAWIDTH 8
`define FIFO 1
//`define LATTICE_FAMILY "ECP"
www.eeworm.com/read/424743/10420369
m eval_update.m
function [idealpoint, subproblems]= eval_update(idealpoint, subproblems, inds)
%EvaluationUpdate Summary of this function goes here
% Detailed explanation goes here
objs = [inds.objective];
weights
www.eeworm.com/read/424281/10468974
h integ_eval.h
/* interpolation/integ_eval_macro.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o
www.eeworm.com/read/424281/10471341
h rat_eval.h
static double
rat_eval (const double a[], const size_t na,
const double b[], const size_t nb, const double x)
{
size_t i, j;
double u, v, r;
u = a[na - 1];
for (i = na - 1; i > 0;
www.eeworm.com/read/424281/10474078
c cheb_eval.c
static inline int
cheb_eval_e(const cheb_series * cs,
const double x,
gsl_sf_result * result)
{
int j;
double d = 0.0;
double dd = 0.0;
double y = (2.0*x - cs->a -