E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
ans
对三维二值图像不同区域标记不同颜色_matlab
conObj=bwconncomp(lab);%lab为三维二值图像multi_lab=zeros(size(lab));fori=1:length(conObj.PixelidxList)multi_lab(
ans
.PixelIdxList
dream_toy
·
2020-09-15 04:23
matlab
leetcode之n个骰子的点数,python版本
实际上用动态规划很好解决:#coding=utf8defget_
ans
(n):dp=[[0foriinrange(6*n)]foriinrange(n)]foriinrange(6):dp[0][i]=
码破苍穹
·
2020-09-15 04:01
刷题
Leetcode 213. 打家劫舍 II
classSolution{public:introb(vector&nums){if(nums.empty())return0;inttou=0,butou=0,t,
ans
1,
ans
2;for(inti
Bendaai
·
2020-09-15 03:53
666:放苹果
输入第一行是测试数据的数目t(0usingnamespacestd;intn,m,
ans
;voiddfs(intapple,intplate,intpos){if(apple==m&&platem||plate
zqwang
·
2020-09-15 03:44
简单递归
二分-最小值最大化问题
id=2456题目描述(原文)DescriptionFarmerJohnhasbuiltanewlongbarn,withN(2ansmid>ansmid>
ans
。那么二分的划分条件也出来啦!这样一
xrr233
·
2020-09-15 03:45
C++
二分法
c++
算法
LeetCode 417. 太平洋大西洋水流问题
private:intdx[4]={1,0,-1,0},dy[4]={0,1,0,-1},m,n;public:vector>pacificAtlantic(vector>&matrix){vector>
ans
wtl_bupt
·
2020-09-15 03:44
#
LeetCode
51nod 1238 最小公倍数之和 V3 【欧拉函数+杜教筛】
=1000005,m=1000000,inv2=500000004,inv4=250000002,inv6=166666668,mod=1e9+7;longlongn,phi[N],q[N],tot,
ans
weixin_30823833
·
2020-09-15 03:44
核电站问题 动态规划
输入描述InputDescription输入文件只一行,两个正整数N,M(2intn,m,
ans
=0;intdfs(inti,intj){if(j==m)return0;//如果有连续的m坑都有物质,此方案
田园园野
·
2020-09-15 02:03
线性动归
DFS
求n的阶乘的位数
ans
=(int)cnt+1;//或者
ans
=(floor)cnt+1;方法二:Stirling(斯特林)公式:n!=sqrt(2π)*
pm12137
·
2020-09-15 02:30
#
基础题
hdu1312
include#include#include#include#includetypedeflonglongLL;usingnamespacestd;intn,m;chars[25][25];intsx,sy,
ans
oneplus54
·
2020-09-15 02:29
dfs
[51nod 1238] 最小公倍数之和 V3(杜教筛)
题意
ans
=∑i=1n∑j=1nlcm(i,j).(n≤1010)
ans
=\displaystyle\sum_{i=1}^n\sum_{j=1}^n\text{lcm(i,j)}.
lunch__
·
2020-09-15 02:07
51Nod-1363-最小公倍数之和
include#definelllonglongusingnamespacestd;constllMAXN=1e5+10;constllMOD=1e9+7;constllINV_2=5e8+4;lln,m,
ans
f_zyj
·
2020-09-15 02:11
数论
51Nod-题解集锦
LeetCode 417. 太平洋大西洋水流问题
classSolution{public:inttp[155][155];intdx[155][155];intdir[4][2]={{1,0},{-1,0},{0,1},{0,-1}};vector>
ans
BUGLANG
·
2020-09-15 02:15
LeetCode题解
DFS例题
不存在的泳池
cid=1721&pid=4#include#include#include#include#includeusingnamespacestd;longlonga,b,l1,k,kk,l2,l3,l4,
ans
Snow_in_winter
·
2020-09-15 02:42
第十三次CCF计算机软件能力认证 题解(临时版)
includeusingnamespacestd;intmain(){intans=0,base=1,x;while(true){scanf("%d",&x);if(x==0){printf("%d\n",
ans
mylegendarytime
·
2020-09-15 01:03
CCF/CSP
1007 Maximum Subsequence Sum --最大字段和
MAXN];intmain(){intn;scanf("%d",&n);intt,tmp,lt;intans=-1,l,r;for(inti=0;i0&&tmp>0)t+=tmp;elselt=i;if(
ans
lhfl911
·
2020-09-15 00:35
pat甲级
pat甲级
HDU 4891 水
#include"stdio.h"#include"string.h"charstr[1000000000];intmain(){intn,mark,ok,i;__int64
ans
,pri;while(
BSOD_aura
·
2020-09-14 23:25
利用同余定理求大整数余数(acm练习)
",&m);while(m--){inti;scanf("%s",a);intlen=strlen(a);printf("%d\n",len);intans=0;for(i=0;i
ans
醒悟wjn
·
2020-09-14 23:02
acm练习
取余的特点(+同余定理)
((a%n)+(b%n))%nab%n=(a%n)(b%n)%n大整数取模1234=((1*10+2)*10+3)*10+4)=((1*10+2)%m*10+3)%m*10+4)%m注意如果超int了
ans
我爱AI_AI爱我
·
2020-09-14 22:25
数论
UVa 437 The Tower of Babylon
for(inti(1);id[i]){d[i]=d[j]+a[i].c;}}
ans
=max(
ans
,
kzzhr
·
2020-09-14 22:08
-
DAG
动态规划
BZOJ 3398: [Usaco2009 Feb]Bullcow 牡牛和牝牛
约翰决定任意两只牡牛之间至少要有K(O≤K#include#include#include#includeusingnamespacestd;constintMod=5000011;longlongn,k,
ans
dingjinhui4074
·
2020-09-14 22:02
202. 快乐数
kuai-le-shu-by-leetcode-solution/classSolution{public:boolisHappy(intn){intans=0;//如果不为1,则会进入到一个无限循环中去,setrecord;while(1){
ans
工科扫地僧
·
2020-09-14 22:49
算法题
94. Binary Tree Inorder Traversal 二叉树的中序遍历
CodedefinorderTraversal(self,root:TreeNode)->List[int]:
ans
=[]ifrootisnotNone:stack,temp=[],rootwhilestackort
Alex 007
·
2020-09-14 21:27
#
LeetCode
2018年湖南省第十四届大学生计算机程序设计竞赛 CSU 2164: 2018
typedeflonglongLL;constintmaxn=2000+100;constLLmod=1e9+7;LLans[maxn][maxn];intmain(){for(inti=1;i<=2000;i++)
ans
ITKaven
·
2020-09-14 21:19
ACM
matlab之生成不重复的随机整数
>>randperm(10)
ans
=64893571021那么我们要想得到6个(1,10)之间的随机数的话,只需要a=randperm(1:10)再取其前6个即可。a(1:
Regnaiq
·
2020-09-14 21:22
Matlab
matlab
【并查集变形】UVA1316 或 POJ 1456 Supermarkdet
思路先贪心的排个序,然后一个一个选,用并查集判断时间是否还够即可代码#include#include#include#defineN10001usingnamespacestd;intn,f[N],
ans
ssl_xxy
·
2020-09-14 21:24
并查集
趣味题:杀人范围 codeforces B. Wrath
我们维护一个cnt代表右侧延伸到当前位置的武器长度,若cnt>0说明当前位置在别人的攻击范围内,否则
ans
+1。更新cnt为max(cnt−1,ai)看对于i来说是否可以攻击到更远的位置。
wwwlps
·
2020-09-14 21:54
acm
Codeforces1073C——Vasya and Robot
constintINF=0x3f3f3f3f;intn,x,y;chars[N];intpre[N][2];boolcheck(intm){for(inti=1;i+m-1>1;if(check(m)){r=m-1;//
ans
westbrook1998
·
2020-09-14 21:05
ACM练习题
Leetcode 834. 树中距离之和 C++
返回一个表示节点i与其他所有节点距离之和的列表
ans
。
Want!
·
2020-09-14 21:27
Codeforces Round #548 (Div. 2) E.Maximize Mex
题意:n(5000)个学生,m个社团(5000),每个学生有一个值ai和归属的社团bi,现在领导想让不同社团出一个人,使得出来的人的值可以从0连续排到
ans
。
Alex Panda
·
2020-09-14 21:16
二分图
MATLAB获取随机数——rand
例>>rand(3)
ans
=0.81470.91340.27850.90580.63240.54690.12700.09750.95752.rand(M,N)orrand([M,N])返回一个M-by-N
weixin_33841722
·
2020-09-14 20:15
LeetCode 873. 最长的斐波那契子序列的长度 题目详解
){intlen=A.size();unordered_mapdict;for(inti=0;i>store(len,vector(len,2));intans=0;for(inti=0;ians){
ans
weixin_30872671
·
2020-09-14 20:00
数据结构与算法
c#
java
matlab中怎样随机生成一个最大值为N的正整数??
使用unidrnd(N)函数,具体代码如下:1>>unidrnd(5)23
ans
=45267>>unidrnd(5)89
ans
=101151213>>unidrnd(
weixin_30480651
·
2020-09-14 20:07
matlab
Codeforces 1016F Road Projects
正解思路,感觉应该是先判特殊情况,比如新建的路线可以建在于1-n无关的地方,具体判别方法见代码然后再判断旧路线两端的最大贡献值,即代码中的
ans
,枚举1-n线路中的每个节点i,求1-[1,i]节点的最大值和
weixin_30483697
·
2020-09-14 20:07
CodeForces - 1367
CodeForces-1367A-ShortSubstrings很显然前两个字母都取之后隔一个取一个chars[maxn],
ans
[maxn];intt;intmain(){scanf("%d",&t)
w_uxidixi
·
2020-09-14 20:07
Codeforces
834. 树中距离之和
返回一个表示节点i与其他所有节点距离之和的列表
ans
。
umbrellasoft
·
2020-09-14 20:57
LeetCode
算法
Educational Codeforces 30 B. Balanced Substring 前缀和&&思维
第0位的前缀和位0#include#includeusingnamespacestd;intsum[100010];chars[100010];mapq;intmain(){intn,
ans
=0;cin
samscream
·
2020-09-14 20:51
思维
前缀和
ecna2017-Game of Throwns
undom,表示撤销最近的M个操作这题是个标准的栈模拟,但是我忘记了两个问题,由于这里要判断undo,因此是字符串输入,这样我们需要判断是否是undo并且是否为负数,并且最后可能出现负数,需要用同余模减法
ans
bluefly-hrbust
·
2020-09-14 20:40
Controversial Rounds
考虑最暴力的做法,对于每一个i从往后长度大于i的里面选一个大于当前位置的最小id出来,如果能找到
ans
++,更新当前位置,否则跳出,复杂度n^2,然后考虑优
qq_2456160268
·
2020-09-14 19:35
数据结构
ACM
算法
【JZOJ1156】【GDKOI2004】使命的召唤(二分图匹配)
个机枪阵地,阵地i有两个整数xi,yi(0#include#definefo(i,a,b)for(i=a;ix[q])link(q,p);}fo(i,1,n){memset(bz,0,sizeofbz);
ans
Iking123
·
2020-09-14 19:05
二分图匹配
最小生成树prim+邻接表优化
includeusingnamespacestd;constintinf=0x3f3f3f3f;;constintmaxx=1e3+100;;constintmaxn=2e6+10;typedeflonglongll;intm,n,q,
ans
OJBFOWE
·
2020-09-14 19:16
图论
Codeforces Round #341 (Div. 2) E. Wet Shark and Blocks(dp + 矩阵快速幂)
每块有n≤105个数字,现在从每块选一个拼出一个大数求这个大数MODx=k的方法数,x,k≤100分析:一种理解:dp[i][j]:=由模x得i,经(∗10+k),模x得j的方法数显然这个要做b次,显然
ans
TaoSama
·
2020-09-14 19:10
动态规划
数学
codeforces1016D Vasya And The Matrix
rols的做法十分好理解,我们按二进制位数来考虑,看a数组中有多少个包含1cb[0],那么久给
ans
[ca[j]][1]安排上,cb数组还有剩余,就给
ans
[1][cb[j]]安排上。
二分抄代码
·
2020-09-14 19:52
思维
规律
codeforces1407C Chocolate Bunny
problem/C因为是1-n的排列,那么如果pi%pjusingnamespacestd;typedeflonglongll;constintmaxl=3e5+10;intn,m,cnt,tot,cas,
ans
二分抄代码
·
2020-09-14 19:51
交互
二分图——洛谷P2055 [ZJOI2009]假期的宿舍
pid=2055简单模型就是要睡觉的人连接可以睡觉的床;然后大力匈牙利#includeusingnamespacestd;constintN=55;boolg[N][N],ok[N],vi[N],
ans
largecub233
·
2020-09-14 19:27
二分图
【并查集】【贪心】supermarket
supermarketluoguUVA1316——supermarket题目:有一个商店有许多批货,每一批货又有N(0#include#include#includeusingnamespacestd;intn,gg,f[100000],
ans
SSL_whd
·
2020-09-14 19:59
贪心
并查集
[ 线段树 泰勒展开 ] Codechef April Challenge 2018 Division 1 Chef at the Food Fair
大佬教我做题
ans
=∏i=LR(1−pi)=eln∏Ri=L(1−pi)=e∑Ri=Lln(1−pi)
ans
=∏i=LR(1−pi)=eln∏i=LR(1−pi)=e∑i=LRln(1−pi)将ln
gjghfd
·
2020-09-14 19:59
泰勒展开
线段树
【HDU 5909】Tree Cutting
对于15%的数据n#include#include#includeusingnamespacestd;intpan[3005],to[3005],pp[3005],nex[3005],
ans
[3005]
futuremakers
·
2020-09-14 18:20
图论
点分治
动态规划
C. Edgy Trees
includeusingnamespacestd;#definemod1000000007#defineN100005typedeflonglongll;ints;llqpow(lla,llb){llans=1;
ans
)NCuyALnA$Ke
·
2020-09-14 18:31
图论
cf965e Short Code
include#include#includeusingnamespacestd;intn,tot,dfn[100005],s[100005][26],dep[100005],idx,siz[100005],
ans
dianjiaxian1205
·
2020-09-14 18:49
上一页
47
48
49
50
51
52
53
54
下一页
按字母分类:
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
其他