- 博客(3)
- 收藏
- 关注
转载 苹果全新编程语言Swift
Swift是什么? Swift是苹果于WWDC 2014发布的编程语言,这里引用The Swift Programming Language的原话: Swift is a new programming language for iOS and OS X apps that builds on the best of C and Objective-C, without the constra
2014-06-03 23:22:22
722
原创 php冒泡排序算法
php冒泡排序算法 function bubble_sort($arr){ $count = count($arr); if($count return $count; } $flag = true; for($i=0;$i $flag = false; for($j=1;$j
2014-05-11 17:44:47
539
原创 php快速排序算法
php快速排序 function quick_sort($arr){ $count = count($arr); if($count return $arr; } $left = array(); $right = array(); $key = $arr[0]; for($i=1;$i
2014-05-07 22:56:13
504
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