随笔分类 -  algorithm

上一页 1 ··· 29 30 31 32 33
摘要:1 '; 28 $res = implode(',', w_shuffle($arr)); 29 echo $res.''; 30 echo implode(',', $arr).''; 31 shuffle($arr); 32 $res = implode(',',$arr); 33 echo $res.''; 34 echo implode(',', $arr).''; 1 1,2,3... 阅读全文
posted @ 2016-08-23 00:40 papering 阅读(223) 评论(0) 推荐(0)
摘要:1-检索至少选修"程军"老师所授全部课程的学生姓名(SNAME)检索选修了“程军”老师所授全部课程的学生姓名 0-检索选修了“程军”老师所授课程的学生 集合子集,逐步精确,缩小范围 1-是学生-2-选程老师的课-3-选了程老师所有的课 /* 假定 “ 某学生选程老师的课程门数等于程老师所开门数”等价 阅读全文
posted @ 2016-08-13 19:12 papering 阅读(583) 评论(4) 推荐(0)
摘要:http://www.html5rocks.com/en/tutorials/speed/img-compression/ Types of compression algorithms There are generally two stages in an image compressor, a 阅读全文
posted @ 2016-08-11 09:53 papering 阅读(305) 评论(0) 推荐(0)

上一页 1 ··· 29 30 31 32 33