码迷,mamicode.com
首页 >  
搜索关键字:hg up    ( 8017个结果
luogu 3565 bzoj 3522 & bzoj 4543
hotel解题报告 1 方法1 我们可以用$down[i][j]$表示在$i$的子树里面距离为$j$的节点的个数,$up[i][j]$表示通过$i$的父亲走到的距离为$j$的点的个数。 $$ down[i][j]=\sum_{all\_son}down[son][j 1] $$ $$ up[i][j ...
分类:其他好文   时间:2020-05-23 16:52:20    阅读次数:45
Warm-up和Cos设置LR
``` import bisect from bisect import bisect_right import matplotlib.pyplot as plt import numpy as np import math lr = [] iters=[] def _get_warmup_fact ...
分类:其他好文   时间:2020-05-22 00:14:17    阅读次数:273
Vocabulary Recitation 2020/05/21
relinquish vt. 1. VERB If you relinquish something such as power or control, you give it up. intergalactic adj. 1. ADJ Intergalatic space travel is tr ...
分类:其他好文   时间:2020-05-21 19:14:22    阅读次数:63
[LeetCode] Knapsack Problem背包问题
1. 动态规划 1. 三要素:定义状态,分解子问题(找到迭代公式),设置边界条件 2. 三种解题思路: 1. Brutal Force Search 2. Top Down(回溯+剪枝) 3. Bottom Up(memorization) 2. 解题模板 2.1 题目定义 1. $v[i]$ 第i ...
分类:其他好文   时间:2020-05-20 14:01:20    阅读次数:69
Remove kernel In CentOS8
Remove kernel In CentOS8 1. check up using kernel : [root@test ~]# uname -aLinux test 4.18.0-147.8.1.el8_1.x86_64 #1 SMP Thu Apr 9 13:49:54 UTC 2020 x ...
分类:其他好文   时间:2020-05-19 01:02:54    阅读次数:69
Ondemand和Interactive gonernor工作逻辑简述
ondemand 简述: 1、采样时间:sampling_rate,单位us 2、cpu usage是仅统计最新1us的一个smaple周期,以%体现cpu busy程度。 3、一般情况下,next频率f = fmin + busy% * (fmax-fmin);如果busy% > up_thres ...
分类:其他好文   时间:2020-05-18 20:48:02    阅读次数:82
[DevOps] Set up and run a PostgreSQL instance locally with Docker Compose
When we need to spin up a database instance for our new project, installing the database management system directly on our local machine is almost alw ...
分类:数据库   时间:2020-05-18 19:12:00    阅读次数:67
20,爬取豆瓣电影TOP250,教程为BiliBili IT私塾
耗时两天,终于将李巍老师的爬虫部分学习完,非常感谢李老师,讲课很生动,课程来源bilibili UP主:IT私塾. 以下为源代码: #-*- codeing= utf-8 -*-#__author__: zoe#date: 2020/5/15from bs4 import BeautifulSoup ...
分类:其他好文   时间:2020-05-18 12:11:07    阅读次数:130
D. Game With Array
Petya and Vasya are competing with each other in a new interesting game as they always do. At the beginning of the game Petya has to come up with an a ...
分类:其他好文   时间:2020-05-17 13:32:47    阅读次数:135
DJANGO-天天生鲜项目从0到1-015-部署-uWSGI+Nginx
本项目基于B站UP主‘神奇的老黄’的教学视频‘天天生鲜Django项目’,视频讲的非常好,推荐新手观看学习 https://www.bilibili.com/video/BV1vt41147K8?p=1 使用uWSGI做为web服务器 django自带的web服务器是通过python manager ...
分类:其他好文   时间:2020-05-17 11:45:15    阅读次数:89
8017条   上一页 1 ... 22 23 24 25 26 ... 802 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!