搜索资源列表
长整数加法
- 任意长整数加法运算,双向循环链表实现,相加的长整数数量任意。操作环境C-arbitrarily long integers computing, two-way cycle Chain realized, the combined number of arbitrary long integer. C operating environment
java设计简单计算器
- java设计简单计算器。可以进行最简单的加法、剪法、乘法和除法的运算-simple calculator. Can the most simple addition, shear, the multiplication and division operations
ajks
- 许多现代浮点单元的一项主要体系结构功能,是能够将一个乘法与后面紧跟的加法作为单个运算执 行,且没有中间舍入误差。例如,Intel 的 Itanium 体系结构提供了一些指令,将三元运算 (a*b+c) 、(a*b-c) 和 (c-a*b) 中的每一个都组合为单个浮点指令(分别为 fma、fms 和 fnma)。这些单个 指令都比执行独立的乘法和加法指令快,并且因为没有中间乘法舍入,所以更为精确。该优化可以显 著提高那些含有多个交错乘法和加法运算的函数的速度-many modern floatin
polynomial
- 该源代码实现一元稀疏多项式的加法,减法的运算
17160038384
- 本程序是关于一些大数运算的程序,大数成法、除法、加法、减法
VisualDialog
- 简单的小程序,可以实现加法运算并且存入文档
dashugaojingyunsuan
- 大数高精运算总结 :方法类似于加法 除了这里 s[i+j]+=s1[i]*s2[j] 注意格式的控制 这里得开两个数组
稀疏矩阵相加
- 两个相同行数和列数的稀疏矩阵用十字链表实现加法运算-two identical rows and columns in the sparse matrix using Orthogonal List Adder Operational
3
- 新建一个应用程序,并添加两个Label控件,三个Edit控件,四个Button按钮。其中两个edit输入框用于输入整数,一个Edit输入框用于输出结果;Label标签控件用于显示当前所做的运算(例如:当单击加法按钮时即做加法运算,则label标签显示”+”号。);四个Button按钮分别完成加、减、乘、除运算。 编写程序,输入两个整数,顺序执行两个数的加、减、乘、除计算结果并输出。 -Create a new application, and add two Label controls
2
- 实现一个简单的菜单程序,运行时显示“Menu:A(dd) M(inus) Mu(ltify) D(ivid) Q(uit), select one”提示用户输入。A代表加法,M代表减法,Mu代表乘法,D代表除法,当用户输入其中之一时,产生两个随机数,并实现相应的算术运算。如此循环,直到输入Q,程序结束。-A simple menu program, run-time "Menu: A (dd) M (inus) Mu (ltify) D (ivid) Q (uit), select one" p
menu-formulation-to-add
- c++使用菜单功能实现另打开一个对话框,求加法运算。-c++ achieved using the menu function opens a separate box , seeking additions.
Caculator
- 这是一个简单的计算器,实现两个数的加法运算。同时添加了菜单。-This is a simple calculator, to achieve two numbers addition. While adding a menu.
Addition
- VS写的一个简单代码,实现两个数的加法运算,适合初学者- VS to write a simple code to achieve the two number of addition operations, suitable for beginners
CalMatrix
- 矩阵计算器,可以完成10*10及其以内矩阵的加法,减法,乘法,转置和求秩运算。-Matrix calculator, and can be completed within 10* 10 matrix addition, subtraction, multiplication, transpose and rank demand computing.