自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Derry的专栏

深呼吸,闭上你的眼睛^_^...

  • 博客(2)
  • 资源 (4)
  • 收藏
  • 关注

原创 Google入主傲游

    Derry评语:    没想到Google下手还是这么迅捷,以IE为后台的Maxthon终于以其上千万的用户打动了前者。这一事件不是技术的胜利,而是市场。全文:    Multiple sources are confirming that the Chinese/Israeli startup behind the Maxthon Browser has sold a minor

2007-04-16 11:24:00 751

原创 Delphi写的折半查找算法实现

{*查找指定的值是否在当前数组中(数组已经是有序的)*}function SearchData(dataList: array of integer;  id: longint ): Boolean;var  idMid: integer;  idLow, idHigh: integer;begin  idLow := 0;  idHigh := High(dataList);  while

2007-04-11 16:39:00 1640

C++ Concurrency in Action - Anthony Williams

These are exciting times for C++ users. Eleven years after the original C++ Standard was published in 1998, the C++ Standards committee is giving the language and its supporting library a major overhaul. The new C++ Standard (referred to as C++0x) is due to be published in 2010 and will bring with it a whole swathe of changes that will make working with C++ easier and more productive.

2013-03-01

mysql5_training_qiujy_beta1

mysql5_training_qiujy_beta1.rar

2011-08-30

ATI_VGA_Dirver8.453_Part2

可供Acer 4920G系列独立ATI显卡在XP下使用的最新驱动,可解决本本花屏问题!Part2

2008-04-01

ATI_2400XT_8.453

可供Acer 4920G系列独立ATI显卡在XP下使用的最新驱动,可解决本本花屏问题!

2008-04-01

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除