代码搜索:expression
找到约 10,000 项符合「expression」的源代码
代码结果 10,000
www.eeworm.com/read/319707/13445786
py expression.py
# Filename : expression.py
length=5
breadth=2
area = length*breadth
print 'Area is ', area
print 'Perimeter is',2*(length+breadth)
www.eeworm.com/read/314910/13555784
cpp expression.cpp
// Copyright (C) 1999-2005 Open Source Telecom Corporation.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as publ
www.eeworm.com/read/314754/13559824
txt expression.txt
// 123yr.cpp : Defines the entry point for the console application.
//
// A.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
char postexp[40];
void
www.eeworm.com/read/313005/13599468
java expression.java
package com.javapatterns.interpreter;
/**
* Abstraction of a class representing terminal and non-terminal
* classes of the following little grammar:
*
* BooleanExp ::=
*
www.eeworm.com/read/311918/13622545
grammar expression.grammar
E ::= E + T | T
T ::= T * F | F
F ::= ( E ) | id
www.eeworm.com/read/146392/5738492
java expression.java
/* Copyright (c) 2000-2004 jMock.org
*/
package org.jmock.examples.calculator;
public interface Expression
{
double evaluate( Environment environment ) throws CalculatorException;
}
www.eeworm.com/read/137691/5820200
java expression.java
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* docu
www.eeworm.com/read/137691/5820812
java expression.java
// Autogenerated AST node
package org.python.parser.ast;
import org.python.parser.SimpleNode;
import java.io.DataOutputStream;
import java.io.IOException;
public class Expression extends modType {
www.eeworm.com/read/136989/5833005
cpp be_expression.cpp
// be_expression.cpp,v 1.15 2003/08/13 21:38:12 parsons Exp
// ============================================================================
//
// = LIBRARY
// TAO IDL
//
// = FILENAME
//
www.eeworm.com/read/136989/5833086
h be_expression.h
// be_expression.h,v 1.16 2003/08/13 21:38:12 parsons Exp
// ============================================================================
//
// = LIBRARY
// TAO IDL
//
// = FILENAME
//