码迷,mamicode.com
首页 >  
搜索关键字:php洗牌    ( 1个结果
php洗牌代码和遍历文件目录代码
<?php/***简单洗牌算法*/$card_num=54;//牌数print_r(wash_card($card_num));functionwash_card($card_num){$cards=$tmp=array();for($i=0;$i<$card_num;$i++){$tmp[$i]=$i;}for($i=0;$i<$card_num;$i++){$index=rand(0,$card_num-$i-1);$cards[$i]=$tmp[$index];unse..
分类:Web程序   时间:2014-10-15 06:38:00    阅读次数:207
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!