代码搜索:Expression

找到约 10,000 项符合「Expression」的源代码

代码结果 10,000
www.eeworm.com/read/176085/9517577

dat errortc79.dat

错误信息: Not a valid expression format type 中文注释: 不合法的表达式格式
www.eeworm.com/read/175135/9558696

cpp express.cpp

// express.cpp -- values of expressions #include int main() { using namespace std; int x; cout
www.eeworm.com/read/174714/9575408

doc ant.doc

0. NAME ag Anthony's Grep 1. SYNOPSIS ag [file...] 2. DESCRIPTION The AG utility shall search input files, selecting lines matching a pattern. An input line shall be selected if t
www.eeworm.com/read/366144/9829637

c dladiv.c

#include "f2c.h" /* Subroutine */ int dladiv_(doublereal *a, doublereal *b, doublereal *c, doublereal *d, doublereal *p, doublereal *q) { /* -- LAPACK auxiliary routine (version 2.0) --
www.eeworm.com/read/366065/9834885

n for.n

'\" '\" Copyright (c) 1993 The Regents of the University of California. '\" Copyright (c) 1994-1997 Sun Microsystems, Inc. '\" '\" See the file "license.terms" for information on usage and redistribut
www.eeworm.com/read/365849/9844096

m display.m

function display(obj) % No documentation available % Toolbox for nonlinear filtering. % Copyright (C) 2005 Jakob Ros閚 % % This program is free software; you can redistr
www.eeworm.com/read/365849/9844387

m xlinear.m

function obj=xlinear(varargin) % Holds a matrix which forms a linear expression. % % Syntax: (* = optional) % % obj = xlinear(expression, evalvar*, varsize*); % % In arguments: % % 1. express
www.eeworm.com/read/365849/9844391

m eval.m

function v=eval(obj,varargin) % Method for evaluating a linear expression contained in a xlinear object. % % Syntax: (* = optional) % % v = eval(model, x*, t*, u*, w*); % % In arguments: % %
www.eeworm.com/read/365849/9844416

m initgrad.m

function grad=initgrad(obj,diffvar) % Generates a gradient with respect to the variable represented by the integer given in 'diffvar' % % Syntax: (* = optional) % % grad = initgrad(obj, diffvar);
www.eeworm.com/read/365849/9844612

m initdata.m

function newexpr=initdata(expr, xvars, uvars, wvars, evalvar); % Assigns the expression to the appropriate data object. If an unknown expression type % (such as a custom data object) is given, it wi