首页 > 其他 > 详细

Excel Sheet Row Numbers

时间:2015-03-04 18:43:04      阅读:218      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!