Here is the doc for the important idea about the
floating points powered by oracle
doc. website
http://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html
Abstract:
Floating-point ar...
分类:
其他好文 时间:
2015-03-20 09:24:33
阅读次数:
167
Go to my personal blog
Another
program to print Fahrenheit-Celsius table with decimal integer
This program is presented
as below.
#include
/* print Fahrenheit_Celsius table
for fah...
分类:
其他好文 时间:
2015-03-16 19:22:36
阅读次数:
159
1.数字类型不能用作对象,因为javascript解析器会将点号(.)解析成浮点型(as a floating point literal),比如:2.toString();会导致语法从错误,解决方法: 2..toString();//the second point is correctly re...
分类:
其他好文 时间:
2015-03-08 16:53:17
阅读次数:
169
Time Limit:1000MS Memory Limit:32768KBDescriptionContest time again! How excited it is to see balloons floating around. But to tell you a secret, the ...
CGFloat和float的区别,什么时候用哪一种?CGFloat is just a typedef for either float or double.The basic type for all floating-point values.[plain]view plaincopytyped...
分类:
移动开发 时间:
2015-02-14 18:48:32
阅读次数:
199
HDU 4185 :
Problem Description
Thanks to a certain "green" resources company, there is a new profitable industry of oil skimming. There are large slicks of crude oil floating in the Gulf of Me...
分类:
其他好文 时间:
2015-02-04 02:03:10
阅读次数:
206
Notes from The C Programming LanguageA decimal point in a constant indicates that it is floating point, however, so $5.0/9.0$ i not truncated because ...
分类:
其他好文 时间:
2015-02-02 21:26:20
阅读次数:
156
题意:在n×m的方格中,‘#’代表iceberg,'*'代表ocean,‘o’代表floating ice。战舰只能放在ocean上,在同一行或者同一列不能放两
个战舰除非它们中间有iceberg,求最多能放多少战舰。
思路:二分匹配。每行中连续为'*'的作为X集合中一个点,同样,将每列中连续为'*'的点作为Y集合中的一个点。对原图中每个'*',将其对应的X集合和Y集合中的标号建边,便形成...
分类:
其他好文 时间:
2015-02-02 18:19:09
阅读次数:
122
在Google的开发文档的guide的menu里面,提到上下文菜单的两种形式。
There are two ways to provide contextual actions:
In a floating context menu. A menu
appears as a floating list of menu items (similar to a dialog...
分类:
其他好文 时间:
2015-01-29 12:50:54
阅读次数:
143
http://www.gnu.org/software/libc/manual/html_node/Infinity-and-NaN.html20.5.2 Infinity and NaN IEEE754 floating point numbers can represent positive ....
分类:
其他好文 时间:
2015-01-25 20:55:07
阅读次数:
240