上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 79 下一页
摘要: http://poj.org/problem?id=3006#include using namespace std;bool pm[1000002];bool usd[1000002];bool judge(int x){ if(usd[x])return pm[x]; usd[x] ... 阅读全文
posted @ 2015-07-22 22:41 雪溯 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 分享主页:http://pan.baidu.com/share/home?uk=2737650112#category/type=0http://pan.baidu.com/s/12RSAy感谢究问社区草木全 http://www.ijiuwen.com/blog/950376493154304 阅读全文
posted @ 2015-07-21 11:11 雪溯 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 有的驱动只有sys文件,但是仍然可以在qq视频等用,只是找不到amcap.exe等可执行文件,因为没有摄像头软件,下载一个安装上即可 阅读全文
posted @ 2015-07-21 00:23 雪溯 阅读(1840) 评论(0) 推荐(0) 编辑
摘要: 1.struts2 的配置随版本不同改变,可以使用struts2-blank包生成标准空白项目 阅读全文
posted @ 2015-07-19 21:36 雪溯 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 1.lt与list等同,不能作为变量名2.中文路径名:os.path.normcase(filepath)如果遇到 ascii码在路径某处不能转换, 那么 filepath.encode('gbk')或其它3.python + ffmpeg可以按时间切割视频 阅读全文
posted @ 2015-07-16 01:03 雪溯 阅读(110) 评论(0) 推荐(0) 编辑
摘要: OJ上的一些水题(可用来练手和增加自信) (poj3299T,poj2159T,poj2739T,poj1083T,poj2262T,poj1503T,poj3006T,poj2255T,poj3094T) 初期: 一.基本算法: (1)枚举. (poj1753T,poj2965T) (2)贪心(p 阅读全文
posted @ 2015-07-12 01:30 雪溯 阅读(411) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://poj.org/problem?id=2739#include #include using namespace std;int method[10001][1300];int dp[10001];bool isntprime[10001];int heap[1300],cn... 阅读全文
posted @ 2015-07-12 01:29 雪溯 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://poj.org/problem?id=2159#include #include #include char ch1[102];char ch2[102];int n1[102];int n2[102];int ch1n[26];int ch2n[26];int main(... 阅读全文
posted @ 2015-07-12 01:27 雪溯 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://poj.org/problem?id=3299#include #include using namespace std;double exp(double x){ double ans=1; double td=1; for(int i=1;i1){ ... 阅读全文
posted @ 2015-07-12 01:24 雪溯 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://poj.org/problem?id=1503 1 import java.io.*; 2 import java.math.BigInteger; 3 import java.util.Scanner; 4 5 public class Main { 6 pub... 阅读全文
posted @ 2015-07-12 01:20 雪溯 阅读(101) 评论(0) 推荐(0) 编辑
上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 79 下一页