码迷,mamicode.com
首页 >  
搜索关键字:dimens    ( 221个结果
Android为TV端助力:自定义view之太阳
先看效果图 package com.hhzt.iptv.lvb_w8.view;import android.content.Context;import android.graphics.Canvas;import android.graphics.Color;import android.gra ...
分类:移动开发   时间:2018-05-17 20:43:25    阅读次数:230
tf.matmul()和tf.multipy()的区别
首先我们分析一下下面的代码: 问题是上面的代码编译正确吗?编译一下就知道,错误信息如下: ValueError: Dimensions must be equal, but are 2 and 3 for 'Mul' (op: 'Mul') with input shapes: [2,3], [3, ...
分类:其他好文   时间:2018-05-14 15:43:22    阅读次数:2070
Deep RL Bootcamp Lecture 8 Derivative Free Methods
you wouldn't try to explore any problem structure in DFO low dimension policy 30 degrees of freedom 120 paramaters to tune keep the positive results i ...
分类:其他好文   时间:2018-05-02 16:18:33    阅读次数:201
Python Pandas -- DataFrame
pandas.DataFrame Two-dimensional size-mutable, potentially heterogeneous tabular data structure with labeled axes (rows and columns). Arithmetic opera ...
分类:编程语言   时间:2018-04-12 16:12:31    阅读次数:273
Echarts 中国地图(包括china.js文件)
用Echarts写中国地图需要导入china.js(现在官方不提供下载,个人找的在最下面有),根据需要的效果如下。位置可以自己在option里面修改 注:由于引入china.js后 页面刷新不出且F12报错,找了半天解决方法是 将初始化方法写在 <script type="text/javascri ...
分类:Web程序   时间:2018-04-10 10:45:31    阅读次数:1090
android中资源的使用
1、打开一个apk的包: 2、资源就是这些,使用资源我们使用两个东西Resources和AssetManager。 ...
分类:移动开发   时间:2018-04-04 12:53:04    阅读次数:183
图片相关
获取图片的原始尺寸 1. 老旧浏览器 分析: 新建一个 image 对象,将当前图片的 赋值给 , 此时 image 会发起网络请求从网络下载该图片。此时 image 的宽高就是所求图片的原始尺寸。 2. html5: htlm 5 提供了一个直接获取图片原始宽高的 API —— / : 兼容 ie ...
分类:其他好文   时间:2018-03-26 23:41:22    阅读次数:319
【Java】Swing中JTextPane中如何绘制行号
Oracle在JTextPane类中并没有直接提供显示行号的方法,所以这个功能应该由程序员自己来完成,笔者发现网上很多的显示行号的代码都存在一个问题,就是不准确,特别是在行数变多了以后。 笔者先贴出代码: import java.awt.Color; import java.awt.Font; im ...
分类:编程语言   时间:2018-03-07 16:25:49    阅读次数:380
第十四天:SwiftArtistry
参考链接:https://github.com/soapyigu/Swift-30-Projects ...
分类:编程语言   时间:2018-03-02 10:22:09    阅读次数:198
Machine Learning|Andrew Ng|Coursera 吴恩达机器学习笔记
Week1: Machine Learning: A computer program is said to learn from experience E with respect to some class of tasks T and performance measure P, if its ...
分类:系统相关   时间:2018-03-01 19:51:56    阅读次数:575
221条   上一页 1 ... 8 9 10 11 12 ... 23 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!