自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

龙宇网的专栏

路漫漫其修远兮,吾将上下而求索!

  • 博客(6)
  • 资源 (1)
  • 收藏
  • 关注

转载 ASCII Characters

2007-01-23 16:59:00 978

原创 URL编码

backspace %08 tab       %09 linefeed  %0A creturn   %0D space     %20 !         %21 "         %22 #         %23 $         %24 %         %25 &         %26          %27 (         %28 )         %29 *   

2007-01-23 14:19:00 846

原创 STL泛型算法--binary_search()

#include #include #include #include #include #include #include using namespace std;int _tmain(int argc, _TCHAR* argv[]){ int ia[] = {29, 23, 20, 22, 17, 15, 26, 51, 19, 12, 35, 40}; sort(&ia[0], &ia

2007-01-17 22:40:00 1087

原创 STL泛型算法--adjacent_find()

#include #include #include #include #include #include #include using namespace std;class TwiceOver{public: bool operator()(int val1, int val2) {  return val1 == val2/2 ? true : false; }};int _tmai

2007-01-17 22:23:00 1492

原创 STL泛型算法--adjacent_difference()

template OutputIterator adjacent_difference(InputIterator first, InputIterator last,OutputIterator result );template class BinaryOperation >OutputIterator adjacent_difference(InputIterator first, Inpu

2007-01-14 08:47:00 1378

原创 STL泛型算法--accumulate()

templateType accumulatetemplateType accumulate(InputIterator first, InputIterator last, Type init, BinaryOperator op);#include #include using namespace std;int _tmain(int argc, _TCHAR* argv[

2007-01-10 22:38:00 1221

linux命令linux命令linux命令linux命令

linux命令linux命令linux命令linux命令linux命令linux命令linux命令linux命令linux命令linux命令

2011-06-09

空空如也

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

TA关注的人

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