会员
周边
新闻
博问
闪存
众包
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Scott_ding
技术交流是一种享受……
博客园
首页
新随笔
联系
订阅
管理
04 2014 档案
最大流之sap算法
摘要:若有向图G = (V , E)满足下列条件:1、有且仅有一个顶点S,它的入度为 0 ,这个顶点称为源点。2、有且仅有一个顶点T,它的出度为 0 ,这个顶点称为汇点。3、每一条弧都有一个非负数,叫做这条边的容量,边(Vi , Vj)的容量用 Cij 来表示。则此有向图称为网络流图,记为 G = ( V...
阅读全文
posted @
2014-04-30 22:02
scott_ding
阅读(821)
评论(0)
推荐(0)
知道创宇研发技能表v2.2
摘要:方向
阅读全文
posted @
2014-04-18 18:03
scott_ding
阅读(393)
评论(1)
推荐(0)
有效编写软件的75条建议(转)
摘要:方向
阅读全文
posted @
2014-04-17 21:23
scott_ding
阅读(172)
评论(0)
推荐(0)
预编译指令
摘要:预处理问题
阅读全文
posted @
2014-04-17 21:19
scott_ding
阅读(1116)
评论(0)
推荐(0)
String VS Cstring(字符串)
摘要:字符串处理问题
阅读全文
posted @
2014-04-16 20:50
scott_ding
阅读(615)
评论(0)
推荐(0)
Set 与 Multiset
摘要:set
阅读全文
posted @
2014-04-15 20:48
scott_ding
阅读(196)
评论(0)
推荐(0)
deque(双端队列)
摘要:deque
阅读全文
posted @
2014-04-15 12:18
scott_ding
阅读(132)
评论(0)
推荐(0)
Map(关联式容器)
摘要:map
阅读全文
posted @
2014-04-15 11:57
scott_ding
阅读(280)
评论(0)
推荐(0)
List(双向链表)
摘要:List
阅读全文
posted @
2014-04-15 10:01
scott_ding
阅读(585)
评论(0)
推荐(0)
Queue(队列)
摘要:queue
阅读全文
posted @
2014-04-14 21:43
scott_ding
阅读(247)
评论(0)
推荐(0)
Stack(栈)
摘要:Stack
阅读全文
posted @
2014-04-14 21:29
scott_ding
阅读(218)
评论(0)
推荐(0)
Vector(容器)
摘要:vector
阅读全文
posted @
2014-04-14 20:59
scott_ding
阅读(268)
评论(0)
推荐(0)
位图像素的颜色
摘要:面积覆盖问题
阅读全文
posted @
2014-04-14 09:16
scott_ding
阅读(654)
评论(0)
推荐(0)
大数处理之三(除法)
摘要:大数除法
阅读全文
posted @
2014-04-13 21:25
scott_ding
阅读(412)
评论(0)
推荐(0)
大数处理之二(幂运算)
摘要:幂运算、两个大数相乘
阅读全文
posted @
2014-04-13 20:13
scott_ding
阅读(798)
评论(0)
推荐(0)
浮点数(double)的优势
摘要:浮点数可以用指数来表示,double 可以存储300位的大数
阅读全文
posted @
2014-04-13 11:22
scott_ding
阅读(559)
评论(0)
推荐(0)
大数处理之一(加法和乘法)
摘要:大数处理问题
阅读全文
posted @
2014-04-12 21:41
scott_ding
阅读(252)
评论(0)
推荐(0)
Depth-First Search
摘要:深搜,剪枝,动态规划
阅读全文
posted @
2014-04-12 20:20
scott_ding
阅读(230)
评论(0)
推荐(0)
Contributing to Open Source on GitHub(转)
摘要:Contributing to Open Source on GitHub
阅读全文
posted @
2014-04-12 10:13
scott_ding
阅读(377)
评论(0)
推荐(0)
学习资源(转)
摘要:学习资源
阅读全文
posted @
2014-04-12 10:07
scott_ding
阅读(209)
评论(0)
推荐(0)
一个合格的程序员应该读过哪些书(转)
摘要:读书
阅读全文
posted @
2014-04-12 09:54
scott_ding
阅读(226)
评论(0)
推荐(0)
strstr 的使用
摘要:strstr
阅读全文
posted @
2014-04-11 20:56
scott_ding
阅读(280)
评论(0)
推荐(0)
提取文本中的单词,单词简单排序
摘要:文本中提取全部的单词,字符串排序
阅读全文
posted @
2014-04-10 17:18
scott_ding
阅读(1124)
评论(0)
推荐(0)
sort 与 qsort
摘要:基础知识
阅读全文
posted @
2014-04-10 14:50
scott_ding
阅读(154)
评论(0)
推荐(0)
AC自动机妙用
摘要:AC自动机
阅读全文
posted @
2014-04-10 13:48
scott_ding
阅读(293)
评论(0)
推荐(0)
字符串中如何提取数值
摘要:字符串转换为对应的数值
阅读全文
posted @
2014-04-09 09:20
scott_ding
阅读(1077)
评论(0)
推荐(0)
字符串提取问题
摘要:字符串提取
阅读全文
posted @
2014-04-08 19:54
scott_ding
阅读(300)
评论(0)
推荐(0)
字符串搜索
摘要:字符串搜索
阅读全文
posted @
2014-04-08 11:39
scott_ding
阅读(158)
评论(0)
推荐(0)
最短路问题
摘要:最短路问题
阅读全文
posted @
2014-04-04 10:30
scott_ding
阅读(184)
评论(0)
推荐(0)
最大流问题
摘要:最大流问题
阅读全文
posted @
2014-04-03 09:00
scott_ding
阅读(169)
评论(0)
推荐(0)
字符串的回文与镜像
摘要:字符串处理问题
阅读全文
posted @
2014-04-02 16:04
scott_ding
阅读(703)
评论(0)
推荐(0)
公告