上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 27 下一页
摘要: ![printf](https://img2020.cnblogs.com/blog/1639977/202103/1639977-20210312150516706-1969968375.png) ![scanf](https://img2020.cnblogs.com/blog/1639977/202103/1639977-20210312150528679-144482768.png) 阅读全文
posted @ 2021-03-12 15:06 TR_Goldfish 阅读(157) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/1639977/202103/1639977-20210312145736160-690883952.png) 阅读全文
posted @ 2021-03-12 14:58 TR_Goldfish 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 1008 数组元素循环右移问题 (20 point(s)) 一个数组A中存有N(>0)个整数,在不允许使用另外数组的前提下,将每个整数循环向右移M(≥0)个位置,即将A中的数据由(A0A1⋯A**N−1)变换为(A**N−M⋯A**N−1A0A1⋯A**N−M−1)(最后M个数循环移至最前面的M个位 阅读全文
posted @ 2021-03-12 14:26 TR_Goldfish 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 当你提出了一种新的优化算法后,你需要和别人之前提出的算法来进行PK, 看你的算法有没有提高,下表给出了四种常见的测试函数: 维数:自变量x的个数,也是上面表达式中n的大小 取值范围:每个x对应的变化范围 理论极值:这个函数理论上的最小值 误差目标:只要我们求出来的最小值小于这个目标值就能被接受 阅读全文
posted @ 2021-02-27 15:30 TR_Goldfish 阅读(338) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-02-26 00:41 TR_Goldfish 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-02-25 18:27 TR_Goldfish 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-02-23 17:56 TR_Goldfish 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-02-19 21:29 TR_Goldfish 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/1639977/202102/1639977-20210217003658145-1864722517.png) 阅读全文
posted @ 2021-02-17 00:37 TR_Goldfish 阅读(12) 评论(0) 推荐(0) 编辑
摘要: https://matplotlib.org/api/_as_gen/matplotlib.pyplot.bar.html?highlight=bar#matplotlib.pyplot.bar 阅读全文
posted @ 2021-02-12 14:14 TR_Goldfish 阅读(508) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 27 下一页