码迷,mamicode.com
首页 >  
搜索关键字:preface numbering    ( 208个结果
光线追踪<1-1> 超详解《Ray Tracing in One Weekend》
Preface 从这一篇起,我们开始学光线追踪这门牛逼的技术。读了几天,一个字:强! 这一篇我们主要讲述技术入门和一些简单的案例。 我们先学这本: Ready 这本书需要ppmview这个软件帮忙看效果图,不过下载也非常快。 其次,需要你会C/C++读写文件 最后需要你具备三维空间想象能力以及我对书 ...
分类:其他好文   时间:2018-12-23 11:22:55    阅读次数:761
Spring Security(六):2.3 Release Numbering
It is useful to understand how Spring Security release numbers work, as it will help you identify the effort (or lack thereof) involved in migrating t ...
分类:编程语言   时间:2018-12-16 21:37:46    阅读次数:194
NB标准+提案
NB重要网址 NB标准: "http://www.3gpp.org/specifications/79 specification numbering" NB提案: "http://www.3gpp.org/3gpp calendar" "http://www.3gpp.org/DynaReport ...
分类:其他好文   时间:2018-12-12 22:06:10    阅读次数:162
2018十二月刷题列表
Preface $2018$年的尾巴,不禁感慨自己这一年的 蜕变 ~~只能用蜕变来形容了~~。 而且老叶说我们今年没的参加 清北冬令营 可以参加 CCF 在 广州二中 举办的冬令营,只要联赛$390+$就应该可以报。 ~~想都不要想啊当然是要去的啦~~,可以跑到这么远的地方交流一下~~还可以逃过一月 ...
分类:其他好文   时间:2018-12-01 23:49:09    阅读次数:391
Ng Machine learning
Machine learning Preface Definition + T: Task + E: Experience + P: Performance + Sequence: T E P Supervised learning Definition + Give the right answe ...
分类:系统相关   时间:2018-11-04 12:50:55    阅读次数:149
Machine learning
Machine learning Preface Definition + T: Task + E: Experience + P: Performance + Sequence: T E P Supervised learning Definition + Give the right answe ...
分类:系统相关   时间:2018-11-04 12:39:24    阅读次数:155
莫比乌斯反演入门
Preface 莫比乌斯反演 ,数论中最令人头疼的一部分。可以把一些十分困难的问题变得~~依然很困难~~简单。 很早之前就想好好学一下反演,但苦于连$\mu$的意义都搞不懂。直到有一天我偶然看到了一句话: 那些各种各样的性质与定理,大多是前人几年甚至几十年才得出来的,哪里是你几天就能理解并证明的。 ...
分类:其他好文   时间:2018-10-30 17:23:37    阅读次数:175
p1465 Preface Numbering
用这个函数转成罗马数字统计就行了。 string intToRoman(int num) { string c[4][10]={ {"","I","II","III","IV","V","VI","VII","VIII","IX"}, {"","X","XX","XXX","XL","L& ...
分类:其他好文   时间:2018-10-20 21:10:30    阅读次数:183
C++ Primer(第五版) 整理和总结
Preface:本博文不记录C++课后习题答案,而是通过一种提问+解答的方式对每章的内容进行梳理,用于自我回顾和总结,真正做到将所读的知识变成自己的东西 在这里引用孟岩老师的一段话(来源于https://blog.csdn.net/myan/article/details/5877305) 我主张, ...
分类:编程语言   时间:2018-10-18 23:56:35    阅读次数:373
Operating Systems Principles and Practice 2nd 3Ch Exercises
Preface: Most of the answers below are written by myself "only instructors are given access to the exercise solutions" . If you find anything wrong, p ...
分类:其他好文   时间:2018-10-14 20:57:12    阅读次数:321
208条   上一页 1 ... 4 5 6 7 8 ... 21 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!