代码搜索:论文查重
找到约 8,769 项符合「论文查重」的源代码
代码结果 8,769
www.eeworm.com/read/473191/6857841
txt poj 2524 并查集.txt
#include
#include
#include
#define NMAX 50010
//POJ 2524 并查集
int fa[NMAX];
int rel[NMAX];
int rank[NMAX];
int init(int num)
{
int i;
for(i=1;i
www.eeworm.com/read/473191/6857842
txt poj 2236 并查集.txt
#include
#include
#include
//POJ 2236 并查集
#define NMAX 1002
typedef struct point
{
int fa;//父节点
int sum;//跟该点在有效范围之内的点个数
int conn[NMAX];//跟该点在有效范围内的点
doub
www.eeworm.com/read/473191/6857843
txt noj 1087 并查集.txt
#include
#include
#include
//G++ and GCC
#define NMAX 100005
typedef struct line
{
int a;//线连接的两个点
int b;
bool has;//这条线是否没被删去
}line;
typedef struct a
www.eeworm.com/read/473191/6857844
txt poj 1988 并查集.txt
#include
#include
//POJ 1988 并查集
//疑问:所有集合的树的层数(初始都为2)最多不超过4?
#define NMAX 30005
typedef struct point
{
int fa;//父亲节点
int dis;//在集合里,该方块的上面有几个方块
int sum;//这个集合有几个方块
www.eeworm.com/read/195343/8162906
vbp 放缩移删全查.vbp
Type=Exe
Form=放所移删全查.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE Automation
Object={9BD6A640-CE75-11D1-AF04-204C4F4F5020}#2.0#0; mo20.ocx
Obje
www.eeworm.com/read/132883/14068537
ico 查未停长嘱.ico
www.eeworm.com/read/432643/8584795
doc 智能小车设计论文(电路+程序+论文).doc
www.eeworm.com/read/206601/15293286
txt 毕业论文答辩程序.txt
毕业论文答辩的一般程序:
1.学员必须在论文答辩会举行之前半个月,将经过指导老师审定并签署过意见的毕业论文一式三份连同提纲、草稿等交给答辩委员会,答辩委员会的主答辩老师在仔细研读毕业论文的基础上,拟出要提问的问题,然后举行答辩会。
2.在答辩会上,先让学员用15分钟左右的时间概述论文的标题以及选择该论题的原因,较详细地介绍论文的主要论点、论据和写作体会。
3.主答辩老师 ...
www.eeworm.com/read/225308/14545223