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篇)
mysql解决中文是问号的问题+wamp法文显示+wamp不启用
解决了我一直以来的mysql中文显示问号的问题真是心旷神怡~~~ 就像度娘首页介绍的,更改配置文件 顺手把语言也改了吧,(我就说是法文吧) 然后是数据库、数据表设成 <dfn title="Unicode (多语言)...
2016-08-11
0
551
poj3469Dual Core CPU【最小割】
题意:n个任务,两个机器AB,输入n对数字Ai Bi 表示i号任务在A上消耗和在B上的消耗。 然后再给m行,每行a,b,c三个数字。 表示如果a任务和b任务不在一个机器上工作的话,需要额外花费c。 问,所有任务都工作的情况下,最小的花费是多少。 做法: 说来话长,这个题我想了好多种连边的...
2016-08-10
0
776
hdu5813Elegant Construction【构造 2016多校联合第七场】
Problem Description Being an ACMer requires knowledge in many fields, because problems in this contest may use physics, biology, and even musicolo...
2016-08-10
0
393
面试算法——双指针的应用leetcode 42. Trapping Rain Water
.给定一个非负数的数组,代表一个容器。例如数组[0,1,0,2,1,0,1,3,2,1,2,1],就是 以下图形中黑色的部分。如果用这个容器接水的话,请问可以接多少水?还以这个数组为例, 可以接6格水,就是以下图形中蓝色的部分。 要求:实现时间复杂度O(N),额外空间复杂度O(1)的解法 注:因为...
2016-08-10
0
676
单调栈优化dp:hdu1506Largest Rectangle in a Histogram &hdu1505city game dp
其实早在去年九月就做过这两个题了 hdu1506Largest Rectangle in a Histogram hdu1505city game dp 然而并不是用单调栈来优化的,一个很不好理解的方法做的,要是让我再写一遍估计还是一脸懵逼QAQ直到昨天晚上看了 小岛的直播 虽说讲的实...
2016-08-10
0
530
python——函数
函数 python也分形参实参 函数文档(突然发现tab是好用的) def myfirstfun(name): 'xxxx' #xxxxx print(name) >>> myfirstfun(x) SyntaxError: invalid cha...
2016-08-06
0
401
python——字符串与序列
字符串 python中没有字符的概念==与元组一样,不能直接修改 支持拼接版的修改 >>> str1='asdf' >>> str1.capitalize() 'Asdf' >>> str1 'asdf' >>>...
2016-08-05
0
414
poj2125Destroying The Graph【最小割】最小花费输出
Alice and Bob play the following game. First, Alice draws some directed graph with N vertices and M arcs. After that Bob tries to destroy it. In a mov...
2016-08-05
0
763
php登陆界面 +bootstrap mysql json
前台代码: main.php <?php /** * Created by PhpStorm. * User: admin-pc * Date: 2016/8/3 * Time: 8:11 */ header("Content-type: text/html; cha...
2016-08-04
0
537
POJ 3084 - Panic Room【网络流 最小割】
Description You are the lead programmer for the Securitron 9042, the latest and greatest in home security software from Jellern Inc. (Motto: We sec...
2016-07-29
0
607
首页
上一页
13
14
15
16
17
18
19
20
21
22
下一页
末页