1js和java中的不定参数小案列(js)View Code小案列(java)public class Test{ public static void main(String[] args){ show("a","b"); show("a","b","c"...
分类:
其他好文 时间:
2015-07-27 10:55:47
阅读次数:
125
问题来自于:只是在creator 中添加了一个新的DIalog类,并在main(),中实例化并show,就出现如下的错误:
main.obj:-1: error: LNK2019: 无法解析的外部符号 "public: __cdecl Dialog::Dialog(class QWidget *)" (??0Dialog@@QEAA@PEAVQWidget@@@Z),该符号在函数 main ...
分类:
其他好文 时间:
2015-07-27 00:30:49
阅读次数:
110
Please, go first Problem's Link: http://acm.hnu.cn/online/?action=problem&type=show&id=13320 Mean:n个人一起去滑雪,要坐电梯到山顶,电梯每5分钟可以送一个人上去。这n个人中有的是组好团一起...
分类:
其他好文 时间:
2015-07-26 23:59:01
阅读次数:
361
Charitable ExchangeTime Limit: 20 SecMemory Limit: 256 MB题目连接http://acm.uestc.edu.cn/#/problem/show/482DescriptionHave you ever heard a star charity s...
分类:
其他好文 时间:
2015-07-26 19:13:36
阅读次数:
193
Data Structure ProblemTime Limit: 20 SecMemory Limit: 256 MB题目连接http://acm.uestc.edu.cn/#/problem/show/483DescriptionData structure is a fundamental c...
分类:
其他好文 时间:
2015-07-26 19:04:52
阅读次数:
110
Good MorningTime Limit: 20 SecMemory Limit: 256 MB题目连接http://acm.uestc.edu.cn/#/problem/show/486DescriptionSam loves Lily very much that he shows his ...
分类:
其他好文 时间:
2015-07-26 18:52:50
阅读次数:
165
Apparent MagnitudeTime Limit: 20 SecMemory Limit: 256 MB题目连接http://acm.uestc.edu.cn/#/problem/show/481Description*The scale now used to indicate magni...
分类:
移动开发 时间:
2015-07-26 18:52:04
阅读次数:
142
Galaxy collision Problem's Link: http://acm.hnu.cn/online/?action=problem&type=show&id=13307&courseid=0 Mean:给定二维坐标平面内的n个整数点,让你把这n个点划分为两个集合,同一集...
分类:
其他好文 时间:
2015-07-26 12:25:05
阅读次数:
127
1 https://lug.ustc.edu.cn/sites/qtguide/contents.htm
2 http://www.youku.com/playlist_show/id_22797193.html?sf=11101...
分类:
其他好文 时间:
2015-07-26 11:16:27
阅读次数:
167
题目:http://acm.hnu.cn/online/?action=problem&type=show&id=13303&courseid=0
题意:给你一个字符串,由数字和其他字符组成,问有多少个子串,使得子串里面的数字和为3的整数倍(子串必须连续,而且里面不能有其他字符)。
分析:开3个数组,dp0[i],dp1[i],dp2[i]。dp0[i]表示从字符串的最后一个位置到位置i有多少...
分类:
其他好文 时间:
2015-07-26 11:13:47
阅读次数:
141