码迷,mamicode.com
首页 >  
搜索关键字:Dimension    ( 420个结果
自己写的1024
闲来无事自己写了几个applet小游戏程序。先来看下代码构成//1024小游戏源代码//程序入口类My1024.javapackagemy1024; importjava.awt.AWTEvent; importjava.awt.Color; importjava.awt.Cursor; importjava.awt.Dimension; importjava.awt.Font; importjava.awt.Toolkit; import..
分类:其他好文   时间:2017-06-02 01:11:59    阅读次数:231
selenium 常用浏览器操作API
package test; import org.openqa.selenium.By;import org.openqa.selenium.Dimension;import org.openqa.selenium.WebDriver;import org.openqa.selenium.firef ...
分类:Windows程序   时间:2017-05-31 18:52:15    阅读次数:339
java实现时钟
package com.js.ai.modules.pointwall.testxfz; import java.awt.Color; import java.awt.Dimension; import java.awt.Font; import java.awt.Graphics; import ... ...
分类:编程语言   时间:2017-05-27 10:36:25    阅读次数:220
java实现时钟方法汇总
import java.awt.Dimension; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; import java.util.Timer; import java.ut... ...
分类:编程语言   时间:2017-05-16 17:29:07    阅读次数:225
TF-tf.arg_max 介绍
定义为 def arg_max(input, dimension, name=None) 作用是取行或者列的最大值的位置。 input:类型为 float32, float64, int64, int32, uint8, uint16, int16, int8, complex64, complex ...
分类:其他好文   时间:2017-05-13 21:04:50    阅读次数:264
Flexbox
Flexbox模型 主轴、主轴方向(main axis |main dimension):用户代理沿着一个伸缩容器的主轴配置伸缩项目,主轴是主轴方向的延伸。 主轴起点、主轴终点(main-start |main-end):伸缩项目的配置从容器的主轴起点边开始,往主轴终点边结束。 主轴长度、主轴长度属 ...
分类:其他好文   时间:2017-05-11 11:38:18    阅读次数:163
openGL 变换06
变换 使用(多个)矩阵(Matrix) 对象可以更好的变换(Transform)一个物体。 向量 向量最基本的定义就是一个方向。 或者说 向量有一个方向(Direction)和大小(Magnitude,也叫做强度或长度)。 向量可以在任意纬度(Dimension)上 ,但是我们通常只使用2至4维。 ...
分类:其他好文   时间:2017-04-28 14:04:21    阅读次数:144
自己定义带三角形箭头的TextView
<?xml version="1.0" encoding="utf-8"?> <resources> <declare-styleable name="ArrowTextView"> <attr name="radius" format="dimension" /> <attr name="arro ...
分类:其他好文   时间:2017-04-16 11:00:31    阅读次数:223
Linear Algebra Courses
Lecture 1:Demonstrate the columns of a matrix (imagine the vectors) in N-dimension space.How to multiply a matrix by a vector -- a different way, mult ...
分类:其他好文   时间:2017-04-09 09:52:13    阅读次数:192
[Python] numpy.nonzero
numpy.nonzero(a) Return the indices of the elements that are non-zero. Returns a tuple of arrays, one for each dimension of a, containing the indices ...
分类:编程语言   时间:2017-03-26 11:49:44    阅读次数:178
420条   上一页 1 ... 18 19 20 21 22 ... 42 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!