信息的表示和处理最重要的数字表示:无符号(unsigned)编码基于传统的二进制表示法,表示大于或者等于零的数字。补码(two’s-complement)编码是表示有符号整数的最常见的方式,有符号整数就是可以为正或者为负的数字。浮点数(floating-point)编码是表示实数的科学记数法的以二为...
分类:
其他好文 时间:
2015-10-02 16:05:25
阅读次数:
197
前言Floating IP 是相对于Fixed IP而言的,它一般是在VM创建后分配给VM的,可以达到的目的就是,外界可以访问通过这个Floating Ip访问这个VM,VM也可以通过这个IP访问外界。在OpenStack中,这个Floating IP使用了namespace内的iptables建立...
分类:
其他好文 时间:
2015-09-23 00:55:46
阅读次数:
242
LiquidFloatingActionButtonhttps://github.com/yoavlt/LiquidFloatingActionButtonLiquidFloatingActionButton is floating action button component ofmateria...
分类:
其他好文 时间:
2015-09-17 21:15:41
阅读次数:
184
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
Google最近为了让开发者更好的更规范的应用Material Design设计思想,特意放出了android support design library,里面含有更多Material Design的标志性组件,其中最常用的就是那个圆形按钮,叫做Floating Action Button,可以简...
分类:
其他好文 时间:
2015-09-14 12:01:44
阅读次数:
195
Siebel(escript)的学习:1.Siebel的数据类型Primitive(原始的)---Number,Integer,Hexadecimal(十六进制),Octal(八进制),Floating Point(浮点),Decimal(十进制),Scientific(系统的),Boolean, ...
分类:
其他好文 时间:
2015-09-11 12:42:46
阅读次数:
255
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
作者:郭孝星
微博:郭孝星的新浪微博
邮箱:allenwells@163.com
博客:http://blog.csdn.net/allenwells
Github:https://github.com/AllenWells
按钮由文字和/或图标组成,文字及图标必须能让人轻易地和点击后展示的内容联系起来。
一 按钮的分类1.1 悬浮响应按钮
悬浮响应按钮(Floating actio...
分类:
编程语言 时间:
2015-08-25 19:43:51
阅读次数:
248
一,两个函数的文档: 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 official page:http://www.st.com/internet/mcu/subclass/1521.jspIntroductionFPU - Floating point benefitsDSP - benefitsPricePortfolioTutorialA...
分类:
其他好文 时间:
2015-08-08 14:46:23
阅读次数:
750