Liuzhou Locomotive Depot
The Liuzhou Locomotive Depot (Chinese:柳州机务段) is a locomotive depot that belongs to the Nanning Railway Bureau. It is located in Liuzhou and was founded in 1942.[1]
Equipped models
- China Railways DF4B
- China Railways DF4D(0000 Series and 3000 Series)
- China Railways DF5
- China Railways DF7G(0000 Series)
- China Railways DF8B
- China Railways DF11G
- China Railways GKD1
- China Railways HXN5B
- China Railways SS3
- China Railways SS3B
- China Railways SS7
- China Railways HXD3C[2]
Dominated models
- China Railways DF4C
- China Railways DF4D(4000 Series and 7000 Series)
- China Railways HXD1D[3]
- China Railways HXD3D
Retired models
- China Railways DF
- China Railways DF2
- China Railways DF7D
- China Railways DF10
- China Railways FD
- China Railways JS
- China Railways JF
- China Railways JF11
- China Railways KD7
- China Railways QJ
- China Railways SL6
Subordinate Agencies
- Guilin Locomotive Area(Former Guilin Locomotive Depot)[4]
- Jinchengjiang Locomotive Area(Former Jinchengjiang Locomotive Depot)
- Rong'an Locomotive Area(Former Rong'an Locomotive Depot)
gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```
gollark: Also, implementing whatever is done internally for finding free space to transfer to is hard!
gollark: I'm unlikely to have stupidly large autocrafting trees.
gollark: As long as it doesn't take more than a second it fits within my performance goals.
gollark: RandomTwentyLineAlgorithmIWrote.
See also
- Nanning Locomotive Depot
- Liuzhou Railway Station
References
- 柳州市志第四卷,铁路交通志,第三章 技术设备,第一节 机务, the Difangzhi of Guangxi Website(Chinese)
- 首批“和谐号”电力机车在广西柳州试运行 _中国广播网_2013年10月23日
- 最新型火车头来柳 火车迷亲昵称为“大红枣” Archived 2016-06-24 at the Wayback Machine _柳州新闻网_2014年12月17日(Chinese)
- 桂林市志第四卷,交通志,第三章 铁路,第一节 设备, the Difangzhi of Guangxi Website(Chinese)
External links
Wikimedia Commons has media related to Liuzhou Locomotive Depot. |
- The microblog of the Liuzhou Locomotive Depot_Sina Weibo(Chinese)
- The microblog of the Liuzhou Locomotive Depot_Tencent Weibo(Chinese)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.