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)
杭电(7)
树型dp(2)
模拟(1)
欧拉回路(1)
正则表达式(1)
深搜(1)
深搜 hdu 算法(1)
矩阵(1)
算法(10)
算法 并查集(1)
线段树(6)
编程(1)
网络流(4)
计算机基础(4)
设计模式(19)
贪心(1)
随笔(1)
题解(8)
验证码(1)
归档
标签
去牛客网
登录
/
注册
MissZhou的小窝
六年磨一剑~
全部文章
/ 未归档
(共397篇)
笔试总结——c、c++【持续更新】
C语言: char a = 'a'; sizeof(char) = 1 sizeof(a) = 1 sizeof('a') = 4 C++语言: char a = 'a'; sizeof(char) = 1 sizeof(a) = 1 sizeof('a') ...
2016-03-23
0
558
笔试总结——linux篇【持续更新】
由于本人笔试练习的正确率实在惨不忍睹,于是有了【笔试总结】这个系列,预计会更新至秋招找到工作== unix中进程通信方法 (1)管道(Pipe):管道可用于具有亲缘关系进程间的通信,允许一个进程和另一个与它有共同祖先的进程之间进行通信。(2)命名管道(named pipe):命名管道克服了管道没...
2016-03-23
0
614
poj2411Mondriaan's Dream【覆盖类状压dp】
Description Squares and rectangles fascinated the famous Dutch painter Piet Mondriaan. One night, after producing the drawings in his 'toile...
2016-03-22
0
432
poj1062昂贵的聘礼【最短路反向建图】
Description 年轻的探险家来到了一个印第安部落里。在那里他和酋长的女儿相爱了,于是便向酋长去求亲。酋长要他用10000个金币作为聘礼才答应把女儿嫁给他。探险家拿不出这么多金币,便请求酋长降低要求。酋长说:"嗯,如果你能够替我弄到大祭司的皮袄,我可以只要8000金币。如果你能...
2016-03-22
0
455
hdu5137How Many Maos Does the Guanxi Worth【最短路最大值】
Problem Description "Guanxi" is a very important word in Chinese. It kind of means "relationship" or "contact". Guan...
2016-03-22
0
381
POJ1151 (HDU 1542) Atlantis【矩形面积并,线段树+离散化+扫描线模板】
Description There are several ancient Greek texts that contain descriptions of the fabled island Atlantis. Some of these texts even include ...
2016-03-22
0
636
hdu 1828 Picture【扫描线求周长模板题】
上周在做ac自动机+dp这种混合的题时,就超不爽的,这周居然要做线段树+几何的题,我的内心上崩溃的o(>﹏<)o 模板题,既然不是自己做的,总还是要讲讲扫描线是个什么玩意== 扫描线,顾名思义,就是用一条线捋着各个边从下到上过一遍,每遍历一个高度的边,累加长度:点击打开链接 计算横线...
2016-03-21
0
606
hdu5122K.Bro Sorting【线段树逆序数】
Problem Description Matt’s friend K.Bro is an ACMer. Yesterday, K.Bro learnt an algorithm: Bubble sort. Bubble sort will compare each pair of ...
2016-03-21
0
436
Linux中的文件描述符与打开文件之间的关系
由于书上只讲过1,2的文件描述符,其他没写==故~ 转载请说明出处:http://blog.csdn.net/cywosp/article/details/38965239 1. 概述 在Linux系统中一切皆可以看成是文件,文件又可分为:普通文件、目录文件、链接...
2016-03-20
0
570
poj2438 Children's Dining【哈密顿图模板题】
Description Usually children in kindergarten like to quarrel with each other. This situation annoys the child-care women. For instant, when ...
2016-03-19
0
393
首页
上一页
12
13
14
15
16
17
18
19
20
21
下一页
末页