码迷,mamicode.com
首页 >  
搜索关键字:make    ( 11169个结果
hdoj-5301-Buildings
Problem Description Your current task is to make a ground plan for a residential building located in HZXJHS. So you must determine a way to split the floor building with walls to make apartments in t...
分类:其他好文   时间:2016-05-12 21:44:42    阅读次数:198
bzoj3223 文艺平衡树 treap
题意:求多次区间反转后的序列 一眼splay,我用了可持久treap实现的。 速度也不错 2008ms 这么想想splay好像没什么用了(大雾@lct#include #include #include #define N 200005 #define mp make_pair #define pa pair using...
分类:其他好文   时间:2016-05-12 21:26:59    阅读次数:144
BlueTooth聊天软件(支持表情和语音)
首先声明,这是从官方给出的demo修改而来的。第一:官方demo的注解1.三个用到的Thread的意义: (1)AcceptThread 服务器端,起监听作用。(accept函数) (2)ConnectThread This thread runs while attempting to make an outgoing connection with a device.(正在试图连接)...
分类:其他好文   时间:2016-05-12 19:48:02    阅读次数:142
android studio 1.5升级到2.0或2.1报错
早一周前,事情终于不多了,没事升级下新版本,有1.5升级到2.0。 升级完成安装后,本来能够在android studio 1.5中好好运行的代码,在升级后,通过clean->make->run后, 应用居然崩溃了,崩溃了。。。哭死我了。。。好好的代码居然升级版本后崩溃了。。。 然后查看崩溃日志,发现是这样: 大概的错误是欢迎界面的xml布局第7行报错。。。 再看具体的,...
分类:移动开发   时间:2016-05-12 19:18:59    阅读次数:264
LeetCode 316. Remove Duplicate Letters
In order to get the lexicographical order, we need to always update the new order once we found it is up-datable.  (This sentence actually is non-sense....) An Example will make this clear. Suppose ...
分类:其他好文   时间:2016-05-12 16:51:26    阅读次数:171
Linux内核配置
1 开发环境     宿主机:Ubuntu16.04     开发板:Mini2440     内核版本:2.6.34.7 2 下载与解压     下载linux-2.6.34.7.tar.bz2并解压: tar -axvf linux-2.6.34.7.tar.bz23 配置 3.1 默认配置     进入内核源码顶级目录执行: make defconfig    输出如下:...
分类:系统相关   时间:2016-05-12 16:45:00    阅读次数:709
NYOJ VF(数位dp)
描述 Vasya is the beginning mathematician. He decided to make an important contribution to the science and to become famous all over the world. But how can he do that if the most interesting facts such...
分类:其他好文   时间:2016-05-12 15:28:03    阅读次数:140
SICP ex2-1 modified rational arithmetic
经过十多天煎熬,本宝宝终于顺利进入第二章,傲娇脸 首先,本章章首简要回顾了上一章的基本内容以及总体概述了data abstraction 的原因重要性,以及介绍了本章将会学习的一些东西 2.1.1通过一个rational arithmetic的例子来引出data abstraction 并且介绍基础pair 语法 ex2-1要求修改书中所给的make-rat使之能够在给定参数为-时,将符号放...
分类:其他好文   时间:2016-05-12 15:19:15    阅读次数:107
通过MySQL实现虚拟用户访问vsftpd服务器
配置# 安装本次实验所用到的所有软件包 yum -y install vsftpd mysql-server mysql-devel pam-devel gcc-c++ make wget# 启动mysqld服务 service mysqld start # 初始化数据库管理员密码 mysqladmin -uroot password redhat# 登录数据库 mysql -uroot -pred...
分类:数据库   时间:2016-05-12 14:31:23    阅读次数:171
在centos上安装nfsen及插件
最近做流量分析,用了下nfsen,在安装的过程中遇到些问题,记录下来. 首先最典型的问题是,安装完成后,nfsen无法启动,提示:Starting nfcapd:(route)open() error existing pid file: Permission denied一.安装需求包yum install -y httpd php wget gcc make rrdtool-devel rrd...
分类:其他好文   时间:2016-05-12 14:02:49    阅读次数:1595
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!