码迷,mamicode.com
首页 >  
搜索关键字:general    ( 2945个结果
SP34096 【DIVCNTK - Counting Divisors (general)】
"题目" 求 $$\sum_{i=1}^n \sigma(i^k)$$ 我们先来设一个函数$f(i)=\sigma(i^k)$ 根据约数个数定理 $$f(p)=\sigma(p^k)=k+1$$ $$f(p^c)=\sigma(p^{ck})=ck+1$$ 这不就可以Min_25筛了吗 还是先求出来 ...
分类:其他好文   时间:2019-02-14 10:24:42    阅读次数:187
并发拉取HBase大量指定列数据时卡住的问题排查
最近遇到一例,并发拉取HBase大量指定列数据时,导致应用不响应的情形。记录一下。 ...
分类:其他好文   时间:2019-02-12 21:31:41    阅读次数:346
How to Read a Paper
How to Read a Paper 原文: https://www.yuque.com/lart/papers/yrkv5u 1. 题目:How to Read a Paper 1. 作者:S. Keshav 1. 领域:计算机科学综述 1. 类型:方法论 Researchers spend a ...
分类:其他好文   时间:2019-02-11 19:51:35    阅读次数:217
UVA11559 Event Planning【水题】
As you didn’t show up to the yearly general meeting of the Nordic Club of Pin Collectors, you were unanimously elected to organize this years excursio ...
分类:其他好文   时间:2019-02-10 09:37:25    阅读次数:188
解决MyEclipse中install new software问题
解决MyEclipse中install new software问题 ...
分类:系统相关   时间:2019-02-08 13:13:56    阅读次数:396
MyEclipse中jsp编码设置
window->preference->Myeclipse->files and editors->jsp,设置编码为utf-8 2.window->preference->General->Content Types->Text ,在下方手动设置成UTF-8,点击update更新 3.window ...
分类:Web程序   时间:2019-02-08 13:02:37    阅读次数:196
%%的一个应用
1 """ 2 This script illustrate the usage of escape symbol %%. In general, it is used in mutil-formatted string. when a string is 3 formatted , %% can ... ...
分类:其他好文   时间:2019-02-07 15:05:41    阅读次数:196
CF3A Shortest path of the king
The king is left alone on the chessboard. In spite of this loneliness, he doesn't lose heart, because he has business of national importance. For exam ...
分类:其他好文   时间:2019-02-06 23:53:56    阅读次数:216
2 初识Tornado
2.1 安装 2.1 安装 自动安装 查看自己当前的环境是否已安装 $ pip list 安装 $ pip install tornado 手动安装 下载安装包tornado-4.3.tar.gz(https://pypi.python.org/packages/source/t/tornado/t ...
分类:其他好文   时间:2019-02-06 13:15:12    阅读次数:176
LinkedBlockingQueue的put add跟offer的区别
LinkedBlockingQueue的put,add和offer的区别 最近在学习<<Java并发编程实践>>,有很多java.util.concurrent包下的新类。LinkedBlockingQueue就是其中之一,顾名思义这是一个阻塞的线程安全的队列,底层应该采用链表实现。 看其API的时 ...
分类:数据库   时间:2019-02-03 12:26:50    阅读次数:187
2945条   上一页 1 ... 48 49 50 51 52 ... 295 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!