上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 20 下一页
摘要: 抛物面的计算(顶点坐标)(不变)(具体原理不理解,背下即可) #define PI2 2*3.14159 #define DELTA_R 0.5 double surfVertices[36][10][3]; void ComputerParabolicSurface(){ for(int a = 阅读全文
posted @ 2021-01-14 21:23 肥泽~ 阅读(82) 评论(0) 推荐(0)
摘要: #include<iostream> #include <algorithm> using namespace std; struct node{ int first; int second; }; node x[500005]; node y[500005]; int main() { ios:: 阅读全文
posted @ 2020-12-31 01:40 肥泽~ 阅读(81) 评论(0) 推荐(0)
摘要: JQuery 基础: 1. 概念: 一个JavaScript框架。简化JS开发 * jQuery是一个快速、简洁的JavaScript框架,是继Prototype之后又一个优秀的JavaScript代码库(或JavaScript框架)。jQuery设计的宗旨 是“write Less,Do More 阅读全文
posted @ 2020-12-23 12:30 肥泽~ 阅读(87) 评论(0) 推荐(0)
摘要: ![](https://img2020.cnblogs.com/blog/2006461/202012/2006461-20201217081259014-364627770.png) ![](https://img2020.cnblogs.com/blog/2006461/202012/2006461-20201217081448458-544034616.png) ![](https://im 阅读全文
posted @ 2020-12-17 08:19 肥泽~ 阅读(50) 评论(0) 推荐(0)
摘要: 参考代码: #include <iostream> #include <utility> #include <cmath> #include <algorithm> using namespace std; const int maxn = 205; struct cmp { bool operat 阅读全文
posted @ 2020-12-16 10:31 肥泽~ 阅读(121) 评论(0) 推荐(1)
摘要: ![](https://img2020.cnblogs.com/blog/2006461/202012/2006461-20201206154945743-611811574.png) 阅读全文
posted @ 2020-12-06 15:50 肥泽~ 阅读(306) 评论(0) 推荐(0)
摘要: ![](https://img2020.cnblogs.com/blog/2006461/202012/2006461-20201202125121018-1142540495.png) ![](https://img2020.cnblogs.com/blog/2006461/202012/2006461-20201202125207471-1624956442.png) ![](https:// 阅读全文
posted @ 2020-12-02 12:54 肥泽~ 阅读(53) 评论(0) 推荐(0)
摘要: ![](https://img2020.cnblogs.com/blog/2006461/202012/2006461-20201201195632833-1299046852.png)![](https://img2020.cnblogs.com/blog/2006461/202012/2006461-20201201195929678-1226123075.png)![](https://im... 阅读全文
posted @ 2020-12-01 20:05 肥泽~ 阅读(175) 评论(0) 推荐(0)
摘要: 在偏序集<B;≤>中: b是B的极大元$\Longleftrightarrow$B中没有比B大的元素(与最大元的区别:B中存在一些元素与b不可比) b是B的极小元$\Longleftrightarrow$B中没有比B小的元素(与最小元的区别:B中存在一些元素与b不可比) 阅读全文
posted @ 2020-12-01 19:28 肥泽~ 阅读(276) 评论(0) 推荐(0)
摘要: ![](https://img2020.cnblogs.com/blog/2006461/202012/2006461-20201201191016273-398539302.png) 阅读全文
posted @ 2020-12-01 19:17 肥泽~ 阅读(99) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 20 下一页