会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
雪溯
总之心情不好的话大概就会来这边做两道OJ,此处顺便储存部分笔记
开启论文记录化工程中,会陆续把已经读过的论文转化为笔记存下来
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
52
53
54
55
56
57
58
59
60
···
81
下一页
2015年7月22日
POJ 3006 Dirichlet's Theorem on Arithmetic Progressions 素数 难度:0
摘要: 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 雪溯
阅读(132)
评论(0)
推荐(0)
2015年7月21日
velocity插件 veloeclipse 支持eclipse4.4
摘要: 分享主页: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 雪溯
阅读(223)
评论(0)
推荐(0)
win7 摄像头驱动软件找不到,只有sys文件
摘要: 有的驱动只有sys文件,但是仍然可以在qq视频等用,只是找不到amcap.exe等可执行文件,因为没有摄像头软件,下载一个安装上即可
阅读全文
posted @ 2015-07-21 00:23 雪溯
阅读(1870)
评论(0)
推荐(0)
2015年7月19日
javaee 集锦
摘要: 1.struts2 的配置随版本不同改变,可以使用struts2-blank包生成标准空白项目
阅读全文
posted @ 2015-07-19 21:36 雪溯
阅读(129)
评论(0)
推荐(0)
2015年7月16日
python错误集锦
摘要: 1.lt与list等同,不能作为变量名2.中文路径名:os.path.normcase(filepath)如果遇到 ascii码在路径某处不能转换, 那么 filepath.encode('gbk')或其它3.python + ffmpeg可以按时间切割视频
阅读全文
posted @ 2015-07-16 01:03 雪溯
阅读(113)
评论(0)
推荐(0)
2015年7月12日
poj题目必做
摘要: OJ上的一些水题(可用来练手和增加自信) (poj3299T,poj2159T,poj2739T,poj1083T,poj2262T,poj1503T,poj3006T,poj2255T,poj3094T) 初期: 一.基本算法: (1)枚举. (poj1753T,poj2965T) (2)贪心(p
阅读全文
posted @ 2015-07-12 01:30 雪溯
阅读(429)
评论(0)
推荐(0)
POJ 2739 Sum of Consecutive Prime Numbers 难度: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 雪溯
阅读(138)
评论(0)
推荐(0)
POJ 2159 Ancient Cipher 难度: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 雪溯
阅读(150)
评论(0)
推荐(0)
POJ 3299 Humidex 难度: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 雪溯
阅读(158)
评论(0)
推荐(0)
POJ 1503 Integer Inquiry 大数 难度: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 雪溯
阅读(105)
评论(0)
推荐(0)
上一页
1
···
52
53
54
55
56
57
58
59
60
···
81
下一页
公告