码迷,mamicode.com
首页 >  
搜索关键字:make menucomfig    ( 11169个结果
ubuntu14.04系统编译3.16.1内核
我的完全是新系统(刚装上并且进行了更新20140906) 下载linux-3.16.1系统并解压到/usr/src/下: mkproper 无法执行此命令,表示缺少相关软件,上网安装即可。 sudo apt-get install ncurses-dev make menuconfig 采用的方法是直接导入本机已有的.config文件,未做更改。 开始编译: make bzImag...
分类:其他好文   时间:2014-09-07 08:44:04    阅读次数:193
zoj 2027 Travelling Fee (最短路变形)
Travelling Fee Time Limit: 2 Seconds      Memory Limit: 65536 KB Samball is going to travel in the coming vacation. Now it's time to make a plan. After choosing the destination city, the next ...
分类:其他好文   时间:2014-09-06 18:41:53    阅读次数:299
ROS创建流程
1.创建ROS工作空间$ mkdir -p ~/catkin_ws/src$ cd ~/catkin_ws/src$ cd ~/catkin_ws/$ catkin_make$ source devel/setup.bashsource这些文件中的任何一个都可以将当前工作空间设置在ROS工作环境的最...
分类:其他好文   时间:2014-09-06 17:17:23    阅读次数:282
newLISP 删除目录
这是个很简单的需求,可是API只提供了一个几乎没什么用的函数remove-dir 要求目录必须为空。因此我写了一个函数来递归删除目录树:(define (make-sure-folder-path-end-of-slash dir-path) (if (!= (last dir-path) "/") (push "/" dir-path -1) ) dir-path )...
分类:其他好文   时间:2014-09-06 16:10:33    阅读次数:348
Android开发系列(三):消息模式的Toast.make Text
Toast的几种格式...
分类:移动开发   时间:2014-09-05 22:30:02    阅读次数:259
hg下拉和上传代码
从代码仓库克隆源代码:$ mkdir bzrobot_ws$ cd bzrobot_ws$ hg clone http://192.168.15.88/hg/bzrobot_src src$ catkin_make$ source devel/setup.sh(IP 请根据实际实时更新)将本地代码推...
分类:其他好文   时间:2014-09-05 19:54:21    阅读次数:205
Effective JavaScript Item 11 掌握闭包
本系列作为Effective JavaScript的读书笔记。   掌握闭包,需要知道以下几个关键点: JavaScript允许在当前的function中访问该function外部的变量。 function makeSandwich() { var magicIngredient = "peanut butter"; function make(filling)...
分类:编程语言   时间:2014-09-05 12:57:01    阅读次数:177
【实习记】2014-09-04浏览代码查middle资料+总结我折腾过的源码浏览器
浏览着代码,看源码可以先看make文件,make文件有制造的流程信息。一般可以从运行的程序对应的cpp看起。然而如果有框架,那就不容易了,会关系错纵复杂。总结一下我折腾过的源码阅读器。source-insight组里都是用source-insight,可是在linux平台没有,我不喜欢linux下没...
分类:其他好文   时间:2014-09-05 12:48:41    阅读次数:190
zoj 3088 Easter Holidays (spfa )
Easter Holidays Time Limit: 1 Second      Memory Limit: 32768 KB      Special Judge Scandinavians often make vacation during the Easter holidays in the largest ski resort Are. Are provides fan...
分类:其他好文   时间:2014-09-04 22:21:58    阅读次数:275
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!