Problem Description
The Leiden University Library has millions of books. When a student wants to borrow a certain book, he usually submits an online loan form. If the book is available, then the next...
分类:
其他好文 时间:
2014-08-11 15:05:42
阅读次数:
274
搞到凌晨4点一个没出,要gg了。A. Golden Systemhttp://codeforces.com/contest/458/problem/A 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 const...
分类:
数据库 时间:
2014-08-11 11:41:42
阅读次数:
285
题目链接:http://acm.hnu.cn/online/?action=problem&type=show&id=12885&courseid=274解题报告:一共有n个发射装置,有一个接收装置,接收装置能够正确接收并把接收到的信号准确的译码出来的条件是:Ti > 6 * (B +(T1 + T...
分类:
其他好文 时间:
2014-08-10 23:57:00
阅读次数:
408
题目链接:http://acm.hnu.cn/online/?action=problem&type=show&id=12890&courseid=274解题报告:输入一个有n个单词的句子,然后再输入这n个单词对应的意思是什么,要你翻译出这个句子最后是什么。一个裸的map 1 #include 2 ...
分类:
其他好文 时间:
2014-08-10 23:55:50
阅读次数:
285
7. 备份和恢复本章主要会介绍:1.备份的类型:逻辑备份,物理备份,全备和增量4种2.创建备份的方法3.还原方法,包括还原到时间点4.备份计划,压缩和加密5.表维护,恢复损坏的表7. 备份和恢复... 17.1备份和还原类型... 17.1.1 物理备份VS逻辑备份... 17.1.2 Online...
分类:
数据库 时间:
2014-08-10 23:52:31
阅读次数:
740
题目链接:http://acm.hnu.cn/online/?action=problem&type=show&id=12886&courseid=274解题报告:输入4个数,要你判断用 + 、- 、 * 、/、四种运算能不能得到一个结果为24的式子,可以用括号。解释一下测试的第四组样例:应该是6 ...
分类:
其他好文 时间:
2014-08-10 23:49:11
阅读次数:
383
来源于:http://www.cnblogs.com/poissonnotes/p/3238238.html系统要求为Windows Server 2012,注意:安装Office Web Apps的服务器除了Office Web Apps之外,不能安装其他应用。包括不能安装Office,lync,...
分类:
移动开发 时间:
2014-08-10 21:19:30
阅读次数:
463
基于storm的online-ar算法(基于youtube视频推荐算法)...
分类:
其他好文 时间:
2014-08-08 18:11:16
阅读次数:
226
一. 简单介绍一下protobuf:Protocol Buffers are a language-neutral, platform-neutral, extensible way of serializing structured data for use in communications p...
分类:
Web程序 时间:
2014-08-08 17:43:36
阅读次数:
243
题目链接:http://acm.hnu.cn/online/?action=problem&type=show&id=12868&courseid=272解题报告:输入n*m的地图,+表示土地,-表示水,要你求这个海岛的海岸线有多长,扫一遍就可以了。 1 #include 2 const int m...
分类:
其他好文 时间:
2014-08-07 22:50:45
阅读次数:
267