码迷,mamicode.com
首页 >  
搜索关键字:resolution    ( 447个结果
网络基础
什么是ip地址? 什么是端口? IP地址精确到具体的一台电脑,而端口精确到具体的程序。 arp协议——查询IP地址和MAC地址的对应关系。 地址解析协议,即ARP(Address Resolution Protocol),是根据IP地址获取物理地址的一个TCP/IP协议。 主机发送信息时将包含目标的 ...
分类:其他好文   时间:2018-05-03 19:33:48    阅读次数:141
Note_Automatic Water-Body Segmentation From High-Resolution Satellite Images via Deep Networks
基本信息 二区文章,水域分割 "Automatic Water Body Segmentation From High Resolution Satellite Images via Deep Networks" 笔记 出发点 1. 水域分割是遥感的基本任务。 2. 传统的方法依赖光谱,只能处理分辨 ...
分类:Web程序   时间:2018-04-26 23:20:21    阅读次数:241
类加载机制
类是在运行期间动态加载的。 类的生命周期 包括以下 7 个阶段: 加载(Loading) 验证(Verification) 准备(Preparation) 解析(Resolution) 初始化(Initialization) 使用(Using) 卸载(Unloading) 其中解析过程在某些情况下可 ...
分类:其他好文   时间:2018-03-31 21:25:47    阅读次数:174
C++_class_powerpoint_1.2
用英文编写(复制黏贴)果然比较吃力啊,果然还是要写中文。 Expressions and Statements Operator summary Scope resolution class::member namespace::member Global ::name ::qualified-na ...
分类:编程语言   时间:2018-03-29 10:25:01    阅读次数:210
简单的java虚拟机类加载机制介绍
类从被加载到虚拟机内存中开始,到卸载出内存为止,它的整个生命周期包括:加载(Loading)-->>验证(Verification)-->>准备(Preparation)-->>解析(Resolution)-->>初始化(Initialization)-->>使用(Using)-->>卸载(Unlo ...
分类:编程语言   时间:2018-03-18 20:08:57    阅读次数:168
linux共享库链接过程
一 与静态库链接 1 符号解析(symbol resolution) 将符号的引用与定义联系在一起。#引用信息和定义信息在哪儿,怎么联系在一起的 1)内部符号解析-编译器 2)外部符号解析-连接器 与静态库链接: 链接器维护三个集合(E:可执行文件集合(U:未解析的符号集合(D:已定义的符号集合对于 ...
分类:系统相关   时间:2018-03-07 10:31:57    阅读次数:277
redis的LRU策略理解
首先看下serverCron中,服务器每次循环执行的时候,都会刷新server.lrulock。 使用的方法是getLRUClock,LRU_CLOCK_RESOLUTION代表LRU算法的精度,即一个LRU的单位是多长时间。LRU_CLOCK_MAX代表逻辑时钟的最大位数,类似现实中的表盘,划分了 ...
分类:其他好文   时间:2018-03-02 20:58:40    阅读次数:255
gradle DLS学习之ResolutionStrategy
Defines the strategies around dependency resolution. For example, forcing certain dependency versions, substitutions, conflict resolutions or snapshot ...
分类:其他好文   时间:2018-03-02 12:30:03    阅读次数:1359
webpack-Module Resolution(模块解析)
模块解析(Module Resolution) resolver 是一个库(library),用于帮助找到模块的绝对路径。一个模块可以作为另一个模块的依赖模块,然后被后者引用,如下: import foo from 'path/to/module' // 或者 require('path/to/mo ...
分类:Web程序   时间:2018-02-26 21:42:22    阅读次数:197
论文笔记--AlexNet--ImageNet Classification with Deep Convolutional Neural Networks
Datasets: LabelMe: consists of hundreds of thousands of fully-segmented images ImageNet: consists of over 15 million labeled high-resolution images in ...
分类:Web程序   时间:2018-02-24 21:52:25    阅读次数:648
447条   上一页 1 ... 15 16 17 18 19 ... 45 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!