代码搜索:eval
找到约 10,000 项符合「eval」的源代码
代码结果 10,000
www.eeworm.com/read/251835/12317457
m eval.m
function wp = eval(M,zp,tol)
%EVAL Evaluate Schwarz-Christoffel disk map at points.
% EVAL(M,ZP) evaluates the Schwarz-Christoffel map M at the points ZP
% in the unit disk. The default toleran
www.eeworm.com/read/251835/12317643
m eval.m
function wp = eval(Md,zp)
%EVAL Evaluate differentiated SC map.
% EVAL(MD,ZP), where MD is an SCMAPDIFF object and ZP is a vector of
% points in canonical domain of the map, returns the derivat
www.eeworm.com/read/251835/12317698
m eval.m
function f = eval(map,z)
%Evaluate Moebius transformation at point(s).
% EVAL(M,Z) evaluates the Moebius transformation M at the point(s)
% in Z. Infinity is a valid input.
% Copyright (c)
www.eeworm.com/read/251835/12317750
m eval.m
function wp = eval(M,zp,tol)
%EVAL Evaluate Schwarz-Christoffel rectangle map at points.
% EVAL(M,ZP) evaluates the Schwarz-Christoffel map M at the points ZP
% in the source rectangle of M. Th
www.eeworm.com/read/251835/12317805
m eval.m
function wp = eval(M,zp,tol)
%EVAL Evaluate Schwarz-Christoffel half-plane map at points.
% EVAL(M,ZP) evaluates the Schwarz-Christoffel map M at the points
% ZP in the upper half-plane. The de
www.eeworm.com/read/251835/12318062
m eval.m
function wp = eval(M,zp,tol)
%EVAL Evaluate Schwarz-Christoffel crossratio disk map at points.
% EVAL(M,ZP) evaluates the Schwarz-Christoffel map M at the points ZP
% in the unit disk. The defa
www.eeworm.com/read/251835/12318086
m eval.m
function wp = eval(M,zp,tol)
%EVAL Evaluate Schwarz-Christoffel strip map at points.
% EVAL(M,ZP) evaluates the Schwarz-Christoffel map M at the points ZP
% in the strip 0
www.eeworm.com/read/337303/12378156
c eval.c
/* Routine for evaluating population members */
# include
# include
# include
# include "global.h"
# include "rand.h"
/* Routine to evaluate objective function values
www.eeworm.com/read/130553/14186986
c eval.c
/*
** EVAL.C - A simple mathematical expression evaluator in C
**
** operators supported: (
** )
** +
** -
**
www.eeworm.com/read/129814/14223834
c eval.c
/*
* Expansion - quoting, separation, substitution, globbing
*/
#include "sh.h"
#include
#include "ksh_dir.h"
#include "ksh_stat.h"
/*
* string expansion
*
* first pass: quoting, IFS se