题目:hdoj 3157 Crazy Circuits 题意:如今要制造一个电路板。电路板上有 n 个电子元件,各个元件之间有单向的电流流向。然后有一个 + 。电流进入, -- 电流汇入,然后推断能不能让电路板工作,假设能的话求最小电流。 分析:有上下界网络流,求最小流 首先是推断能不可以让电路板工 ...
分类:
其他好文 时间:
2016-03-31 18:28:37
阅读次数:
160
Inversion Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others) Problem Description bobo has a sequence a1,a2,…,an. He is ...
分类:
编程语言 时间:
2016-03-31 14:39:03
阅读次数:
263
Problem You are given an N x N matrix with 0 and 1 values. You can swap any two adjacent rows of the matrix. Your goal is to have all the 1 values in ...
分类:
其他好文 时间:
2016-03-26 17:10:09
阅读次数:
173
转载:http://blog.csdn.net/crazy__chen/article/details/46506921 上一篇文章当中,我介绍了CacheDispatcher和缓存类Cache是怎么根据request从缓存中获取到数据的,接下来这篇文章,将会介绍网络数据的获取。 对比缓存的获取,其 ...
分类:
其他好文 时间:
2016-03-24 20:14:48
阅读次数:
408
转载:http://blog.csdn.net/crazy__chen/article/details/46483329 Volley是一款由Google 推出的 Android 异步网络请求框架和图片加载框架,特别适合数据量小,通信频繁的网络操作。 大家可以在这个地址https://android ...
分类:
其他好文 时间:
2016-03-24 20:13:41
阅读次数:
351
转载:http://blog.csdn.net/crazy__chen/article/details/46612901 在上篇文章中,我们最终通过网络,获取到了HttpResponse对象 HttpResponse是android包里面的一个类,然后为了更高的扩展性,我们在BasicNetwork ...
分类:
其他好文 时间:
2016-03-24 20:13:12
阅读次数:
322
转载:http://blog.csdn.net/crazy__chen/article/details/46494627 从上一篇文章我们已经知道,现在要处理的问题就是CacheDispatcher和NetworkDispatcher怎么分别去缓存和网络获取数据的问题,这两个问题我分开来讲。 但是首 ...
分类:
其他好文 时间:
2016-03-24 20:04:00
阅读次数:
332
转载:http://blog.csdn.net/crazy__chen/article/details/46490635 上一篇文章给大家说明了Request<T>的内部结构,对于这个类而言,volley让我们关注的主要请求获得响应以后,怎么根据自己的需要解析响应,然后在主线程中回调监听器的方法,至 ...
分类:
其他好文 时间:
2016-03-24 19:58:45
阅读次数:
337
转载:http://blog.csdn.net/crazy__chen/article/details/46486123 在上一篇文章中,我们已经提到volley的使用方式和设计的整体思路,从这篇文章开始,我就要结合具体的源码来给大家说明volley功能的具体实现。 我们第一个要介绍的类是Reque ...
分类:
其他好文 时间:
2016-03-24 19:53:26
阅读次数:
292
Here's to the crazy ones. The misfits. The rebels. The troublemakers. The round pegs in the square holes. The ones who see things differently. They're
分类:
移动开发 时间:
2016-03-14 18:36:41
阅读次数:
219