码迷,mamicode.com
首页 >  
搜索关键字:second    ( 4896个结果
linux同一台机子上用多个git 账号
Step 1 - Create a New SSH KeyWe need to generate a unique SSH key for our second GitHub account. ssh-keygen -t rsa -C "your-email-address" Be careful ...
分类:系统相关   时间:2016-05-31 12:06:42    阅读次数:222
ab压力测试
超实用压力测试工具-ab工具 写在前面 在学习ab工具之前,我们需了解几个关于压力测试的概念 吞吐率(Requests per second)概念:服务器并发处理能力的量化描述,单位是reqs/s,指的是某个并发用户数下单位时间内处理的请求数。某个并发用户数下单位时间内能处理的最大请求数,称之为最大 ...
分类:其他好文   时间:2016-05-31 10:08:12    阅读次数:174
lightoj-1027 - A Dangerous Maze(数学期望)
1027 - A Dangerous Maze PDF (English) Statistics ForumTime Limit: 2 second(s) Memory Limit: 32 MBYou are in a maze; seeing n doors in front of you in ...
分类:其他好文   时间:2016-05-31 06:20:13    阅读次数:178
lightoj-1021 - Painful Bases(状压+数位dp)
1021 - Painful Bases PDF (English) Statistics ForumTime Limit: 2 second(s) Memory Limit: 32 MBAs you know that sometimes base conversion is a painful ...
分类:其他好文   时间:2016-05-30 21:22:04    阅读次数:229
Second-词法分析
Second-词法分析编译器阶段 源程序 -> 编译器 -> 目标程序 编译器: 前端 -> 中间表示 -> 后端 前端: 词法分析器 -> 记号 -> 语法分析器 中间表示: 抽象语法树 后端: 语义分析器 词法分析器: 一段程序代码,主要功能是把字符流转变为记号流 词法分析器列子: 字符流输入:if (x > 5) 词法分析结果:IF LPAREN IDENT(x) GT INT(5) RP...
分类:其他好文   时间:2016-05-30 15:46:35    阅读次数:269
Lightoj 1422 - Halloween Costumes
1422 - Halloween Costumes PDF (English) Statistics Forum Time Limit: 2 second(s) Memory Limit: 32 MB Gappu has a very busy weekend ahead of him. Becau ...
分类:其他好文   时间:2016-05-30 12:39:06    阅读次数:318
lightoj-1047 - Neighbor House(简单的线性dp)
1047 - Neighbor House PDF (English) Statistics ForumTime Limit: 0.5 second(s) Memory Limit: 32 MBThe people of Mohammadpur have decided to paint each ...
分类:其他好文   时间:2016-05-30 00:53:21    阅读次数:161
lightoj-1044 - Palindrome Partitioning(区间dp)
1044 - Palindrome Partitioning PDF (English) Statistics ForumTime Limit: 1 second(s) Memory Limit: 32 MBA palindrome partition is the partitioning of ...
分类:其他好文   时间:2016-05-30 00:45:41    阅读次数:172
lightoj-1045 - Digits of Factorial(利用对数)
1082 - Array Queries PDF (English) Statistics ForumTime Limit: 3 second(s) Memory Limit: 64 MBGiven an array with N elements, indexed from 1 to N. Now ...
分类:其他好文   时间:2016-05-29 21:16:57    阅读次数:159
lightoj-1082 - Array Queries
1082 - Array Queries PDF (English) Statistics ForumTime Limit: 3 second(s) Memory Limit: 64 MBGiven an array with N elements, indexed from 1 to N. Now ...
分类:其他好文   时间:2016-05-29 19:54:19    阅读次数:143
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!