码迷,mamicode.com
首页 >  
搜索关键字:symbolic links    ( 992个结果
Eclipse 3.5使用dropins的插件安装方式
以前安装Eclipse插件有两种方式1 直接copy插件到features/plugins目录2 在links目录下创建链接文件.而 Eclipse 3.5又推出另一种新的安装途径, 更加灵活。Eclipse 3.5下有个dropins目录, 只要把插件放到该目录下就可以加载, 有几种格式可以选择。...
分类:系统相关   时间:2015-02-09 19:48:40    阅读次数:269
uva796(求桥数目)
传送门:Critical Links题意:给出一个无向图,按顺序输出桥。分析:模板题,求出桥后排个序输出。#include #include #include #include #include #include #include #include #include #include #includ...
分类:其他好文   时间:2015-02-07 15:49:56    阅读次数:170
J2EE:常用SVN插件
Links for 1.10.x Release:Changelog:http://subclipse.tigris.org/subclipse_1.10.x/changes.htmlEclipse update site URL:http://subclipse.tigris.org/update...
分类:其他好文   时间:2015-02-06 18:10:48    阅读次数:143
Linux软链接和硬链接
1.Linux链接概念 Linux链接分两种,一种被称为硬链接(Hard Link),另一种被称为符号链接(Symbolic Link)。默认情况下,ln命令产生硬链接。 【硬连接】 硬连接指通过索引节点来进行连接。在Linux的文件系统中,保存在磁盘分区中的文件不管是什么类型都给它分配一个编号,称为索引节点号(Inode Index)。在Linux中,多个文件名指向同一索引节点是存在的...
分类:系统相关   时间:2015-02-06 15:00:35    阅读次数:177
BAT开源
国内开源项目Relate links:http://www.csdn.net/article/2013-11-29/2817656-baidu-open-platform //百度开源项目http://tencentopen.github.io/ //腾讯开源https://github.com/a...
分类:其他好文   时间:2015-02-04 12:37:23    阅读次数:115
02-1 Reversing Linked List (PAT)
Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For example, given L being 1→2→3→4→5→6,...
分类:其他好文   时间:2015-02-03 22:44:12    阅读次数:236
QtWidgets Module's Classes
Qt Widgets C++ ClassesThe Qt Widgets module extends Qt GUI with C++ widget functionality. More...API ReferenceThese are links to the API reference mat...
分类:其他好文   时间:2015-02-02 21:20:49    阅读次数:234
QtCore Module's Classes
Qt Core C++ ClassesProvides core non-GUI functionality. More...ReferenceThese are links to the API reference materials.C++ ClassesAnimation ClassesThr...
分类:其他好文   时间:2015-02-02 21:20:19    阅读次数:348
C语言键盘按键列表
Symbolic constantHexadecimal valueMouse or keyboard equivalentVK_LBUTTON0x01Left mouse button.VK_RBUTTON0x02Right mouse button.VK_CANCEL0x03Control-br...
分类:编程语言   时间:2015-01-31 14:18:00    阅读次数:898
跳舞链 Dancing Links
作为搜索里面的一个大头,终于刷了一部分题目了,跳舞链一般都有现成的模板来套。。。。。。 至于跳舞链的学习的话,我觉得http://www.cnblogs.com/grenet/p/3163550.html 这一篇文章已经将的不能再详细了。。。。。。就不多说了。。。。。。 对于DLX问题首先...
分类:其他好文   时间:2015-01-31 14:14:59    阅读次数:125
992条   上一页 1 ... 84 85 86 87 88 ... 100 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!