Dosya:Ordinal ww.svg

Page contents not supported in other languages.
Wikipediya, ensiklopediya xosere ra

Ebato oricinale(Dosyay SVGi, nominal 512 × 384 pikseli, ebadê dosya: 141 KB)


Xulasa

Şınasnayış
English: svg version of Omega squared.png by Gro-Tsen.
Tarix
Çıme Own work based on: Ordinal ww.svg
Nuştekar
Original:
Vector:
SVG genesis
InfoField
 
Na dosyay SVG çıme kode cı standardan de W3C deye hewlo.
 
This vector image was created with unknown tool.

Java Source Code

// Author: Ika, Date: 08/04/2015 -->
// The following code can be used to generate the SVG image of ordinals \omega^2.
// Anyone can copy and revise this code without any copyright concern.

import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.FileWriter;
import java.io.PrintWriter;

public class Ordinal
{
	public static void main(String[] args)
	{
		try{
			File output = new File("ordinal_ww.svg");
			FileWriter fw = new FileWriter(output);
			PrintWriter pw = new PrintWriter(fw);
			
			pw.println("<?xml version=\"1.0\" standalone=\"no\"?>");
			pw.println("<!-- Author: Ika, Date: 08/04/2015 -->");
			pw.println("<!-- Anyone can copy and revise this code without any copyright concern. -->");
			pw.println("<svg width=\"512\" height=\"384\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">");
			pw.println("\n\t<g style=\"stroke:black; stroke-width:1\" >");
			// Draw the vertical lines...
			double magic_frac = 0.875;	// the length ratio between each pair of segments
			double min_l = 0.1;	// the least length of each segment
			double x=1.0, y=0.0, l=384.0;
			double L=l; // restored length after each loop
			do{
				do{
					pw.println("\t\t<path d=\"m"+x+" "+y+" v"+l+"\" />");
					x += l*(1-magic_frac)/6;
					y += l*(1-magic_frac)/2;
					l *= magic_frac;
				}while(l>min_l);
				l = L *= magic_frac;
				y = (384-l)/2;
			}while(L>min_l);
			
			pw.println("\t</g>");
			pw.println("\n</svg>");
			
			fw.close();
		}
		catch (Exception e){}
	}
}

Lisans

Ez, ke ena dosya viraste, bine ena lisans ser cap kena:
w:en:Creative Commons
gıredayış sey yewbini barekerdış
Nê weçenegan dê xoseri:
  • bare kerdene – qe gure kopya kerdişi, vila kerdişi u şawitişi
  • qe reyna mix kerdişi – qe kabul kerdişi gure
bine enê şarti:
  • gıredayış – Lazımo ke şıma icazet bıdê, lisansi rê link, vuriyayış ke biyo belû kerê. Ney şıma usulên ra şenê bıkerê, labelê karkerdış u iştirakê şıma terefê wayirê lisansi ra zey qebulbiyene yew qeyde çıniyo.
  • sey yewbini barekerdış – Meqaleyi ke reyna têv dê, tadê ya zi fına inşa bıkerê, iştırakê şıma lazımo ke zey orcinali same or compatible license bın de vıla kerê.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

Dewrê mocnayışi

4 Tebaxe 2015

Verêniya dosya

Seba diyayışê viyarteyê dosya ra tarixê ke qısımê tarix/zemani derê inan bıtıkne.

Tarix/ZemanResımo qıckekEbadiKarberMışewre
nıkayên09:22, 4 Tebaxe 2015Seba versiyonê 09:22, 4 Tebaxe 2015 ra512 - 384 (141 KB)IkamusumeFanUser created page with UploadWizard

There are no pages that link to this file.

Gurenayışê dosyaya gılovere

Ena dosya wikiyanê binan de gureniyena.

Metadata