代码搜索:微分几何

找到约 3,133 项符合「微分几何」的源代码

代码结果 3,133
www.eeworm.com/read/405817/11456410

cpp cupid's arrow(计算几何) .cpp

#include #include #include #include using namespace std; typedef double TYPE; #define Abs(x) (((x)>0)?(x):(-(x))) #define Sgn(x) (((x)
www.eeworm.com/read/339551/12226002

cpp p2719_计算几何.cpp

#include #include #include #include #define sqr(a) ((a)*(a)) #define eps 1e-8 #define MAXN 120 using namespace std; struct TPoint { d
www.eeworm.com/read/339551/12226052

cpp p2403_计算几何.cpp

#include #include #include #include using namespace std; typedef complex TPos; int N; TPos Data [20] [20]; double Start [20];
www.eeworm.com/read/339551/12226078

txt foj 计算几何(2007.7.23更新).txt

Hotter Colder http://acm.fzu.edu.cn/problem.php?pid=1014 求线段的中位线,线段相交求交点,求凸多边形的面积, 无归之室 http://acm.fzu.edu.cn/problem.php?pid=1016 本题精度要求非常高,用三角函数的话,很容易就wa.. Reflections http://acm.fzu.edu.
www.eeworm.com/read/227420/14426360

psd 立体几何体.psd

www.eeworm.com/read/211952/15169802

cpp p2403_计算几何.cpp

#include #include #include #include using namespace std; typedef complex TPos; int N; TPos Data [20] [20]; double Start [20];
www.eeworm.com/read/211952/15169909

cpp p2719_计算几何.cpp

#include #include #include #include #define sqr(a) ((a)*(a)) #define eps 1e-8 #define MAXN 120 using namespace std; struct TPoint { d