Javaに投稿されたコード一覧
int DIAMETER = 70; int STROKE_WIGHT = 12; int Y = 100; size(200,200);
import java.awt.datatransfer.*; import java.awt.Toolkit; void setup() {
void setup (){ println("setup"); noLoop(); } void draw (){
public class Main { public static void main(String[] args) { Numeric a = new Numeric(1.0); Numeric b = new Numeric(2.0);
/** * 加法演算子です。 */ public class Add implements Node {
/** * 加算演算子です。 */ public class Add implements Node {
public class Main { public static void main(String[] args) { Numeric a = new Numeric(1.0); Numeric b = new Numeric(2.0);
public class Main { public static void main(String[] args) { Numeric a = new Numeric(1.0); Numeric b = new Numeric(1.0);
/** * 加算演算子です。 */ public class Add implements Node {