y8
  • 2024-07-30根据空域图信息构造飞机航线图以及飞行轨迹模拟matlab仿真
    目录1.程序功能描述2.测试软件版本以及运行结果展示3.核心程序4.本算法原理4.1航路网络建模4.2航线图构建4.3 飞行轨迹模拟的具体步骤5.完整程序1.程序功能描述    空域图是指航空领域中的一种图形表示方式,它涵盖了空中交通管理所需要的各种信息,比如航线
  • 2023-05-135.12打卡
     二、思路设计 三、程序流程图 四、代码实现#include<bits/stdc++.h>usingnamespacestd;intmain(){intx1,x2,x3,x5,x8,y1,y2,y3,y5,y8;doublemax=0.0,result;for(x8=0;x8<=2;x8++){for(x5=0;x5<=(20-
  • 2023-05-052.2 存钱问题
    #include<stdio.h>#include<math.h>intmain(){intx1,×2,x3,x5,x8,y1,y2,y3,y5,y8;/*定义变量*/doublemax=0.0,result;/*result变量存放最后结果*//*使用for循环穷举所有可能的存款方案*/for(x8=0;x8<=2;x8++)for(x5=0;x5<=(20-8*x8)/5;x5++)for(x3=0;x3
  • 2023-04-26存钱问题
    一、问题描述:假设银行整存整取的月利率为 二、设计思路: 三、程序流程图: 四、代码实现:#include<stdio.h>#include<math.h>intmain(){intx1,x2,x3,x5,x8;inty1,y2,y3,y5,y8;doubletemp;doublemax=0.0;for(x8=0;x8<=2;x8++){
  • 2023-04-254月25日打卡
     #include<bits/stdc++.h>usingnamespacestd;intmain(){intx1,x2,x3,x5,x8,y1,y2,y3,y5,y8;doublemax=0.0,result;for(x8=0;x8<=2;x8++){for(x5=0;x5<=(20-8*x8)/5;x5++){
  • 2023-04-25存钱问题
    #include<stdio.h>#include<math.h>intmain(){ intx1,x2,x3,x5,x8,y1,y2,y3,y5,y8; doublemax=0.0,result; for(x8=0;x8<=2;x8++) for(x5=0;x5<=(20-8*x8)/5;x5++) for(x3=0;x3<=(20-8*x8-5