摘要:
Windows要引入的头文件是主要是两个函数FindFirstFile、FindNextFileMSDN里是这么说的:FindFirstFile functionSearches a directory for a file or subdirectory with a name that matc... 阅读全文
摘要:
这题用到的基本算法是Boyer–Moore majority vote algorithmwiki里有示例代码 1 import java.util.*; 2 public class MajorityVote { 3 public int majorityElement(int[] num... 阅读全文
摘要:
关于这三者的区别stackoverrflow里有一个答案是这样说的:3.9.1 Fundamental types [basic.fundamental]1 Objects declared as characters char) shall be large enough to store any... 阅读全文