代码搜索:expression
找到约 10,000 项符合「expression」的源代码
代码结果 10,000
www.eeworm.com/read/365849/9844653
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
www.eeworm.com/read/365849/9844729
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
www.eeworm.com/read/365527/9858860
m exa3_9.m
f=sym('1/(1+x^2)'); % create the four expression
g=sym('sin(x)');
h=sym('1/(1+u^2)');
k=sym('sin(v)');
compose(f,g) % find an expression for f(g(x))
compose(g,f) % find an expressi
www.eeworm.com/read/168534/9908083
c plural.c
/* A Bison parser, made from plural.y
by GNU Bison version 1.28 */
#define YYBISON 1 /* Identify Bison output. */
#define yyparse __gettextparse
#define yylex __gettextlex
#define yyerror _
www.eeworm.com/read/168218/9932774
out paren.out
Type an expression of length at most 100
The pairs of matching parentheses in
(d+(a+b)*c*(d+e)-f))(()
are
4 8
12 16
1 19
No match for right parenthesis at 20
22 23
No match for left parenthes
www.eeworm.com/read/168218/9933212
out paren.out
Type an expression of length at most 100
The pairs of matching parentheses in
(d+(a+b)*c*(d+e)-f))(()
are
4 8
12 16
1 19
No match for right parenthesis at 20
22 23
No match for left parenthes
www.eeworm.com/read/167540/9964275
txt readme.txt
#####################################
COMP510-4A Project
final project
name: Yinghao Qin
ID: 0130348
Date: 5th July, 2004
######################################
1 What I have d
www.eeworm.com/read/363094/9967884
h chrome.h
// Copyright Andy Singleton, 1993,1994
// This code is released for non-commercial use only
// For questions or upgrades contact:
// Andy Singleton, Creation Mechanics Inc.
// PO Box 248, Peterbor
www.eeworm.com/read/358682/10182238
cpp express.cpp
// express.cpp -- values of expressions
#include
int main()
{
using namespace std;
int x;
cout
www.eeworm.com/read/358191/10194605
out paren.out
Type an expression of length at most 100
The pairs of matching parentheses in
(d+(a+b)*c*(d+e)-f))(()
are
4 8
12 16
1 19
No match for right parenthesis at 20
22 23
No match for left parenthes