touchpad如果大跌价,会不会影响其他产品啊?# PDA - 掌中宝
r*o
1 楼
在以下网址看到关于ran5()返回ran7()的两个新鲜解法,没想明白。
http://doctorinterview.com/index.html/algorithmscoding/how-will-you-design-random7-using-random5-function/
有知道的大牛解释一下吗?
Method 2)
int random7()
{
int x;
x=random5()+random5();
if(x==2 || x==3)
return 1;
if(x==4)
return 2;
if(x==5)
return 3;
if(x==6)
return 4;
if(x==7)
return 5;
if(x==8)
return 6;
if(x==9 || x==10)
http://doctorinterview.com/index.html/algorithmscoding/how-will-you-design-random7-using-random5-function/
有知道的大牛解释一下吗?
Method 2)
int random7()
{
int x;
x=random5()+random5();
if(x==2 || x==3)
return 1;
if(x==4)
return 2;
if(x==5)
return 3;
if(x==6)
return 4;
if(x==7)
return 5;
if(x==8)
return 6;
if(x==9 || x==10)