上下标 $R^2$: R^2 $R_1$: R_1 $R_1^2$: R_1^2 或者 R^2_1 ${^2_1}R$: (^2_1)R 分数 $\frac{a}{2}$: a/2 : a/(b+c) \sdiv(d/e +f) : (a/(b+c)) \ldiv (d/e+f) 矩阵 $\cdot ...
分类:
其他好文 时间:
2019-10-26 21:24:12
阅读次数:
124
1.盒子模型(box-sizing) CSS3 中可以通过 box-sizing 来指定盒模型,有两个值:即可指定为 content-box、border-box,这样我们计算盒子大小的方式就发生了改变。 可分为两种情况: 1. box-sizing:content-box 盒子大小为 width ...
分类:
Web程序 时间:
2019-10-25 16:30:18
阅读次数:
97
cifar10主要是由32x32的三通道彩色图, 总共10个类别,这里我们使用残差网络构造网络结构 网络结构: 第一层:首先经过一个卷积,归一化,激活 32x32x16 -> 32x32x16 第二层: 通过一多个残差模型 残差模块的网络构造: 如果stride != 1 or in_channel ...
分类:
其他好文 时间:
2019-10-25 16:29:22
阅读次数:
124
需求: 安卓页面webview加载H5页面,H5页面能能返回到安卓页面 代码中有些业务逻辑,可以自行删除 ...
分类:
Web程序 时间:
2019-10-24 21:42:13
阅读次数:
112
VGG网络结构 第一层: 3x3x3x64, 步长为1, padding=1 第二层: 3x3x64x64, 步长为1, padding=1 第三层: 3x3x64x128, 步长为1, padding=1 第四层: 3x3x128x128, 步长为1, padding=1 第五层: 3x3x128 ...
分类:
其他好文 时间:
2019-10-23 23:56:18
阅读次数:
157
基本卷积网络结构net.py 提取前两层的网络结构 提取所有层的网络结构 ...
分类:
其他好文 时间:
2019-10-23 20:29:16
阅读次数:
110
``` .btn-shake-hand{ width: 0.78rem; height: 0.94rem; position: absolute; left: 5.15rem; top: 3.46rem; background: url('https://static.kuaidao.cn/qing... ...
分类:
Web程序 时间:
2019-10-23 16:46:35
阅读次数:
122
一、动画1. 动画 1. 三种方式显示和隐藏元素 1. 默认显示和隐藏方式 1. show([speed,[easing],[fn]]) 1. 参数: 1. speed:动画的速度。三个预定义的值("slow","normal", "fast")或表示动画时长的毫秒数值(如:1000) ... ...
分类:
Web程序 时间:
2019-10-21 16:25:06
阅读次数:
85
Content Provider ============== 内容提供器简介 内容提供器(Content Provider)主要用于 在不同的应用程序之间 实现数据共享的功能 ,它提供了一套完整的机制, 允许一个程序访问另一个程序中的数据,同时还能保证被访数据的安全性 ,目前,使用内容提供器是An ...
分类:
移动开发 时间:
2019-10-20 12:45:20
阅读次数:
158
Abstract摘要 In this paper, a new technique for modeling textured 3D faces is introduced. 3D faces can either be generated automatically from one or mor ...
分类:
其他好文 时间:
2019-10-19 09:53:36
阅读次数:
88