super_pi under Linux VS. super_pi under Windows

不同视角、不同观点、深度探讨,禁止人品和道德攻击
头像
猛将兄
帖子: 2052
注册时间: 2005-10-19 17:33

#16

帖子 猛将兄 »

高中没毕业怎么知道FPU的事情-_-||我读高中的时候虽然会写程序,可也不知道FPU是个什么东西。哦你说的是中国高中还没毕业
头像
skyx
论坛版主
帖子: 9202
注册时间: 2006-12-23 13:46
来自: Azores Islands
联系:

#17

帖子 skyx »

猛将兄 写了:高中没毕业怎么知道FPU的事情-_-||我读高中的时候虽然会写程序,可也不知道FPU是个什么东西。哦你说的是中国高中还没毕业
没上小学时我用过小霸王,小霸王上应该也有整点单元,浮点单元吧?成龙做过小霸王广告的。
no security measure is worth anything if an attacker has physical access to the machine
头像
猛将兄
帖子: 2052
注册时间: 2005-10-19 17:33

#18

帖子 猛将兄 »

这个我就不清楚了,虽然小霸王上的Gbasic也可以定义浮点数,但是不是用FPU算的,我就不知道了。
整数运算单元是必备的。计算机系统就是以整数运算单元为基础的。但FPU不一定
当年286和386都没有集成FPU,是一个选项。287和387就是FPU了
头像
aitilang
帖子: 1026
注册时间: 2007-04-28 21:38

#19

帖子 aitilang »

skyx 写了:
猛将兄 写了:高中没毕业怎么知道FPU的事情-_-||我读高中的时候虽然会写程序,可也不知道FPU是个什么东西。哦你说的是中国高中还没毕业
没上小学时我用过小霸王,小霸王上应该也有整点单元,浮点单元吧?成龙做过小霸王广告的。
用小霸王时你还没上小学???
我那时已经五年级了啊。。。。。
thinkpad x61 2G DDR no cdrom
--------------------------------------------
ABS学习中
sed学习中
awk学习中
perl学习中
新手描述不清,老手猜测不到,胡乱指挥一通,后果难以预料
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

#20

帖子 leeaman »

不知道是不是因为考上大学,然后学校就不发高中毕业证?
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
头像
猛将兄
帖子: 2052
注册时间: 2005-10-19 17:33

#21

帖子 猛将兄 »

直接申请国外的大学,也不需要高中毕业证的
头像
skyx
论坛版主
帖子: 9202
注册时间: 2006-12-23 13:46
来自: Azores Islands
联系:

#22

帖子 skyx »

猛将兄 写了:这个我就不清楚了,虽然小霸王上的Gbasic也可以定义浮点数,但是不是用FPU算的,我就不知道了。
整数运算单元是必备的。计算机系统就是以整数运算单元为基础的。但FPU不一定
当年286和386都没有集成FPU,是一个选项。287和387就是FPU了
传说中的80x87协处理器?
no security measure is worth anything if an attacker has physical access to the machine
头像
猛将兄
帖子: 2052
注册时间: 2005-10-19 17:33

#23

帖子 猛将兄 »

skyx 写了:
猛将兄 写了:这个我就不清楚了,虽然小霸王上的Gbasic也可以定义浮点数,但是不是用FPU算的,我就不知道了。
整数运算单元是必备的。计算机系统就是以整数运算单元为基础的。但FPU不一定
当年286和386都没有集成FPU,是一个选项。287和387就是FPU了
传说中的80x87协处理器?
最早FPU是分离于CPU之外的。虽然我学汇编的时候,已经奔腾时代了,但是我们学校的机器还是286和386,这些也都是学的
Add-on FPUs

Main article: Coprocessor

In the 1980s, it was common in IBM PC/compatible microcomputers for the FPU to be entirely separate from the CPU, and typically sold as an optional add-on. It would only be purchased if needed to speed up or enable math-intensive programs.

The IBM PC, XT, and most compatibles based on the 8088 or 8086 had a socket for the optional 8087 coprocessor. The AT and 80286-based systems were generally socketed for the 80287, and 80386/80386SX based machines for the 80387 and 80387SX respectively, although early ones were socketed for the 80287, since the 80387 did not exist yet.

Starting with the 80486, in x86 chips the floating point unit was integrated with the CPU, something true for almost all later x86-architecture processors. One notable exception is the 80486SX; it was also unusual in that no actual coprocessor was available -- the 80487 was a full CPU with an integrated FPU; when installed, the original 80486SX would be disabled.

In addition to the Intel x87 series, several other companies manufactured co-processors for the x86 series. These included Cyrix which marketed its FasMath series as higher performance but fully x87 compatible, and Weitek which offered a high-performance but not fully x87 compatible series of coprocessors.

In addition to the Intel architectures, FPUs as coprocessors were available for the Motorola 680x0 line. These FPUS, the 68881 and 68882, were common in 68020/68030-based workstations like the Sun 3 series. They were also commonly added to higher-end models of Apple Macintosh and Commodore Amiga series, but unlike IBM PC-compatible systems, sockets for adding the coprocessor were not as common in lower end systems. With the 68040, Motorola integrated the FPU and CPU, but like the x86 series, a lower cost 68LC040 without an integrated FPU was also available.
头像
BigSnake.NET
帖子: 12522
注册时间: 2006-07-02 11:16
来自: 廣州
联系:

#24

帖子 BigSnake.NET »

代码: 全选

sudo apt-get install pi
^_^ ~~~
要理解递归,首先要理解递归。

地球人都知道,理论上,理论跟实际是没有差别的,但实际上,理论跟实际的差别是相当大滴。
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#25

帖子 zhuqin_83 »

猛将兄 写了:高中没毕业怎么知道FPU的事情-_-||我读高中的时候虽然会写程序,可也不知道FPU是个什么东西。哦你说的是中国高中还没毕业
你听她瞎吹,这你都信?
HP Pavilion DV6-2064CA: AMD Turion II Ultra Dual-Core Mobile M640, HD4650, 2GBx2 DDR2-800, Seagate 500GB 7200RPM SATA, BD-ROM
DELL UltraSharp 2209WA
Arch64, Testing repo
头像
猛将兄
帖子: 2052
注册时间: 2005-10-19 17:33

#26

帖子 猛将兄 »

-_-||我信了么?没有高中毕业证是有可能
PhoenixJ
帖子: 1492
注册时间: 2007-08-09 3:33
系统: Windows 12.04

#27

帖子 PhoenixJ »

貌似小霸王没有数学协处理器,而且我很怀疑它是否有浮点计算能力。。。

它能处理的小数未必是浮点的吧? 即便是浮点,我觉得恐怕也不是用x86的浮点指令实现的。不过我确实不清楚小霸王的CPU是什么。
PhoenixJ
帖子: 1492
注册时间: 2007-08-09 3:33
系统: Windows 12.04

#28

帖子 PhoenixJ »

还有谢谢skyx,给我做了扫盲工作,呵呵。
头像
猛将兄
帖子: 2052
注册时间: 2005-10-19 17:33

#29

帖子 猛将兄 »

小霸王那个肯定不是intel的啊,具体哪个公司的就搞不清了。长城学习机是国产的芯片
头像
xhy
帖子: 3916
注册时间: 2005-12-28 1:16
系统: Ubuntu 12.10 X64
来自: 火星

#30

帖子 xhy »

如果我没记错的话
小霸王用的处理器应该是6502
70年代苹果公司用过
那是8位处理器
可以使用6502汇编在这个上面开发

现在的小霸王比过去先进 用的处理器也应该升级了
目前负债150多万
回复