linux测试机器的硬件信息:查看CPU信息(型号)cat/proc/cpuinfo|grepname|cut-f2-d:|uniq-c8Intel(R)Xeon(R)CPUE5410@2.33GHz(看到有8个逻辑CPU,也知道了CPU型号)cat/proc/cpuinfo|grepphysical|uniq-c4physicalid:04physicalid:1(说明实际上是两颗4核的CPU)
分类:
系统相关 时间:
2019-11-21 18:42:22
阅读次数:
110
CS5783: Machine LearningAssignment 41 Gaussian process regressionUse the crash test dataset from assignment 3 again. In order to make numerical instab ...
分类:
系统相关 时间:
2019-11-21 18:34:09
阅读次数:
87
目录: 如何判断垃圾是否回收? 引用计数法 可达性分析算法 四种引用 引用队列 垃圾回收算法 标记清除算法 复制算法 标记整理算法 分代垃圾回收 新生代 老年代 Minor GC 和 Full GC的区别 总结 垃圾回收器 原理 串行回收器 吞吐量优先 获取最短停顿时间优先(CMS) G1 垃圾回收 ...
分类:
其他好文 时间:
2019-11-21 10:18:50
阅读次数:
133
1145 Hashing - Average Search Time (25 分) The task of this problem is simple: insert a sequence of distinct positive integers into a hash table first. ...
分类:
其他好文 时间:
2019-11-20 16:57:03
阅读次数:
104
一旦用户(浏览器)发送了一个HTTP请求,我们的apache或者nginx一般都转到index.php,因此,之后的一系列步骤都是从index.php开始的,我们先来看一看这个文件代码。 <?php require __DIR__.'/../bootstrap/autoload.php'; $app ...
分类:
其他好文 时间:
2019-11-19 17:29:46
阅读次数:
86
本文主要介绍的是实用性的Linux简易操作,加快做事效率
分类:
系统相关 时间:
2019-11-19 01:03:09
阅读次数:
133
第二章 置信区间估计 估计量和估计值的写法? 估计值希腊字母上边有一个hat 点估计中矩估计的原理? 用样本矩来估计总体矩,用样本矩的连续函数来估计总体矩的连续函数,这种估计法称为矩估计法。Eg:如果一阶矩则样本均值估计总体均值 公式化之后的表达: 其中的μ1的表达式: 矩估计和最大似然估计最终估计 ...
分类:
其他好文 时间:
2019-11-18 20:19:28
阅读次数:
164
1.和社区版Istio的区别 OpenShift 4.2的Service Mesh和upstream的Istio项目的增强,除了产品化之外,借用官方文档,区别在于: Red Hat OpenShift Service Mesh differs from Istio in ways that help ...
分类:
其他好文 时间:
2019-11-18 12:33:20
阅读次数:
246
Given a list of words and two words word1 and word2, return the shortest distance between these two words in the list. Example:Assume that words = ["p ...
分类:
其他好文 时间:
2019-11-18 09:28:36
阅读次数:
56
20182302 2019 2020 1 《数据结构与面向对象程序设计》实验7报告 课程:《程序设计与数据结构》 班级: 1823 姓名: 孙嘉伟 学号:20182302 实验教师:王志强 实验日期:2019年10月23日 必修/选修: 必修 1.实验内容 重构你的代码 把Sorting.java ...
分类:
其他好文 时间:
2019-11-17 23:39:27
阅读次数:
60