自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

ujn20161222的博客

life is like a box of chocolates you never know what you re gonna get

  • 博客(40)
  • 资源 (13)
  • 收藏
  • 关注

原创 L2-004. 这是二叉搜索树吗?

L2-004. 这是二叉搜索树吗? 时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 一棵二叉搜索树可被递归地定义为具有下列性质的二...

2018-03-29 18:50:13 163

原创 L2-003. 月饼

L2-003. 月饼 时间限制 100 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 月饼是中国人在中秋佳节时吃的一种传统食品,不同地区有许多不同...

2018-03-29 17:30:26 124

原创 L1-039. 古风排版

L1-039. 古风排版 时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 中国的古人写文字,是从右向左竖向排版的。本题就请你编写程...

2018-03-29 17:06:55 115

原创 L2-020. 功夫传人

L2-020. 功夫传人 时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 一门武功能否传承久远并被发扬光大,是要看缘分的。一般来说...

2018-03-29 16:45:51 113

原创 L2-007. 家庭房产_2018_3_29

L2-007. 家庭房产 时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 给定每个人的家庭成员和其自己名下的房产,请你统计出每个家...

2018-03-29 16:19:21 141

原创 L2-002. 链表去重_2018_3_29

L2-002. 链表去重 时间限制 300 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 给定一个带整数键值的单链表L,本题要求你编写程序,删除那...

2018-03-29 14:48:03 170

原创 1021. Deepest Root (25)_2018_3_25

1021. Deepest Root (25) 时间限制 1500 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue A graph ...

2018-03-25 11:24:14 167

原创 1020. Tree Traversals (25)_2018_3_24

1020. Tree Traversals (25) 时间限制 400 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue Suppos...

2018-03-24 17:14:43 188

原创 1085. PAT单位排行 (25)+2018_3_24

1085. PAT单位排行 (25) 时间限制 500 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 CHEN, Yue 每次 PAT 考试结束后,考试...

2018-03-24 16:06:51 227

原创 Evil Forest_2018_3_18

The Bear, king of the forest, loves painting very much. His masterpiece – “Back in time” is very famous around all over the forest. Recently he wants to hold a series painting competition to select th...

2018-03-18 15:19:11 323

原创 Rich Game_模拟+思维+2018_3_18

Rich GameTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 420    Accepted Submission(s): 172Problem Description One day, God Sheep would like to ...

2018-03-18 14:56:02 331

原创 Dogs and Cages_数学+2018_3_18

Jerry likes dogs. He has N dogs numbered 0,1,...,N−1. He also has N cages numbered 0,1,...,N−1. Everyday he takes all his dogs out and walks them outside. When he is back home, as dogs can’t recognize...

2018-03-18 14:44:44 387

原创 Subway Chasing_差分约束_2018_3_18

首先建图,l[]数组判断增环Subway ChasingTime Limit: 6000/3000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 336    Accepted Submission(s): 116Special JudgeProblem Description M...

2018-03-18 13:22:22 373

原创 THE MATRIX PROBLEM_差分约束_2018_3_18

这种写法就是判断负环L<=num[i][j]*b[j]/a[i]<=U#define c num[i][j]L/c<=b[j]/a[i]<=U/clog(L/c)<=log(b[j])-log(a[i])<=log(U/c)THE MATRIX PROBLEMTime Limit: 4000/2000 MS (Java/Others)    Memory Lim...

2018-03-18 09:55:07 225

原创 Power Network_网络流基础题_2018_3_17

