https://www.luogu.org/problem/show?pid=3383#sub 题目描述 如题,给定一个范围N,你需要处理M个某数字是否为质数的询问(每个数字均在范围1-N内) 输入输出格式 输入格式: 第一行包含两个正整数N、M,分别表示查询的范围和查询的个数。 接下来M行每行包含 ...
分类:
其他好文 时间:
2017-04-08 09:39:34
阅读次数:
132
https://www.luogu.org/problem/show?pid=1294#sub 题目背景 高手最近谈恋爱了。不过是单相思。“即使是单相思,也是完整的爱情”,高手从未放弃对它的追求。今天,这个阳光明媚的早晨,太阳从西边缓缓升起。于是它找到高手,希望在晨读开始之前和高手一起在鳌头山上一起 ...
分类:
其他好文 时间:
2017-04-08 09:24:17
阅读次数:
215
列表如下: 输出结果如下: SELECT NAME FROM EMPLOYEE ORDER BY NAME ASC; ...
分类:
数据库 时间:
2017-04-08 01:05:11
阅读次数:
223
This week, I had some mistakes. It is really hard to say: #1 py business what's happening How can I felt smooth while typing these codes? Everyone wil ...
分类:
其他好文 时间:
2017-04-07 23:13:28
阅读次数:
193
https://help.github.com/categories/github-pages-basics/ 一、个人站点 访问 https://用户名.github.io 搭建步骤 1) 创建个人站点 -> 新建仓库(注:仓库名必须是【用户名.github.io】) 2) 在仓库下新建index ...
分类:
Web程序 时间:
2017-04-07 22:05:50
阅读次数:
398
With the introduction of the Linux target for Delphi, a wide range of possibilities are opened up to Delphi developers, to create Linux server applica ...
1.core The Core Functionality.包含核心数据结构及函数功能的定义 2.imgproc Image Processing 3.imgcodecs Image file reading and writing 4.videoio Media I/O 5.highgui Hig ...
分类:
其他好文 时间:
2017-04-07 16:58:08
阅读次数:
461
PS:下面是性能测试的主要概念和计算公式,记录下: 一.系统吞度量要素: 一个系统的吞度量(承压能力)与request对CPU的消耗、外部接口、IO等等紧密关联。 单个reqeust 对CPU消耗越高,外部系统接口、IO影响速度越慢,系统吞吐能力越低,反之越高。 系统吞吐量几个重要参数:QPS(TP ...
分类:
其他好文 时间:
2017-04-07 15:36:40
阅读次数:
192
1.modelsim仿真只支持.hex,并不支持.mif(Memory Initialzation File)。 2.在Matlab中生成.mif文件,然后再quartus中打开,转换为hex格式后另存为。 3.让modelsim支持hex,https://wenku.baidu.com/view/ ...
分类:
其他好文 时间:
2017-04-07 13:24:58
阅读次数:
212
最近想学Python,就开始看教程下载,官网是https://www.python.org/downloads/,最新版本是3.6.1, 注意:x86-64表示适用于windows 64位系统;x86表示适用于windows 32位系统。如果要下载帮助文件:Download Windows help ...
分类:
编程语言 时间:
2017-04-07 00:52:59
阅读次数:
370