码迷,mamicode.com
首页 >  
搜索关键字:chapter    ( 1815个结果
优秀资源链接
学习收集:1.linux下/proc下的所有文件解析 Chapter 3. The proc File System: https://www.centos.org/docs/5/html/5.2/Deployment_Guide/ch-proc.html https://www.centos.or ...
分类:其他好文   时间:2018-05-10 00:03:01    阅读次数:158
《程序员代码面试指南》第八章 数组和矩阵问题 自然数数组的排序
题目 自然数数组的排序 java代码 package com.lizhouwei.chapter8; / @Description: 自然数数组的排序 @Author: lizhouwei @CreateDate: 2018/5/8 20:51 @Modify by: @ModifyDate: / ...
分类:编程语言   时间:2018-05-08 22:27:24    阅读次数:242
Word中去除/删除/删掉Equation Chapter (Next) Section 1
实际问题如图显示 Equation Chapter (Next) Section 1 . 具体操作步骤如下: 1.Word的“格式”菜单——“样式和格式”,出现文档中使用的样式。 2.找到MTEquationSection,点右边下拉箭头“修改样式”(或者选中章节号域代码会自动跳到相应的样式)。 3 ...
分类:其他好文   时间:2018-05-07 19:52:02    阅读次数:844
Thinking in Java-Chapter 2-创建第一个Java程序
以后可能不会写过多的注释了。 ...
分类:编程语言   时间:2018-05-01 20:37:49    阅读次数:139
[Effective Modern C++(11&14)]Chapter 3: Moving to Modern C++
1. Distinguish between () and {} when creating objects C++11中,初始化值的指定方式有三种:括号初始化,等号初始化和花括号初始化;其中花括号初始化是为了解决C++98的表达能力而引入的一种统一初始化思想的实例。 等号初始化和花括号初始化可以用 ...
分类:编程语言   时间:2018-05-01 15:55:59    阅读次数:212
《C++ primer plus 英文版 第六版》Chapter 2
"《C++ primer plus 英文版 第六版》" 娓娓道来。建议买这本,这个是上下分册。而且,出版时间是最新的2015年,买回来发现网上的勘误基本都被纠正过来了,极个别错误没有影响到理解,好哎!而且发现遣词造句特别简单,读着也顺畅。 电子版(PDF): "C++ Primer Plus Six ...
分类:编程语言   时间:2018-04-29 15:29:57    阅读次数:188
《C++ primer plus 英文版 第六版》Chapter 5
Chapter Review 1 An entry condition loop evaluates a test expression before entering the body of the loop. If the condition is initially , the loop ne ...
分类:编程语言   时间:2018-04-29 15:29:11    阅读次数:161
《C++ primer plus 英文版 第六版》Chapter 3
Chapter Review 1. Having more than one integer type lets you choose the type that is best suited to a particular need. For example, you could use to c ...
分类:编程语言   时间:2018-04-29 15:27:18    阅读次数:192
《C++ primer plus 英文版 第六版》Chapter 4
Chapter Review 1 a. b. c. d. 2 a. b. c. d. 3 4 5 `cout size; int dyn = new int [size]; vector dv(size); 14 Yes, it is valid. The expression "Home of t ...
分类:编程语言   时间:2018-04-29 15:22:39    阅读次数:208
《C++ primer plus 英文版 第六版》Chapter 6
Chapter Review 1 Both version give the same answers, but the version is more efficient. Consider what happens, for example, when is a space. Version 1 ...
分类:编程语言   时间:2018-04-29 15:20:25    阅读次数:156
1815条   上一页 1 ... 42 43 44 45 46 ... 182 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!