上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
摘要: 1 #include 2 #include 3 #include 4 #define sc(x) scanf("%d",&(x)) 5 #define pf(x) printf("%.4lf\n", x) 6 using namespace std; 7 int T; 8 double Y;... 阅读全文
posted @ 2015-02-28 17:37 PastLIFE 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #define sc(x) scanf("%d",&(x)) 6 #define pf(x) printf("%d\n", x) 7 #define CL(x, y) memset(x... 阅读全文
posted @ 2015-02-28 15:39 PastLIFE 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #define sc(x) scanf("%d",&(x)) 6 #define pf(x) printf("%d\n", x) 7 #define CL(x, y) memset(x... 阅读全文
posted @ 2015-02-28 15:00 PastLIFE 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #define sc(x) scanf("%d",&(x)) 6 #define pf(x) printf("%d\n", x) 7 #define CL(x, y) memset(x, y, si... 阅读全文
posted @ 2015-02-27 21:16 PastLIFE 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 思路:最贵的菜一定是最后一次购买使餐卡上剩下的钱最小。输入如果小于5的话直接输出~不然先从所有菜中找出最贵的菜,然后给餐卡至少留下5块钱买这个最贵的菜,剩下的用一个0-1背包去装满! 1 #include 2 #include 3 #include 4 #include 5 #define ... 阅读全文
posted @ 2015-02-27 16:09 PastLIFE 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #define sc(x) scanf("%d",&(x)) 6 #define pf(x) printf("%d\n", x) 7 using namespace std; 8 const int... 阅读全文
posted @ 2015-02-25 16:09 PastLIFE 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #define pf(x) printf("%d\n", x) 6 #define CL(x, y) memset(x, y, sizeof(x)) 7 #define max(a, b) (a >... 阅读全文
posted @ 2015-02-25 14:06 PastLIFE 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 步骤一:http://www.2cto.com/database/201407/313315.html ——卸载MySQL,并删除全部文件夹,还有注册表中的信息步骤二:http://dev.mysql.com/downloads/ ——下载MySQL压缩包步骤二:http://www.blogj... 阅读全文
posted @ 2015-02-17 20:13 PastLIFE 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 转: http://jhyimu2005.iteye.com/blog/763203http://www.cnblogs.com/linjiqin/archive/2011/12/26/2302284.htmlMyeclipseEclipseSQLDAO 我们的一个团队在开发一个项目时,遇到的问题是... 阅读全文
posted @ 2015-01-03 14:30 PastLIFE 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 转:http://blog.csdn.net/ljb_blog/article/details/6700834【一】、编码:QRCodeEncoderHandler.java 1 package michael.qrcode; 2 3 import java.awt.Color; 4 import... 阅读全文
posted @ 2014-12-13 13:19 PastLIFE 阅读(282) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页