第一章和第三章已经开始翻译中,
第二章和第四章还等待认领。
协同翻译继续招募中
Embedded_Android_in_Chinese
描述:
co-work QQ群: 15997841book pdf 文档位于source/下面,请依据这个文档进行翻译
当前进度
章节认领中......
github参与简明流程
初...
分类:
移动开发 时间:
2014-09-22 18:22:23
阅读次数:
306
微软近期Open的职位:Do you have a passion for embedded devices and services?   Does the following make you excited: Internet of Things, “Connected” Car, S...
分类:
其他好文 时间:
2014-09-19 17:07:35
阅读次数:
299
点击打开链接
无向图的双连通分量
#include
#include
#include
#include
#include
#include
#pragma comment(linker, "/STACK:102400000,102400000")
using namespace std;
typedef long long LL;
const int maxn = 50010;...
分类:
其他好文 时间:
2014-09-19 12:00:15
阅读次数:
195
Martian Mining
Time Limit: 5000MS
Memory Limit: 65536K
Total Submissions: 2415
Accepted: 1480
Description
The NASA Space Center, Houston, is less than 200 miles from ...
分类:
其他好文 时间:
2014-09-03 16:59:27
阅读次数:
240
CentOS 6.5下安装MySql 5.6解压文件:tar xvf MySQL-5.6.19-1.linux_glibc2.5.x86_64.rpm-bundle.tar释放出以下文件:MySQL-embedded-5.6.19-1.linux_glibc2.5.x86_64.rpmMySQL-devel-5.6.19-1.linux_glibc2.5.x86_64.rpmMySQL-share...
分类:
数据库 时间:
2014-09-03 15:04:16
阅读次数:
297
We proceed to analysis the creating prospect of mining field at this proper minute according to the mechanical establishing prosperity and tendency. T...
分类:
其他好文 时间:
2014-09-02 15:29:04
阅读次数:
238
如果你有一定的Android的基础和英语基础, 有愿意贡献开源社区的心, 如果你对以下目录感兴趣, 欢迎加入我们协同翻译《Embedded Android》 此次协同翻译,将使用github的形式,请您务必有一个github的账号。 1,The Content 1 Preface . . . . . . . . . . . ....
分类:
移动开发 时间:
2014-09-01 21:15:43
阅读次数:
349
最近阅读了美国伊利诺伊大学教授刘兵的一篇关于观点挖掘的KDD论文(Mining and Summarizing Customer Reviews),其观点挖掘算法非常经典,特此做记录,互相探讨。...
分类:
其他好文 时间:
2014-08-31 12:00:01
阅读次数:
701
UVA 1108 - Mining Your Own Business
题目链接
题意:给定一个连通图,设置一个些安全点,使得其他任意一些节点崩塌后,其他点都能到一个安全点,问安全点最小数量和情况数
思路:
#include
#include
#include
#include
#include
using namespace std;
const int N ...
分类:
其他好文 时间:
2014-08-29 21:26:28
阅读次数:
219
题意:
一些隧道组成矿井 现在要修建尽量少的逃生通道 使得无论哪里发生事故 所有人均能逃出 求方案数
思路:
这道题比较容易联想到割点 因为只有这种点出事矿井才会不连通 那么首先就找出所有割点
分析最少要建几个逃生通道 那当然是每个连通块各一个 因此需要把求出连通块顶点数之积
最后考虑特殊情况 没有割点 那么随便两个地方建就好了 不能建一个 万一就那里出事了呢...
分类:
其他好文 时间:
2014-08-29 20:06:58
阅读次数:
272