2008年5月5日

posted @ 2008-10-03 14:20 xan 阅读(257) | 评论 (0)编辑 收藏

posted @ 2008-10-03 14:10 xan 阅读(254) | 评论 (0)编辑 收藏

     摘要: wiki:chinese remainder theorem
wiki:extended euclidean algorithm  阅读全文

posted @ 2008-09-26 13:19 xan 阅读(757) | 评论 (0)编辑 收藏

posted @ 2008-08-22 12:34 xan 阅读(278) | 评论 (0)编辑 收藏

posted @ 2008-08-05 12:04 xan 阅读(228) | 评论 (0)编辑 收藏

posted @ 2008-07-29 13:48 xan 阅读(231) | 评论 (0)编辑 收藏

posted @ 2008-07-29 12:55 xan 阅读(281) | 评论 (0)编辑 收藏

posted @ 2008-07-17 16:54 xan 阅读(183) | 评论 (0)编辑 收藏

posted @ 2008-07-16 10:20 xan 阅读(225) | 评论 (0)编辑 收藏

posted @ 2008-06-17 12:17 xan 阅读(271) | 评论 (0)编辑 收藏

posted @ 2008-06-16 14:47 xan 阅读(240) | 评论 (0)编辑 收藏

posted @ 2008-06-14 03:18 xan 阅读(215) | 评论 (0)编辑 收藏

posted @ 2008-06-09 02:39 xan 阅读(212) | 评论 (0)编辑 收藏

     摘要: ruby rake usage  阅读全文

posted @ 2008-05-09 16:19 xan 阅读(845) | 评论 (0)编辑 收藏

     摘要: tomcat server.xml 基本的一些配置说明 -from tomcat官方文档
context path问题  阅读全文

posted @ 2008-05-07 13:02 xan 阅读(1378) | 评论 (0)编辑 收藏

     摘要: def is_prime?(number) #定义方法 判断数number是否是素数
j=2 #数组下标
while $arr[j] * $arr[j] <=number #$arr[] 是一个数组,记录number之前的素数,搞不懂为什么可以这么写
return false if number % $arr[j] ==0
j +=1
end
return true
end

土人求教  阅读全文

posted @ 2008-05-05 15:18 xan 阅读(482) | 评论 (2)编辑 收藏


posts - 36, comments - 2, trackbacks - 0, articles - 0

Copyright © xan