自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (3)
  • 收藏
  • 关注

原创 CPosition

//CPosition.cpp//#include #include #include #include using namespace std;struct PositionInfo{    string province;    string city;    string county;}*pPosition;using namespace std;//using standard namespaceclass CPosition{protected:public:public:CPosition()

2010-09-10 10:08:00 799

转载 CPerson

//using the modual file#include #include #include #include using namespace std;//using standard namespaceclass CPerson{public:CPerson();~CPerson();void Add( char * pszName, int nWage );void Delete( char* pszName );void Print();protected:struct PersonInfo{ 

2010-09-08 10:47:00 418

转载 a correct Divide function

<br /><br /><br />Go Richel Bilderbeek's blog<br /> <br /> <br />  a correct Divide function<br /> <br />This is the answer of exercise #0: a correct Divide function.<br /> <br />The lowest mark would go to the following code:<br /> <br /> <br />double Div

2010-09-07 16:00:00 315

原创 vector指针的测试

[code=C/C++]#include #include using namespace std;typedef struct tStudent{    int iID;    int iSex;    char *lpName;}*lpStudent;template void CpyVector(vector *lpdestVector,const vector *lpsrcVector){    {        lpdestVector->resize(lpsrcVector->size()); 

2010-09-03 12:05:00 704

数据结构C语言描述的源码

数据结构 c语言描述的源码 头文件:/* * filename: dsdef.h * description: This head file includes most data structure definitions, *which can * also be modified accordingly before using it. Remember to *include * this file to your source file! * author: jxiao, csu * date: 10/10/2008 */ #ifndef __STRING_H__ #include <string.h> #define __STRING_H__ #endif #if !defined(__DSDEF_H__) #define __DSDEF_H__ 。。。。。。。。。。。。。

2009-09-05

46家著名公司笔试题目

46家著名公司笔试题,pdf文件,资源一分,大家可以做做

2009-07-16

空空如也

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

TA关注的人

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