由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - [合集] 这是个数学问题吧? 想不出来
相关主题
[合集] 问个C++题目帮忙!!! 需要比较两文件, 有包子相送 (转载)
[合集] 老是关心语言快慢的人看过来有一个set的words,咋找它们的common suffix?
[合集] 微软的一道逻辑题repast 请进: python debian安装问题
[合集] C语言面试题, 如何得到一个字符串长度? (不许遍历)[合集] A google algorithm question (转载)
[合集] 问个递归的问题Three C/C++ Programming Questions
[合集] 问2个微软电话面试题目请教一个design的问题
[合集] goog code jam俺水掉了。问个问题
[合集] 问2个微软电话面试题目Looking for code example to get stock data
相关话题的讨论汇总
话题: jul话题: sun话题: 2008话题: 提到话题: 想不出
进入Programming版参与讨论
1 (共1页)
b***y
发帖数: 2799
1
☆─────────────────────────────────────☆
ilvch (From here to eternity) 于 (Sat Jul 12 23:45:03 2008) 提到:
一个code snippet:
while (a!=1){
if even(a) a=a/2;
else a=3*a+1;
}
问这个程序会不会在某种输入(a>0)时陷入死循环?
☆─────────────────────────────────────☆
repast (xebec) 于 (Sun Jul 13 00:11:47 2008) 提到:
这个是一 countable markov chain, but definitive,
u need to judge if it is recurrent/transient for every initial state.

☆─────────────────────────────────────☆
goodbug (好虫) 于 (Sun Jul 13 00:14:22 2008) 提到:
我猜
1 (共1页)
进入Programming版参与讨论
相关主题
Looking for code example to get stock data[合集] 问个递归的问题
visual stdio 2005 question[合集] 问2个微软电话面试题目
What is automatic space allocation in C++?[合集] goog code jam俺水掉了。
Any possibility to make this expression faster?[合集] 问2个微软电话面试题目
[合集] 问个C++题目帮忙!!! 需要比较两文件, 有包子相送 (转载)
[合集] 老是关心语言快慢的人看过来有一个set的words,咋找它们的common suffix?
[合集] 微软的一道逻辑题repast 请进: python debian安装问题
[合集] C语言面试题, 如何得到一个字符串长度? (不许遍历)[合集] A google algorithm question (转载)
相关话题的讨论汇总
话题: jul话题: sun话题: 2008话题: 提到话题: 想不出