brownies 核仁巧克力饼 toast 烤面包 dining room 餐厅 practical 实用的 meal 一餐 combination 组合 pancake 薄煎饼 waffle 华夫饼干 donut 甜甜圈 bacon 熏肉 bagel 百吉饼 muffin 英格兰松饼 omelet ...
分类:
其他好文 时间:
2017-05-22 23:20:59
阅读次数:
287
可视化算法演示: https://visualgo.net/zh 概率和统计动态演示: https://students.brown.edu/seeing-theory/index.html ...
分类:
编程语言 时间:
2017-05-21 19:49:22
阅读次数:
184
Goldbach's conjecture is one of the oldest unsolved problems in number theory and in all of mathematics. It states: Every even integer, greater than 2 ...
分类:
数据库 时间:
2017-05-20 11:17:13
阅读次数:
256
http://poj.org/problem?id=2553 Description We will use the following (standard) definitions from graph theory. Let V be a nonempty and finite set, its ...
分类:
其他好文 时间:
2017-05-20 11:15:16
阅读次数:
253
组合搜索问题 Combination 问题模型:求出所有满足条件的“组合”。判断条件:组合中的元素是顺序无关的。时间复杂度:与 2^n 相关。 1.Chapter one 第2题 subsets(子集) 2.Chapter one 第3题 subsets-ii(子集II) 3.combination ...
分类:
其他好文 时间:
2017-05-19 17:50:19
阅读次数:
212
题目: Given a collection of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T. Each ...
分类:
其他好文 时间:
2017-05-17 23:41:37
阅读次数:
288
题目: Given a set of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T. The same re ...
分类:
其他好文 时间:
2017-05-17 23:32:59
阅读次数:
228
题目链接:hdu 6029 Graph Theory 题意: 有n个点,每个点按标号排序,现在每个点有两种操作,1表示将这个点和之前全部的点连一条边,2表示没有操作。 现在问你是否有一个边集能构成完美匹配。 完美匹配的定义为:1.每个点有且只有一条边。2.每条边的两端都没有重叠的点。 题解: 首先n ...
分类:
其他好文 时间:
2017-05-17 19:17:04
阅读次数:
112
Time to build your first HTML page by hand I could go on with more theory and send half of you to sleep (trust me); instead you are now going to actua ...
分类:
Web程序 时间:
2017-05-16 21:38:37
阅读次数:
248
个人总结 Alpha阶段暂时告一段落,但是软件工程还没有结束,不得不说这门课上的我很累,感觉就像我手里有急支糖浆一样。应要求对软工这门课做个阶段性的隔热吧总结,整体来说,有不少收获也有不少困惑吧 自我评价表: (c) 1.保持高标准,不要受制于破窗理论(broken windows theory)[ ...
分类:
其他好文 时间:
2017-05-15 14:24:50
阅读次数:
222