码迷,mamicode.com
首页 >  
搜索关键字:notes    ( 1141个结果
Read Notes:[Effective Java] Consider static factory methods instead of Constructors
Providingastaticmethodinsteadofapublicconstructorhasbothadvantagesanddisadvantages.Oneadvantageofstaticfactorymethodsisthat,unlikeconstructors,theyhavenames.ASecondadvantageofstaticfactorymethodsisthat,unlikeconstructors,theyarenotrequiretocreateanewobjecte..
分类:编程语言   时间:2014-07-30 17:54:24    阅读次数:215
sigmoid函数
这个英文资料有它的非常直观明了的介绍,强烈推荐。http://computing.dcu.ie/~humphrys/Notes/Neural/sigmoid.html------------------------------------------Sigmoid函数是一个S型函数. Sigmoid...
分类:其他好文   时间:2014-07-30 00:27:12    阅读次数:590
C++ Notes 1 - size_type - Accelerated Ch3
1. 为什么用string::size_type而不是int?--Why usestring::size_type?intis supposed to work! it holds numbers!--A short holds numbers too. So does a signed char....
分类:编程语言   时间:2014-07-29 17:37:52    阅读次数:278
Branch Target Buffers
http://en.wikipedia.org/wiki/Branch_target_predictor 简要原理 http://www-ee.eng.hawaii.edu/~tep/EE461/Notes/ILP/buffer.html http://web.cs.dal.ca/~mheywood/CSCI3121/Pipe/05-BTB.pdf 如何设计的? http...
分类:其他好文   时间:2014-07-29 16:23:29    阅读次数:171
Machine Learning Notes, MOOC, W1_Introduction
Definition of Supervised Learning and unsupervised learningIdea of supervised learning is to teach computer how to do something.Idea of unsupervised l...
分类:其他好文   时间:2014-07-28 11:32:10    阅读次数:183
[SICP Notes] 1.1 The Elements of Programming
About the Book To know more about programming, I have decided to start reading the famous Structure and Interpretation of Computer Programs (SICP, or the Wizard Book), which is first published by M...
分类:其他好文   时间:2014-07-26 15:32:35    阅读次数:349
hibernate继承关系映射和java反射机制的运用
转:http://blog.csdn.net/derpvailzhangfan/article/details/1957946,感谢博主分享Notes:hibernate元数据的运用;uuid的概念;java的反射机制,“因为抽象类无法new出对象来,所以就要用java反射机制”,“TcommTab...
分类:编程语言   时间:2014-07-26 13:49:25    阅读次数:280
zedboard zynq 学习 sobel 边缘检测 IP核 制作 根据 文档 Xapp890
官方文档http://www.xilinx.com/support/documentation/application_notes/xapp890-zynq-sobel-vivado-hls.pdf 准备工作 下载 工程文件 http://pan.baidu.com/s/1eQqwjBk 这是我用百...
分类:移动开发   时间:2014-07-25 02:35:14    阅读次数:472
R语言学习笔记
參考:W.N. Venables, D.M. Smith and the R DCT: Introduction to R -- Notes on R: A Programming Environment for Data Analysis andGraphics,2003. http://baye...
分类:其他好文   时间:2014-07-25 02:26:54    阅读次数:319
转换到 StoryBoard 的发布说明(Converting to Storyboards Release Notes)
转换到 StoryBoard 的发布说明(Converting to Storyboards Release Notes)...
分类:其他好文   时间:2014-07-21 13:38:04    阅读次数:313
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!