码迷,mamicode.com
首页 >  
搜索关键字:familiar    ( 126个结果
ThreadLocal in Java - Example Program and Tutorial
ThreadLocal in Java is another way to achieve thread-safety apart from writing immutable classes. If you have been writing multi-threaded or concurrent code in Java then you must be familiar with c...
分类:编程语言   时间:2014-12-10 18:20:44    阅读次数:312
hdu 2639 Bone Collector II
Problem Description The title of this problem is familiar,isn't it?yeah,if you had took part in the "Rookie Cup" competition,you must have seem this title.If you haven't seen it before,it doesn't m...
分类:其他好文   时间:2014-11-30 15:32:25    阅读次数:110
External components provide true shutdown for boost converter
The step-up switching-converter circuit inFigure 1presents a familiar problem: If you shut down boost converter IC1by pulling itsinput low, external i...
分类:其他好文   时间:2014-11-28 14:03:16    阅读次数:131
Lua源码阅读顺序推荐
Online Lua 5.1 source code browserRecommended reading order:lmathlib.c, lstrlib.c: get familiar with the external C API. Don't bother with the pattern...
分类:其他好文   时间:2014-11-12 13:18:53    阅读次数:153
A Tour of Go If
Theifstatement looks as it does in C or Java, except that the( )are gone and the{ }are required.(Sound familiar?)package main import ( "fmt" "m...
分类:其他好文   时间:2014-10-27 00:11:28    阅读次数:162
sicily 1172. Queens, Knights and Pawns
DescriptionYou all are familiar with the famous 8-queens problem which asks you to place 8 queens on a chess board so no two attack each other. In thi...
分类:其他好文   时间:2014-10-26 14:17:03    阅读次数:207
The Basics
“Swift is a new programming language for iOS and OS X app development. Nonetheless, many parts of Swift will be familiar from your experience of devel...
分类:其他好文   时间:2014-10-24 14:20:08    阅读次数:164
Sicily 1172. Queens, Knights and Pawns
ConstraintsTime Limit: 1 secs, Memory Limit: 64 MBDescriptionYou all are familiar with the famous 8-queens problem which asks you to place 8 queens on...
分类:其他好文   时间:2014-10-17 02:53:23    阅读次数:417
simple_html_dom(3)
How to traverse the DOM tree?// If you are not so familiar with HTML DOM, check thislinkto learn more...// Exampleecho $html->find("#div1", 0)->childr...
分类:Web程序   时间:2014-10-14 22:27:19    阅读次数:259
Why we should overwrite the hashCode() when we overwrite the equals()
Preface Though I have used Java programme language for almost a year, I'm not familiar with a notion 'hash'. I have gotten a little knowledge about h....
分类:其他好文   时间:2014-10-11 23:15:57    阅读次数:364
126条   上一页 1 ... 9 10 11 12 13 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!