码迷,mamicode.com
首页 >  
搜索关键字:concept    ( 316个结果
[转载]建立时间和保持时间
http://referencedesigner.com/tutorials/si/si_02.phpThe Concept of Setup and Hold Time can be best understood with the picture shown below.The curve sh...
分类:其他好文   时间:2014-12-22 12:37:15    阅读次数:193
STL中的check
很早之前,忘了是看书还是别人介绍了,说STL里有一些类型检查的东西,比如vector里面会检查是否定义了赋值操作符,还有的检查是否有默认参数的构造函数之类的。看STL源码的时候发现了一个concept_check的头文件,发现其中的内容还真是不少。有一些就是做这种检查的。 STL默认提供了很多种操作的检查,比如: _Allocator _Assignable _DefaultConstru...
分类:其他好文   时间:2014-12-15 21:52:51    阅读次数:164
MOSFET shunt regulator substitutes for series regulator
You would normally use a series linear regulator or a dc/dc converter to obtain 3V dc from a higher supply. However, when breadboarding a concept, you...
分类:其他好文   时间:2014-11-28 14:05:17    阅读次数:142
OpenCASCADE Make Primitives-Sphere
Abstract. The sphere is the simplest topology shape of the BRep structure. But there are several import concept of the sphere edges, such as degenerat...
分类:其他好文   时间:2014-11-22 18:41:33    阅读次数:391
C# - Generics
?? Generics were added to version 2.0 of the C# language and the common language runtime (CLR). Generics introduce to the .NET Framework the concept of type parameters, which make it possible to desi...
分类:Windows程序   时间:2014-11-17 10:44:06    阅读次数:307
Device Tree
转载:http://www.wowotech.net/device_model/why-dt.htmlhttp://www.wowotech.net/device_model/dt_basic_concept.htmlhttp://www.wowotech.net/device_model/dt-c...
分类:其他好文   时间:2014-11-15 16:54:57    阅读次数:331
From Concept to Iterator_traits
template Iterator find(Iterator first, Iterator last, const T& value){ while(first!=last&& *first!=value) ++first; return first;}上面是 C++ 中一个普通的...
分类:其他好文   时间:2014-11-07 23:19:34    阅读次数:325
泛型编程与stl
1、理解concept与model的关系 iterator concepts: input iterator 、output iterator、forward iterator、bidirectional iterator及random access iterator2、iterator Trai....
分类:其他好文   时间:2014-11-06 19:33:01    阅读次数:197
XTU OJ 1210 Happy Number (暴力+打表)
Problem DescriptionRecently, Mr. Xie learn the concept of happy number. A happy number is a number contain all digit 7 or only 1 digit other than 7. F...
分类:移动开发   时间:2014-10-18 11:02:46    阅读次数:526
Bentley.RAM.Concept.V8i.SS9.v05.02.00.21.Win32_64 2CD土木結構分析
Bentley.RAM.Concept.V8i.SS9.v05.02.00.21.Win32_64 2CD土木結構分析Bentley OpenPlant Isometric Manager V8i (SELECTSeries 5) 08.11.09.404\Bentley.RAM.Structura...
分类:Windows程序   时间:2014-10-15 13:53:47    阅读次数:537
316条   上一页 1 ... 26 27 28 29 30 ... 32 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!