2015年1月30日

eclipse 标题栏乱码

摘要: 虽然是小问题,但却很困扰。下了新的eclipse 但是部分标题栏有点乱码。解决方法:WINDOW->PREFERENCES->GENERAL->APPEARANCE->THEME改成classic-ok 阅读全文

posted @ 2015-01-30 16:46 lauraxia 阅读(317) 评论(0) 推荐(0) 编辑

2014年5月25日

DBus

摘要: D-Bus helps coordinate process lifecycle. It makes it simple and reliable to code a “single instance” (?) application or deamon, and to launch applica... 阅读全文

posted @ 2014-05-25 00:26 lauraxia 阅读(216) 评论(0) 推荐(0) 编辑

2014年5月22日

pang

摘要: #include #include #include #include #include "math.h"#include #define MAXN 300using namespace std;int input[MAXN*2];stack m_stack;int main(){ int N... 阅读全文

posted @ 2014-05-22 23:25 lauraxia 阅读(151) 评论(0) 推荐(0) 编辑

2014年5月20日

DAG 模型

摘要: 1.#include#include#define MAXN 1010int n, G[MAXN][MAXN];int x[MAXN], y[MAXN], d[MAXN];int dp(int i) { int& ans = d[i]; if(ans > 0) return ans; ans ... 阅读全文

posted @ 2014-05-20 01:06 lauraxia 阅读(316) 评论(0) 推荐(0) 编辑

2014年5月17日

C++基础 笔记

摘要: 1. 输出固定位数#include #include using namespace std;int main(){ double amount = 8.0/5.0; coutcout#defined _USE_MATH_DEFINES...cout...printf("Time use... 阅读全文

posted @ 2014-05-17 15:48 lauraxia 阅读(222) 评论(0) 推荐(0) 编辑

2014年3月20日

tizen

摘要: 1. Native IDE:application settings:https://developer.tizen.org/devguide/2.2.1/org.tizen.native.appprogramming/html/ide_sdk_tools/creating_running_app_setting.htmcontent assist/API hoverManifest Text Editor: network.bluetooth camera.front set of required features for feature-based filtering in the Ti 阅读全文

posted @ 2014-03-20 01:22 lauraxia 阅读(217) 评论(0) 推荐(0) 编辑

2014年3月16日

Tizen notes

摘要: 1.Tizen 的外观和使用体验都酷似Android 这一点至关重要,因为三星可以在大多数Android用户毫无察觉的情况下就将他们转移到Tizen上。2.三星这样做的主要挑战还不在技术,而是拉拢开发者。人们不是因为android和苹果的用户界面而喜欢他们,相反他们喜爱的是他们强大功能,拥有最全最热的应用程序。如果三星无法打动开发者,那么他的结局可能就像Windows phone一样:叫好不叫座。3.Tizen 耗电量比安卓的少4.用户可以对widget尺寸进行调节,这一点与Android一样。不过,如果将widget压缩到1x1的尺寸,它就会自动变成图标,而如果拉伸到2x2的尺寸则可以变成w 阅读全文

posted @ 2014-03-16 22:50 lauraxia 阅读(182) 评论(0) 推荐(0) 编辑

2014年3月2日

tectangular container

摘要: 1. genetic algorithms (GA) were proposed for the 2D-SPP(two-dimensional strip packing problem) is suggested that works without any encoding of solutions.2. to an increasing degree metaheuristics, mainly genetic algorithms (GA),but simulated annealing (SA), tabu search(TS) and other types of meta-heu 阅读全文

posted @ 2014-03-02 22:32 lauraxia 阅读(186) 评论(0) 推荐(0) 编辑

2013年9月8日

test

摘要: 阅读全文

posted @ 2013-09-08 16:08 lauraxia 阅读(104) 评论(0) 推荐(0) 编辑

2013年8月23日

WIFI

摘要: Efficient, Generalized Indoor WiFi GraphSLAM 阅读全文

posted @ 2013-08-23 18:36 lauraxia 阅读(192) 评论(0) 推荐(0) 编辑

导航