File:BitCountingMooreMaschine.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 800 × 683 pixels, file size: 8 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
English: A Moore Machine. It counts the number of bits with value 1 at its input, and writes this number to its output in the next cycle.
Source Own work
Author Dirk Hünniger

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following licenses:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – 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.
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
You may select the license of your choice.

Creation[edit]

I created this file with the dot program form the graphviz package. Here is the source file I fed into it.

digraph G {
	//ratio="1.0";
	nodesep="1";
	zero [height="1.3",width="1.3",label="0/0"];
	one [height="1.3",width="1.3",label="1/1"];
	two [height="1.3",width="1.3",label="2/2"];
	three [height="1.3",width="1.3",label="3/3"];
	zero->zero [label="0"];
	zero->one [label="1,2,4"];
	zero->two [label="3,5"];
	zero->three[label="7"];
	one->zero [label="0"];
	one->one [label="1,2,4"];
	one->two [label="3,5"];
	one->three[label="7"];
	two->zero [label="0"];
	two->one [label="1,2,4"];
	two->two [label="3,5"];
	two->three[label="7"];
	three->zero [label="0"];
	three->one [label="1,2,4"];
	three->two [label="3,5"];
	three->three[label="7"];
}

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current08:57, 6 May 2009Thumbnail for version as of 08:57, 6 May 2009800 × 683 (8 KB)Dirk Hünniger (talk | contribs){{Information |Description={{en|1=A Moore Machine. It counts the number of bits with value 1 at its input, and writes this number to its output in the next cycle.}} |Source=Own work by uploader |Author=Dirk Hünniger |Date= |Permis

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file: