-
ajks
说明: 许多现代浮点单元的一项主要体系结构功能,是能够将一个乘法与后面紧跟的加法作为单个运算执 行,且没有中间舍入误差。例如,Intel 的 Itanium 体系结构提供了一些指令,将三元运算 (a*b+c) 、(a*b-c) 和 (c-a*b) 中的每一个都组合为单个浮点指令(分别为 fma、fms 和 fnma)。这些单个 指令都比执行独立的乘法和加法指令快,并且因为没有中间乘法舍入,所以更为精确。该优化可以显 著提高那些含有多个交错乘法和加法运算的函数的速度(many modern floating point unit of a major system structure and function is to be a follow closely behind multiplication and addition of implementation as a single operator, with no intermediate rounding error. For example, Intel's Itanium architecture provides a number of directives to the ternary operator (a* b, c), (a* b-c) and (c-a* b) each have a portfolio to a single floating point instructions (Fullmetal respectively, and fms fnma) . These individual instruction than the implementation of an independent and additive multiplication instructions quickly, and because no middle multiplication into homes, so more precise. The optimization can significantly increase those containing more than staggered multiplication and addition operations function of the speed)
- 2006-03-23 20:52:57下载
- 积分:1
-
HEXBINRead
将文件进行二进制与十六进制同时阅读。
有其他参考的也可以进行下载。(for binary file with the hexadecimal while reading. Other reference can also download.)
- 2006-05-17 19:59:04下载
- 积分:1
-
perfchart
QT波形函数实现,界面简洁,多条波形显示数据。效果很好(QT wave function to achieve the simple interface, multiple waveform display data. Good results)
- 2012-06-13 11:30:18下载
- 积分:1
-
DuiLib-v1.1-for-vc2005
非常优秀的界面库,完全可以实现QQ界面效果。(very good ui library.)
- 2012-09-29 14:52:43下载
- 积分:1
-
SkinH_Aero
换肤 vc例子 SkinH_Aero 换肤 vc例子 SkinH_Aero(Skin VC SkinH_Aero example
Skin VC SkinH_Aero example
)
- 2016-03-17 22:22:41下载
- 积分:1
-
CJLibrary609_dll
做程序时,写界面的必须,有源码代,有注释。针对初、中、高级专业软件的界面。(Do program, must write interface, source code generation, with comments. In view of the early, middle and senior professional software interface.)
- 2016-11-23 22:28:35下载
- 积分:1
-
MyBtSt
C++下的界面美化编程类,非常适合C++、VC程序员使用(C++ programming classes under the beautification of the interface is ideal for C++, VC programmers)
- 2010-11-25 10:19:48下载
- 积分:1
-
MenuHook
VC++利用Hook钩子实现的阴影菜单,不要误认为是Winodws系统自带的阴影菜单,仔细看你就会发现两者是不一样的,一样令人羡慕不已,尤其是使用钩子实现,相信对VC++编程者来说,有空的时候还是要看一下哦!虽然大家对这种效果已经司空见惯了,但实现起来没有想像的那么简单,因此具有参考价值。(VC++ to use the realization of the shadow of hook Hook menu, do not mistakenly think it is the shadow of Winodws own menu system, look carefully and you will find they are not the same, as is envy, especially the use of hooks to achieve, I believe VC++ programmers, the time or the time to look at Oh! Although there have been commonplace this effect, but not as to achieve the so simple, it has a reference value.)
- 2009-07-16 21:03:58下载
- 积分:1
-
托盘20030607220906_TrayIcon
一个简单的托盘程序(a simple procedure tray)
- 2004-12-09 22:51:05下载
- 积分:1
-
tmctdh
透明窗体动画
vb写的,很好的一个例子(Transparent form animation vb write, a good example)
- 2012-12-03 17:34:50下载
- 积分:1