码迷,mamicode.com
首页 >  
搜索关键字:传送门    ( 7005个结果
LoadRunner11下载以及详细破解说明【最新】
前期准备:LoadRunner11 下载请猛戳这里 传送门LoadRunner破解文件 下载请猛戳这里 传送门LoadRunner注册表清理工具 下载请猛戳这里 传送门LoadRunner11破解方法:一、覆盖破解文件首先请下载LoadRunner破解文件,解压后将 lm70.dll,mlr...
分类:其他好文   时间:2014-11-18 23:02:26    阅读次数:254
ZOJ 2853 Evolution[ 矩阵快速幂 ]
传送门:ZOJ 1853 Description Evolution is a long, long process with extreme complexity and involves many species. Dr. C. P. Lottery is currently investigating a simplified model of evolution: cons...
分类:其他好文   时间:2014-11-11 09:26:23    阅读次数:239
POJ1664 计数 DP
题目传送门 http://poj.org/problem?id=1664设$dp[i][j]$表示$i$个苹果放在$j$个盘子里的总数$1.$ 当 苹果数 小于 盘子数 $(M #include #include #include #include #include #include using n...
分类:其他好文   时间:2014-11-08 14:49:59    阅读次数:229
站点系统压力測试Jmeter+Badboy
近期项目须要压力測试,因此搜了几款试用,首选的是LoadRunner这款大名鼎鼎的測试软件:LoadRunner11 下载请猛戳这里传送门LoadRunner破解文件 下载请猛戳这里传送门LoadRunner注冊表清理工具 下载请猛戳这里传送门(超级license 最高支持6.5w个并发:AEACF...
分类:数据库   时间:2014-11-08 11:53:56    阅读次数:250
Android -- ImageLoader本地缓存
传送门 《Android -- ImageLoader简析》 http://www.cnblogs.com/yydcdut/p/4008097.html本地缓存 在缓存文件时对文件名称的修改提供了两种方式,每一种方式对应了一个Java类1) HashCodeFileNameGenerator,该类负...
分类:移动开发   时间:2014-11-06 00:26:17    阅读次数:273
POJ 3683 Priest John's Busiest Day (2-SAT+输出可行解)
题目地址:POJ 3683 第一次做需要输出可行解的题目。。。大体思路是先用强连通来判断是否有可行解,然后用逆序建图,用拓扑排序来进行染色,然后输出可行解。具体思路见传送门 因为判断的时候少写了一个等号。。检查了好长时间。。sad。。。 代码如下: #include #include #include #include #include #include #include #...
分类:其他好文   时间:2014-11-05 23:10:02    阅读次数:218
POJ2299 逆序数
传送门@百度。。treap好久没写果然有点生疏了,注意答案是long long 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 using namespace std;...
分类:其他好文   时间:2014-11-04 16:34:35    阅读次数:216
Windows下 JSP链接MYSQL(JDBC) MYECLIPSE
首先下载JDBC驱动: 传送门 在MYSQL中创建数据库 create database books; 建立表以及插入数据等: use books; create table book(bookId varchar(50),bookName varchar(50),publishervarchar(100),price float,con...
分类:数据库   时间:2014-11-04 09:24:42    阅读次数:288
HDU 4283 You are the one
传送门Description The TV shows such as You Are the One has been very popular. In order to meet the need of boys who are still single, TJUT hold the show....
分类:其他好文   时间:2014-11-02 22:19:42    阅读次数:169
POJ 3872 Nescafe模拟赛 Laser
传送门:http://poj.org/problem?id=3872K-equivalenceTime Limit: 2000MSMemory Limit: 65536KTotal Submissions: 117Accepted: 32DescriptionConsider a set K of ...
分类:其他好文   时间:2014-11-02 12:20:51    阅读次数:285
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!