首先是这个图 更多的理解参照这个 http://diaocow.iteye.com/blog/1922760 http://python.jobbole.com/84279/ 关于application的代码参照这个 http://www.jb51.net/article/65307.htm ...
分类:
Web程序 时间:
2017-04-05 21:50:19
阅读次数:
149
【题目链接】 http://poj.org/problem?id=3180 【题目大意】 N头牛,M条有向绳子,能组成几个歌舞团?要求顺时针逆时针都能带动舞团内所有牛。 【题解】 等价于求点数大于1的SCC数量。 【代码】 ...
分类:
其他好文 时间:
2017-04-04 16:02:24
阅读次数:
154
Dining Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 17181 Accepted: 7607 Description Cows are such finicky eaters. Each cow has a prefer ...
分类:
其他好文 时间:
2017-04-04 11:39:57
阅读次数:
219
题目: Description Bessie, Farmer John's prize cow, has just won first place in a bovine beauty contest, earning the title 'Miss Cow World'. As a result, ...
分类:
编程语言 时间:
2017-04-03 17:51:41
阅读次数:
277
题目链接:http://www.lydsy.com/JudgeOnline/problem.php?id=1631 解:先跑一遍最短路,把所有边都反过来以后,再跑一遍 程序: ...
分类:
其他好文 时间:
2017-04-03 00:59:23
阅读次数:
238
This article is made by Jason-Cow.Welcome to reprint.But please post the writer's address. http://www.cnblogs.com/JasonCow/ [NOIP2015]运输计划 Hello!链剖。你好 ...
分类:
其他好文 时间:
2017-04-02 22:57:15
阅读次数:
241
安装 —— 使用 一:通过定义XML文件增加一台虚拟机 二:通过virt-install 新增一台虚拟机 1.准备磁盘:通常选择支持快照的qcow2格式,性能最好的是raw 2.安装虚拟机 3.驱动安装 SCSI——网卡——GPU 4.创建快照 优化 ...
分类:
其他好文 时间:
2017-04-02 22:35:33
阅读次数:
198
Ogg Vorbis is a completely open, patent-free, professional audio encoding and streaming technologyCopy-on-write (COW), sometimes referred to as implic ...
分类:
其他好文 时间:
2017-04-01 15:00:00
阅读次数:
317
1.题意:给定两个数N,K,N表示初始状态,K表示目标状态,有三种操作:+1,-1和*2,试求这个过程的最少的操作次数; 2.输入输出:依次给出N,K; 3.分析:典型的BFS求最小操作数,唯一注意的就是搜索过程中注意状态值不要超出K的范围:[0,1e5]; ...
分类:
其他好文 时间:
2017-03-31 00:24:06
阅读次数:
174
Farmer John goes to Dollar Days at The Cow Store and discovers an unlimited number of tools on sale. During his first visit, the tools are selling var ...
分类:
其他好文 时间:
2017-03-27 23:04:19
阅读次数:
272