Power Network Time Limit: 5 Seconds      Memory Limit: 32768 KB A power network consists of nodes (pow...

2018-03-17 16:49:50 304

原创 L3-014. 周游世界+dfs_2018_3_17

L3-014. 周游世界 时间限制 200 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 周游世界是件浪漫事,但规划旅行路线就不一定了…… 全世界...

2018-03-17 11:14:30 405

原创 Conference_二分图_2018_3_15

On the upcoming conference were sent M representatives of country A and N representatives of country B ( M and N ≤ 1000). The representatives were ide...

2018-03-15 21:34:09 197

原创 106 miles to Chicago_floyd_2018_3_15

In the movie "Blues Brothers", the orphanage where Elwood and Jack were raised may be sold to the Board of Education if they do not pay 5000 dollars in taxes at the Cook Country Assessor'...

2018-03-15 20:55:57 163

原创 Domino Effect_图论_2018_3_15

Did you know that you can use domino bones for other things besides playing Dominoes? Take a number of dominoes and build a row by standing them on end with only a small distance in betwe...

2018-03-15 20:10:52 195

原创 Stockbroker Grapevine_floyd_2018_3_11

Stockbrokers are known to overreact to rumours. You have been contracted to develop a method of spreading disinformation amongst the stockbrokers to give your employer the tactical edge i...

2018-03-11 15:41:49 140

原创 Big Christmas Tree _spfa_2018_3_10

反复更新,直到没有d变化链式存边Christmas is coming to KCM city. Suby the loyal civilian in KCM city is preparing a big neat Christmas tree. The simple structure of the tree is shown in right picture.The tree can be ...

2018-03-10 14:39:17 157

原创 Alice’s Stamps_dp_2018_3_8

Alice likes to collect stamps. She is now at the post office buying some new stamps. There are N different kinds of stamps that exist in the world; they are numbered 1 through N. However, stamps are ...

2018-03-10 11:05:59 250

原创 Knight Moves_dfs_2018_3_10

A friend of you is doing research on the Traveling Knight Problem (TKP) where you are to find the shortest closed tour of knight moves that visits each square of a given set of n squares ...

2018-03-10 09:44:46 302 1

原创 L3-005. 垃圾箱分布 _最短路+条件筛选_2018_3_9

L3-005. 垃圾箱分布 时间限制 200 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 大家倒垃圾的时候,都希望垃圾箱距离自己比较近,但是谁都...

2018-03-09 21:18:41 260

原创 L3-004. 肿瘤诊断_bfs_2018_3_8

L3-004. 肿瘤诊断 时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 在诊断肿瘤疾病时,计算肿瘤体积是很重要的一环。给定病灶扫...

2018-03-08 22:11:52 222

原创 Longest Paths_floyd_2018_3_8

https://vjudge.net/problem/UVA-10000#include<iostream>#include<cstring>using namespace std;const int N=105;int g[N][N];int main(){ int n,z=1; while(~scanf("%d",&n),n){ int s;...

2018-03-08 21:21:36 162

原创 Minimum Transport Cost_floyd_2018_3_7

注意保存前驱的方式These are N cities in Spring country. Between each pair of cities there may be one transportation track or none. Now there is some cargo that should be delivered from one city to another. The...

2018-03-07 21:43:42 135

原创 Toll_逆推_思维_2018_3_7

https://vjudge.net/problem/UVALive-2730n!=-1#include<iostream>#include<map>#include<cstring>#include<algorithm>#include<vector>#include<cmath>using namespace ...

2018-03-07 20:24:27 205

原创 Arbitrage_map_floyd_2018_3_6

Arbitrage is the use of discrepancies in currency exchange rates to transform one unit of a currency into more than one unit of the same currency. For example, suppose that 1 US Dollar bu...

2018-03-06 18:52:23 152

原创 Frogger_flody _2018_3_5

Freddy Frog is sitting on a stone in the middle of a lake. Suddenly he notices Fiona Frog who is sitting on another stone. He plans to visit her, but since the water is dirty and full of ...

2018-03-05 21:51:47 134

原创 Highways_生成树2018_3_5

The island nation of Flatopia is perfectly flat. Unfortunately, Flatopia has no public highways. So the traffic is difficult in Flatopia. The Flatopian government is aware of this problem...

2018-03-05 20:48:44 128

原创 The Unique MST_生成树2018_3_5

Given a connected undirected graph, tell if its minimum spanning tree is unique. Definition 1 (Spanning Tree): Consider a connected, undirected graph G = (V, E). A spanning tree of...

2018-03-05 20:32:08 239

原创 Slim Span _枚举_生成树_2018_3_4

Given an undirected weighted graph G, you should find one of spanning trees specified as follows. The graph G is an ordered pair (V, E), where V is a set of vertices {v1, v2, …, vn}...

2018-03-04 22:17:33 156

原创 Truck History_prim_2018_3_4

Advanced Cargo Movement, Ltd. uses trucks of different types. Some trucks are used for vegetable delivery, other for furniture, or for bricks. The company has its own code describing each...

2018-03-04 21:36:36 177

原创 Network_kruskal_2018_3_4

Andrew is working as system administrator and is planning to establish a new network in his company. There will be N hubs in the company, they can be connected to each other using cables....

2018-03-04 14:53:05 138

原创 Agri-Net _最小生成树_2018_3_4

Farmer John has been elected mayor of his town! One of his campaign promises was to bring internet connectivity to all farms in the area. He needs your help, of course. Farmer John...

2018-03-04 14:21:02 189

原创 Constructing Roads_最小生成树_2018_3_3

There are N villages, which are numbered from 1 to N, and you should build some roads such that every two villages can connect to each other. We say two village A and B are connected, if ...

2018-03-03 22:16:36 138

原创 The Net_bfs

https://vjudge.net/problem/UVA-627##include<iostream>#include<string>#include<cctype>#include<vector>#include<queue> #include<stack>#include<cstring>us

2018-03-03 18:43:10 137

原创 Adjoin the Networks_思维,图论_2018_3_3

https://vjudge.net/problem/Gym-100781A##include<iostream>#include<cstdio>#include<algorithm>#include<cstring>using namespace std;const int N=1e5+10;int v[2*N],first[N],nx...

2018-03-03 12:41:33 241

原创 Graph Connectivity_图可达_2018_3_3

Let us consider an undirected graph G = < V, E >. At first there is no edge in the graph. You are to write a program to calculate the connectivity of two different vertices. ...

2018-03-03 10:56:00 392

IEEE 会议模板(2019.10).zip

he purpose of a conference template is to provide a consistent format for papers appearing in the conference proceedings. IEEE strongly encourages use of the conference manuscript templates provided below. IEEE conference templates contain guidance text for composing and formatting conference papers. Please ensure that all guidance text is removed from your conference paper prior to submission to the conference. Failure to remove template text from your paper may result in your paper not being published.

2020-05-15

矩阵分析(第二版)(中文)Horn+数值分析复习

《矩阵分析(原书第2版)》从数学分析的角度阐述了矩阵分析的经典和现代方法,主要内容有特征值、特征向量、范数、相似性、酉相似、三角分解、极分解、正定矩阵、非负矩阵等.新版全面修订和更新,增加了奇异值、CS分解和Weyr标准范数等相关的小节,扩展了与逆矩阵和矩阵块相关的内容,对基础线性代数和矩阵理论作了全面总结 同时还附加了一点数值分析的复习提纲

2019-01-18

数字设计与计算机体系结构(第二版)答案odd_one

第二版官方最新答案、数字设计与计算机体系结构、digital design and computer architecture

2017-10-03

springer LNCS.zip

Below you will find Springer's guidelines and technical instructions for the preparation of contributions to be published in one of the following series or subseries: Lecture Notes in Computer Science (LNCS), Lecture Notes in Artificial Intelligence (LNAI), Lecture Notes in Bioinformatics (LNBI), LNCS Transactions, Lecture Notes in Business Information Processing (LNBIP), Communications in Computer and Information Science (CCIS), Lecture Notes of the Institute for Computer Sciences, Social Informatics and Telecommunications Engineering (LNICST), and IFIP Advances in Information and Communication Technology (IFIP AICT), formerly known as the IFIP Series. 包含但不限于下列文档 LaTeX2e Proceedings Templates (zip) Microsoft Word Proceedings Templates (zip) Microsoft Word 2003 Proceedings Templates (zip, 229kb)

2020-02-01

Computer Organization and Design 5th ppt

Computer Organization and Design 5th ppt,Computer Organization and Design 5th ppt

2018-06-18

toefl og 4th

The TOEFL® Test Gives You an Advantage: Most Widely Accepted, Most Popular and Most Preferred Give yourself the advantage with the TOEFL® test, the leading English-language test for study, immigration and work. TOEFL scores are accepted by more than 10,000 universities and other institutions in over 150 countries, including Australia, Canada, New Zealand, the U.K., the United States, and all across Europe and Asia. Stand out among other applicants and get noticed with the TOEFL test.

2019-02-10

Computer Organization and Design RISC-V Edition

Computer Organization and Design RISC-V Edition solution

2018-06-18

pytorch-master.zip

pytorch 源码 PyTorch是一个开源的Python机器学习库,基于Torch,用于自然语言处理等应用程序。2017年1月,由Facebook人工智能研究院(FAIR)基于Torch推出了PyTorch。它是一个基于Python的可续计算包,提供两个高级功能:1、具有强大的GPU加速的张量计算(如NumPy)。2、包含自动求导系统的的深度神经网络。

2020-01-17

HP Pavilion dv6官方拆机.zip

HP Pavilion dv6 娱乐笔记本电脑 官方说明书 以及 详细的拆机流程 包括这三部分 HP Notebook Hard Drives & Solid State Drives Identifying, Preventing, Diagnosing and Recovering from Drive Failures Care and Maintenance Measures 0.22MB HP Pavilion dv6 Notebook PC - Maintenance and Service Guide 5.13MB User Guide HP Notebook 4.28MB

2020-01-30

第十届蓝桥杯大赛个人赛省赛(软件类)B组 G,H数据

G,H数据 为推动软件开发技术的发展,促进软件专业技术人才培养,向软件行业输送具有创新能力和实践能力的高端人才,提升高校毕业生的就业竞争力,全面推动行业发展及人才培养进程,工业和信息化部人才交流中心特举办“全国软件专业人才设计与创业大赛”,本赛包括个人赛和团队赛两个比赛项目,个人赛设置:1、C/C++程序设计(本科A组、本科B组、高职高专组)2、Java软件开发(本科A组、本科B组、高职高专组)3、嵌入式设计与开发(大学组、研究生组)4、单片机设计与开发(大学组)5、电子设计与开发(大学组),团队赛设置:软件创业赛一个科目组别。并且形成了立足行业,结合实际,实战演练,促进就业的特色。6、青少年组(包含EV3\scratch\开源硬件等为青少年组织的赛项。)

2020-01-13

图像处理、分析与机器视觉(第四版).pdf

这个版本是289.62MB版本取200的阈值,进行二值化得到的,无书签,字体相对更清晰,但是一些图就会变成纯黑了 用python+pil 进行实验 本书只供试读,如果您觉得不错,请支持正版! 《图像处理、分析与机器视觉(第4版)》 作者:Milan Sonka,Vaclav Hlavac,Roger Boyle 著 兴军亮 艾海舟 等译 定价:99元 印次:1-4 ISBN:9787302426851 出版日期:2018.01.01 印刷日期:2017.10.17 图像处理、图像分析和机器视觉领域经久畅销图的最新版。 (1)涵盖十分广泛的领域,包括人工智能、信号处理、人工神经网络、模式识别、机器学习、模糊数学等一系列相关学科。 (2)图将复杂的概念通过具体示例用易于理解的算法来描述,提供了大量包含图示和处理结果的插图,特别有助于读者的学习和理解。 (3)提供了丰富的参考文献,既列出了经过时间考验的经典论 文,也列出了能反映未来发展方向的最新进展,适于读者进一步深入探索。 《图像处理、分析与机器视觉(第4版)》是为计算机专业图像处理、图像分析和机器视觉课程编写的教材。《图像处理、分析与机器视觉(第4版)》针对图像处理、图像分析和机器视觉领域的有关原理与技术展开了广泛而深入的讨论,包括图像预处理、图像分割、形状表示与描述、物体识别与图像理解、三维视觉、数学形态学图像处理技术、离散图像变换、图像压缩、纹理描述、运动分析等。《图像处理、分析与机器视觉(第4版)》力图将复杂的概念通过具体示例用易于理解的算法来描述,提供了大量包含图示和处理结果的插图,特别有助于读者的学习和理解。此外,《图像处理、分析与机器视觉(第4版)》还提供了丰富的参考文献,既列出了那些经过时间考验的经典论文,也列出了能反映未来发展方向的最新进展,适于读者进一步深入探索。 《图像处理、分析与机器视觉(第4版)》覆盖了十分广泛的领域,包括人工智能、信号处理、人工神经网络、模式识别、机器学习、模糊数学等一系列相关学科。读者通过学习《图像处理、分析与机器视觉(第4版)》,可以学到很多具有普遍价值的知识和具体的应用方法。 《图像处理、分析与机器视觉(第4版)》可作为各高等院校计算机专业高年级本科生和研究生相应课程的教材,可以结合实际教学情况选用相应的章节。《图像处理、分析与机器视觉(第4版)》也特别适合有一定基础的读者自学。《图像处理、分析与机器视觉(第4版)》对从事相关科学技术领域的研究和工程技术人员也有很高的参考价值。此外,对于本领域的专业人士也可以作为技术手册使用。 本书是英文第4版的中文翻译,大约有五分之一的内容更新。主要更新的内容包括:增加了一些最新的算法,增加了习题部分,重写了部分内容。更为具体的内容更新请参考作者序。 本书是在第4版中文翻译的基础上,按照直译的原则进行翻译的,与英文版形成完全的对照。对于英文版中明显存在的排印或疏忽类的错误,都进行了更正。由于这些错误一般都很明显,因此译文中没有专门声明,读者如果对照英文版,不难看出其出处。

2019-05-30

WinSetupFromUSB.zip

WinSetupFromUSB是一款制作从usb磁盘(u盘和移动硬盘)启动安装操作系统的强大工具,支持各种windows、pe、linux操作系统。

2020-01-31

learning opencv3+make_your_own_neural_network.zip

learning opencv3英文+make_your_own_neural_network 《学习OpenCV 3》由OpenCV发起人所写,站在一线开发人员的角度用通俗易懂的语言解释了OpenCV的缘起和计算机视觉基础结构,演示了如何用OpenCV和现有的自由代码为各种各样的机器进行编程,这些都有助于读者迅速入门并渐入佳境,兴趣盎然地深入探索计算机视觉领域。 《学习OpenCV 3》可作为信息处理、计算机、机器人、人工智能、遥感图像处理、认知神经科学等有关专业的高年级学生或研究生的教学用书,也可供相关领域的研究工作者参考。

2019-05-29

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除