求poj 1051翻译!
附网站。http://poj.org/problem?id=1051特别是这块。1.ConvertthetexttoMorsecodewithoutpausesbutwi...
附网站。http://poj.org/problem?id=1051
特别是这块。
1. Convert the text to Morse code without pauses but with a string of numbers to
indicate code lengths
2. Reverse the string of numbers
3. Convert the
dots and dashes back into to text using the reversed string of numbers as code
lengths 展开
特别是这块。
1. Convert the text to Morse code without pauses but with a string of numbers to
indicate code lengths
2. Reverse the string of numbers
3. Convert the
dots and dashes back into to text using the reversed string of numbers as code
lengths 展开
1个回答
展开全部
1. 将文本转换为没有间隔的摩尔斯码但是后面有一串数字说明每一个编码的长度。
2. 将这串数字首尾翻转。
3. 根据翻转的数字串讲点短横线摩尔斯码转换为文本。
PS:那个示例说的很清楚,
".--.-.--..----..-...--..-...---.-.--..--.-..--...----.232313442431121334242"
第一个数字2说明 .- 是A转换来的后面的依次转换。
数字串翻转之后就是24243312......3232
第一个数字2,所以 .- 转换出来就是A
第二个数字4,所以 -.-. 转换出来就是C
后面的就不用我说了。
2. 将这串数字首尾翻转。
3. 根据翻转的数字串讲点短横线摩尔斯码转换为文本。
PS:那个示例说的很清楚,
".--.-.--..----..-...--..-...---.-.--..--.-..--...----.232313442431121334242"
第一个数字2说明 .- 是A转换来的后面的依次转换。
数字串翻转之后就是24243312......3232
第一个数字2,所以 .- 转换出来就是A
第二个数字4,所以 -.-. 转换出来就是C
后面的就不用我说了。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询