代码搜索:论文查重
找到约 8,769 项符合「论文查重」的源代码
代码结果 8,769
www.eeworm.com/read/255354/12085616
bmp 查.bmp
www.eeworm.com/read/276423/10738304
论文
www.eeworm.com/read/239205/13295061
论文
www.eeworm.com/read/373566/9450738
cpp 并查集.cpp
#include
const int MaxN = 50000 + 1;
int p[MaxN] , n , m , ans , x, y , Count , Rank[MaxN];
void Make_Set(int x)
{
p[x] = x;
Ran
www.eeworm.com/read/373100/9475237
cpp 并查集.cpp
#define N 10000
int parent[N];
void UFset() //初始化
{
for(int i=0;i=0;i=parent[i]);
while(i!=x)
www.eeworm.com/read/469138/6978163
txt 并查集.txt
//带路径压缩的并查集,用于动态维护查询等价类
//图论算法中动态判点集连通常用
//维护和查询复杂度略大于O(1)
//集合元素取值1..MAXN-1(注意0不能用!),默认不等价
#include
#define MAXN 100000
#define _ufind_run(x) for(;p[t=x];x=p[x],p[t]=(p[x]?p[x]:x))
www.eeworm.com/read/463886/7174387
ppt 并查集.ppt
www.eeworm.com/read/460783/7240730
txt 并查集.txt
//带路径压缩的并查集,用于动态维护查询等价类
//图论算法中动态判点集连通常用
//维护和查询复杂度略大于O(1)
//集合元素取值1..MAXN-1(注意0不能用!),默认不等价
#include
#define MAXN 100000
#define _ufind_run(x) for(;p[t=x];x=p[x],p[t]=(p[x]?p[x]:x))
www.eeworm.com/read/457804/7317601
txt 并查集.txt
//带路径压缩的并查集,用于动态维护查询等价类
//图论算法中动态判点集连通常用
//维护和查询复杂度略大于O(1)
//集合元素取值1..MAXN-1(注意0不能用!),默认不等价
#include
#define MAXN 100000
#define _ufind_run(x) for(;p[t=x];x=p[x],p[t]=(p[x]?p[x]:x))
www.eeworm.com/read/439892/7697237
cs c查詢.cs
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.