码迷,mamicode.com
首页 >  
搜索关键字:modern    ( 490个结果
Modern C++ Course [Lecture 7] {Pointers, const with pointers, Stack and Heap, Memory leaks, Dangling pointers}
https://en.cppreference.com/w/cpp/language/range-for every object has a pointer to itsleft. stack operations are very quick it's computationally expen ...
分类:编程语言   时间:2019-01-01 12:31:54    阅读次数:241
Modern C++ Course [Lecture 6] {Static, Numbers in memory, Raw C arrays, Non-owning pointers, Classes in memory}
every object of the same class can equally gets access to the static variable float has limited precision, eg, float x = 1.0; but x = 0.99999987 thing ...
分类:编程语言   时间:2018-12-31 14:40:51    阅读次数:178
Modern C++ Course [Lecture 5] {Move Semantics, Classes}
here, we're just creating a class Square inherited from class Rect. compiler calls only Square.Print() now we would really like to see what is polymor ...
分类:编程语言   时间:2018-12-29 13:36:15    阅读次数:213
Modern C++ Course [Lecture 2] {Compilation, Debugging, Functions, Header/Source, Libraries, CMake}
http://www.ipb.uni-bonn.de/wp-content/uploads/2018/05/lecture_2.pdf make bash file executable Wall: Warning all Wextra: add even more extra Warning We ...
分类:编程语言   时间:2018-12-27 13:29:48    阅读次数:220
Hot Plug Detection, DDC, and EDID
Hot Plug Detection, DDC, and EDID DataPro Tech Info > Hot Plug Detection, DDC, and EDID Hot Plugging A convenient feature of most modern displays is t... ...
分类:其他好文   时间:2018-12-20 18:47:59    阅读次数:166
12.16
Bo Qian's YouTube Channel Modern C++ 1. C++ 11 Library: Unique Pointers 2. C++ 11: Resource Managing Class 3. C++ 11 Library: Tuple 4. C++ 11 Library: ...
分类:其他好文   时间:2018-12-16 15:49:21    阅读次数:126
12.15
Bo Qian's YouTube Channel Modern C++ 1. Learn C++ 11 in 20 Minutes - Part 1 Vector initializer. Extended curly braces initialization to any classes, t ...
分类:其他好文   时间:2018-12-15 22:03:28    阅读次数:232
12.14
Effective Modern C++ Chapter 7. Rvalue References, Move Semantics, and Perfect Forwarding 1. Item 27: Familiarize yourself with alternatives to overlo ...
分类:其他好文   时间:2018-12-14 17:20:11    阅读次数:219
深度学习论文翻译解析(四):Faster R-CNN: Down the rabbit hole of modern object detection
论文标题:Faster R-CNN: Down the rabbit hole of modern object detection 论文作者:Zhi Tian , Weilin Huang, Tong He , Pan He , and Yu Qiao 论文地址:https://tryolabs. ...
分类:其他好文   时间:2018-12-01 13:14:18    阅读次数:205
Ext 6.5.3 classic版本,自定义实现togglefield开关控件
1,在Ext 6.5.3的classic版中没有提供开关控件,参照modern版中 togglefield开关的实现,继承滑动器(sliderfield),自定义一个开关按钮。支持value绑定和点击切换状态以及表单提交。 2,完成后效果如图: 3, js代码如下: 4,相关scss,content ...
分类:其他好文   时间:2018-11-30 20:10:35    阅读次数:188
490条   上一页 1 ... 7 8 9 10 11 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!