自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

让阳光照进心里

学习感悟+生活随笔

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

原创 日记

32 32 21018 21018 30475 23436 20102 60 60 36719 20214 35774 35745 24072 25945 31243 62 62 44 21448 30475 20102 30524 50 48 49 48 24180 19978 21322 24180 30340 39064 46 24573 24736 19968 19979 44 33258

2011-11-09 01:08:38 1273 2

原创 unique_copy

// unique_copy.cpp -- 2011-10-03-22.42#include "stdafx.h"#include #include #include #include using std ::vector ;using std ::equal_to ;templateclass Print{public: void oper

2011-11-03 15:53:33 1306

原创 unique

// unique.cpp -- 2011-10-03-16.05#include "stdafx.h"#include #include #include #include using std ::vector ;using std ::equal_to ;templateclass Print{public: void operator

2011-11-03 15:53:07 663

原创 transform

// transform.cpp -- 2011-09-30-22.51#include "stdafx.h"#include #include #include #include using std ::vector ;using std ::plus ;using std ::multiplies ;class Print{public:

2011-11-02 17:48:48 661

原创 swap_ranges

// swap_ranges.cpp -- 2011-10-03-18.25#include "stdafx.h"#include #include #include using std ::vector ;templateclass Print{public: void operator () (const T & t) const {

2011-11-02 17:48:22 927

原创 swap

// swap.cpp -- 2011-10-03-16.43#include "stdafx.h"#include #include #include using std ::vector ;using std ::swap ;int _tmain(int argc, _TCHAR* argv[]){ int a = 1 ; int b = 2 ;

2011-11-02 17:47:49 690

原创 stable_sort

// stable_sort.cpp -- 2011-10-02-23.07#include "stdafx.h"#include #include #include #include using std ::vector ;using std ::less ;templateclass Print{public: void operator

2011-11-02 17:47:27 960

原创 stable_partition

// stable_partition.cpp --2011-10-02-22.39#include "stdafx.h"#include #include #include #include using std ::vector ;using std ::greater ;int _tmain(int argc, _TCHAR* argv[]){

2011-11-02 17:47:05 2041

原创 基于TCP/IP协议的服务端应用程序

之前对于网络这块,了解太少了,一直都没有太触及.终于,现在写客户端代码,经常要与服务端通信,于是学了起来.  大致说上几句,据昨天的了解,游戏的通信,主要有客户端/服务器模型与P2P(Peer to Peer)两种.我目前主要研究客户端/服务器模型.  TCP协议,是传输层协议.是面向连接的稳定协议.IP协议,是网络层协议,对此了解甚少.  研究的目的,就是会用就好.于是我自己定义了一

2011-11-01 17:30:47 3123

For save__个人使用

AVL树. 刘洋拿来给我看的,我今天没有时间看了.先保存一下.回头来看.

2011-06-30

<<数据结构与算法分析-C语言描述>>编程练习

<<数据结构与算法分析-C语言描述>>编程练习. 课后习题的C语言实现.

2011-04-06

空空如也

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

TA关注的人

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