自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 c++课程设计日历记事本

/*************************************** 日历记事本 ****************************************/#include #include #include #include #include #include #include using namespace std;class reboo

2014-06-20 11:37:21 2490 2

原创 第七章课本例题

例题1:/***************************************************************** 7_1输入圆半径,求圆周长圆面积和球体积 ******************************************************************/ # includeusing namespace st

2014-06-21 09:04:40 440 1

原创 c++第八章例题

例题1:/************************************************** 8_1对结构体变量的成员进行操作 ***************************************************/# includeusing namespace std;struct date{ int month; int

2014-06-17 14:48:21 596 1

原创 第九周c++作业(第六章)之例题

例题1:/******************************************************* 6_1通过本例来理解指针的几种表示形式 ********************************************************/# includeusing namespace std;int main(){ int

2014-05-18 14:36:46 598 1

原创 c++第七周作业(课本习题)

习题2:/****************************************************** 5_2求整数次幂函数long intPower() *******************************************************/# includeusing namespace std;long intPower(

2014-04-28 22:05:56 593 2

原创 c++第七周作业(第五章)

课本例题:例题1:/*************************************************************** 5_1定义一个无参函数display,用来显示字符串 ****************************************************************/# includeusing name

2014-04-21 22:02:28 475 1

原创 第六周剩余作业

/************************************************************ 输入字符串,删掉数字输出,并计算其长度_2 *************************************************************/#include #include using namespace std;

2014-04-19 15:58:45 403 1

原创 c++第6周作业(第四章)

作业1:/************************************************** 数组元素的引用举例 ****************************************************/# includeusing namespace std;int main(){ int a[10]; i

2014-04-14 23:57:44 535 1

原创 c++第四周作业

课本习题5:/************************************************** **** 功能 :求自然对数e的近似值 **** ***************************************************/ # include using namespace std; int main()

2014-04-01 00:57:14 615 4

原创 c++第三周作业

作业一:课本例题1:/************************************************************** 名称 :sizeof的使用例题* 功能 :显示输出各种整型变量所占的字节数* 输入 :无* 输出 :无**************************************************************/#

2014-03-24 20:51:52 479 1

原创 自动化第二周c++作业

/************************************** 输出姓名班级学号 *************************************/# include //编译预处理命令using namespace std; //使用标准名空间std/*以下是主函数*/int main(){ cout<<"姓名

2014-03-14 22:45:43 525 2

空空如也

空空如也

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

TA关注的人

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