自定义博客皮肤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

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

原创 Monitoring the Amazon _dfs_2018_2_27

https://vjudge.net/problem/UVA-10687#include<iostream>#include<cstdio>#include<vector>#include<cstring>using namespace std;const int N=1e3+10; const int inf=30;int x[N]...

2018-02-27 21:30:56 228

原创 Shredding Company_dfs_2018_2_27

You have just been put in charge of developing a new shredder for the Shredding Company Although a "normal" shredder would just shred sheets of paper into little pieces so that the conten...

2018-02-27 18:51:54 127

原创 Knightmare _打表_数学_2018_2_24

A knight jumps around an infinite chessboard. The chessboard is an unexplored territory. In the spirit of explorers, whoever stands on a square for the first time claims the ownership of this square. ...

2018-02-24 16:16:17 218

原创 Curling 2.0_dfs_2018_2_24

身旁是墙不走 On Planet MM-21, after their Olympic games this year, curling is getting popular. But the rules are somewhat different from ours. The game is played on an ice game board on which a square...

2018-02-24 14:13:12 125

原创 Best Cow Line_字符串_2018_2_24

FJ is about to take his N (1 ≤ N ≤ 2,000) cows to the annual"Farmer of the Year" competition. In this contest every farmer arranges his cows in a line and herds them past the judg...

2018-02-24 13:28:18 182

原创 Children of the Candy Corn_bfs+约束遍历_2018_2_24

The cornfield maze is a popular Halloween treat. Visitors are shown the entrance and must wander through the maze facing zombies, chainsaw-wielding psychopaths, hippies, and other terrors...

2018-02-24 11:10:44 124

原创 A Knight's Journey_dfs_2018_2_24

Background The knight is getting bored of seeing the same black and white squares again and again and has decided to make a journey around the world. Whenever a knight moves, it is two s...

2018-02-24 08:58:50 139

原创 Dungeon Master_bfs_三维_2018_2_23

You are trapped in a 3D dungeon and need to find the quickest way out! The dungeon is composed of unit cubes which may or may not be filled with rock. It takes one minute to move one unit...

2018-02-23 23:06:34 165

原创 Firetruck_dfs预处理_2018_2_23

https://vjudge.net/problem/UVA-208连通性,解决无路问题#include<iostream>#include<cstring>using namespace std;const int N=21;int des,cnt;bool a[N][N],vis[N],go[N];int ans[N];void find_path(in...

2018-02-23 22:07:00 149

原创 Basic Wall Maze_条件bfs_2018_2_23

Basic Wall MazeTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 3257 Accepted: 1475 Special JudgeDescriptionIn this problem you have to solve a very simple maze consisting of: a 6 by 6 grid o...

2018-02-23 21:04:48 117

原创 Rare Order _拓扑_2018_2_23

A rare book collector recently discovered a book written in an unfamiliar language that used the same characters as the English language. The book contained a short index, but the ordering of the ite...

2018-02-23 16:46:54 278

原创 Genealogical tree _拓扑_2018_2_23

The system of Martians' blood relations is confusing enough. Actually, Martians bud when they want and where they want. They gather together in different groups, so that a Martian can hav...

2018-02-23 15:54:53 120

原创 Spreadsheet_拓扑_二维_dfs_2018_2_23

In 1979, Dan Bricklin and Bob Frankston wrote VisiCalc, the first spreadsheet application. It became a huge success and, at that time, was the killer application for the Apple II computer...

2018-02-23 15:19:47 165

原创 Ordering Tasks_拓扑_2018_2_23

https://vjudge.net/problem/UVA-10305#include<iostream>#include<vector>#include<cstring>using namespace std;typedef vector<int> vi;const int N=100+10;vector<vi> g;...

2018-02-23 12:02:49 120

原创 Knights of the Round Table_连通性_2018_2_23

Knights of the Round TableTime Limit: 7000MS Memory Limit: 65536KTotal Submissions: 13922 Accepted: 4660DescriptionBeing a knight is a very attractive career: searching for the Holy Grail, saving dams...

2018-02-23 09:39:49 155

原创 Sorting It All Out_拓扑_2018_2_22

Sorting It All OutTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 37237 Accepted: 13150DescriptionAn ascending sorted sequence of distinct values is one in which some form of a less-than ope...

2018-02-22 15:43:49 130

原创 L3-003. 社交集群_并查集_2018_2_22

L3-003. 社交集群 时间限制 1000 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 在社交网络平台注册时,用户通常会输入自己的兴趣爱好,以...

2018-02-22 14:02:01 137

原创 L3-002. 堆栈_树状数组_二分

L3-002. 堆栈 时间限制 200 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 大家都知道“堆栈”是一种“先进后出”的线性结构,基本操作有“...

2018-02-22 13:07:02 151

原创 L3-001. 凑零钱_动规_2018_2_22

动态分配小心L3-001. 凑零钱 时间限制 200 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 韩梅梅喜欢满宇宙到处逛街。现在她逛到了一家火星...

2018-02-22 10:34:39 201

原创 Following Orders_拓扑_2018_2_22

Language:Following OrdersTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 5302 Accepted: 2168DescriptionOrder is an important concept in mathematics and in computer science. For example, Zorn...

2018-02-22 08:33:08 130

