The Basics基本
在我们看真正的算法之前,先一起看看一个简单的(不准确)的转换正浮点数的方法。如果浮点数可以储存无线精度,那么这个算法的确没有任何问题。但可惜的是,我们的计算机不能精确表示浮点数,这只是一碟在我们在Dragon4前的小菜。
Before diving into the actual algorithm, let's take a look at a simple...
分类:
其他好文 时间:
2015-02-16 11:42:15
阅读次数:
231
Ogre的地形系统中的重要概念:高度差,英文HeightDeltas,表示某个完整细节中的顶点,在某个它被隐去的lod中被插值之后的高度和原始高度(即高度图中的高度)之差。DeltaHeight =interp_h - actual_h每个四叉树的每个lod中都会有一个最大的高度差,用来保存这个lo...
分类:
其他好文 时间:
2015-02-13 19:55:11
阅读次数:
232
JUnit为我们提供了一些辅助函数,他们用来帮助我们确定被测试的方法是否按照预期的效果正常工作,通常,把这些辅助函数称为断言。下面我们来介绍一下JUnit的各种断言。
1、assertEquals
函数原型1:assertEquals([String message],expected,actual)
参数说明:
message是个可选的消息,假如提供,将...
分类:
编程语言 时间:
2015-02-11 14:36:20
阅读次数:
165
示例代码: [TestMethod()] public void DateTimeFromUnixTimestampMillisTest() { DateTime _actual = UnixEpochHelper.DateTimeFromUnixTimestampMillis(1422949956...
Cow Bowling
Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u
Submit Status
Description
The cows don't use actual bowling balls when they go bowling. They ea...
分类:
其他好文 时间:
2015-01-28 16:07:49
阅读次数:
148
Total Accepted: 909
Total Submissions: 4757
The API: int read4(char *buf) reads 4 characters at a time from a file.
The return value is the actual number of characters read. For example, i...
分类:
其他好文 时间:
2015-01-28 09:42:15
阅读次数:
171
The API: int read4(char *buf) reads 4 characters at a time from a file.The return value is the actual number of characters read. For example, it retur...
分类:
其他好文 时间:
2015-01-22 08:13:46
阅读次数:
487
The API: int read4(char *buf) reads 4 characters at a time from a file.The return value is the actual number of characters read. For example, it retur...
分类:
其他好文 时间:
2015-01-19 14:23:07
阅读次数:
183
http://www.hankcs.com/nlp/ner/place-names-to-identify-actual-hmm-viterbi-role-labeling.html命名实体识别(Named Entity Recognition)也是自然语言处理中的一个难关,特别是中文这样没有大小写...
分类:
其他好文 时间:
2015-01-14 19:47:46
阅读次数:
279
WHAT ARE MY STRENGTHS?Whenever you make a key decision or take a key action,write down what expect will happen.9 or 12 months later,compare the actual...
分类:
其他好文 时间:
2015-01-09 00:03:21
阅读次数:
403