会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
土司空の猫ベッド
伝説によると……土司空が子午線を通ると、海に沈んだクジラが眠っている潮を巻き上げるんだって。
管理
上一页
1
2
3
2024年1月30日
因式定理
摘要: 用 \(f(x)\) 表示一个关于 \(x\) 的代数式。 用 \(f(a)\) 表示当 \(x=a\) 时代数式是的值。 因式定理 \(f(x)\) 有因式 \((x-a)\) 则 \(f(x) = (x-a) \times g(x)\) $f(a) = (a-a) \times g(a) = 0
阅读全文
posted @ 2024-01-30 21:54 β-Ceti
阅读(63)
评论(0)
推荐(0)
2023年12月23日
二分基本函数详解
摘要: 底层实现 #include<bits/stdc++.h> #define ll long long using namespace std; ll lower_bound(vector<ll>& nums,ll x) { ll left=0; ll right=nums.size()-1; whil
阅读全文
posted @ 2023-12-23 22:31 β-Ceti
阅读(32)
评论(0)
推荐(0)
扫描线算法详解
摘要: Algorithm Introduction: lead into Scanning lines are generally used on graphics, and their literal meaning is very similar, meaning that a line sweeps
阅读全文
posted @ 2023-12-23 15:16 β-Ceti
阅读(123)
评论(0)
推荐(0)
上一页
1
2
3