Difference between revisions of "RAM Sorting"
Jump to navigation
Jump to search
m |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{migrated}} | ||
+ | [https://drive.google.com/file/d/0B1CfMvkDYVC7eDJIbXRVczFOWmc/edit?usp=sharing link] | ||
+ | |||
<graphviz> | <graphviz> | ||
digraph D { | digraph D { | ||
Line 12: | Line 15: | ||
long [label="Is it 5.25 inches long?" | long [label="Is it 5.25 inches long?" | ||
label_es="¿Tiene esto 5.25 pulgadas\nde largo?"] | label_es="¿Tiene esto 5.25 pulgadas\nde largo?"] | ||
− | |||
− | |||
− | |||
multinotch [label="Does it have exactly ONE notch?" | multinotch [label="Does it have exactly ONE notch?" | ||
Line 24: | Line 24: | ||
closenotch [label="Does it have TWO notches\nclose together near the center?" | closenotch [label="Does it have TWO notches\nclose together near the center?" | ||
label_es="¿Tiene esto DOS ranuras\njuntas y al centro?"] | label_es="¿Tiene esto DOS ranuras\njuntas y al centro?"] | ||
− | |||
− | |||
− | |||
ddr [label="DDR", shape="box", style="bold"] | ddr [label="DDR", shape="box", style="bold"] | ||
sdram [label="SDRAM", shape="box", style="bold"] | sdram [label="SDRAM", shape="box", style="bold"] | ||
− | |||
rambus [label="RAMBUS", shape="box", style="bold"] | rambus [label="RAMBUS", shape="box", style="bold"] | ||
misc [label="MISC", shape="box", style="bold"] | misc [label="MISC", shape="box", style="bold"] | ||
Line 41: | Line 37: | ||
long -> multinotch [label="YES" , label_es="SI"] | long -> multinotch [label="YES" , label_es="SI"] | ||
− | long | + | long -> misc [taillabel="NO"] |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
multinotch -> ddr [label="YES" , label_es="SI"] | multinotch -> ddr [label="YES" , label_es="SI"] |
Latest revision as of 15:15, 5 July 2014
This page has been migrated to a document on Free Geek's Google Drive. Information remaining behind may no longer be relevant. MIGRATOR: When you have tagged this page as migrated, (Link to new page immediately below.) |