自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

原创 课程设计:图书管理系统

#define StrNum 20#define Type 20#include #include #include #include //输入/输出文件流类using namespace std;const int Maxb=100; //最多可存储的图书class Book{private: int

2014-06-21 22:17:42 1807 1

原创 课程设计:图书管理系统

#define StrNum 20#define Type 20#include #include #include #include //输入/输出文件流类using namespace std;const int Maxb=100; //最多可存储的图书class Book{private: int

2014-06-20 10:43:58 1147

原创 课程设计图书管理系统效果截图

2014-06-21 22:20:48 1480 1

原创 第六周作业

课本例题例题4.2[cpp] view plaincopy#include  using namespace std;  int main()  {      int i,math[40],n,unpassedcount=0,highscorecount=0;      float aver=0.0;      cou

2014-04-26 12:08:51 545 1

原创 第四周作业

第8题# include using namespace std;int main(){ int row, column; for(row=1,column=1;row<=9;row++){ for(column=1;column<=row;column++) cout<<column<<"*"<<row<<"="<<row*column<<"\t"; cout<<en

2014-03-28 09:20:12 473 1

原创 第三周作业

一:课本例题例2.1[cpp] view plaincopy#include  #include  using namespace std;  int main()  {     bool flag=true;     cout   cout   cout   flag=0;     cout"执行语句

2014-03-23 17:19:34 622 1

原创 第二周作业

实验作业1.编写调式运行第一个C++程序,要求输出你的班级、姓名和学号;2.输入课本例题1.2,调试运行程序,并分析程序。3.分析程序中哪些是标识符,哪些是关键字。4.回答什么是程序、工程,源文件、目标文件、执行文件、编译预处理、名字空间、函数.、主函数。任務一[cpp] view plaincopy/

2014-03-16 11:39:42 528 1

空空如也

空空如也

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

TA关注的人

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