码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
我是如何走上Android开发的道路的
2012年经历了所谓人生中的一件大事——高考,然后进入了一间2A学校,并阴差阳错的被调剂到了隶属于计算机学院的网络工程专业。上了大学拥有了人生中第一部手机——小米1,拥有了人生中的第一部笔记本——华硕。作为一个来自农村的孩子,在此之前我从未了解过Computer Sience这门科学,接触电脑的地方 ...
分类:移动开发   时间:2016-04-30 22:04:50    阅读次数:217
基于Boost方法的人脸检测(1):整体思路
先推荐大家看着两篇: [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
HDU 5154 Harry and Magical Computer 有向图判环
题目链接: 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
vs2015 安装问题汇总
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
Visual Studio通过Web Deploy发布网站报错:An error occurred when the request was processed on the remote computer.
这个问题很奇怪,不管我怎么重启服务器和自己的开发机,都没有用。 在网上找了很多资料,有说可以尝试去读Windows的错误日志,然后通过日志找原因…(相见Stackoverflow:http://stackoverflow.com/questions/6939150/web-deployment-ta... ...
分类:Web程序   时间:2016-04-25 14:37:21    阅读次数:125
Note for Computer Networks_Circuit Switching & Packet Switching
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
Note for Computer Networks_1
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
Linux 6上使用UDEV绑定共享存储
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!