Rhododendron molle

Rhododendron molle (羊踯躅) is a rhododendron species native to China and Japan, where it grows at altitudes of sea level to 2500 meters. It is a shrub that grows to 0.5–2 m in height, with leaves that are oblong to oblong-lanceolate, 5–11 by 1.5–3.5 cm in size. Flowers are yellow with dark red flecks.

Rhododendron molle
Rhododendron molle ssp. japonicum
Scientific classification
Kingdom:
(unranked):
(unranked):
(unranked):
Order:
Family:
Genus:
Species:
R. molle
Binomial name
Rhododendron molle
(Blume) G. Don
Rhododendron molle - MHNT

Synonyms

  • Azalea mollis Blume
  • Rhododendron sinense (Lodd.) Sweet
gollark: Run with `python3 [filename] [input code] [output executable]`.
gollark: It's Turing-complete, and demonstrates the principle of compiled languages maybe being slow.
gollark: ```pythonimport sysimport subprocesstemplate = """int main() { long long i = 0; while (i < 10000000000) { i++; } @CODE@}"""input = sys.argv[1]output = sys.argv[2]temp = "ignore-this-please"with open(input, "r") as f: contents = f.read() code = template.replace("@CODE@", contents) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```
gollark: I finished my super-slow compiler!
gollark: Though GHC probably does optimize quite well, by now.

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.