码迷,mamicode.com
首页 > 其他好文 > 详细

Excel Sheet Row Numbers

时间:2015-03-04 18:43:58      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:

Given the sequence S1 = {a,b,c,d,…,x,y,z,aa,ab,ac…. } and given that this sequence corresponds (term for term) to the sequence S2 = {0,1,2,3,….}. Write code to convert an element of S2 to the corresponding element of S1.

 

如果S2从1开始,那么就是26进制数和10进制数转换问题了,把S2加1则转化为这个问题,然后求解,求解方法见:

http://www.cnblogs.com/lavezhang/archive/2012/05/14/2499000.html

Excel Sheet Row Numbers

标签:

原文地址:http://www.cnblogs.com/litao-tech/p/4313670.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!