码迷,mamicode.com
首页 >  
搜索关键字:chapter    ( 1815个结果
Cpp Chapter 10: Objects and Classes Part1
10.1 Procedural and object oriented programming ) In procedural programming, you first concentrate on the procedures you will follow ) In OOP, you con ...
分类:其他好文   时间:2018-10-07 12:08:43    阅读次数:110
Summary of chapter 2
##所有的学习都是建立在8086CPU的基础上的 About CPU CPU的组成 如何描述CPU (1)16位(字长和位宽相同,均为16位) (2)准32位CPU(字长32位,位宽16位) (3)超32位CPU(字长32位,位宽64位) CPU字长是CPU在单位时间内能一次处理二进制位数 位宽,C ...
分类:其他好文   时间:2018-10-06 14:28:56    阅读次数:115
Cpp Chapter 9: Memory Models and Namespaces Part2
9.2.4 Static duration, external linkage ) External variables External variables are defined outside, thus external to any function.It is also termed g ...
分类:其他好文   时间:2018-10-05 21:33:39    阅读次数:155
Python Chapter 10: 列表 Part3
10.10 查找列表 ) 线性查找 线性查找顺序地将关键字key与列表中的每一个元素进行比较,直到找到某个匹配元素时返回其下标,亦或在找不到时返回 1。代码如下: 若关键字存在,线性查找在找到关键字前平均需要查找一半的元素,其运行时间与列表中的元素个数成正比(时间复杂度为O(n)?)。这样的效率十分 ...
分类:编程语言   时间:2018-10-04 15:57:43    阅读次数:126
(未完成👃)You Don't Know JS: Scope & Closures (第5章: Scope & Closures)
Chapter 5: Scope Closure 我们到达这里时,已经对作用域如何工作有了非常健康稳固的理解。 下面,我们转移注意力到一个及其重要,但长期难以理解,几乎是神话中的部分语言:Closure! Enlightenment Nitty Gritty Now I Can See Loops ...
分类:Web程序   时间:2018-10-04 10:37:29    阅读次数:190
[moosefs] storage class
chapter 1 moosefs 3.1 storage class 功能的介绍 1.1 什么是storage class 在moosefs中,storage class允许指定文件的chunks存放在哪些chunkservers上。 storage class使用label进行表达。 为了与早起 ...
分类:其他好文   时间:2018-10-01 12:52:26    阅读次数:180
Halcon算子解释
Halcon算子解释大全 Halcon/Visionpro视频教程和资料,请访问 重码网,网址: http://www.211code.com Chapter 1 :Classification 1.1 Gaussian-Mixture-Models 1.add_sample_class_gmm 功 ...
分类:其他好文   时间:2018-09-30 15:05:46    阅读次数:169
Cpp Chapter 9: Memory Models and Namespaces Part1
9.1 Separate compilation ) C++ could compile multiple files separately and link them into the final executable program ) You can divide original progr ...
分类:其他好文   时间:2018-09-29 23:49:11    阅读次数:165
Effective前端1---chapter 2 用CSS画一个三角形
1.CSS画三角形的画法 第一步:三角形可以用border画出来,首先一个有四个border的div长这样: 第二步:然后把它的宽和高都去掉,width:0;height:0;变成如下图: 第三步:把border-top去掉,这样就把上面的区域给裁掉了,如下图: border-top:none; 第 ...
分类:Web程序   时间:2018-09-29 19:24:02    阅读次数:181
TensorFlow 简单实例
TF 手写体识别简单实例: TensorFlow很适合用来进行大规模的数值计算,其中也包括实现和训练深度神经网络模型。下面将介绍TensorFlow中模型的基本组成部分,同时将构建一个CNN模型来对MNIST数据集中的数字手写体进行识别。 基本设置 在我们构建模型之前,我们首先加载MNIST数据集, ...
分类:其他好文   时间:2018-09-29 12:59:51    阅读次数:214
1815条   上一页 1 ... 31 32 33 34 35 ... 182 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!