码迷,mamicode.com
首页 >  
搜索关键字:computer vision    ( 3069个结果
1.计算机相关
1.计算机主要由五个部分组成:输入单元、输出单元、CPU、算术逻辑单元和主存储器。 2.CPU架构 CPU的指令集主要由精简指令集(RISC)和复杂指令集(CISC)组成。 (1)精简指令集(RISC,Reduced Instruction Set Computer):指令集精简,指令运行时间短、动 ...
分类:其他好文   时间:2020-05-14 01:06:02    阅读次数:141
变量与常量
变量的作用 昵称,代指内存里某个地址中保存的内容存储程序的中间结果,方便后面的程序调用 官方介绍 :Variables are used to store information to be referenced and manipulated in a computer program. They ...
分类:其他好文   时间:2020-05-13 09:57:33    阅读次数:57
链接,装载与库
Any problem in computer science can be solved by another layer of indirection. “计算机科学领域的任何问题都可以通过增加一个间接的中间层来解决” 人们总是希望计算机越来越快,这是毫无疑问的。在过去的50年里,CPU的频率从 ...
分类:其他好文   时间:2020-05-12 10:06:38    阅读次数:70
Computer Vision 基础学习(2)
Week 2 3.5.2020 Overview This week, we have mainly learned two parts: 1. How to match the same feature points in two images from different viewpoints. ...
分类:其他好文   时间:2020-05-12 00:03:20    阅读次数:112
用JS实现人脑和计算机交互,这个是真的牛!
使用 Leap Motion 控制 Sphero 这是我第一次使用 JavaScript 控制浏览器之外的东西,我立刻被吸引住了! 从那时起,我花了很多个人时间用于设计交互式项目的原型。每一次我都会尝试挑战自己,以便学习到新的东西。 在尝试了几种不同的设备之后,我一直在寻找下一个挑战,于是就有了我的 ...
分类:Web程序   时间:2020-05-09 17:26:30    阅读次数:85
Binary tree
"Abstract:" In computer science, a binary tree is a tree data structure in which each node has at most two children, which are referred to as the left ...
分类:其他好文   时间:2020-05-08 18:11:11    阅读次数:61
Reentrancy (computing)
Reentrancy (computing) In computing, a computer program or subroutine is called reentrant if multiple invocations can safely run concurrently. The con ...
分类:其他好文   时间:2020-05-07 13:30:00    阅读次数:85
Reentrant mutex可重入互斥锁
Reentrant mutex In computer science, the reentrant mutex (recursive mutex, recursive lock) is a particular type of mutual exclusion (mutex) device tha ...
分类:其他好文   时间:2020-05-07 13:11:49    阅读次数:71
XML 教程——检视阅读
XML 教程——检视阅读 参考 XML 教程——菜鸟——蓝本 XML 教程——w3cschool XML 教程——易百 基本 XML 简介 XML 指可扩展标记语言(eXtensible Markup Language)。 XML 被设计用来传输和存储数据。HTML 被设计用来显示数据。 什么是 X ...
分类:其他好文   时间:2020-05-06 10:31:54    阅读次数:69
1.1 The background of the emergence of computer networks
1. Popularization and diversification of computers 2. From independent mode to network interconnection mode WAN(Wide Area Network) : a remote Network ...
分类:Web程序   时间:2020-05-05 17:42:35    阅读次数:79
3069条   上一页 1 ... 11 12 13 14 15 ... 307 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!