自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (5)
  • 收藏
  • 关注

原创 poj 3273(二分找最小值里面最大的数)最大化最小值

Farmer John is an astounding accounting wizard and has realized he might run out of money to run the farm. He has already calculated and recorded the exact amount of money (1 ≤ moneyi ≤ 10,000) that h...

2018-05-31 15:37:24 272

原创 poj2456 贪心+二分

Farmer John has built a new long barn, with N (2 <= N <= 100,000) stalls. The stalls are located along a straight line at positions x1,...,xN (0 <= xi <= 1,000,000,000).His C (2 <= C &l...

2018-05-29 17:12:51 167

原创 poj 1064 最小二分法

Inhabitants of the Wonderland have decided to hold a regional programming contest. The Judging Committee has volunteered and has promised to organize the most honest contest ever. It was decided to co...

2018-05-29 14:37:08 185

原创 poj 1751 并查集(prim)

The island nation of Flatopia is perfectly flat. Unfortunately, Flatopia has a very poor system of public highways. The Flatopian government is aware of this problem and has already constructed a numb...

2018-05-20 21:47:57 219

原创 POJ 1287 并查集 Kruskal或者Prim

You are assigned to design network connections between certain points in a wide area. You are given a set of points in the area, and a set of possible routes for the cables that may connect pairs of p...

2018-05-17 15:34:42 136

原创 poj 1611 并查集

Severe acute respiratory syndrome (SARS), an atypical pneumonia of unknown aetiology, was recognized as a global threat in mid-March 2003. To minimize transmission to others, the best str...

2018-05-16 19:19:55 101

原创 并查集 hdu1213

Today is Ignatius' birthday. He invites a lot of friends. Now it's dinner time. Ignatius wants to know how many tables he needs at least. You have to notice that not all the friends know each other,...

2018-05-13 20:07:19 270

原创 并查集 hdu1232

详细教程参考之前转载的并查集详解#include <bits/stdc++.h>using namespace std;typedef long long ll;int N=0x3f3f3f3f;int f[1005];//定义一个数组一开始默认各个城市之间都没有交集//int gf(int v)//{//    if(f[v]==v)//        return v;//    ...

2018-05-13 19:25:26 113

flash29banben.zip

用于解决flash需要更新的问题,flash30以上的版本就已经开始需要不断去更新有广告的版本,不更新没有办法使用,但是30版本之前的是没有这个问题的。

2020-03-29

Windows下用Bison和Lex实现中缀转后缀.zip

在Windows下使用Lex和Bison实现中缀表达式转化为后缀表达式

2019-10-06

操作系统课设.zip+解析

通过用c++语言来模拟实现操作系统的页面置换算法,包括FIFO、LRU、LFU、时钟算法、NRU、OPT

2019-07-03

数据结构课设之--校园导航(更新)

里面主要是运用了迪杰斯特拉算法来实现的最短路径的,还有dfs的递归查找路径等 备注:这是用codeblocks写的

2019-05-22

数据结构课设之--校园导航

里面主要是运用了迪杰斯特拉算法来实现的最短路径的,还有dfs的递归查找路径等

2019-05-22

空空如也

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

TA关注的人

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