上一页 1 ··· 91 92 93 94 95 96 97 98 99 ··· 109 下一页

2008年11月5日

自己动手写算法.Sort.QuickSort

摘要: Quick Sort Algorithm Quick sort uses divide-conquer-combine stratage to sort array in place. namespace { int gSize = 0; int partation(i... 阅读全文

posted @ 2008-11-05 19:49 张大大123 阅读(96) 评论(0) 推荐(0) 编辑

2008年10月30日

宁要捧杀,不许真言?

摘要: 宁要捧杀,不许真言? 作者:赖勇浩(http://blog.csdn.net/lanphaday) 前天,我看到《大学生发明依据皮肤比例过滤色*情*图片软件》(http://news.csdn.net/n/20081028/120298.html)这个新闻,根据文章中对这款“创新”软件的描述,... 阅读全文

posted @ 2008-10-30 11:17 张大大123 阅读(133) 评论(0) 推荐(0) 编辑

2008年10月28日

(已加马赛克)10 行代码判定色*情*图片——Python 也可以系列之二

摘要: 10 行代码判定色*情*图片——Python 也可以系列之二作者:赖勇浩(http://blog.csdn.net/lanphaday)致编辑:我已经给图片打上马赛克了,别再删除了啊,我这是纯技术贴!声明:本文因科学研究需要,包含部分色*情*图片,不可作为传播色*情*信息的证据。今天先是在 CSD... 阅读全文

posted @ 2008-10-28 14:13 张大大123 阅读(179) 评论(0) 推荐(0) 编辑

2008年10月23日

推荐几个好玩又有难度的编程网站

摘要: Normal 0 7.8 磅 0 2 false false false MicrosoftInternetExplo... 阅读全文

posted @ 2008-10-23 23:40 张大大123 阅读(118) 评论(0) 推荐(0) 编辑

2008年10月22日

阿朱,是时候拥抱 Linux 了!

摘要: 阿朱,是时候拥抱 Linux 了! 作者:赖勇浩(http://blog.csdn.net/lanphaday) 在这个微软的“黑屏”时代,作为 windows 的替代品,Linux 变得倍受关注。今天 CSDN 的名博阿朱写了篇文章《我可以抱你吗?Linux》(http://blog.csd... 阅读全文

posted @ 2008-10-22 15:38 张大大123 阅读(156) 评论(0) 推荐(0) 编辑

2008年10月20日

[招聘]我司求 python 或 flex 程序员各一名

摘要: 注意:名额已满,招聘暂停,多谢支持! 大家好,我司坚定网络游戏自主研发,主创人员曾在网易、腾讯等公司参与过数款网游的策划与编程。现因发展需要,寻求 python or flex 程序员各一名。 1)python 程序员参与服务器端软件的开发,需要熟悉 linux、mysql 和 pyth... 阅读全文

posted @ 2008-10-20 11:48 张大大123 阅读(80) 评论(0) 推荐(0) 编辑

2008年10月10日

[Python]五分钟理解元类(Metaclasses)

摘要: 五分钟理解元类(Metaclasses) 真的,它并非巫术。 原文地址:http://www.voidspace.org.uk/python/articles/five-minutes.shtml 日期:16 September, 2008. 译者:赖勇浩(http://blog.cs... 阅读全文

posted @ 2008-10-10 11:34 张大大123 阅读(166) 评论(0) 推荐(0) 编辑

2008年10月8日

自己动手写算法.Sort.HeapSort

摘要: Heap Sort Algorithm heap-sort uses max heap data structure to sort a sequence. The steps are: We need construct a max heap in place firstly, so th... 阅读全文

posted @ 2008-10-08 23:30 张大大123 阅读(155) 评论(0) 推荐(0) 编辑

2008年9月27日

豆瓣走进校招,Web 2.0 站稳脚跟?

摘要: 豆瓣走进校招,Web 2.0 站稳脚跟?今天发现豆瓣发布的 2009 年校园招聘信息(http://www.douban.com/campus2009/),吃了一惊。印象中校招这种打广告性质的活动,是不适合业务单一的网站来做的,何况是豆瓣。但点击进去一看,方知豆瓣原来已经发展到三十几人了,而且有了... 阅读全文

posted @ 2008-09-27 01:49 张大大123 阅读(116) 评论(0) 推荐(0) 编辑

2008年9月25日

自己动手写算法.Sort.Bubble

摘要: Bubble Sort Algorithm This is an sorting algorithm which I learned when I began to study the C languange. I never wrote it down even thoug... 阅读全文

posted @ 2008-09-25 23:30 张大大123 阅读(163) 评论(0) 推荐(0) 编辑

上一页 1 ··· 91 92 93 94 95 96 97 98 99 ··· 109 下一页

导航