ឯកសារ:Ordinal ww.svg

Page contents not supported in other languages.
ពីWikibooks

រូបភាពដើម(ឯកសារប្រភេទSVG ៥១២ × ៣៨៤ ភីកសែល ទំហំឯកសារ៖ ១៤១គីឡូបៃ)

ឯកសារ​នេះ​មាន​ប្រភព​មក​ពី Wikimedia Commons និង​អាច​ត្រូវ​បាន​ប្រើ​ដោយ​គម្រោង​ដទៃ​ទៀត។ ការ​ពណ៌នា​នៅ​លើទំព័រពណ៌នាអំពី​វា មាន​បង្ហាញ​ខាង​ក្រោម​នេះ។

ចំណារពន្យល់

ការ​ពិពណ៌នា
English: svg version of Omega squared.png by Gro-Tsen.
កាលបរិច្ឆេទ
ប្រភព Own work based on: Ordinal ww.svg
អ្នក​និពន្ធ
Original:
Vector:
SVG genesis
InfoField
 
The SVG code is valid.
 
រូបភាព​ក្រាភិក​វ៉ិចទ័រនេះ​ត្រូវ​បាន​បង្កើតឡើង​ដោយ​ប្រើ 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){}
	}
}

ការដាក់​អាជ្ញាប័ណ្ណ

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
ភាពជាម្ចាស់កម្មសិទ្ធ share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
អ្នកមានសិទ្ធិ៖
  • ចែកចាយ – ថតចំលងនិងចែកចាយស្នាដៃនេះ
  • កែច្នៃ – កែច្នៃយកទៅប្រើ
ក្រោមលក្ខខណ្ឌដូចតទៅនេះ៖
  • ភាពជាម្ចាស់កម្មសិទ្ធ – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts អង់គ្លេស

copyright status អង់គ្លេស

copyrighted អង់គ្លេស

copyright license អង់គ្លេស

inception អង់គ្លេស

០៤ ខែសីហា 2015

ប្រវត្តិ​ឯកសារ

ចុចលើម៉ោងនិងកាលបរិច្ឆេទដើម្បីមើលឯកសារដែលបានផ្ទុកឡើងនៅពេលនោះ។

ម៉ោងនិងកាលបរិច្ឆេទកូនរូបភាពវិមាត្រអ្នកប្រើប្រាស់យោបល់
បច្ចុប្បន្នម៉ោង០៩:២២ ថ្ងៃអង្គារ ទី០៤ ខែសីហា ឆ្នាំ២០១៥កូន​រូប​ភាព​​សម្រាប់​កំណែ​ (version) កាល​ពី​​ ម៉ោង០៩:២២ ថ្ងៃអង្គារ ទី០៤ ខែសីហា ឆ្នាំ២០១៥៥១២ × ៣៨៤ (១៤១គីឡូបៃ)IkamusumeFanUser created page with UploadWizard

គ្មានទំព័រណាមួយដែលប្រើប្រាស់ឯកសារនេះទេ។

បម្រើបម្រាស់ឯកសារជាសាកល

វីគីដទៃទៀតដូចខាងក្រោមនេះប្រើប្រាស់ឯកសារនេះ៖

ទិន្នន័យ​មេតា