<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.zcubes.com/index.php?action=history&amp;feed=atom&amp;title=Yurttas%2FPL%2FOOL%2FCS%2FF%2F06%2F01%2F01%2FDA.java</id>
	<title>Yurttas/PL/OOL/CS/F/06/01/01/DA.java - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.zcubes.com/index.php?action=history&amp;feed=atom&amp;title=Yurttas%2FPL%2FOOL%2FCS%2FF%2F06%2F01%2F01%2FDA.java"/>
	<link rel="alternate" type="text/html" href="http://wiki.zcubes.com/index.php?title=Yurttas/PL/OOL/CS/F/06/01/01/DA.java&amp;action=history"/>
	<updated>2026-05-18T15:40:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>http://wiki.zcubes.com/index.php?title=Yurttas/PL/OOL/CS/F/06/01/01/DA.java&amp;diff=169776&amp;oldid=prev</id>
		<title>MassBot1: Created page with &quot;&lt;syntaxhighlight lang=&quot;java&quot; line start=&quot;1&quot; enclose=&quot;div&quot;&gt;/**  *  Copyright(C) 2004  *  All Rights Reserved. Salih Yurttas, ZCubes, BitsOfCode Software Systems, Inc..  *  *  P...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.zcubes.com/index.php?title=Yurttas/PL/OOL/CS/F/06/01/01/DA.java&amp;diff=169776&amp;oldid=prev"/>
		<updated>2013-11-07T14:12:40Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;syntaxhighlight lang=&amp;quot;java&amp;quot; line start=&amp;quot;1&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;/**  *  Copyright(C) 2004  *  All Rights Reserved. Salih Yurttas, ZCubes, BitsOfCode Software Systems, Inc..  *  *  P...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;syntaxhighlight lang=&amp;quot;java&amp;quot; line start=&amp;quot;1&amp;quot; enclose=&amp;quot;div&amp;quot;&amp;gt;/**&lt;br /&gt;
 *  Copyright(C) 2004&lt;br /&gt;
 *  All Rights Reserved. Salih Yurttas, ZCubes, BitsOfCode Software Systems, Inc..&lt;br /&gt;
 *&lt;br /&gt;
 *  Permission to use, copy, modify, and distribute this&lt;br /&gt;
 *  software and its documentation for EDUCATIONAL purposes&lt;br /&gt;
 *  and without fee is hereby granted provided that this&lt;br /&gt;
 *  copyright notice appears in all copies.&lt;br /&gt;
 *&lt;br /&gt;
 *  date   : September 1, 2004.&lt;br /&gt;
 *  author : Salih Yurttas.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
public class DA {&lt;br /&gt;
&lt;br /&gt;
  private final static int N0=4;&lt;br /&gt;
  private double[] a0;&lt;br /&gt;
&lt;br /&gt;
  private final static int N1=4;&lt;br /&gt;
  private double[] a1;&lt;br /&gt;
&lt;br /&gt;
  public DA(final double v0,&lt;br /&gt;
            final double v1) {&lt;br /&gt;
    this.a0 = new double[N0];&lt;br /&gt;
    for(int i=0; i&amp;lt;N0; i++)&lt;br /&gt;
      this.a0[i] = v0;&lt;br /&gt;
&lt;br /&gt;
    this.a1 = new double[N1];&lt;br /&gt;
    for(int i=0; i&amp;lt;N1; i++)&lt;br /&gt;
      this.a1[i] = v1;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  public int getSize0() {&lt;br /&gt;
    return this.N0;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  public double[] getA0() {&lt;br /&gt;
    return this.a0;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  public void setA0(final double v) {&lt;br /&gt;
    for(int i=0; i&amp;lt;N0; i++)&lt;br /&gt;
      this.a0[i] = v;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  public int getSize1() {&lt;br /&gt;
    return this.N1;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  public double[] getA1() {&lt;br /&gt;
    return this.a1;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  public void setA1(final double v) {&lt;br /&gt;
    for(int i=0; i&amp;lt;N1; i++)&lt;br /&gt;
      this.a1[i] = v;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  public void output() {&lt;br /&gt;
    for(int i=0; i&amp;lt;N0; i++)&lt;br /&gt;
      System.out.println(this.a0[i]);&lt;br /&gt;
&lt;br /&gt;
    System.out.println();&lt;br /&gt;
&lt;br /&gt;
    for(int i=0; i&amp;lt;N1; i++)&lt;br /&gt;
      System.out.println(this.a1[i]);&lt;br /&gt;
    System.out.println();&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>MassBot1</name></author>
	</entry>
</feed>