上一页 1 ··· 127 128 129 130 131 132 133 134 135 ··· 273 下一页
摘要: 819. Most Common Word Given a paragraph and a list of banned words, return the most frequent word that is not in the list of banned words. It is guara 阅读全文
posted @ 2018-12-09 12:18 bonelee 阅读(379) 评论(0) 推荐(0)
摘要: 703. Kth Largest Element in a Stream Easy Easy Design a class to find the kth largest element in a stream. Note that it is the kth largest element in 阅读全文
posted @ 2018-12-09 11:35 bonelee 阅读(335) 评论(0) 推荐(0)
摘要: Modeling and Analysis of RRC-Based Signalling Storms in 3G Networks 还是使用状态机模型来做恶意UE识别 https://san.ee.ic.ac.uk/publications/ggorbil_gelenbe_TETC_15_fin 阅读全文
posted @ 2018-12-06 12:05 bonelee 阅读(4140) 评论(7) 推荐(0)
摘要: /** * 如何仅用递归函数和栈操作逆序一个栈 * 题目: * 一个栈依次压入1,2,3,4,5,那么从栈顶到栈底分别为5,4,3,2,1。 * 将这个栈转置后,从栈顶到栈底为1,2,3,4,5,也就是实现栈中元素的逆序, * 但是只能用递归函数来实现,不能用其他数据结构。 * */方法一:既然是递 阅读全文
posted @ 2018-12-06 09:34 bonelee 阅读(379) 评论(0) 推荐(0)
摘要: python预测 c++使用该daal4py的模型: 阅读全文
posted @ 2018-11-30 16:23 bonelee 阅读(1161) 评论(0) 推荐(0)
摘要: 基尼系数是指国际上通用的、用以衡量一个国家或地区居民收入差距的常用指标。基尼系数介于0-1之间,基尼系数越大,表示不平等程度越高。 收入基尼系数 其具体含义是指,在全部居民收入中,用于进行不平均分配的那部分收入所占的比例。基尼系数最大为“1”,最小等于“0”。前者表示居民之间的收入分配绝对不平均,即 阅读全文
posted @ 2018-11-30 15:20 bonelee 阅读(3902) 评论(0) 推荐(0)
摘要: 官方的代码 https://github.com/Cloud-CV/EvalAI 我一直没法成功import yaml配置举办比赛(create a challenge on EvalAI 使用https://github.com/Cloud-CV/EvalAI-Starters)。 直到使用第三方 阅读全文
posted @ 2018-11-30 14:32 bonelee 阅读(854) 评论(0) 推荐(0)
摘要: 示廓灯怎么开启? 示廓灯开关有两种,分别是旋钮式和拨杆式。如上图所示,车主可以根据车上标示找到开启示廓灯的档位,前后亮的灯就是示廓灯。 部分雨刮器的开关,都在方向盘的右侧的拨杆上。我们称为拨杆式雨刮器。也有少量是设置在左边拨杆上的。 2 阅读全文
posted @ 2018-11-29 20:39 bonelee 阅读(1199) 评论(0) 推荐(0)
摘要: 原文:A Beginner’s Guide to Optimizing Pandas Code for Speed 作者:Sofia Heisler 翻译:无阻我飞扬 摘要:Pandas 是Python Data Analysis Library的简写,它是为了解决数据分析任务而创建的工具,本文介绍 阅读全文
posted @ 2018-11-28 17:28 bonelee 阅读(1071) 评论(0) 推荐(0)
摘要: from:https://blog.csdn.net/m0_37338590/article/details/78862488 一、简介: Jupyter Notebook(此前被称为 IPython notebook)是一个交互式笔记本,支持运行 40 多种编程语言。在本文中,我们将介绍 Jupy 阅读全文
posted @ 2018-11-28 14:34 bonelee 阅读(20975) 评论(0) 推荐(0)
上一页 1 ··· 127 128 129 130 131 132 133 134 135 ··· 273 下一页