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篇)
vtk可视化管线
其实前面还应该介绍渲染窗口、渲染场景、演员、交互、属性、相机、灯光、颜色、纹理、坐标。 出图的效果图 无奈上次写完注释的代码没保存,而且也不难,注意语法错误 #include <vtkSmartPointer.h> #include <vtkStructuredPoi...
2016-04-30
0
593
HDU 4293 Groups【区间dp】
Submit Status Description After the regional contest, all the ACMers are walking alone a very long avenue to the dining hall in grou...
dp
杭电
2016-04-29
0
613
lightoj 1031 - Easy Game 【区间dp】360 2017笔试编程题3
Submit Status Description You are playing a two player game. Initially there are n integer numbers in an array and playerA andB get cha...
lightoj
dp
2016-04-29
0
1184
UVA 11383 - Golden Tiger Claw【二分图km原理】
题意:给定nxn的矩阵值,为每行每列找一个row(i) col(i)使得w(i,j)<=row(i)+col(j) 且要求row(i) 从来col(j)总和最小 做法:最开始死活是想不到这货是二分图有毛线关系啊QAQ, 而且,我还以为row col都是已知的数当中找出来的== 引用: KM...
二分图
uva
2016-04-29
0
732
POJ1141 ZOJ1463 Brackets Sequence【区间dp】
Description Let us define a regular brackets sequence in the following way: 1. Empty sequence is a regular sequence. 2. If S i...
dp
poj
2016-04-26
0
787
zoj3460Missile【二分图最大匹配限制】
Description You control N missile launching towers. Every tower has enough missiles, but for each tower only one missile can be launch at the sa...
二分图
2016-04-26
0
592
zoj5093Battle ships【二分图 棋盘覆盖有断点】
Submit Status Description Dear contestant, now you are an excellent navy commander, who is responsible of a tough mission currently. ...
2016-04-26
0
430
visual studio2013配置opencv2.4.9
1.下载安装包,记住安装路径,我的是D:\opencv 2.配置我的电脑的path路径;D:\opencv\opencv\build\x64\vc12\bin 注意这里也可以是x86,我这里用了x64下面配置的也要用这个才好 3.新建空项目 4.在这个项目里面添加cpp文件 找到解决方案资...
2016-04-24
0
605
poj3580supermemo【splay】
Description Your friend, Jackson is invited to a TV show called SuperMemo in which the participant is told to play a memorizing game....
splay
poj
2016-04-24
0
552
hdu3487Play with Chain【splay】
Description YaoYao is fond of playing his chains. He has a chain containing n diamonds on it. Diamonds are numbered from 1 to n. At fir...
2016-04-24
0
383
首页
上一页
21
22
23
24
25
26
27
28
29
30
下一页
末页