问题标签 [ieee]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
243 浏览

assembly - 从 5 位浮点表示中计算值

我已经在这方面做了很多工作,并且认为我遗漏了关于“压裂”部分的一些东西。在这个 5 位浮点数中,符号位是最高有效位,接下来的两位是指数,指数偏差为 1。最后两位是有效位(尾数)。

所以我有很多价值观,但我只是想更好地理解这个方法。第一个是:

我知道方程是

符号为零,并且由于数字是非规格化的,因此 E = 1-bias = 0(对吗?)

所以我有:

我遇到的问题是尾数值。我认为对于非规范化数字,它等于 0.frac,这里的 frac 等于 1 对吗?

那么 m = .1 吗?

我在网上找到了一堆东西,看起来 frac 是比特数的值?

所以也许 m = 1/5?

最后,有人告诉我我的答案应该表示为 x/4。那么m应该是1/4吗?如果是这样,为什么?

感谢任何人都可以提供的任何帮助或教导!

0 投票
2 回答
4544 浏览

latex - LaTex: IEEEtran "\title{ title }" doesn't show

I'm practicing LaTeX with IEEEtran.cls. I'm am slowly filling in the information, but I am getting stuck from the beginning.

From the above simple .tex file, after compilation in the PDF, I can see the Abstract content. However, I don't see either title or author.

Any suggestions? Please and thank you.

0 投票
1 回答
397 浏览

binary - CODE 8086 命令 LOOPW 是如何工作的?

这个“LOOPW 0100”是如何工作的?

http://ece425web.groups.et.byu.net/stable/labs/8086InstructionSet.html

0 投票
0 回答
105 浏览

web-services - IEEE 1451 和 SensorML

我正在研究 IEEE 1451 标准和 SensorML。最近看了一篇关于STWS:uniform web service for IEEE 1451的论文,不知道这个和SensorML有什么区别?这与sensorML的网络启用有什么区别?

0 投票
3 回答
1231 浏览

floating-point - decimal32 vs float32,更适合存储

根据 IEEE 754-2008,有 binary32 和 decimal32 标准:

所以两者都使用 32 位,但十进制 32 有 7 位,E max 为 96,而 float32 有 7.22 位,E max 约为 38。

这是否意味着十进制 32 具有相似的精度但范围更好?那么是什么阻止了在 float32 上使用 decimal32 呢?那是他们的表现(即速度)吗?

0 投票
3 回答
511 浏览

java - Math.pow strange results

I'm working on a mortgage calculation equation and I'm getting differing results from Math.pow() and I don't know why.

Here is the test setup:

Here is the test results:

Only the hard-coded result is correct. Both the Math.pow and BigDecimal.pow results are bad.

Any ideas?

0 投票
3 回答
158 浏览

c - 以 n 和 e 表示的最大正有限 IEEE 数?

嗨,我正在为我的计算机科学课做作业,我被这个问题困住了。

给定 n 位和 e 指数位的 IEEE 浮点格式,给出以下表达式

  • a) 最大的有限正数。
  • b) 最大(最接近于 0)的负数。
  • c) 最低 ULP。

在 n 和 e 方面。

有人可以帮助解决这些问题并解释原因吗?太感谢了

0 投票
2 回答
8184 浏览

ssh - 使用 wget 从 IEEExplore 下载论文

我现在不在学院,但需要从 IEEExplore 下载论文。

我可以 ssh 到学院服务器。我想我应该可以在那里访问IEEExplore,但我不知道如何下载。

假设我不在学院,想下载这篇论文:

我努力了:

但 mypaper.pdf 原来是一个损坏的 pdf 文件。

任何人都可以提出一些建议吗?

0 投票
0 回答
125 浏览

php - 如何在 php 中为 LaTeX 输出添加多个作者

PHP代码:只能单作者。

如何在 php 中编辑下面的代码,可以有\和?

0 投票
1 回答
166 浏览

ieee - 免费的专业标准出版物

有谁知道可以免费获得 IEEE、ASME、SAE 等工程标准出版物的地方。这些组织本身对这些出版物收取高额费用,据我所知,拥有副本的图书馆也有昂贵的会员费。标准端口适配器的 Linux 驱动程序的开发人员必须从某个地方获取规范,除非他们对示例硬件或其他东西进行逆向工程。

例如,如果发布了 USB 4.0 标准,那么用于端口适配器软件或驱动程序开发的文字编码规范将从何而来?