码迷,mamicode.com
首页 >  
搜索关键字:flying saucer    ( 184个结果
设计模式-接口多态
'; }else if($obj instanceof Bduck){ echo 'Bduck is flying'; }else{ echo 'cannot fly'; } }}//基类class Duck { protected $_flyAction; public functi...
分类:其他好文   时间:2015-02-26 18:07:49    阅读次数:116
loj1341(数学)
传送门:Aladdin and the Flying Carpet题意:给出两个正整数1n答案必定为0,否则可以暴力1~m排除因子小于m的个数,这里稍微优化一下dfs排除小于m的因子个数。#pragma comment(linker,"/STACK:1024000000,1024000000")#i...
分类:其他好文   时间:2015-02-24 23:22:10    阅读次数:213
Light OJ 1341 Aladdin and the Flying Carpet
It's said that Aladdin had to solve seven mysteries before getting the Magical Lamp which summons a powerful Genie. Here we are concerned about the first mystery. Aladdin was about to enter to a magi...
分类:其他好文   时间:2015-02-16 18:23:03    阅读次数:186
Kuangbin Flying 6最小生成树专题
kuangbin带你飞系列专题六最小生成树题解报告...
分类:其他好文   时间:2015-01-29 14:41:49    阅读次数:176
J2EE项目工具集(转)
1.支持重构,TDD, Debug J2EE应用和Flying Error提示的IDE a.重构:即使团队用的最多的只是Rename,Move,Extract Method等有限几个最基本的功能,但J2EE结构里牵一发动全身的事情太多了,重构会帮你把事情擦干净,形成依赖后,已不习惯靠编译器。 b.T...
分类:其他好文   时间:2015-01-09 19:01:50    阅读次数:226
Flying Saucer实现html转pdf(一些问题,持续更新)
Flying Saucer实现html转pdf...
分类:Web程序   时间:2015-01-06 15:36:10    阅读次数:133
(笔记)linux设备驱动--LED驱动
linux设备驱动--LED驱动最近正在学习设备驱动开发,因此打算写一个系列博客,即是对自己学习的一个总结,也是对自己的一个督促,有不对,不足,需要改正的地方还望大家指出,而且希望结识志同道合的朋友一起学习技术,共同进步。作者:liufei_learning(转载请注明出处)email:flying...
分类:系统相关   时间:2014-12-01 22:07:56    阅读次数:441
about building flying sauser
download flying sauser:unzip flyingsaucer-master.zipcd flyingsaucer-master/mvn installls -alcd flying-saucer-core/cd target/ls -alpwdso you can get th...
分类:其他好文   时间:2014-11-15 22:57:44    阅读次数:284
Strust基本配置
本文转自:http://blog.csdn.net/flying_huang/article/details/1504710一.下载struts2.0.1http://struts.apache.org/downloads.html,下载struts-2.0.1-all.zip,这个压缩包中包含了开...
分类:其他好文   时间:2014-11-05 21:23:02    阅读次数:243
Light OJ 1341 Aladdin and the Flying Carpet Pollard_rho整数分解+DFS
输入a b 求有多少对p, q 使得p*q == a && p = b 直接大整数分解 然后dfs搜出所有可能的解 #include #include #include #include #include using namespace std; typedef long long LL; const int Times = 25; LL factor[100], f[100]; i...
分类:其他好文   时间:2014-10-09 16:07:38    阅读次数:179
184条   上一页 1 ... 15 16 17 18 19 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!