代码搜索:expression
找到约 10,000 项符合「expression」的源代码
代码结果 10,000
www.eeworm.com/read/325790/13184779
m xltv.m
function obj=xltv(varargin)
% Holds an 3d array 2d matrices which forms linear expressions.
%
% Syntax: (* = optional)
%
% obj = xltv(expression, Ts*, evalvar*, varsize*, interpolate*);
%
% In
www.eeworm.com/read/325790/13184871
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/13184962
m eval.m
function v=eval(obj,varargin)
% Method for evaluating an expression contained in a xhandle object.
%
% Syntax: (* = optional)
%
% v = eval(model, x*, t*, u*, w*);
%
% In arguments:
%
% 1. mod
www.eeworm.com/read/138758/13217499
java testexpression.java
//: com:bruceeckel:simpletest:TestExpression.java
// Regular expression for testing program output lines
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyrigh
www.eeworm.com/read/138651/13227039
java function.java
import java.util.Vector;
/**Class Fuction
*Data structure to save a function.
*It has several attributes such as name,arguments and the calculated expression of the fuction express.
www.eeworm.com/read/325023/13232033
java testregularexpression.java
//: strings/TestRegularExpression.java
// Allows you to easily try out regular expressions.
// {Args: abcabcabcdefabc "abc+" "(abc)+" "(abc){2,}" }
import java.util.regex.*;
import static net.mind
www.eeworm.com/read/138099/13261254
h expressionbase.h
// Function.h : main header file for the FUNCTION application
//
#pragma once
////////////////////////////////////////////////////////////////////////////////
#include "afxtempl.h"
#include "va
www.eeworm.com/read/138099/13261264
h expressionbase.h
// Function.h : main header file for the FUNCTION application
//
#pragma once
////////////////////////////////////////////////////////////////////////////////
#include "afxtempl.h"
#include "va
www.eeworm.com/read/137955/13276067
2bk incr.2bk
tst/incr.c:1: warning: missing return value
tst/incr.c:6: warning: expression with no effect elided
tst/incr.c:6: warning: expression with no effect elided
tst/incr.c:11: warning: missing return value