代码搜索:expressions
找到约 2,579 项符合「expressions」的源代码
代码结果 2,579
www.eeworm.com/read/266538/11219993
java expressions.java
// Author: Adrian Kuegel
import java.io.*;
import java.util.*;
public class expressions {
public static void main(String[] args) throws Exception {
BufferedReader in = new BufferedReader(new File
www.eeworm.com/read/266538/11220079
out expressions.out
wzyxIPM
gfCecbDdAaEBF
xkEdUdSvZoSiGlXjRiNlFrWyEyWmNlXnQzBkQsJlJsIpUgCpBuUxKhOxMpBaThGhKhEmUxLzGrKqUnYyYcDuQsMgQuWxJyHbIgKbOvBaDbSqQgGvDrReAaNjMkCzLqXvJkBtZuLxImWvPgEnJuVfOgUkAkBfHaMeLtJeVzSkGjRvOxRhNg
www.eeworm.com/read/235248/14080038
cpp expressions.cpp
/* Expressions.cpp
* Code to manipulate expressions - the type PExpr
* UnderC C++ interpreter
* Steve Donovan, 2001
* This is GPL'd software, and the usual disclaimers apply.
* See LICENCE
www.eeworm.com/read/235248/14080072
h expressions.h
// Expressions.h
#ifndef __EXPRESSIONS_H
#define __EXPRESSIONS_H
#include "types.h"
#include "function.h"
#include
const int NIL = 0, EXPR = -1, IREF = 1, BCAST = 2, ECONST = 3;
www.eeworm.com/read/285528/8832832
csv arithmetic_expressions.csv
; Arithmetic expressions :
; Compare or Operate ones
@200/0@=1
@200/0@=2
@200/0@=3
@200/0@:=@200/0@+1
@200/0@>3
@200/0@:=1
@200/0@
www.eeworm.com/read/285528/8832911
csv arithmetic_expressions.csv
; Arithmetic expressions :
; Compare or Operate ones
www.eeworm.com/read/285528/8832959
csv arithmetic_expressions.csv
; Arithmetic expressions :
; Compare or Operate ones
www.eeworm.com/read/306033/13754615
pp expressions1.pp
var
i, j, k, t;
begin
t := GetTickCount();
for i := 0 to 100000 do
for j := 1 to 10 do
if (j > 5) or (j * 10 + 1 < i div 2 + 1) then
k := 1;
println GetTickCount() -