码迷,mamicode.com
首页 >  
搜索关键字:buy or build    ( 16188个结果
后缀数组模版
char s[maxn]; int sa[maxn]; int t[maxn], t2[maxn], c[maxn]; int rank[maxn], height[maxn]; int n; void build_sa(int m) { int i, *x = t, *y = t2; for(i = 0; i < m; i++) c[i] = 0; for(i = 0; i < n; ...
分类:其他好文   时间:2014-07-22 23:04:34    阅读次数:293
记:Ubuntu14.04 Android加载项目失败
Android 加载项目失败: sdk/build-tools/android-4.4.2/aapt: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or ....
分类:移动开发   时间:2014-05-06 09:19:19    阅读次数:418
[leetcode] Best Time to Buy and Sell Stock II
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:其他好文   时间:2014-05-06 00:51:29    阅读次数:353
Java连接sqlite数据库
在java中使用sqlite,先下载sqlite的jdbc驱动sqlite-jdbc-3.7.2.jar,在Myeclipse中添加到Build Path中,然后就可以在项目中使用。package cn.hitech.sqlite;import java.sql.Connection;impor.....
分类:数据库   时间:2014-05-05 23:08:01    阅读次数:486
Java连接mysql数据库
在java中连接mysql数据库,先要下载mysql驱动mysql-connector-java-5.1.30.zip,解压出.jar文件复制到项目目录中,再Build Path即可使用。 package cn.hitech.db;import java.sql.Connection;impor.....
分类:数据库   时间:2014-05-05 22:37:27    阅读次数:419
Zxing图片识别 从相册选二维码图片解析总结
Zxing图片识别 从相册选取二维码图片进行解析总结 在Zxing扫描识别和图片识别的解析对象是相同的 本文分三个步骤: 1 获取相册的照片 2 解析二维码图片 3 返回结果 1) 获取相册照片 google对4.4的uri做了点改动 为了适配多种手机 需要做一个判断版本 在Activity中开启相册: Intent innerIntent = new Intent(); // "android.intent.action.GET_CONTENT" if (Build.VE...
分类:其他好文   时间:2014-05-03 17:36:19    阅读次数:389
[leetcode] Best Time to Buy and Sell Stock
Say you have an array for which theithelement is the price of a given stock on dayi.If you were only permitted to complete at most one transaction (ie...
分类:其他好文   时间:2014-05-02 00:37:20    阅读次数:349
ubuntu 安装 OpenCv 及其Qt的开发环境配置
ubuntu安装opencv(1)安装编译opencv的环境sudo apt-get -y install build-essential cmake pkg-config(2)安装Image I/O库sudo apt-get -y install libjpeg62-dev sudo apt-ge...
分类:其他好文   时间:2014-05-01 22:42:45    阅读次数:451
Eclipse中使用Ant打Android包报错解决方案 – Perhaps JAVA_HOME does not point to the JDK
问题描述: 在Eclipse中运行ant批量打包工具出错,日志信息如下: D:\Android\android-sdk-windows\tools\ant\build.xml:601: The following error occurred while executing this line: D:\Android\android-sdk-windows\tools\ant\bui...
分类:移动开发   时间:2014-04-30 22:48:39    阅读次数:359
Xcode 5.1安装插件:规范注释生成器VVDocumenter
类似java的多行注释! 安装过程: 1.前往GitHub下载工程文件:VVDocumenter-Xcode 2.用Xcode打开工程,Command + B Build成功后,可以在~/Library/Application Support/Developer/Shared/Xcode/Plug-ins目录下看到生成的xcplugin文件: ...
分类:其他好文   时间:2014-04-30 22:46:38    阅读次数:304
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!