码迷,mamicode.com
首页 >  
搜索关键字:processing mousex    ( 1402个结果
Notes for "Relation Networks for Object Detection"
https://arxiv.org/abs/1711.11575 Abstract 1.Introduction 2.Related Works Object relation in post-processing Sequential relation modeling Human centere ...
分类:Web程序   时间:2018-10-29 16:03:32    阅读次数:402
计算机中文术语与英文术语对照表
#通用物理类 IC(Integrated Circuit):集成电路 #计算机物理类 BIOS(Basic Input/Ouput System):基本输入/输出系统 CPU(Central Processing Unit):中央处理器 IO,I/O(Input/Ouput):输入输出 PCI (P ...
分类:其他好文   时间:2018-10-29 10:29:37    阅读次数:169
openGL常用对象的创建及使用
一、GPU英文全称Graphic Processing Unit,中文翻译为“图形处理器”。GPU(显卡核心芯片)是显示卡的“大脑”,它决定了该显卡的档次和大部分性能 二、使用背景 随着OpenGL状态和固定管线模式的移除,我们不在用任何glEnable函数调用,而且也不会有glVertex、glC ...
分类:其他好文   时间:2018-10-27 00:07:41    阅读次数:215
数据库连接中断-连接池druid
问题:据库和应用在同一台机,数据库用mysql5.6.20,已经升级druid到最新的1.0.7版本,访问的是localhost的mysql,放一个晚上不访问,第二天访问就报错了,重启服务正常,错误提示: [Request processing failed; nested exception is ...
分类:数据库   时间:2018-10-26 13:18:39    阅读次数:285
程序和CPU
CPU CPU(Central Processing Unit)是是一块超大规模的集成电路,是一台计算机的运算核心(Core)和控制核心( Control Unit)。它的功能主要是解释计算机指令以及处理计算机软件中的数据。 CPU中包含寄存器、控制器、运算器以及时钟。 寄存器:相当于CPU中的一块 ...
分类:其他好文   时间:2018-10-23 21:01:42    阅读次数:184
第八章 SQL高级处理 8-1 窗口函数
一、什么是窗口函数 窗口函数也称为LOAP函数。OnLine Analytical Processing的简称。意思是对数据库数据进行实时分析处理。 窗口函数就是为实现OLAP而添加的标准SQL功能。 注:截止2016年5月,Oracle/SQL Server/DB2/PostgreSQL的最新版本 ...
分类:数据库   时间:2018-10-23 18:04:54    阅读次数:146
Redis(六)管道(Pipelining)
管道技术并不是Redis特有的,管道技术在计算机科学中有很多地方的应用。 来自wiki的解释: In computing, a pipeline, also known as a data pipeline,[1] is a set of data processing elements conne ...
分类:其他好文   时间:2018-10-22 12:59:44    阅读次数:133
ABAP Netweaver, SAP Cloud Platform和Kubernetes的用户区分
ABAP Dialog: Individual, interactive system access. System: Background processing and communication within a system (such as RFC users for ALE, Workfl ...
分类:Web程序   时间:2018-10-20 15:00:06    阅读次数:152
【MT】牛津的MT教程
Preamble This repository contains the lecture slides and course description for the "Deep Natural Language Processing" course offered in Hilary Term 2 ...
分类:其他好文   时间:2018-10-18 22:10:27    阅读次数:196
卡尔曼滤波+直方图处理数据
INFO test2018101801.py: 838: Processing frame 1467INFO test2018101801.py: 849: Inference time: 0.279sINFO test2018101801.py: 851: | im_detect_bbox: 0. ...
分类:其他好文   时间:2018-10-18 20:14:06    阅读次数:137
1402条   上一页 1 ... 27 28 29 30 31 ... 141 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!