自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

ZhengKarl的专栏

Android/Linux kernel develop

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

原创 Baidu A Star 2007 competition May 27

My code as belo for Item one :#include#include #include "stdlib.h"using namespace std;bool IsLeap(int year){ if( !year%4 && year%100) return true; if(!year%4 && !year%100 && !year%400) return tr

2007-05-28 11:15:00 5926

原创 Baidu A Star 2007 competition May 26

AStar2007百度之星程序设计大赛:My code as below for Item one ,May 26,2007, Not finish.....#include#include using namespace std;int main(){  int  n; int n_maxfruitNo = 0;  vector vs_fruit; vector vn_start; ve

2007-05-28 10:29:00 5863

原创 Top coder competition May 26th,2007

My code as below for the first item: #include "stdafx.h"#include "vector"#include "string"using namespace std;class FirstMazeTask{public: string checkCorrectness(vector maze) {  bool b_overlap =

2007-05-28 10:24:00 5706

原创 TopCoder Pratice this morning

My code for the pratice.   It seems been written very disorder...., but pass the test. and only got 97 points. #include #include #include #include using namespace std;class BinaryCode{ vector vs

2007-05-24 11:56:00 5696

原创 Calculate 1 plus to 100 by Using C++

When Gauss was ten,he calculated 1+2+3+4+…..+99+100 like this:(1+100)*100/2 =5050Now in my twenties I calculated it by Using C++ as below:#include "iostream"#include "string.h"#include #include

2007-05-19 21:39:00 5742

原创 My exercise yesterday: Design by Using C++

Yesterday, I wrote the code as below to seperate every word in a file,and then display. I wrote the sentence more C++ functions,and feel good:)#include "iostream"#include "fstream"#include "vector"#

2007-05-16 08:54:00 5776

memcached全面剖析.pdf

详细的memcached全面剖析:。memcached是高性能的分布式内存缓存服务器。一般的使用目的 是,通过缓存数据库查询结果,减少数据库访问次数,以提高动态Web应用的速度、提高可扩展 性。

2008-09-01

空空如也

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

TA关注的人

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