自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 7.6homework c++ prim

#include<iostream>#include<array>#include<string>using namespace std;const int size = 6;int Fill_array(std::array<double , size> *pa);void show_array(std::array <dou...

2019-01-07 21:26:51 132

原创 7.2homework pr

#include<iostream>int enter_grade (double a[],int );void show_grade (double b[] ,int );double cal_average (double c[],int );using namespace std;int main(){ cout << "you can ente...

2018-12-31 18:51:17 133

原创 7.1homework c++ pr

#include<iostream>using namespace std;double average (double ,double);int main(){ double x,y; double Average; while (cin >> x && cin >> y) { if(x !=0 &&amp...

2018-12-31 15:50:59 259

原创 6.8c++prohomework

#include<iostream>#include<fstream>#include<cstdlib>const int size = 60;using namespace std;int main(){ char filename[size]; ifstream inFile; cout << "Pleasr enter te...

2018-12-23 18:52:30 121

原创 c++pro zuoye

#include<iostream>#include<string>#include<cctype>using namespace std;int main(){ string words; int word_cnt=0; int vowekls_cnt=0; int consonants_cnt=0; cout << "Ente...

2018-12-22 19:53:34 323

原创 6.5c++ prohomework

#include<iostream>#include<cctype>using namespace std;int main(){ double tvarps; cout << "Enter your tvarps: "; cin >> tvarps; //cout << tvarps; while (tvarps &..

2018-12-21 10:29:21 106

原创 6.4 c++prozuoye

#include<iostream> const int strsize = 100;using namespace std;void show_real_name(struct bop message[],int n);void show_job_title(struct bop message[],int n);void show_bop_name(struct bop...

2018-12-19 20:47:52 155

原创 6.3c++ prozuoye

#include<iostream>using namespace std;int main (){ cout << "Please enter one of the following choices:"<<endl; cout << "a) "<<" "&lt

2018-12-19 18:27:37 103

原创 c++ Pro plus 6.2

#include<iostream>const int ArSize = 10;using namespace std;int main(){ int control; double donation[ArSize]; int i=0; cout << "How many people donation: "; cin >

2018-12-18 21:16:58 373

原创 C++ Primer Plus 6.1作业

#include<iostream>#include<cctype>const int ArSize=50;int main(){ using namespace std; int i=0; char testline[ArSize]; char testline1[ArSize]; cout << "Enter a number of a...

2018-12-18 20:26:36 172

空空如也

空空如也

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

TA关注的人

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