Warning: session_start(): open(/tmp/sess_04cbdc4295180f82c481a5f5ab21a7e6, O_RDWR) failed: No space left on device (28) in /data/wiki/inc/init.php on line 239

Warning: session_start(): Failed to read session data: files (path: ) in /data/wiki/inc/init.php on line 239

Warning: Cannot modify header information - headers already sent by (output started at /data/wiki/inc/init.php:239) in /data/wiki/inc/auth.php on line 430
Writing /data/wiki/data/cache/4/43994124a9168f34c03db2ff7cd35d94.captchaip failed

Warning: Cannot modify header information - headers already sent by (output started at /data/wiki/inc/init.php:239) in /data/wiki/inc/actions.php on line 38

Warning: Cannot modify header information - headers already sent by (output started at /data/wiki/inc/init.php:239) in /data/wiki/lib/tpl/dokuwiki/main.php on line 12
2020-2021:teams:legal_string:计算几何 [CVBB ACM Team]

用户工具

站点工具


2020-2021:teams:legal_string:计算几何

到此差别页面的链接

后一修订版
前一修订版
2020-2021:teams:legal_string:计算几何 [2020/07/17 09:56]
qgjyf2001 创建
2020-2021:teams:legal_string:计算几何 [2020/07/17 10:01] (当前版本)
qgjyf2001
行 7: 行 7:
 ==== 模板 ==== ==== 模板 ====
  
 +<hidden 查看代码>​
 <code cpp> <code cpp>
 #define eps 1e-8 #define eps 1e-8
行 86: 行 87:
  
 </​code>​ </​code>​
 +</​hidden>​
 ===== 2.基本操作 ===== ===== 2.基本操作 =====
  
行 134: 行 136:
 ====== 3.相关代码 ====== ====== 3.相关代码 ======
  
 +<hidden 查看代码>​
 <code cpp> <code cpp>
 double distl(point p,point a,point b)//​点到直线距离 ​ double distl(point p,point a,point b)//​点到直线距离 ​
行 229: 行 232:
 } }
 </​code>​ </​code>​
 +</​hidden>​
 ====== 4.例题 ====== ====== 4.例题 ======
  
 ===== 最小圆覆盖 ===== ===== 最小圆覆盖 =====
  
 +[[https://​www.luogu.com.cn/​problem/​P1742|最小圆覆盖]]
 +<hidden 查看代码>​
 <code cpp> <code cpp>
 #include <​iostream>​ #include <​iostream>​
行 411: 行 417:
  
 </​code>​ </​code>​
 +</​hidden>​
2020-2021/teams/legal_string/计算几何.1594950998.txt.gz · 最后更改: 2020/07/17 09:56 由 qgjyf2001