代码搜索:expression
找到约 10,000 项符合「expression」的源代码
代码结果 10,000
www.eeworm.com/read/140357/13086368
html stmts.html
JavaScript 的语法
JavaScript statements consist of keywords used with the appropriate syntax. A single statement may spa
www.eeworm.com/read/140162/13101694
c ccstmt.c
/* CCSTMT.C - Statement and Expression Parsing
**
** (c) Copyright Ken Harrenstien 1989
** All changes after v.340, 4-Aug-1988
** (c) Copyright Ken Harrenstien, SRI International 1985, 1986
**
www.eeworm.com/read/325790/13184691
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/325790/13184900
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/325790/13184901
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/325790/13184920
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/325790/13185152
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