自定义博客皮肤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)
  • 收藏
  • 关注

原创 这十月,与C++代码相伴的日子

这十月,与c++代码相伴的日子        去年的这个时候,我刚刚经历了人生中一个重要的关卡——高考,在家等待,那是一种煎熬,我对于自己的未来还是一无所知,不知道会报那所院校,会报哪个专业?在6月27日,知道自己的成绩,我盲目的寻找自己未来的路,最后以为成绩不好,又不想再次经历高三的痛苦与压力,无奈的选择了烟台大学计算机学院对日软件外包专业,我对此充满信心。        在高三暑假进三个月

2012-06-11 18:23:42 1244 1

原创 第十六周任务(三)

#include #include #include using namespace std; class Word { private: string english; string chinese; string xing; public: Word(){}; Word(string w,string c,string x):english(w),chinese(c),xing

2012-06-07 19:42:56 2676

原创 第十六周任务(二)

#include #include #include using namespace std; class student { private: string name; double cpp; double math; double english; double zong; public: student(){}; student(string

2012-06-05 17:27:06 1351 1

原创 第十六周任务(一)

#include #include using namespace std; int main() { double a[500],t; int j,i=0; ifstream readFile; ofstream writeFile; readFile.open("salary.txt", ios::in); if(!readFile) { cerr<<"open er

2012-06-05 16:13:47 1270

空空如也

空空如也

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

TA关注的人

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