码迷,mamicode.com
首页 >  
搜索关键字:dancing links    ( 893个结果
PAT1074. Reversing Linked List
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-24 22:10:07    阅读次数:215
JAVA仿百度分页
最近在做一个仿百度网盘的网页小应用,找到了一个优雅简洁的分页插件,和百度搜索的分页很相似,对他进行了二次封装,拿出来跟大家分享下插件源码/** * This jQuery plugin displays pagination links inside the selected elements. *...
分类:编程语言   时间:2015-02-24 21:00:17    阅读次数:325
翻译经典之《Cisco Lan Switching》第六章(十一):Using Spanning Tree in Real-World Networks
【版权声明:原创翻译文章,翻译水平有限,错误在所难免,翻译作者对文章中存在的错误或遗漏所造成后果不承担任何责任,请谨慎转载。转载请保留本声明及出处:blog.csdn.net/shallnet ,下载该书英文版】 来看一下图6-20更复杂的拓扑,看看STP在实际中是如何应用的。 Figure 6-20. A Complex Network with All Links Sh...
分类:Web程序   时间:2015-02-11 22:01:19    阅读次数:293
开源协议
Open SourceOur OpenWSN effort at UC Berkeley is one of many open source hardware and software projects for wireless sensor networks. Here are links to...
分类:其他好文   时间:2015-02-11 18:22:22    阅读次数:306
设备驱动之SPI
本文非专业讲SPI,只是讲网上看到的资料略微总结,并加上自己的想法,附资料links。devs.c :各个platform_device 的定义,比如I2C、USB、SPI等等。应该是内核加载时,读取该配置文件,然后注册进系统。目录在/arch/arm/plat-samsung/devs.c 比如....
分类:其他好文   时间:2015-02-10 15:04:48    阅读次数:235
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
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
893条   上一页 1 ... 75 76 77 78 79 ... 90 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!