Miss.Zhou
Miss.Zhou
全部文章
分类
###基本算法(~ o ~)Y(1)
.net(1)
2014多校联合(2)
acm(12)
arcgis(1)
bfs(1)
c#(1)
c++(1)
CF(2)
codeforces(5)
css(1)
dp(27)
git使用(1)
hdu(27)
java(1)
javascript(4)
LeetCode(47)
leetcode (1)
lightoj(1)
oi(1)
php(12)
poj(13)
poj 搜索 算法 acm(1)
poj 算法 线段树 懒惰标记(1)
python(2)
RMQ(1)
socket(1)
splay(1)
tarjan(3)
trie(3)
vmware(1)
web开发(1)
xml(1)
—dp(9)
—STL(2)
———哈希表(2)
———网络流(1)
—二分(2)
—图论(7)
—字符串(4)
—思维题(1)
—搜索(7)
—数据结构(5)
—数论(9)
—贪心(4)
三分(1)
二分图(3)
前端(1)
动态规划(1)
匈牙利算法(1)
博弈(1)
压缩(1)
双连通分量(1)
图论(4)
多校(2)
并查集(1)
并查集 poj(1)
并查集 几何 hdu(1)
并查集 算法(2)
广搜(2)
思维题(1)
拓扑排序(1)
搜素(1)
搜索(1)
操作系统(2)
数据结构(1)
数论 算法(3)
最佳二分匹配(1)
最大二分匹配(2)
最小树形图(1)
未归档(397)
杭电(7)
树型dp(2)
模拟(1)
欧拉回路(1)
正则表达式(1)
深搜(1)
深搜 hdu 算法(1)
矩阵(1)
算法(10)
算法 并查集(1)
线段树(6)
编程(1)
网络流(4)
计算机基础(4)
设计模式(19)
贪心(1)
随笔(1)
题解(8)
验证码(1)
归档
标签
去牛客网
登录
/
注册
MissZhou的小窝
六年磨一剑~
全部文章
(共733篇)
线段树&树状数组总结篇
1、 入门题:hdu1166敌兵布阵 单点更新区间求和 线段树: using namespace std; struct node { int l,r,sum; }num[maxn*4]; int m[maxn]; char s[10]; int t,n,a,b; void bu...
2016-05-12
0
503
hdu4587TWO NODES【割点】
Description Suppose that G is an undirected graph, and the value of stab is defined as follows: <center> </...
2016-05-12
0
484
poj1837Balance【二维01背包方法数——天平平衡】
题意 Description Gigel has a strange "balance" and he wants to poise it. Actually, the device is different from any other ordina...
2016-05-11
0
570
poj1276Cash Machine【多重背包模板题】
Submit Status Description A Bank plans to install a machine for cash withdrawal. The machine is able to deliver appropriate @ b...
2016-05-11
0
653
hdu2460Network【双连通分量求桥 在线求lca】
Submit Status Description A network administrator manages a large network. The network consists of N computers and M links between pai...
2016-05-11
0
560
hdu3236Gift Hunting【二维01背包】
Description After winning two coupons for the largest shopping mart in your city, you can't wait inviting your girlfriend for gift huntin...
2016-05-10
0
359
nefu1173Dipper Landlord【乱搞】
The “Dipper Landlord” is a card game played by three people. In each game, there is a player is the landlord, the other 2 are farmers, each game score...
2016-05-10
0
496
codeforces22c System Administrator【给定一个割顶输出边 BCC】
Description Bob got a job as a system administrator in X corporation. His first task was to connectn servers with the help ofm two-way direct co...
2016-05-08
0
632
poj 1144 Network【无向图求割顶模板题】
Description A Telephone Line Company (TLC) is establishing a new telephone cable network. They are connecting several places numbered by integers f...
2016-05-08
0
404
vtk等值面体绘制|纹理映射体绘制 附:不透明传输函数,颜色传输函数、光照与阴影
等值面体绘制: #include <vtkSmartPointer.h> #include <vtkImageData.h> #include <vtkStructuredPoints.h> #include <vtkStructuredPointsR...
2016-05-08
0
1125
首页
上一页
19
20
21
22
23
24
25
26
27
28
下一页
末页