码迷,mamicode.com
首页 >  
搜索关键字:computer vision    ( 3069个结果
The SetStack Computer UVA - 12096
题意:初始状态的栈内包含一个空集,对栈进行一下操作: PUSH:向栈内压入一个空集 DUP:复制栈顶,并压入栈内 UNION:将栈顶端两个集合出栈,并将两个元素的并集入栈 INTERSECT:将栈顶端两个集合出栈,并将两个元素的交集入栈 ADD:将栈顶端两个集合出栈,将先出栈元素加入后出栈元素的集合 ...
分类:其他好文   时间:2019-04-26 20:57:06    阅读次数:112
awk的匹配
| Function name | Description | | | | | | Display the help window. | | | Destroy your computer! | ...
分类:其他好文   时间:2019-04-26 14:49:51    阅读次数:102
en-zh(社会问题)social problems-2
让屏幕代替父母陪孩子?世卫组织:这样是不对的! No sedentary screen time for babies, WHO says Babies and toddlers should not be left to passively watch TV or other screens, a ...
分类:其他好文   时间:2019-04-26 13:12:38    阅读次数:172
dvi接口介绍
Most graphics cards and motherboards feature a Digital Video Interface (DVI) connector for connecting a monitor or projector to the computer. In the p ...
分类:其他好文   时间:2019-04-26 00:48:31    阅读次数:141
[leetcode]68. Text Justification文字对齐
Given an array of words and a width maxWidth, format the text such that each line has exactly maxWidth characters and is fully (left and right) justif ...
分类:其他好文   时间:2019-04-25 22:42:01    阅读次数:188
EE4218 / EE4216 Faculty of Science and Engineering
Faculty of Science and EngineeringDepartment of Electronic and ComputerEngineeringEnd of Semester Assessment PaperModule Code: EE4218 / EE4216Module T ...
分类:其他好文   时间:2019-04-21 20:04:33    阅读次数:81
python进阶之 并发编程
1.进程 狭义定义:进程是正在运行的程序的实例(an instance of a computer program that is being executed)。 广义定义:进程是一个具有一定独立功能的程序关于某个数据集合的一次运行活动。它是操作系统动态执行的基本单元,在传统的操作系统中,进程既是 ...
分类:编程语言   时间:2019-04-15 16:02:34    阅读次数:154
python 操作 MD5
MD5是什么! Message Digest Algorithm MD5(中文名为消息摘要算法第五版)为计算机安全领域广泛使用的一种散列函数,用以提供消息的完整性保护。该算法的文件号为RFC 1321(R.Rivest,MIT Laboratory for Computer Science and ...
分类:编程语言   时间:2019-04-14 16:28:52    阅读次数:205
[C6] Andrew Ng - Convolutional Neural Networks
About this Course This course will teach you how to build convolutional neural networks and apply it to image data. Thanks to deep learning, computer ...
分类:Web程序   时间:2019-04-14 09:49:40    阅读次数:220
并发控制--Concurrency control--乐观、悲观及方法
In information technology and computer science, especially in the fields of computer programming, operating systems, multiprocessors, and databases, c ...
分类:其他好文   时间:2019-04-12 19:05:33    阅读次数:696
3069条   上一页 1 ... 44 45 46 47 48 ... 307 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!