码迷,mamicode.com
首页 >  
搜索关键字:lin    ( 27758个结果
Linux命令总结(转载)
转子:http://www.cnblogs.com/CGDeveloper/archive/2011/05/27/2060009.html 昨天看了一个教程,关于Linux命令的,本来以为当是复习随便看看的,结果看了不禁汗颜,这个真挺有学问的,很多东西都是我还不知道的,故此做总结,此文适合于对Lin ...
分类:系统相关   时间:2016-08-15 12:54:04    阅读次数:221
Linux-进程间的通信-信号集函数【转】
我们已经知道,我们可以通过信号来终止进程,也可以通过信号来在进程间进行通信,程序也可以通过指定信号的关联处理函数来改变信号的默认处理方式,也可以屏蔽某些信号,使其不能传递给进程。那么我们应该如何设定我们需要处理的信号,我们不需要处理哪些信号等问题呢?信号集函数就是帮助我们解决这些问题的。 有关Lin ...
分类:系统相关   时间:2016-08-14 17:45:35    阅读次数:194
ACM: Racing Gems - 最长递增序列
Racing Gems You are playing a racing game. Your character starts at the x axis (y = 0) and proceeds up the race track, which has a boundary at the lin ...
分类:其他好文   时间:2016-08-13 18:09:16    阅读次数:202
arm-linux-gcc4.4.3编译s3c2410平台linux内核
写在前面:2.6.14版本的内核用arm-linux-gcc4.4.3没有编译成功,下载2.6.37版本的内核用arm-linux-gcc4.4.3编译通过。 一、首先下载linux内核: linux-2.6.14.tar.bz2 下载地址:http://www.kernel.org/pub/lin ...
分类:系统相关   时间:2016-08-13 18:02:57    阅读次数:425
使用VNC实现多用户登录linux系统
vmare版本:12.0.0 build-2985596 vnc版本:VNC-Viewer-5.2.3-Windows-64bit linux系统:red hat enterprise 5 待解决问题:这种方式对于root账号没有配置成功,原因可能是vmare已经使用root账号登录 1、首先lin ...
分类:系统相关   时间:2016-08-11 21:01:03    阅读次数:372
HDU 3333 | Codeforces 703D 树状数组、离散化
HDU 3333:http://blog.csdn.net/julyana_lin/article/details/7877164 这两个题是类似的,都是离线处理查询,对每次查询的区间的右端点进行排序。这里我们需要离散化处理一下,标记一下前面是否出现过这个值,然后不断更新last数组(该数组保存的是 ...
分类:编程语言   时间:2016-08-07 16:54:29    阅读次数:212
关于CentOS7安装的常见问题解答
CentOS7最小化安装后再安装GNOME图形界面:http://www.linuxidc.com/Linux/2015-12/126690.htm 无法安装VMtools:http://www.th7.cn/system/lin/201601/151315.shtml 安装VMwere Tools ...
分类:其他好文   时间:2016-08-03 20:07:27    阅读次数:197
__attribute__ 变量对齐
http://blog.163.com/sunm_lin/blog/static/9192142200741533038695/ 一. __attribute__ ((aligned (n))) 该属性规定变量或结构体成员的最小的对齐格式,以字节为单位。例如:int x __attribute__ ...
分类:其他好文   时间:2016-08-02 13:08:09    阅读次数:196
杭电 4707 pet(并查集求元素大于k的集合)
Description One day, Lin Ji wake up in the morning and found that his pethamster escaped. He searched in the room but didn’t find the hamster. He trie ...
分类:其他好文   时间:2016-08-02 08:53:29    阅读次数:210
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!