天气与日历 切换到窄版

 找回密码
 立即注册
中国膜结构网
十大进口膜材评选 十大国产膜材评选 十大膜结构设计评选 十大膜结构公司评选
查看: 134|回复: 0

数列 0,30,60,90,120、150,180,210,240,270,300,330,360,15,45,75,115

[复制链接]

该用户从未签到

主题

0

回帖

0

积分

管理员

积分
0
QQ
发表于 2024-5-6 19:50:25 | 显示全部楼层 |阅读模式
  1. static        std::vector<int> generateSequence(int length) {
  2.                 std::vector<int> sequence;
  3.                 int increment = 30;
  4.                 int currentValue = 0;
  5.                 for (int i = 0; i < length; ++i) {
  6.                         sequence.push采用back(currentValue);
  7.                         currentValue += increment;
  8.                         if (currentValue >= 360) {
  9.                                 currentValue = increment / 2;
  10.                                 increment /= 2;
  11.                                 if (increment == 0) break; // Prevent division by zero; in practice, refinement is needed
  12.                         }
  13.                 }
  14.                 return sequence;
  15.         }
复制代码
数列 0,30,60,90,120、150,180,210,240,270,300,330,360,15,45,75,115
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|中国膜结构网|中国膜结构协会|进口膜材|国产膜材|ETFE|PVDF|PTFE|设计|施工|安装|车棚|看台|污水池|中国膜结构网_中国空间膜结构协会

GMT+8, 2024-11-1 08:29 , Processed in 0.143870 second(s), 29 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表