原创 The House Of Santa Claus_dfs_2018_2_22

https://vjudge.net/problem/UVA-291#include<iostream>#include<cstdio>#include<cstring> #include<string>using namespace std;int map[6][6];void init(){ memset(map,0,sizeof...

2018-02-22 07:04:01 170

原创 Prime Path_bfs_2018_2_21

Prime PathTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 24649 Accepted: 13594DescriptionThe ministers of the cabinet were quite upset by the message from the Chief of Security stating that...

2018-02-21 22:01:44 137

原创 Code the Tree_2018_2_21

A tree (i.e. a connected graph without cycles) with vertices numbered by the integers 1, 2, ..., n is given. The "Prufer" code of such a tree is built as follows: the leaf (a vertex that ...

2018-02-21 19:38:08 144

原创 Prufer Code_2018_2_21

A tree (i.e. a connected graph without cycles) with vertices is given ( N ≥ 2). Vertices of the tree are numbered by the integers 1,…, N. A Prufer code for the tree is built a...

2018-02-21 17:27:07 189

原创 The Number of the Same BST_组合数优化_2018_2_21

Many people knows binary search tree. The keys in a binary search tree are always stored in such a way as to satisfy the BST property: Let x be a node in a binary search tree. If y...

2018-02-21 16:09:51 462

原创 L2-022. 重排链表

L2-022. 重排链表 时间限制 500 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 给定一个单链表 L1→L2→...→Ln-1→Ln,请编...

2018-02-21 15:08:21 115

原创 L2-023. 图着色问题

L2-023. 图着色问题 时间限制 300 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 图着色问题是一个著名的NP完全问题。给定无向图 G =...

2018-02-21 09:53:14 168

原创 L2-024. 部落

L2-024. 部落 时间限制 120 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 在一个社区里,每个人都有自己的小圈子,还可能同时属于很多不同...

2018-02-21 09:37:32 96

原创 L2-021. 点赞狂魔

L2-021. 点赞狂魔 时间限制 200 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 微博上有个“点赞”功能,你可以为你喜欢的博文点个赞表示支...

2018-02-21 09:11:48 133

原创 L1-048. 矩阵A乘以B

L1-048. 矩阵A乘以B 时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 给定两个矩阵A和B,要求你计算它们的乘积矩阵AB。需...

2018-02-21 08:35:57 198

原创 L1-046. 整除光棍

L1-046. 整除光棍 时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 翁恺 这里所谓的“光棍”,并不是指单身汪啦~ 说的是全部由1组...

2018-02-20 19:21:58 143

原创 How Many Trees?_BST递推_2018_2_20

How Many Trees? Time Limit: 2 Seconds      Memory Limit: 65536 KB The balanced binary tree...

2018-02-20 19:02:29 183

原创 PAT L1-044. 稳赢2018_2_20

L1-044. 稳赢 时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 大家应该都会玩“锤子剪刀布”的游戏:两人同时给出手势,胜负规...

2018-02-20 09:18:25 324

原创 Heap_堆_2018_2_20

A (binary) heap is an array that can be viewed as a nearly complete binary tree. In this problem, we are talking about max-heaps.A max-heap holds the property that for each node than the ...

2018-02-20 09:04:03 116

原创 Black Box_大小堆_2018_2_19

Our Black Box represents a primitive database. It can save an integer array and has a special i variable. At the initial moment Black Box is empty and i equals 0. This Black Box processes...

2018-02-19 22:48:56 104

原创 Argus_优先队列_2018_2_19

A data stream is a real-time, continuous, ordered sequence of items. Some examples include sensor data, Internet traffic, financial tickers, on-line auctions, and transaction logs such as...

2018-02-19 21:55:13 117

原创 Cartesian Tree_树堆_2018_2_19

处理好标号Let us consider a special type of a binary search tree, called a cartesian tree. Recall that a binary search tree is a rooted ordered binary tree, such that for its every node x the ...

2018-02-19 21:28:45 273

原创 Fence Repair_哈夫曼树_优先队列2018_2_19

Farmer John wants to repair a small length of the fence around the pasture. He measures the fence and finds that he needs N (1 ≤ N ≤ 20,000) planks of wood, each having some integer lengt...

2018-02-19 19:21:58 181

原创 Version Controlled IDE_块状链表_ext/rope_2018_2_19

https://vjudge.net/problem/UVA-12538#include<iostream>#include<ext/rope>using namespace __gnu_cxx;using namespace std;crope ro,l[50000+5],tmp;char str[205];int main(){ int n; sca...

2018-02-19 18:54:17 181

原创 PAT_L1-043. 阅览室_priority_queue_模拟

L1-043. 阅览室 时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 天梯图书阅览室请你编写一个简单的图书借阅统计程序。当读者借...

2018-02-19 18:13:43 174

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

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

WinSetupFromUSB.zip

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

2020-01-31

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

pytorch-master.zip

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

2020-01-17

第十届蓝桥杯大赛个人赛省赛(软件类)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

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

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

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

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

2019-01-18

Computer Organization and Design RISC-V Edition

Computer Organization and Design RISC-V Edition solution

2018-06-18

Computer Organization and Design 5th ppt

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

2018-06-18

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

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

2017-10-03

空空如也

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

TA关注的人

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