码迷,mamicode.com
首页 >  
搜索关键字:memory    ( 28930个结果
Codeforces K. Ice Skating(求强连通分量)
题目描述: Ice Skating time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Bajtek is learning to ...
分类:其他好文   时间:2019-08-11 15:27:28    阅读次数:67
hibernate--二级缓存
hibernate之二级缓存 1. 为什么需要缓存? 其实就是拉高程序的性能 2. 什么样的数据需要缓存? 很少被修改或根本不改的数据 数据字典 业务场景比如:耗时较高的统计分析sql、电话账单查询sql等 2. 什么样的数据需要缓存? 3. ehcache是什么? Ehcache 是现在最流行的纯 ...
分类:Web程序   时间:2019-08-11 00:58:09    阅读次数:106
HDU 1297 Children’s Queue (递推、大数相加)
Children’s Queue Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 17918 Accepted Submission(s): 59 ...
分类:其他好文   时间:2019-08-11 00:43:22    阅读次数:100
Codeforces A. Password(KMP的nxt跳转表)
题目描述: Password time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Asterix, Obelix and their ...
分类:其他好文   时间:2019-08-11 00:34:19    阅读次数:132
Codeforces C Match Points
题目描述: Match Points time limit per test 2 seconds memory limit per test 256 mega bytes input standard input output standard output You are given a set ...
分类:其他好文   时间:2019-08-10 21:33:17    阅读次数:93
Modular Inverse(扩展欧几里得)
The modular modular multiplicative inverse of an integer a modulo m is an integer x such that a-1≡x (mod m). This is equivalent to ax≡1 (mod m). Input ...
分类:其他好文   时间:2019-08-10 19:01:38    阅读次数:95
内存函数
//内存函数 #include #include #include void main2(){ //memset赋值函数 char str[45] = "hello luoxu hello c"; memset(str,'A',6); //第一个参数内存首地址,第二个参数要赋值的值,第三个参数从首地... ...
分类:其他好文   时间:2019-08-10 14:15:31    阅读次数:59
HDU-4289-Control(最大流最小割,拆点)
链接: https://vjudge.net/problem/HDU 4289 题意: You, the head of Department of Security, recently received a top secret information that a group of terror ...
分类:其他好文   时间:2019-08-10 13:50:14    阅读次数:88
HDU 1250 Hat's Fibonacci (递推、大数加法、string)
Hat's Fibonacci Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 14776 Accepted Submission(s): 492 ...
分类:其他好文   时间:2019-08-10 09:56:22    阅读次数:73
C. Planning(贪心)
C. Planning time limit per test 1 second memory limit per test 512 megabytes input standard input output standard output C. Planning time limit per te ...
分类:其他好文   时间:2019-08-09 23:48:18    阅读次数:116
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!