03 2021 档案

摘要:计算定积分需要用到求定积分的定义的方式: 代码如下: #include<iostream> #include<math.h> #include<iomanip> #include<cstring> using namespace std; const int n = 1000; float defi 阅读全文
posted @ 2021-03-16 20:22 _翩若惊鸿 阅读(670) 评论(0) 推荐(0)
摘要:(1)一般形式: next_permutation(start,end,compare method) (2)功能 找出当前排列以后的所有排列 (3)包含头文件 #include<algorithm> (4)函数原型 #include <algorithm> bool next_permutatio 阅读全文
posted @ 2021-03-03 10:34 _翩若惊鸿 阅读(238) 评论(0) 推荐(0)