代码搜索:eval
找到约 10,000 项符合「eval」的源代码
代码结果 10,000
www.eeworm.com/read/326091/13166310
ld copy of eval.ld
/****************************************************************/
/* */
/* ST9+ Software Toolchain V6 Tutorial
www.eeworm.com/read/138798/13211468
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/137132/13344291
h eval-plural.h
/* Plural expression evaluation.
Copyright (C) 2000-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU Lib
www.eeworm.com/read/136697/13365475
m lr_eval.m
function mu_M = LR_eval(L,R,M,i)
% mu_M = LR_eval(L,R,M,i)
%
% Evaluation of the membership degree mu_M(x=i) for a given fuzzy number in LR-representation.
% M = [Xmin Xmax m n alpha beta]
% LR-fuzz
www.eeworm.com/read/321185/13411027
h eval-plural.h
/* Plural expression evaluation.
Copyright (C) 2000-2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU Lib
www.eeworm.com/read/319979/13437917
inf tornado-eval.inf
; INF file for Tornado
[AddIcon]
; format:
; group, item, exe, [args], [dir], [fmin], [iconIndex], [iconPath], [logValue], [osversion], [infVals]
Startup,Tornado Registry,host\x86-win32\bin\wtxregd.e
www.eeworm.com/read/306033/13754786
js javascript_eval.js
println eval('3 + 2');
x = new Function("x", "return x + x;");
println x(3);
y = x;
println y(4);
z = eval('function f(x, y, z) {return x + y + z;}');
println f(1, 2, 3);
println z(4, 5, 6)
www.eeworm.com/read/149876/5696345
exp eval-skip.exp
# Copyright (C) 1998 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the