学习收集: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
实际问题如图显示 Equation Chapter (Next) Section 1 . 具体操作步骤如下: 1.Word的“格式”菜单——“样式和格式”,出现文档中使用的样式。 2.找到MTEquationSection,点右边下拉箭头“修改样式”(或者选中章节号域代码会自动跳到相应的样式)。 3 ...
分类:
其他好文 时间:
2018-05-07 19:52:02
阅读次数:
844
1. Distinguish between () and {} when creating objects C++11中,初始化值的指定方式有三种:括号初始化,等号初始化和花括号初始化;其中花括号初始化是为了解决C++98的表达能力而引入的一种统一初始化思想的实例。 等号初始化和花括号初始化可以用 ...
分类:
编程语言 时间:
2018-05-01 15:55:59
阅读次数:
212
"《C++ primer plus 英文版 第六版》" 娓娓道来。建议买这本,这个是上下分册。而且,出版时间是最新的2015年,买回来发现网上的勘误基本都被纠正过来了,极个别错误没有影响到理解,好哎!而且发现遣词造句特别简单,读着也顺畅。 电子版(PDF): "C++ Primer Plus Six ...
分类:
编程语言 时间:
2018-04-29 15:29:57
阅读次数:
188
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
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
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
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