摘要:
题目地址:HDU 1171 还是水题。。普通的01背包。注意数组要开大点啊。。。。 代码例如以下: #include <iostream> #include <cstdio> #include <string> #include <cstring> #include <stdlib.h> #incl 阅读全文
posted @ 2017-07-04 13:28
brucemengbm
阅读(147)
评论(0)
推荐(0)
摘要:
题外话 这款插件就比較重量级了….用熟悉了写原生JS的效率要提升非常多……并且,不仅支持JS还包括了nodejs snippet javascript-snippets 插件作者: zenorocha Github地址 : https://github.com/zenorocha/atom-java 阅读全文
posted @ 2017-07-04 12:35
brucemengbm
阅读(710)
评论(0)
推荐(0)
摘要:
#include <iostream> using namespace std; int partition(int *a,int p,int r) { int x=a[r]; int i=p-1;//note i important which is used for //storage the 阅读全文
posted @ 2017-07-04 10:55
brucemengbm
阅读(198)
评论(0)
推荐(0)
摘要:
StringUtil(视个人须要进行加入) public class StringUtil { public static boolean isMail(String string) { if (null != string) { if (string.matches("^([a-z0-9A-Z]+ 阅读全文
posted @ 2017-07-04 10:20
brucemengbm
阅读(172)
评论(0)
推荐(0)
摘要:
<a href="dsfjlsdjf" onclick="testGet()"> 请教编写testGet()函数获取这个超链接href属性,限制例如以下不能用 document.getElementById(); document.getElementsByName(); document.getE 阅读全文
posted @ 2017-07-04 09:17
brucemengbm
阅读(541)
评论(0)
推荐(0)