码迷,mamicode.com
首页 >  
搜索关键字:floating    ( 297个结果
研究float的一些好文章
http://stackoverflow.com/questions/588004/is-floating-point-math-broken http://stackoverflow.com/questions/3730019/why-not-use-double-or-float-to-represent-currency/3730040#3730040 https://en.wikip...
分类:其他好文   时间:2015-09-14 17:01:48    阅读次数:120
如何自定义FloatingActionButton的大小
Google最近为了让开发者更好的更规范的应用Material Design设计思想,特意放出了android support design library,里面含有更多Material Design的标志性组件,其中最常用的就是那个圆形按钮,叫做Floating Action Button,可以简...
分类:其他好文   时间:2015-09-14 12:01:44    阅读次数:195
Siebel escript学习笔记
Siebel(escript)的学习:1.Siebel的数据类型Primitive(原始的)---Number,Integer,Hexadecimal(十六进制),Octal(八进制),Floating Point(浮点),Decimal(十进制),Scientific(系统的),Boolean, ...
分类:其他好文   时间:2015-09-11 12:42:46    阅读次数:255
Unity物体上下反复漂浮效果
using UnityEngine; using System.Collections; // 主界面的开始按钮使用该脚本,控制上下来回浮动 public class Floating : MonoBehaviour { float radian = 0; // 弧度 float perRadian = 0.03f; // 每次变化的弧度 float radius = 0.8f; // 半径...
分类:编程语言   时间:2015-08-26 12:14:20    阅读次数:181
【Material Design视觉设计语言】应用组件设计(一):按钮
作者:郭孝星 微博:郭孝星的新浪微博 邮箱:allenwells@163.com 博客:http://blog.csdn.net/allenwells Github:https://github.com/AllenWells 按钮由文字和/或图标组成,文字及图标必须能让人轻易地和点击后展示的内容联系起来。 一 按钮的分类1.1 悬浮响应按钮 悬浮响应按钮(Floating actio...
分类:编程语言   时间:2015-08-25 19:43:51    阅读次数:248
跟着文档学python(二):time.time() 与 time.clock() 的对比与总结
一,两个函数的文档: 1,time.time(): time.time() Return the time in seconds since the epoch as a floating point number. Note that even though the time is always ...
分类:编程语言   时间:2015-08-11 23:18:36    阅读次数:211
STM32F4xx -- Cortex M4
STM32F4xx official page:http://www.st.com/internet/mcu/subclass/1521.jspIntroductionFPU - Floating point benefitsDSP - benefitsPricePortfolioTutorialA...
分类:其他好文   时间:2015-08-08 14:46:23    阅读次数:750
mysql rand()产生随机整数范围及方法
根据官方文档,rand()的取值范围为[0,1)在Mysql中可以执行如下命令查看:mysql> ? randName: 'RAND'Description:Syntax:RAND(), RAND(N)Returns a random floating-point value v in the ra...
分类:数据库   时间:2015-08-07 13:03:10    阅读次数:167
【转】printf格式串中的%f的输出格式和内容
原文地址:http://blog.sina.com.cn/s/blog_605f5b4f0100x3ep.html首先声明:在VC++下编译printf不会自动做类型转换,比如int a=3; printf("%f",a);运行过程中会报错,runtime error R6002: floating...
分类:其他好文   时间:2015-08-04 20:55:29    阅读次数:127
Android Support Design 库 之 FloatingActionButton使用及源码分析
先来看一段谷歌官方对FAB的解释http://www.google.co.in/design/spec/components/buttons-floating-action-button.html#buttons-floating-action-button-floating-action-butt...
分类:移动开发   时间:2015-08-04 15:19:57    阅读次数:833
297条   上一页 1 ... 21 22 23 24 25 ... 30 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!