码迷,mamicode.com
首页 >  
搜索关键字:spatial analyst 扩展模块    ( 824个结果
操作系统(Operating Systems: Internals and Design Principles)
chapter 01 计算机系统概述 空间局部性(spatial locality)和时间局部性(temporal locality)的区别 时间局部性(temporal locality) 最近被引用的存储单元在未来会被多次引用(通常在循环中)。 空间局部性(spatial locality) 如 ...
分类:其他好文   时间:2021-07-01 16:54:19    阅读次数:0
通过DEM生成等高线
在ArcGIS里选择ArcToolbox->3D Analyst->Raster Surface->Contour。。。 参考:https://jingyan.baidu.com/article/cd4c29794923ed756f6e6040.html ...
分类:其他好文   时间:2021-06-30 18:22:17    阅读次数:0
读后:Large Motion Video Super-Resolution with Dual Subnet and Multi-Stage Communicated Upsampling
https://www.semion.io/doc/large-motion-video-super-resolution-with-dual-subnet-and-multi-stage-communicated-upsampling https://arxiv.org/pdf/2103.1174 ...
分类:Web程序   时间:2021-06-18 19:23:27    阅读次数:0
SHARPENING (HIGHPASS) SPATIAL FILTERS
上一部分介绍的blur能够将图片模糊化, 这部分介绍的是突出图片的边缘的细节. 什么是边缘呢? 往往是像素点跳跃特别大的点, 这部分和梯度的概念是类似的, 可以如下定义图片的一阶导数而二阶导数: \[ \frac{\partial f}{\partial x} = f(x+1) - f(x), \\ ...
分类:其他好文   时间:2021-06-17 16:29:17    阅读次数:0
Arcgisapi for js 在地图上通过鼠标实时画面
draw() { this.view.container .querySelector(".esri-view-root > .esri-view-surface") .setAttribute("data-cursor", "crosshair");//设置鼠标的样式变为十字架 let graph ...
分类:Windows程序   时间:2021-06-02 11:42:22    阅读次数:0
软件防火墙之iptables扩展模块
扩展模块的使用帮助: CentOS 7,8: man iptables-extensions CentOS 6: man iptables iptables 在使用-p选项指明了特定的协议时,无需再用-m选项指明扩展模块的扩展机制,不需要手动加 载扩展模块 tcp 协议的扩展选项 [!] --sou ...
分类:其他好文   时间:2021-05-24 03:20:28    阅读次数:0
(1)MySQL空间数据实战
MySQL空间数据类型官方文档:https://dev.mysql.com/doc/refman/8.0/en/spatial-types.html 创建一个支持空间数据类型的表 CREATE TABLE FEATURE ( ID VARCHAR(36) NOT NULL, LAYER_ID VAR ...
分类:数据库   时间:2021-05-23 23:38:44    阅读次数:0
完整教程,轻松上手!OpenVINO 能支持ARM架构了?!
点击蓝字 关注我们,让开发变得更有趣 内 容 来 源 | 康 瑶 明 全文字数625,预计阅读4min 1.扩展模块的介绍 OpenVINO诞生至今,其功能越来越强,模块也越来越多。为了保证发布版本的稳定性,Github上新增了openvino_contrib代码库用来开发扩展模块,功能稳定后再合并 ...
分类:其他好文   时间:2021-04-28 11:47:13    阅读次数:0
(EST 2019 Forecast)Performance of Prediction Algorithms for Modeling Outdoor Air Pollution Spatial Surfaces
可参考的表达方式: However, in the past decade linear (stepwise) regression methods have been criticized for their lack of flexibility, their ignorance of pote ...
分类:其他好文   时间:2021-04-21 12:23:21    阅读次数:0
模块-初识
模块 1、什么是模块 模块就是一系列功能的集合体 模块分为四种类别: 1、一个py文件就可以是一个模块 2、包:就是一个存放有__ init__.py文件的文件夹 3、使用C编写并链接到python解释器的内置模块 4、已被编译为共享库或DDL的C或C++扩展 模块有三种来源: 1、python解释 ...
分类:其他好文   时间:2021-04-01 13:48:30    阅读次数:0
824条   1 2 3 4 ... 83 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!