-
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
-
crecttracker_demo
This program demonstrates how to draw on the client area, it also demonstrates how to use the mouse messages. I think the best way to learn programming is programming, so, let s begin our program now.(This program demonstrates how to draw on th e client area, it also demonstrates how to use the mouse messag es. I think the best way to learn programming is p rogramming, so, let s begin our program now.)
- 2006-06-28 15:49:14下载
- 积分:1
-
24653643753
VB创建系统文件关联的示例源码,有需要的就下载吧。(VB to create system file association example source code, there is need to download it.)
- 2013-08-01 10:27:45下载
- 积分:1
-
VCexample
一种应用VC爱好者对树形控件的理解的应用(An application for tree lovers VC understanding of application controls)
- 2008-07-29 20:40:21下载
- 积分:1
-
appenddemtrshar
说明: 一个可以处理算式符号的计算器程序,通过栈来实现,(A computer program that can process arithmetic symbols, through the stack to achieve,)
- 2018-12-30 10:02:49下载
- 积分:1
-
DUIlib-code-source
DUIlib编程总结及源码,有一定的参考意义(DUIlib program summary and source, there is some reference value)
- 2015-03-18 16:01:48下载
- 积分:1
-
FaceControl3
动态设置主框架窗口的图标FaceControl3FaceControl3.rar,很不错的vc源码,希望对大家有所帮助。(Dynamically set the icon for the main frame window FaceControl3 FaceControl3.rar, very good vc source code, we want to help.)
- 2011-09-30 21:12:55下载
- 积分:1
-
calculator
计算器(界面)对于MFC初学者来说非常好,很容易入手(Calculator (interface) is very good for MFC beginners, it is easy to start)
- 2011-05-29 23:29:39下载
- 积分:1
-
MFCaVideo
由opencv2.3.1+vs2008编写的界面程序,可以通过界面对话框上的控制按钮来控制笔记本电脑上相机的开启与关闭。(Opencv2.3.1+vs2008 written by the interface program, you can control on your laptop on and off the camera via the control buttons on the dialog interface.)
- 2013-12-10 14:15:44下载
- 积分:1
-
VSFlexGrid
VSFlexGrid 控件使用常见问题及解决方法对策(VSFlexGrid use questions)
- 2013-10-08 15:41:53下载
- 积分:1