摘要:
先看看MAPM代码中包含的ARTICLE.PDF,对除法设计的描述是这样的: 使用了两个除法函数。对于少于250位的数字,我使用Knuth在The Art of Computer Programming, Volume 2一书中写的算法,稍有一些改动。 MAPM的基本数据结构定义如下: 1: typedef struct { 2: UCHAR *m_apm_data; 3: long m_ap... 阅读全文
posted @ 2009-09-11 10:34
黄汉
阅读(393)
评论(0)
推荐(0)