码迷,mamicode.com
首页 >  
搜索关键字:make    ( 11169个结果
SVN 查找已安装的文件是否安装以及安装路径(Ubuntu 下 )
参考:《linux下如何查看某个软件 是否安装??? 安装路径在哪???》原文:如果你使用rpm -ivh matlab装的,用rpm -qa | grep matlab肯定是能够找到的。如果你是用make && make install装的。那么最好直接去找执行程序,就知道有没装上去find / ...
分类:系统相关   时间:2015-04-30 14:01:56    阅读次数:116
TED_8:How to control someone else's arm with your brain
By Greg Gage (Neuroscientist)Greg Gage is on a mission to make brain science accessible to all. In this fun, kind of creepy(令人毛骨悚然的,恐怖的) demo, the neu...
分类:其他好文   时间:2015-04-30 13:55:18    阅读次数:140
About using UTF-8 fields in MySQL
https://www.adayinthelifeof.nl/2010/12/04/about-using-utf-8-fields-in-mysql/I sometimes hear: “make everything utf-8 in your database, and all will be...
分类:数据库   时间:2015-04-30 07:34:45    阅读次数:182
LightOJ1079---Just another Robbery (概率做01背包)
As Harry Potter series is over, Harry has no job. Since he wants to make quick money, (he wants everything quick!) so he decided to rob banks. He wants to make a calculated risk, and grab as much money...
分类:其他好文   时间:2015-04-29 21:47:14    阅读次数:119
《Linux内核分析》 week5作业-system call中断处理过程
一.使用gdb跟踪分析一个系统调用内核函数 1.在test.c文件中添加time函数与采用c语言内嵌汇编的time函数.具体实现请看下图. 2.然后在main函数中添加MenuConfig函数,进行注册。这样当Menuos运行起来时,界面就会多出time与time-asm选项。 3.通过make r...
分类:系统相关   时间:2015-04-29 16:45:03    阅读次数:318
hdu 4751 Divide Groups 2—sat问题 还是未理解
This year is the 60th anniversary of NJUST, and to make the celebration more colorful, Tom200 is going to invite distinguished alumnus back to visit and take photos. After carefully planning, Tom200 announced his activity plan, one that contains two char...
分类:其他好文   时间:2015-04-29 10:07:17    阅读次数:149
java.lang.IllegalStateException: Couldn't read row 0, col 2 from CursorWindow.
java.lang.IllegalStateException:Couldn‘treadrow0,col2fromCursorWindow.MakesuretheCursorisinitializedcorrectlybeforeaccessingdatafromit.提示说没有找到相应的关键字段,查看数据库的字段是否写对,此时是区分大小写的
分类:编程语言   时间:2015-04-29 07:19:44    阅读次数:8626
poj2442 堆
题意:给你n*m的矩阵,然后每行取一个元素,组成一个包含n个元素的序列,一共有n^m种序列, 让你求出序列和最小的前n个序列的序列和。 先介绍下堆的基本操作: int arr[N]; make_heap(arr+1,arr+N);//对数组arr建堆,堆里第一个元素为最大值 pop_heap(arr+1,arr+N+1);//将第一个元素与最后一和元素交换 push_heap(ar...
分类:其他好文   时间:2015-04-28 22:55:15    阅读次数:280
UVA674——DP—— Coin Change
DescriptionSuppose there are 5 types of coins: 50-cent, 25-cent, 10-cent, 5-cent, and 1-cent. We want to make changes with these coins for a given amo...
分类:其他好文   时间:2015-04-28 22:15:28    阅读次数:124
安装glib 总结
安装glibhttp://tukaani.org/xz/xz-5.0.5.tar.gz# tar xvzf xz-5.0.5.tar.gz# cd xz-5.0.5# ./configure --prefix=/usr/local# make && make install# /sbin/ldcon...
分类:其他好文   时间:2015-04-28 20:45:17    阅读次数:864
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!