-
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
-
便捷的图形用户界面终端
便捷的图形用户界面终端.rar(convenient graphical user interface terminal. Rar)
- 2005-01-27 11:44:43下载
- 积分:1
-
七段数码显示的数字时钟
模拟七段数码显示数字时钟,自定义CDigitalClock继承自CStatic类(Analog seven digital display, digital clock, custom CDigitalClock inherited from the CStatic class)
- 2017-08-17 22:52:21下载
- 积分:1
-
XGraph二维曲线图
二维曲线的实现方法,用来画二维曲线 输入XY坐标即可以得到曲线图型(two-dimensional curve of the method used to draw two-dimensional curve that is the importation of XY coordinates can be curve-)
- 2005-07-04 09:46:07下载
- 积分:1
-
GuessNum
VC++ 界面优化的例程,界面优化皮肤,例程是一个猜数字的对话框(VC++ Interface optimized routines, interface optimization of the skin, routine is a dialog box猜数字)
- 2009-01-07 13:31:22下载
- 积分:1
-
CommonControls
这是一个对mfc各种控件详细介绍的源文件,很好很全面,希望对大家有帮助(This is a mfc details of various control, the source files, a very good very comprehensive, we want to help)
- 2009-12-21 10:27:40下载
- 积分:1
-
09_ListCtrlDemo
VC++ 6.0,MFC,List控件,演示列表控件的使用方法。(VC++ 6.0, MFC, List controls, demonstrates the use of the list control.)
- 2013-06-05 22:24:03下载
- 积分:1
-
Plugin
VB插件编写示例及调用演示源程序,有需要的就下.(VB demo source plug-ins writing sample and call, is in need.)
- 2013-07-28 08:12:48下载
- 积分:1
-
CALENDAR
在程序中嵌入日历,是一本书中找到的很有学习的价值(Embed calendar program is useful to learn the value ,found in a book)
- 2013-12-24 09:27:15下载
- 积分:1
-
WTL4MFC5_demo
Windows 编程,WTL源代码,这里有一些简单的从网上Down的代码。(Windows programming, WTL source code, here are some simple code from the Internet Down.)
- 2009-01-20 11:33:54下载
- 积分:1