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

原创 c++第六次实验

一、程序及代码#include using namespace std; int main() { int a[5]={1,3,8,9,10},b[5]={2,3,4,5,6}; int c[10],i,j,k,t; for(i=0;i<5;i++)

2017-05-11 14:53:13 277

原创 c++第五次作业

一、程序及代码#include using namespace std; int main() { int a[10],b[10], i,j,k,t,n=0,g; cout<<"请输入十个数字"; for(i=0; i<10; i++) cin>>a[i]; for(i=0; i<9; i++)

2017-05-11 14:36:28 207

原创 C++第五次实验

一、程序及代码#include using namespace std; int main() { const int n=10; int a[n],i,b[n]={0},c[n]={0}; for(i=0;i<n;i++) b[i]=1; for(i=0;i<n;i++) { ci

2017-05-11 13:21:21 270

原创 c++第四次上机实验

一、代码#include using namespace std; int main() {int a,b,c; for(a=0;a<=20;a++) for(b=0;b<=33;b++) {c=100-a-b; if(c%3==0&&5*a+3*b+c/3==100) {

2017-04-21 14:26:38 235

原创 c++第四次作业

一、问题及代码#include using namespace std;int main( ){ double i(1),a=0.01,b; do {i++; a=a*2; ;}while(i<=30); cout<<a<<endl; cout<<100000*30<<endl; if(a<b) cout<<"陌生人亏"<<endl; if(a>b)

2017-04-21 14:21:53 247

原创 c++第三次实验 计算本月应缴个人所得税

一、问题及代码#include using namespace std; int main( ) { double dSalary,dTax,dNetIncome; cout<<"请输入您本月的收入总额(元):"; cin>>dSalary; // 下面求解应缴个人所和税dTax和税后收入dNetIncome if (d

2017-04-07 14:05:17 520 1

原创 c++第三次作业

一、问题及代码/* * 文件名称:计算本月几天 * 作 者: 向紫铭 * 完成日期: 2017 年 3 月 10 日 * 版 本 号:v100000.0 * 对任务及求解方法的描述部分:无 * 输入描述: 无 * 问题描述: 无 * 程序输出:本月几天 * 问题分析: 略 * 算法设计: 略 *

2017-04-07 14:04:38 234 1

空空如也

空空如也

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

TA关注的人

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