Android Wi-Fi Display(Miracast)介绍 2012年11月中旬,Google发布了Android 4.2。虽然它和Android 4.1同属Jelly Bean系列,但却添加了很多新的功能。其中,在显示部分,Android 4.2在Project Butter基础上再接...
分类:
移动开发 时间:
2015-08-04 23:25:16
阅读次数:
529
6 Useful Databases to Dig for Data (and 100 more)You already know that data is the bread and butter of reports and presentations. Data makes your pres...
分类:
数据库 时间:
2015-07-18 21:17:55
阅读次数:
3395
Background
背景
Stacks and Queues are often considered the bread and butter of data structures and find use in architecture, parsing, operating systems, and discrete event simulation. Stacks are als...
分类:
其他好文 时间:
2015-06-21 09:27:20
阅读次数:
158
DescriptionAssuming a finite – radius “ball” which is on an N dimension is cut with a “knife” of N-1 dimension. How many pieces will the “ball” be cut...
分类:
其他好文 时间:
2015-06-12 13:07:58
阅读次数:
128
题意:给出一个带有n*m个格子的矩阵,部分格子中有靶子target,现在要从一个没有靶子的格子中射出飞刀数把,飞刀是可穿透靶子的,同一直线上都可以一刀全射掉。现在问在哪个格子射出飞刀,可以在全部射中的情况下用刀次数最少?有target的格子不可选。思路:穷举所有没有靶子的格子,计算每个靶子的角度,若...
分类:
其他好文 时间:
2015-06-01 20:19:16
阅读次数:
121
这个题目思路是很简单的,我们只需要枚举每个定点作为目的地,然后再取其中距离总和最小的作为答案.开始的时候我用的是floyd一次就将所有点之间的最小距离求出来,但是超时了.
后面用的每次枚举一个点就用堆优化的求一次这个点到其余点的最短路,这样就可以过了.代码如下:/*
ID: 15674811
LANG: C++
TASK: butter
*/#include
#include<...
分类:
编程语言 时间:
2015-05-19 22:46:37
阅读次数:
152
这两天将之前基于微信公众平台的代码重构了下,基础功能以库的方式提供,提供了demo使用的是django,看着之前为赶进度写的代码真的惨不忍睹,所以weixin-knife产生了,正如其名,提供的是必要的功能,而不是完整的应用。weixin-knife可以很方便的处理关注,取关注事件,处理文本消息,回复用户信息,jssdk处理,oauth认证,以及微信支付。github地址:https://gith...
分类:
微信 时间:
2015-05-15 21:27:20
阅读次数:
3743
理解必包三个基本事实1. JS允许你引用在当前函数以外定义的变量。ex: function makeSandwich(){ var magicIngredient = “peanut butter”; function make(filling){ return magicIngredien...
分类:
编程语言 时间:
2015-05-12 20:31:45
阅读次数:
166
IntroductionAnnotate fields with@InjectViewand a view ID for Butter Knife to find and automatically cast the corresponding view in your layout.class E...
分类:
移动开发 时间:
2015-04-02 13:07:03
阅读次数:
414
Swiss Army Knife of networking?netcat?is a versatile tool that is able to read and write data across TCP and UDP network . Combined with other tools and redirection it can be used in number of wa...
分类:
Web程序 时间:
2015-02-11 22:07:25
阅读次数:
241