码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
python opencv3 grabcut前景检测
git:https://github.com/linyi0604/Computer-Vision ...
分类:编程语言   时间:2018-08-03 22:39:39    阅读次数:312
图论基础
1 关键路径 Ali has taken the Computer Organization and Architecture course this term. He learned that there may be dependence between instructions, like W ...
分类:其他好文   时间:2018-08-03 21:20:23    阅读次数:187
python opencv3 直线检测
git:https://github.com/linyi0604/Computer-Vision ...
分类:编程语言   时间:2018-08-03 14:23:53    阅读次数:164
Progress and Prospect of target detection technology based on deep learning
Viola Jones face detector One of the more successful examples of object detection in the whole computer field is the Viola Jones face detector that ap ...
分类:其他好文   时间:2018-08-03 01:14:23    阅读次数:228
POJ 3436 ACM Computer Factory 【网络流】【北大ACM/ICPC竞赛训练】
我ac掉网络流的第一题! 先总结一下网络流的一些算法吧,首先是Ford-Fulkerson算法,这个算法是保证了众多网络流算法的【正确性】,其他算法也是基于其【优化】得到的。Ford的算法在于引入“反向边”的概念,反向边就是反悔边,代表你给修正以前走了的边一个机会。为什么反向边是对的呢,凭空加进来一 ...
分类:其他好文   时间:2018-08-03 01:05:52    阅读次数:154
spring容器的注入方式总结
例如我们现在有一个Computer类: 1、基本类型值或者String类型的值的注入,property中name与类中定义的属性名一致,值由value指定,int类型的值也可以直接指定value="5" (1)设值注入 原理:创建对象后,利用反射调用对象的setter方法,为相关的属性注入值 (2) ...
分类:编程语言   时间:2018-08-02 00:03:03    阅读次数:129
奇怪的骰子游戏
近日复习概率论( "mathematics for computer science" )的时候读到了一个有趣的例子,在这里分享一下。都是一些非常简单好玩的概率知识,学数学的同学请绕道...勿喷。 ;) 这是一个平淡的星期天,你像往常一样在酒吧喝酒,顺便思考一下MMU分页机制的原理。 过了一会儿,一 ...
分类:其他好文   时间:2018-08-01 22:26:23    阅读次数:126
python opencv3 轮廓检测
git:https://github.com/linyi0604/Computer-Vision ...
分类:编程语言   时间:2018-07-31 23:36:48    阅读次数:231
位运算符,原码、反码、补码
按位运算就把数字转换为机器语言 二进制的数字来运算的一种运算形式。 只有按位取反运算符是单目运算符,其他都是双目运算符。 计算机中的符号数有三种表示方法,三种表示方法均有符号位和数值位两部分,符号位都是用0表示“正”,用1表示“负”。 在计算机系统中,数值一律用补码来表示和存储。 参考: http: ...
分类:其他好文   时间:2018-07-31 11:18:20    阅读次数:189
P3567 [POI2014]KUR-Couriers
题目描述 Byteasar works for the BAJ company, which sells computer games. The BAJ company cooperates with many courier companies that deliver the games sol ...
分类:其他好文   时间:2018-07-29 13:04:15    阅读次数:184
2862条   上一页 1 ... 64 65 66 67 68 ... 287 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!