代码搜索:expression
找到约 10,000 项符合「expression」的源代码
代码结果 10,000
www.eeworm.com/read/313005/13599472
java and.java
package com.javapatterns.interpreter;
public class And extends Expression
{
/**
* @link aggregation
*/
private Expression left, right;
public And(Expression left, Exp
www.eeworm.com/read/312207/13616382
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/307145/13727661
c ch24inti.c
/* Code by Ian D. K. Kelly for Chapter 24, "C Unleashed" */
/* Ch24inti.c
*
* intint - Sample code for integer division
*
* Copyright (C) 1999 Ian D. K. Kelly,
*
www.eeworm.com/read/306970/13734354
h eval.h
/*
* simple arithmetic expression evaluator
*
* Copyright (c) 2002 Michael Niedermayer
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it a
www.eeworm.com/read/302727/13828208
m quaterniontorotationmatrix.m
function R = QuaternionToRotationMatrix(Q)
if any( size(Q) ~= [4,1] )
error('Q must be a 4x1 vector (quaternion)')
end
Q=Q/norm(Q); %ensure unit quaternion
X=Q(1);
Y=Q(2);
Z=Q(3);
W=
www.eeworm.com/read/151896/5678431
java fastcronparser.java
/*
* Copyright (c) 2002-2003 by OpenSymphony
* All rights reserved.
*/
package com.opensymphony.oscache.util;
import java.text.ParseException;
import java.util.*;
import java.util.Calendar;
/**
www.eeworm.com/read/151651/5680137
java simpletest.java
/*
* WebWork, Web Application Framework
*
* Distributable under Apache license.
* See terms of license at opensource.org
*/
package webwork.util;
import java.util.Map;
import org.apache.commons
www.eeworm.com/read/151482/5682381
java bindstatus.java
/*
* Copyright 2002-2005 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/151249/5684768
hpp domxpathevaluator.hpp
#ifndef DOMXPathEvaluator_HEADER_GUARD_
#define DOMXPathEvaluator_HEADER_GUARD_
/*
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2003 The Apache Software Foundation. All right
www.eeworm.com/read/147866/5719554
java regexfilter.java
// HTMLParser Library $Name: v1_6_20051112 $ - A java-based parser for HTML
// http://sourceforge.org/projects/htmlparser
// Copyright (C) 2003 Derrick Oswald
//
// Revision Control Information
//
//