10 2020 档案

不知一点而知所有
摘要:探究有一道数学题不知道,是否能从而知道全部。上代码: #include <cstdlib> #include <iostream> #include <ctime> #include <sstream> using namespace std; #define random(a,b) (rand() 阅读全文

posted @ 2020-10-12 10:49 飞凤颖悟绝伦 阅读(167) 评论(0) 推荐(0)

借助C++探究素数的分布
摘要:这里使用的区间是36,144,576,2304,9216,36864,147456,589824,2359296,9437184。至于这个区间是怎么得到的,感兴趣的同鞋可前往(https://www.cnblogs.com/chanji/p/12808117.html)观看。 首先附上程序: #in 阅读全文

posted @ 2020-10-06 09:34 飞凤颖悟绝伦 阅读(211) 评论(0) 推荐(0)

导航