本文参考资料列表: 【1】Robust Regression Shrinkage and Consistent Variable Selection Through the LAD-Lasso 【2】维基百科 https://en.wikipedia.org/wiki/Least_absolute_ ...
分类:
编程语言 时间:
2018-11-17 22:18:58
阅读次数:
226
银行家算法 先修的概念: 1、安全状态: 指系统接下来需要的资源的数量的总和<系统现在有的资源的综合. 系统存在着一个调度资源的顺序,使得系统可以完全的完成任务.也就是说不会使得系统陷入两个任务都没有完成, 同时又占有着资源, 系统本身没有资源可以帮助一个任务完成, 释放资源给另一个资源是使用. 2 ...
分类:
其他好文 时间:
2018-11-12 11:36:28
阅读次数:
122
裸退火,每次交换两个格子即可。依旧不会调参,稍微抄了点参数并且把随机种子设成了一个神奇的数字终于过掉了。 ...
分类:
其他好文 时间:
2018-11-10 23:57:11
阅读次数:
180
Mixin vs inheritance Ask Question up vote 76 down vote favorite 19 What is the difference between a mixin and inheritance? oop inheritance mixins shar ...
分类:
其他好文 时间:
2018-11-10 20:11:18
阅读次数:
197
mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)' Chec ...
分类:
其他好文 时间:
2018-11-10 18:04:03
阅读次数:
148
Sliding window Hashset Loop through every element inside the string. If the current char is not inside the hashset, push the char into the hashset and ...
分类:
其他好文 时间:
2018-11-10 15:04:19
阅读次数:
189
最短路,然后呀,扫一遍路径个数。。。感觉对dp还不是很熟 ...
分类:
其他好文 时间:
2018-11-08 22:03:55
阅读次数:
187
这可能是我最后一次更新博客了呢 # 前言 很久之前,我初学树状数组的时候感觉非常的复杂、神奇、晦涩难懂。。。 果然还是我太菜了。后来了解到线段树的可删减性,这两者就自然而然的联系在一起了。 # 线段树的可删减性 很显然,对于一些区间操作的问题,线段树有着绝对的优势,基本上只要是区间查询之类的问题,那 ...
分类:
编程语言 时间:
2018-11-07 23:14:21
阅读次数:
280
2935: [Poi1999]原始生物 Description 原始生物的遗传密码是一个自然数的序列K=(a1,...,an)。原始生物的特征是指在遗传密码中连续出现的数对(l,r),即存在自然数i使得l=ai且r=ai+1。在原始生物的遗传密码中不存在(p,p)形式的特征。 求解任务: 请设计一个 ...
分类:
其他好文 时间:
2018-11-07 00:45:55
阅读次数:
340
text-decoration:over-line 定义上划线 text-decoration:line-through 定义删除线 text-decoration:underline 定义下划线 text-decoration:blink 定义闪烁文本 text-decoration:none 无 ...
分类:
其他好文 时间:
2018-11-06 13:39:03
阅读次数:
186