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篇)
抽象方法和抽象类
抽象类与抽象方法 在OOP语言中,一个类可以有一个或多个子类,而每个类都有至少一个公有方法做为外部代码访问其的接口。而抽象方法就是为了方便继承而引入的。 当类中有一个方法,他没有方法体,也就是没有花括号,直接分号结束,象这种方法我们叫抽象方法,必须使用关键字abstract定义。 如: publ...
2016-02-04
0
467
poj1862Stripies【哈夫曼合并木棍】
Description Our chemical biologists have invented a new very useful form of life called stripies (in fact, they were first called in Russian - polo...
2016-02-04
0
603
hdu1053Entropy【哈夫曼模板题】
Problem Description An entropy encoder is a data encoding method that achieves lossless data compression by encoding a message with “wasted” or “e...
2016-02-04
0
374
php魔术方法
tostring() 魔术方法“__toString()”是快速获取对象的字符串表示的最快捷方式。即当我们直接要输出一个对象时,如echo $a,print $a,那么会自动调用的此魔术方法。 注意:__toString()方法必须返回一个字串类型的值。 <?php /* * ...
php
2016-02-03
0
698
poj3687Labeling Balls【反向拓扑排序 模板】
Labeling Balls Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 12994 Accepted: 3748 ...
2016-02-03
0
404
图论汇总
开学开始刷~ 最短路问题此类问题类型不多,变形较少 POJ 2449 Remmarguts' Date(中等)http://acm.pku.edu.cn/JudgeOnline/problem?id=2449 题意:经典问题:K短路 解法:dijkstra+A*(rec),方法很多 相...
2016-02-03
0
553
hdu1872稳定排序【超级水】
Problem Description 大家都知道,快速排序是不稳定的排序方法。 如果对于数组中出现的任意a[i],a[j](i<j),其中a[i]==a[j],在进行排序以后a[i]一定出现在a[j]之前,则认为该排序是稳定的。 某高校招生办得到一份成绩列表,上面记录了考...
2016-02-03
0
537
PHP面向对象中常见的关键字
instanceof关键字 “instanceof”操作符用于检测当前对象实例是否属于某一个类的类型。 <?php class Person{ ... ... } class Student extends Person{ ... ... } ...
2016-02-03
0
343
hdu3966Aragorn's Story【树链剖分+树状数组】
Problem Description Our protagonist is the handsome human prince Aragorn comes from The Lord of the Rings. One day Aragorn finds a lot of enemies ...
2016-02-02
0
661
poj1195Mobile phones【二维树状数组。单点更新/区间求和】
Total Submissions: 17259 Accepted: 7962 Description Suppose that the fourth generation mobile phone base stations in the Tampere a...
2016-02-01
0
664
首页
上一页
36
37
38
39
40
41
42
43
44
45
下一页
末页