08 2014 档案

摘要:array_maparray_map() 函数返回用户自定义函数作用后的数组。回调函数接受的参数数目应该和传递给 array_map() 函数的数组数目一致 输出:Array ( [0] => Horse [1] => Fido [2] => Cat ) 阅读全文
posted @ 2014-08-22 23:15 阿刻 阅读(122) 评论(0) 推荐(0)
摘要:PHP Array 函数定义和用法array_shift() 函数删除数组中的第一个元素,并返回被删除元素的值。注释:如果键是数字的,所有元素都将获得新的键,从 0 开始,并以 1 递增带有数字键:"Dog",1=>"Cat",2=>"Horse");echo array_shift($a);pri... 阅读全文
posted @ 2014-08-14 09:44 阿刻 阅读(165) 评论(0) 推荐(0)
摘要:Zend Studio 8.0.1 windows版:http://downloads.zend.com/studio-eclipse/8.0.1/ZendStudio-8.0.1.msilinux版(32位):http://downloads.zend.com/studio-eclipse/8.0... 阅读全文
posted @ 2014-08-12 16:17 阿刻 阅读(201) 评论(0) 推荐(0)
摘要:1)在父进程中,fork返回新创建子进程的进程ID; 2)在子进程中,fork返回0; 3)如果出现错误,fork返回一个负值; 阅读全文
posted @ 2014-08-08 17:55 阿刻 阅读(572) 评论(0) 推荐(0)
摘要:1 #include 2 #include 3 4 int parallel_qsort(int * data , int start , int end, int p_count, int pid); 5 int quick_sort(int *data ,int start , int en... 阅读全文
posted @ 2014-08-08 17:48 阿刻 阅读(259) 评论(0) 推荐(0)
摘要:12 IT skills that employers can't say no to 转载的没事就看看文章来源: http://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=902662... 阅读全文
posted @ 2014-08-08 17:39 阿刻 阅读(161) 评论(0) 推荐(0)
摘要:Visual BCD Editor 编辑启动项BCOMPARE 文档对比Octave 3.6.4 类似matlab 开源IOCP&EPOLL 并发模型Understand 源码分析工具GraphLab 分布式图计算hostapd linux下无线热点工具Bochs 开源虚拟机 阅读全文
posted @ 2014-08-08 17:38 阿刻 阅读(141) 评论(0) 推荐(0)