VLC简介!...
分类:
其他 时间:
2015-03-31 18:02:23
收藏:
0 评论:
0 赞:
0 阅读:
643
STL源码分析 # vector #
下面是一个使用vector的demo:
#include
#include
using namespace std;
int main()
{
/*
** To create a vector which contain 10 elements and the value
** of each element i...
分类:
其他 时间:
2015-03-31 18:02:03
收藏:
0 评论:
0 赞:
0 阅读:
253
Register-SPWorkflowService 远程服务器返回错误: (404) 未找到 如何解决...
分类:
其他 时间:
2015-03-31 18:01:53
收藏:
0 评论:
0 赞:
0 阅读:
190
Nim or not Nim?
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 1099 Accepted Submission(s): 547
Problem Description
Nim is a tw...
分类:
其他 时间:
2015-03-31 18:01:51
收藏:
0 评论:
0 赞:
0 阅读:
189
题目:
Given a linked list, reverse the nodes of a linked list k at a time and return its modified list.
If the number of nodes is not a multiple of k then left-out nodes in the end should remain...
分类:
其他 时间:
2015-03-31 18:01:43
收藏:
0 评论:
0 赞:
0 阅读:
255
I just don’t want to regret it: 没什么好说的=。=,代码注释的很详细。
Size visivleSize = Director::getInstance()->getVisibleSize();/* 创建一个精灵 */
Sprite* sprite = Sprite::create("sprite.png");
sprite->setPosition(Point...
分类:
其他 时间:
2015-03-31 18:01:23
收藏:
0 评论:
0 赞:
0 阅读:
419
android 中想要实现图表的展示,非常麻烦。网上查了一下实现方案,无非三种:
1.自己写画布,慢慢实现,要求太高,很难搞定。
2.用AchartEngine实现,丑陋,而且扩展性很小。
3.采用webview加载js的方式,虽然理论上会比较耗费资源,但是效果不错,而且难度小很多。
下面以一个例子具体介绍依稀这种方式:
首先布局文件:
<RelativeLayout xmlns:an...
分类:
移动平台 时间:
2015-03-31 18:01:13
收藏:
0 评论:
0 赞:
0 阅读:
659
题目地址:FZU 2040
重点在于构造矩阵,先状压,然后根据每一行是否与下一行分割了来构造一个2^(m-1)*2^(m-1)的矩阵,然后套上矩阵快速幂就可以了。937ms险过。。
代码如下:#include
#include
#include
#include
#include
#includ...
分类:
其他 时间:
2015-03-31 18:01:06
收藏:
0 评论:
0 赞:
0 阅读:
228
请原谅我隔了这么久才开始写这一系列的第二篇博客,没办法忙新产品发布,好了废话不说了,先回顾一下:在我的上一篇博客http://www.cnblogs.com/2010wuhao/p/4363041.html#3153255 写了如何配置Android开发环境,只是用文字和图片展示了开发Metro风格Launcher的初步设计和产品要求,这一篇文章将会从代码上讲解如何实现对应的UI效果,好了,评书开...
分类:
移动平台 时间:
2015-03-31 18:01:04
收藏:
0 评论:
0 赞:
0 阅读:
216
题目连接:点击打开链接
解题思路:
逆序数模板题。注意此题坑点在于数据大,开成unsigned long long
完整代码:
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
typedef unsigned long l...
分类:
其他 时间:
2015-03-31 18:00:32
收藏:
0 评论:
0 赞:
0 阅读:
235
D的小L
时间限制:4000 ms | 内存限制:65535 KB
难度:2
描述 一天TC的匡匡找ACM的小L玩三国杀,但是这会小L忙着哩,不想和匡匡玩但又怕匡匡生气,这时小L给匡匡出了个题目想难倒匡匡(小L很D吧),有一个数n(0,,,聪明的你能帮匡匡解围吗?
输入第一行输入一个数N(0
输出按特定顺序输出所有组合。
特定顺序:每一个组合中...
分类:
其他 时间:
2015-03-31 18:00:23
收藏:
0 评论:
0 赞:
0 阅读:
222
标准颜色名称和RGB颜色值
Black = #000000
Green = #008000
Silver = #C0C0C0
Lime = #00FF00
Gray = #808080
Olive = #808000
White = #FFFFFF
Yellow = #FFFF00
Maroon = #800000
Navy = #000080
Red = #FF0000
...
分类:
其他 时间:
2015-03-31 18:00:13
收藏:
0 评论:
0 赞:
0 阅读:
460
“虚拟现实(VR)”已经被讨论多年,我们都听过不少创想与愿景。上周,在 Facebook 的 F8 大会上,去年急匆匆收购 Oculus 的他们放言将于年内发布一款VR设备。
毫无疑问,继眼镜和腕表之后,虚拟现实设备将成为科技大佬们抢占的另一块高地。有趣的是,它们无一例外地以“头盔”的样貌示人,以至于每一个佩戴者看起来都像个自嗨没朋友的蠢货。一个人人戴着头盔自嗨的时代离我们已经不...
分类:
其他 时间:
2015-03-31 18:00:03
收藏:
0 评论:
0 赞:
0 阅读:
291
Given a binary tree, find the maximum path sum.
The path may start and end at any node in the tree.
For example:
Given the below binary tree,
1
/ 2 3
Return 6.
i...
分类:
其他 时间:
2015-03-31 17:59:53
收藏:
0 评论:
0 赞:
0 阅读:
226
Key Design Concepts
关键的设计概念
Managing complexity is the most important technical topic in software development.
管理的复杂性是软件开发中最重要的技术课题。
The goal of all software-design techniques is to break acomplica...
分类:
其他 时间:
2015-03-31 17:59:43
收藏:
0 评论:
0 赞:
0 阅读:
199
一个音频的工具类import java.io.File;
import java.util.HashMap;
import android.content.Context;
import android.media.AudioManager;
import android.media.MediaPlayer;
import android.media.SoundPool;
import androi...
分类:
其他 时间:
2015-03-31 17:59:33
收藏:
0 评论:
0 赞:
0 阅读:
347
problem:
Find the contiguous subarray within an array (containing at least one number) which has the largest sum.
For example, given the array [?2,1,?3,4,?1,2,1,?5,4],
the contiguous su...
分类:
其他 时间:
2015-03-31 17:59:23
收藏:
0 评论:
0 赞:
0 阅读:
137
以前一般用树状数组和线段树做这种题
这次换个思路试试,归并排序!
#include
#include
#include
using namespace std;
typedef long long LL;
const int maxn = 111111;
int n;
int array[maxn];
int tmp[maxn];
LL ans;
void my_sort(int l,int...
分类:
编程语言 时间:
2015-03-31 17:59:14
收藏:
0 评论:
0 赞:
0 阅读:
131
POI搜索有三种方式,根据范围和检索词发起范围检索poiSearchInbounds,城市poi检索poiSearchInCity,周边检索poiSearchNearBy。
下以周边检索为例介绍如何进行检索并显示覆盖物PoiOverlay:
public int poiSearchNearBy(java.lang.String key, GeoPoint pt,
int...
分类:
移动平台 时间:
2015-03-31 17:59:03
收藏:
0 评论:
0 赞:
0 阅读:
319
Android异步加载全解析之IntentService搞什么IntentService 前面我们说了那么多,异步处理都使用钦定的AsyncTask,再不济也使用的Thread,那么这个IntentService是个什么鬼。 相对与前面我们提到的这两种异步加载的方式来说,IntentService有一个最大的特点,就是——IntentService不受大部分UI生命周期的影响,它为后台线程提供了一...
分类:
移动平台 时间:
2015-03-31 17:58:53
收藏:
0 评论:
0 赞:
0 阅读:
267