2012年经历了所谓人生中的一件大事——高考,然后进入了一间2A学校,并阴差阳错的被调剂到了隶属于计算机学院的网络工程专业。上了大学拥有了人生中第一部手机——小米1,拥有了人生中的第一部笔记本——华硕。作为一个来自农村的孩子,在此之前我从未了解过Computer Sience这门科学,接触电脑的地方 ...
分类:
移动开发 时间:
2016-04-30 22:04:50
阅读次数:
217
先推荐大家看着两篇:
[2] Viola P, Jones M J. Robust Real-Time Face Detection[J]. International Journal of Computer Vision, 2004, 57(2):137-154.
[3] http://www.cnblogs.com/ello/archive/2012/04/28/2475419.html
...
分类:
其他好文 时间:
2016-04-30 14:23:05
阅读次数:
337
题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=5154 题解: 有向图判环。 1、用dfs,正在访问的节点标记为-1,已经访问过的节点标记为1,没有访问过的节点标记为0,如果访问到-1的节点说明说有环。 2、拓扑排序。 ...
分类:
其他好文 时间:
2016-04-29 23:32:04
阅读次数:
346
1.首先来看看维基百科怎么定义的动态规划
引自wiki:Dynamic programming
In mathematics, management science, economics, computer science, and bioinformatics, dynamic programming (also known as dynamic optimization) is a m...
分类:
编程语言 时间:
2016-04-29 19:47:54
阅读次数:
233
1. The product version that you are trying to set up is earlier than the version already installed on this computer. Log中报错“Detected related bundle: { ...
分类:
其他好文 时间:
2016-04-25 22:30:23
阅读次数:
311
这个问题很奇怪,不管我怎么重启服务器和自己的开发机,都没有用。 在网上找了很多资料,有说可以尝试去读Windows的错误日志,然后通过日志找原因…(相见Stackoverflow:http://stackoverflow.com/questions/6939150/web-deployment-ta... ...
分类:
Web程序 时间:
2016-04-25 14:37:21
阅读次数:
125
Packet Switching: - In a packet switched network data is transmitted in blocks(packets), typically less than 1KB in length. - Each packet contains a c ...
分类:
Web程序 时间:
2016-04-25 09:18:48
阅读次数:
823
Network Hardware 1. A computer network is a collection of computers connected by communication links 2. communication link: 1.Point to Point 2.Broadca ...
分类:
Web程序 时间:
2016-04-25 08:02:11
阅读次数:
288
1.首先来看看维基百科怎么定义的动态规划
引自wiki:Dynamic programming
In mathematics, management science, economics, computer science, and bioinformatics, dynamic programming (also known as dynamic optimization) is a m...
分类:
编程语言 时间:
2016-04-23 11:58:32
阅读次数:
233
1.硬盘的查看方式; 2.获得硬盘SCSI(Small Computer System Interface)ID; 3.绑定共享存储; 4.绑定共享存储的脚本; 1.硬盘的查看方式: [root@cl6-11gr2-rac1 ~]# ls -ltr /dev/sd* brw-rw . 1 root ...
分类:
系统相关 时间:
2016-04-23 11:51:31
阅读次数:
509