51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#ORC
opencv调用Caffe、TensorFlow、Torch、PyTorch训练好的模型
https://blog.csdn.net/shanglianlm/article/details/80030569...
代码星球
·
2020-08-30
opencv
调用
Caffe
TensorFlow
Torch
Anaconda3(5-2)程序编辑器 win10下PyCharm安装及配置Pytorch流程
由于破解和付费问题,不推荐。优先用自带的spyderWin10下PyCharm安装流程:(1)官网:https://www.jetbrains.com/pycharm/download/#section=windows,下载PyCharm安装包 (2)双击下载完成的PyCharm,并点...
代码星球
·
2020-08-30
Anaconda3
程序
编辑器
win10
PyCharm
Anaconda3(4)win10安装pytorch
安装链接https://pytorch.org/0在anaconda3安装python3.6环境 https://blog.csdn.net/u012005313/article/details/823478171选择系统2选择环境3选择版本4选择自己的cuda版本 &nbs...
代码星球
·
2020-08-30
Anaconda3
win10
安装
pytorch
Codeforces Round #265 (Div. 2) D. Restore Cube 立方体推断
http://codeforces.com/contest/465/problem/D给定8个点坐标。对于每一个点来说,能够任意交换x。y,z坐标的数值。问说8个点能否够组成立方体。暴力枚举就可以,注意检查立方体姿势不正确会T假设8个点形成一个立方体是这种:找到全部点对之间的最小距离,应等于边的长度L。每一个顶点应该正...
代码星球
·
2020-08-28
Codeforces
Round
#265
Div.
Restore
Codeforces Round #105 D. Bag of mice 概率dp
http://codeforces.com/contest/148/problem/D题目意思是龙和公主轮流从袋子里抽老鼠。袋子里有白老师W仅仅。黑老师D仅仅。公主先抽,第一个抽出白老鼠的胜利,龙每次抽的时候会随机跑出一仅仅老鼠。给出W和D要你求出公主胜利的概率。对于dp[w][d]表示有w仅仅白老鼠d仅仅黑老鼠的情况...
代码星球
·
2020-08-28
Codeforces
Round
#105
Bag
of
Codeforces444A_DZY Loves Physics
DZYLovesPhysicstimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputDZYlovesPhysics,andheenjoyscalculatingdensity.Almostev...
代码星球
·
2020-08-25
Codeforces444A
DZY
Loves
Physics
Codeforces Round #269 (Div. 2) B. MUH and Important Things
It'stimepolarbearsMenshykovandUsladafromthezooofSt.PetersburgandelephantHoracefromthezooofKievgotdowntobusiness.Intotal,thereare n tasksforthedayandea...
代码星球
·
2020-08-25
Codeforces
Round
#269
Div.
MUH
Codeforces Round #257(Div. 2) B. Jzzhu and Sequences(矩阵高速幂)
题目链接:http://codeforces.com/problemset/problem/450/BB.JzzhuandSequencestimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutpu...
代码星球
·
2020-08-25
Codeforces
Round
#257
Div.
Jzzhu
CodeForces B. The least round way(dp)
题目链接:http://codeforces.com/problemset/problem/2/BB.Theleastroundwaytimelimitpertest5secondsmemorylimitpertest64megabytesinputstandardinputoutputstandardoutputTh...
代码星球
·
2020-08-25
CodeForces
The
least
round
way
Codeforces Round #105 (Div. 2) 148C Terse princess(脑洞)
C.Terseprincesstimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutput«Nextplease»,—theprincesscalledandcastanestimatingglan...
代码星球
·
2020-08-25
Codeforces
Round
#105
Div.
148C
CodeForces 2A
题目链接:http://codeforces.com/problemset/problem/2/AA.Winnertimelimitpertest1secondmemorylimitpertest64megabytesinputstandardinputoutputstandardoutputThewinnerofth...
代码星球
·
2020-08-25
CodeForces
2A
codeforces 486C Palindrome Transformation 贪心求构造回文
点击打开链接C.PalindromeTransformationtimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputNamisplayingwithastringonhiscomputer....
代码星球
·
2020-08-20
codeforces
486C
Palindrome
Transformation
贪心
EditorConfig知识点
.editorconfig该文件定义项目的编码规范,编辑器的行为会与.editorconfig文件中定义的一致,并且其优先级比编辑器自身的设置要高,这在多人合作开发项目时十分有用而且必要。在哪里存放配置文件:当打开一个文件时,EditorConfig插件会在打开文件的目录和其每一级父目录查找.editorconfig文...
代码星球
·
2020-08-19
EditorConfig
知识点
CodeForces 111B
找每个数的约数(暴力就够了...1~x^0.5)....看这约数的倍数最后是哪个数...若距离大于了y..统计++...然后将这个约数的最后倍数赋值为当前位置...好叼的想法题....Program: #include<iostream>#include<stack&...
代码星球
·
2020-08-09
CodeForces
111B
CodeForces Round #179 (295A)
线段树的区间更新与区间求和...一颗这样的线段树用两次... 先扫描1~k...用线段树统计出每个操作执行的次数... 那么每个操作就变成了op.l ,op.r,op.c=times*op.c 清空线段树..将初始的a1...
代码星球
·
2020-08-09
CodeForces
Round
#179
295A
首页
上一页
...
5
6
7
8
9
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他