English 中文(简体)
3. 可逆计算平台
原标题:Reversible computing platform

http://www.cise.ufl.edu/research/revcomp/faq.html FAQ:

Achieving the maximum possible computational performance for a given rate of bit dissipation generally requires explicit reversibility not only at the lowest level, but at all levels of computing--in devices, circuits, architectures, languages, and algorithms (a strongly conjectured, but not yet formally proven result-call it Frank s Law).

As I understand it, energy is lost is generated when bits are zeroed. Heat production can be reduced if the software and hardware platform have the ability to reverse logical operations.

是否有任何方案平台(图书馆、操作时间、语言和汇编者)支持可逆计算?

最佳回答
问题回答




相关问题
Silverlight 3 Dataform - how to add fieds at runtime

I am creating a DataForm from dynamic data (so I can t create the columns in the xaml), I currently create columns for my DataGrid (I have not worked out how I can create a button + event in a colomn ...

starting vlc player in java

I tried to start vlc player in Java, but somehow it did not word. Any other Prog I tried worked. Plz have a look at my code: try { Runtime.getRuntime().exec("K:\...\vlc.exe"); } catch (...

How to generate an instance of an unknown type at runtime?

i ve got the following in C#: string typename = "System.Int32"; string value = "4"; theses two strings should be taken to generate an object of the specified type with the specified value... result ...

Obtaining a proc pointer to a Carbon API at runtime

I have a Mac application that I must build against the Mac OS 10.4 SDK for various reasons beyond my control. Given that my application s minimum OS version will be 10.5. (I know, I know... but I can ...

热门标签