str = sprintf( 'Best Cross Validation MSE = %g Best c = %g Best g = %g',bestmse,bestc,bestg); disp(str); TTEST'sh601698,sz002736','12500,4200','3,3',' ...
分类:
其他好文 时间:
2019-08-17 14:33:17
阅读次数:
90
1.gizp命令介绍gzip命令用于压缩文件。gzip是个使用广泛的压缩程序,文件经它压缩过后,其名称后面会多出".gz"的扩展名2.命令格式gzip[命令参数]文件或者目录3.参数:-d解开压缩文件-f强行压缩文件。不理会文件名称或硬连接是否存在以及该文件是否为符号连接-l列出压缩文件的相关信息-r递归处理,将指定目录下的所有文件及子目录一并处理--best 此参数的效果和指
分类:
其他好文 时间:
2019-08-14 09:15:45
阅读次数:
92
Bessie has moved to a small farm and sometimes enjoys returning to visit one of her best friends. She does not want to get to her old home too quickly ...
分类:
数据库 时间:
2019-08-12 01:09:23
阅读次数:
254
Algorithms: https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock/ Review: “How to write a good software design doc” by Angela Zhang https: ...
分类:
其他好文 时间:
2019-08-11 22:56:36
阅读次数:
117
链接:http://poj.org/problem?id=3617 题解 为了构造字典序尽可能小的字符串,越靠前的字符 ASCII值越小。所以不断取 S开头和末尾的字符进行比较,选择更小的输出 但要注意,S开头和末尾的字符相同的情况较为复杂,不清楚它们内侧字符的大小。如果用 if 语句判断,又无法解 ...
分类:
其他好文 时间:
2019-08-11 20:12:35
阅读次数:
69
排错 fix broken package 参考: "Ubuntu fix broken package (best solution)" ...
分类:
系统相关 时间:
2019-08-11 15:31:02
阅读次数:
117
"CF827D Best Edge Weight" tags:LCT 题意 给你一张有边权的简单图,现在要求对于每一条边求出,这条边的边权最大为多少时,它还能出现在所有可能的最小生成树上,如果对于任意边权都出现,则输出 1 题解 分类讨论 1. 这条边在最小生成树上,那么就是所有可以取代这条边的非树 ...
分类:
其他好文 时间:
2019-08-10 23:11:06
阅读次数:
206
第一题 "愤怒的牛" 这道题绝对是二分答案的入门题,简单易懂。 但是针对 L,R,mid 的这三个变量,我还是思考了很长时间。 所以这也要说一下 L 是满足条件的最小值 mid=(L+R)/2; R 是满足条件的最大值 这道题让求最大的最小,所以当然是输出 R。 第二题 "Best Cow Fenc ...
分类:
其他好文 时间:
2019-08-10 09:44:18
阅读次数:
116
Tired of doing the same job? Get your hands on HPE2-K42 exam It is the nature of the human being that he/she will get tired of doing the same task ove ...
分类:
其他好文 时间:
2019-08-07 20:45:13
阅读次数:
96
Tired of doing the same job? Get your hands on HP2-H80 exam It is the nature of the human being that he/she will get tired of doing the same task over ...
分类:
其他好文 时间:
2019-08-07 20:44:42
阅读次数:
98