随笔分类 - algorithm
摘要: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...
阅读全文
摘要:1-检索至少选修"程军"老师所授全部课程的学生姓名(SNAME)检索选修了“程军”老师所授全部课程的学生姓名 0-检索选修了“程军”老师所授课程的学生 集合子集,逐步精确,缩小范围 1-是学生-2-选程老师的课-3-选了程老师所有的课 /* 假定 “ 某学生选程老师的课程门数等于程老师所开门数”等价
阅读全文
摘要:http://www.html5rocks.com/en/tutorials/speed/img-compression/ Types of compression algorithms There are generally two stages in an image compressor, a
阅读全文