码迷,mamicode.com
首页 >  
搜索关键字:symbolic links    ( 992个结果
Dancing Links - nuclear weapon for Exact Cover problems
http://www.cnblogs.com/grenet/p/3145800.htmlBest elaboration on dancing list I found. in Chinese.Traditional backtracing is a heuristic-like procedure...
分类:其他好文   时间:2015-03-05 08:05:51    阅读次数:120
notes: the architecture of GDB
1. gdb structureat the largest scale,GDB can be said to have two sides to it:1. The "symbol side" is concerned with symbolic information about the pro...
分类:数据库   时间:2015-03-05 00:05:58    阅读次数:294
knowledge_based topic model KBTM
DF-LDA: is perhaps the earliest KBTM, which can incorporate two forms of prior knowledge from the user: must-links and cannot-links. [Andrzejewski, David, Zhu, Xiaojin, and Craven, Mark. Incorporati...
分类:其他好文   时间:2015-03-03 18:40:31    阅读次数:139
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
1、计算机语言发展阶段
1、机器语言 二进制代码(机器指令)的集合2、符号语言 如用ADD代表“加”。符号语言又称为符号汇编语言(symbolic assembler language)或汇编语言(assembler language)。3、高级语言 不依赖于具体的机器,用它写出的程序对任何型号的计算机都适用(或者只...
分类:编程语言   时间:2015-02-22 09:52:29    阅读次数:312
翻译经典之《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
992条   上一页 1 ... 83 84 85 86 87 ... 100 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!