• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
Andromeda_Galaxy
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 4 5 6 ··· 10 下一页

2019年7月19日

拉格朗日乘子法
摘要: https://www.cnblogs.com/sddai/p/5728195.html 详细讲解 https://blog.csdn.net/qq_40036484/article/details/80457800 一般讲解 阅读全文
posted @ 2019-07-19 22:54 Andromeda_Galaxy 阅读(137) 评论(0) 推荐(0)
 
 

2019年7月17日

组合数学 待补题
摘要: HDU 4372 - Count the Buildings(组合计数) 第一类斯特拉数 阅读全文
posted @ 2019-07-17 15:37 Andromeda_Galaxy 阅读(128) 评论(0) 推荐(0)
 
 

2019年7月10日

杜教筛 (包括线筛) 莫比乌斯函数前缀和 欧拉函数前缀和 因数和函数前缀和 因子个数前缀和 ( 分析 )
摘要: 线筛各种函数 元函数 恒等函数 单位函数 莫比乌斯函数 欧拉函数 因子个数函数 因子和函数 #include<bits/stdc++.h> #define ll long long using namespace std; const int maxn=1e6+10; int e[maxn]; in 阅读全文
posted @ 2019-07-10 09:41 Andromeda_Galaxy 阅读(749) 评论(0) 推荐(0)
 
 

2019年7月8日

计算几何题目总结
摘要: 模板 (只用这一个) 点 线 圆 //#include<bits/stdc++.h> #include <iostream> #include <stdio.h> #include <string.h> #include <algorithm> #include <queue> #include < 阅读全文
posted @ 2019-07-08 16:32 Andromeda_Galaxy 阅读(215) 评论(0) 推荐(0)
 
 

2019年7月5日

一周训练总结 6.29-7.4
该文被密码保护。 阅读全文
posted @ 2019-07-05 15:05 Andromeda_Galaxy 阅读(1) 评论(0) 推荐(0)
 
 

2019年5月12日

杜教的版子
摘要: 拉格朗日插值: 阅读全文
posted @ 2019-05-12 19:53 Andromeda_Galaxy 阅读(168) 评论(0) 推荐(0)
 
 

2019年5月4日

- Power Strings (字符串哈希) (KMP)
摘要: https://www.cnblogs.com/widsom/p/8058358.htm (详细解释) //#include<bits/stdc++.h> #include<vector> #include<cstdio> #include<cstring> #include<iostream> # 阅读全文
posted @ 2019-05-04 15:18 Andromeda_Galaxy 阅读(1111) 评论(0) 推荐(0)
 
 

2019年4月20日

2019南昌邀请赛 L 计算几何 G(待补)
摘要: #include const double PI=acos(-1.0); const double TT=PI/3; using namespace std; struct Point { double x,y; Point(){} Point(double x, double y) :x(x), y(y){} };; struct Segment{ Point a,b; Segment(... 阅读全文
posted @ 2019-04-20 19:48 Andromeda_Galaxy 阅读(341) 评论(0) 推荐(0)
 
 

2019年4月14日

Visible Lattice Points SPOJ - VLATTICE 三维+莫比乌斯反演
摘要: #include #define ll long long using namespace std; const int maxn=1e7+10; int vis[maxn]; int mu[maxn]; int prime[maxn]; int tot=0; int sum1[maxn]; int sum2[maxn]; void get_mu() { mu[1]=1; vis[1]=... 阅读全文
posted @ 2019-04-14 12:05 Andromeda_Galaxy 阅读(177) 评论(0) 推荐(0)
 
 

2019年4月13日

P2257 莫比乌斯+整除分块
摘要: #include #define ll long long using namespace std; const int maxn=1e7+10; int vis[maxn]; int mu[maxn]; int prime[maxn]; int tot=0; int sum1[maxn]; int sum2[maxn]; void get_mu() { mu[1]=1; vis[1]=... 阅读全文
posted @ 2019-04-13 18:57 Andromeda_Galaxy 阅读(217) 评论(0) 推荐(0)
 
 
上一页 1 2 3 4 5 6 ··· 10 下一页

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3