码迷,mamicode.com
首页 >  
搜索关键字:per    ( 2089个结果
Educational Codeforces Round 81 (Rated for Div. 2) A Display The Number
A. Display The Number time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output You have a large el ...
分类:其他好文   时间:2020-01-30 14:33:31    阅读次数:86
Jmeter-基础实战
一、测试需求:测试20个用户访问web网站在负载达到30QPS时的平均响应时间 QPS:Query Per Second 每秒查询率。是一台查询服务器每秒能够处理的查询次数。在因特网上,作为域名系统服务器的性能经常用每秒查询率来衡量。 二、操作步骤 1、添加线程组(包含三个参数:线程数、准备时长、循 ...
分类:其他好文   时间:2020-01-28 22:52:47    阅读次数:111
STM32,ARM,Keil工具相关
One ELF Section per Function https://blog.csdn.net/iceiilin/article/details/6091575 因此,可以得出,选项One ELF Section per Function的主要功能是对冗余函数的优化。通过这个选项,可以在最后生 ...
分类:其他好文   时间:2020-01-28 17:20:37    阅读次数:75
Educational Codeforces Round 80 (Rated for Div. 2) D. Minimax Problem
D. Minimax Problem time limit per test 5 seconds memory limit per test 512 megabytes input standard input output standard output You are given nn arra ...
分类:其他好文   时间:2020-01-28 12:28:41    阅读次数:70
磁盘管理
目录 1.磁盘层次结构 2.磁盘常见问题 3.调整swap空间大小 1.磁盘层次结构 1.磁盘层次结构--物理结构 磁盘的外部结构(看的见摸得到的结构) 作用 补充 磁盘主轴 决定磁盘转速 (rpm-round per minute) 家用磁盘转速 7200 rpm 5400 rpm企业磁盘转速 1 ...
分类:其他好文   时间:2020-01-28 09:33:11    阅读次数:88
codeforce F - Three Paths on a Tree
F. Three Paths on a Tree time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output You are given a ...
分类:其他好文   时间:2020-01-26 22:34:35    阅读次数:79
linux - 服务器性能评估
影响Linux服务器性能的因素 1. cpu 2. 内存 3. 磁盘IO 4. 网络IO 系统性能评估标准 |影响性能因素|好|坏|糟糕| |: |: |: |: | |CPU|user% + sys%=90%| |内存|Swap In(si)=0Swap Out(so)=0|Per CPU wit ...
分类:系统相关   时间:2020-01-26 00:51:32    阅读次数:136
Java常量、变量和运算符
根据程序中的数据在运行过程中是否会发生改变,可以将数据分为常量和变量。 1.常量 常量是程序中不能被改变的量,在Java中用final来定义常量,表示该常量只能够被赋值一次,习惯上要求全部大写。 final double CM_PER_INCH = 2.54; //CM_PER_INCH常量被赋值为 ...
分类:编程语言   时间:2020-01-25 19:30:08    阅读次数:112
JMeter之一个简单的性能测试
测试资源准备: 1)测试目标网站是https://www.cnblogs.com/DeryKong/ 2)测试目的是该网站在负载达到20 QPS 时的响应时间。 QPS 解释 QPS : Query Per Second 每秒查询率。是一台查询服务器每秒能够处理的查询次数。在因特网上,作为域名系统服 ...
分类:其他好文   时间:2020-01-23 16:58:00    阅读次数:87
POJ 2187 Beauty Contest
题意: "题目链接" 给定 $n$ 个点,求距离最远的两个点之间的距离,输出最远距离的平方 $n include using namespace std; const int N=50005; int n,top,per[N],res; struct point{int x,y;int dist() ...
分类:其他好文   时间:2020-01-22 13:15:14    阅读次数:58
2089条   上一页 1 ... 17 18 19 20 21 ... 209 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!