码迷,mamicode.com
首页 >  
搜索关键字:pfsesne floating    ( 300个结果
第四周学习报告
信息的表示和处理最重要的数字表示:无符号(unsigned)编码基于传统的二进制表示法,表示大于或者等于零的数字。补码(two’s-complement)编码是表示有符号整数的最常见的方式,有符号整数就是可以为正或者为负的数字。浮点数(floating-point)编码是表示实数的科学记数法的以二为...
分类:其他好文   时间:2015-10-02 16:05:25    阅读次数:197
Floating IP in OpenStack Neutron
前言Floating IP 是相对于Fixed IP而言的,它一般是在VM创建后分配给VM的,可以达到的目的就是,外界可以访问通过这个Floating Ip访问这个VM,VM也可以通过这个IP访问外界。在OpenStack中,这个Floating IP使用了namespace内的iptables建立...
分类:其他好文   时间:2015-09-23 00:55:46    阅读次数:242
[翻译] LiquidFloatingActionButton
LiquidFloatingActionButtonhttps://github.com/yoavlt/LiquidFloatingActionButtonLiquidFloatingActionButton is floating action button component ofmateria...
分类:其他好文   时间:2015-09-17 21:15:41    阅读次数:184
研究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
300条   上一页 1 ... 21 22 23 24 25 ... 30 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!