搜索资源列表
calculator
- /*本程序是一个简单的计算器模拟程序。对任意给定的正确的四则表达式,程序计算其结果值并输出。表达式中运算分量为无 正负号整数,运算符为+ - * / ,圆括号按常规配对,表达式以“=”结束。函数getach()为获取表达式的一个合法字符, 并将字符存入变量curch;函数指针数组func[]是为了统一加减乘除计算而设置的。*/ -/* This program is a simple calculator simulation program. Correct for any giv
caluu
- 二维数组运算,避免一维的麻烦,效率高,简单-Two-dimensional array of computing, to avoid the trouble of one-dimensional, high efficiency, simple
cache
- 通过测试一个巨型二维数组的运算时间,考查Cache对程序性能的影响。同时对实验结果进行了仔细分析.-Passed the test of a giant two-dimensional array of computing time, to examine Cache impact on performance. At the same time, experimental results were carefully analyzed.
bit_array
- 用uncharge类型实现的数组,对大数运算时,由于本身比较节省空间,可以发挥更大的空间优势,但时间上会有点-bit_array, help to computing big number
new
- 这是一个维数不定的两矩阵相乘的程序,该程序先检测输入的数组是否构成矩阵,再判断这两个矩阵是否满足相乘条件,若满足则进行相乘运算,并求出相乘后的结果!-This is an indefinite number of two-dimensional matrices of the program to detect whether an array of input matrix, and then determine whether the two matrix multiply to meet
SparseMatrixArithmeticUnit
- 稀疏矩阵是指那些多数元素为零的矩阵。利用“稀疏”特点进行存储和计算可以大大节省存储空间,提高计算效率。实现一个能进行稀疏矩阵基本运算的运算器。在一个矩阵中,可以用一个三元组〈row,column,value〉唯一地确定一个矩阵元素,因此,可以利用一个三元组数组(三元组表)来表示一个稀疏矩阵。此程序代码实现了两个稀疏矩阵相加、相减和相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以阵列形式列输出。-Are those most sparse matrix element is ze
helloworld
- 有关大整数的加减乘除,使用数组保存计算结果,用高精度运算的算法进行设计-sfasafdas
Calculator_vbnet
- VS2008开发的VB.net数学计算器,由NeverWind撰写,用于新手教程或指导。 注意:本程序是简单的四则运算计算器,不自动判定运算顺序,即,当输入1-2*3时候,先计算1-2,再计算-1*3。 为方便新手,不在设计界面更改控件属性。对控件属性赋值操作可以直接在窗体设计界面更改,如果你觉得这样一个一个的按键事件很麻烦,可以不手动画控件,在窗口初始化时生成按键数组,然后调用。但此方法不在本程序讨论之列。-The development of mathematical c
wanshell
- warshall法顺序:置新矩阵,开始运算;置i=1;对所有j如果A[j,i]=1,则对k=1,2,3……n运算啊A[j,k]:=A[j,k]+A[i,k]; i++;如果i<=n转上继续 需要: 1.输入矩阵,用二维数组,可以考虑全局变量 2.设置矩阵最大值nMax 3.对i从0到n-1循环,寻找每列为1的项,为1则继续运算,否则返回 增强说明: 1.输入方式选择,同时可以选择是否继续运算 2.不再每行确认,增加修改选项 3.使用字符串数组
c
- 完成两个大整数的乘除加减运算,并将两个数的结果一数组形式输出-Complete two big integer multiplying of addition and subtraction,And the result of two Numbers one array form output
asd
- 大数字计算,80位数字的相加减运算,采用数组保存大数字-Large figures, and 80-digit addition and subtraction operations phase, using a large array of digital preservation
Cal2
- 利用c++自定义类实现数组数据的加减乘除开方平方运算-Using c++ custom class that implements an array of data, Math square root square operation
main
- 定义一个二维数组类,用成员函数重载求和与求差运算符,实现二维数组的求和与求差运算-Define a class of two-dimensional array, summing and differencing operator overloaded member function, the sum of the two-dimensional array with the differencing operator
yongVCPPbianxiejisuanqi
- 用vc++写了一个计算器小程序,用bool变量来区分整数和小数,还有在连续运算的时候,是用数组实现。-With vc++ to write a calculator applet bool variable to distinguish between the integer and fractional continuous operation is implemented in an array.
data1
- 数组元素移位运算,算法简单代码量少 容易理解看懂-Array elements shift operation, the algorithm simple code less easy to understand to understand
32bit-adder
- 用hspice软件写完成的32位加法器,可以完成2个32bit数组的加法运算-32bits adder for hspice
yigedongtaishuzuzhongde-shuyihuo
- 在一个文件中,将一个数组的2个数进行异或运算,并且将运算的结果放在数组第一位,数组向后移动-Number in a file, an array XOR operation, and the results of the operations on the array, the array of backward movement
2
- 定义实现大整数运算的类LINT,该类实现两个100位以内的大整数的加法和结果输出。 类可以有如下的类似定义: class LINT { private: // …… public: LINT(char*) LINT operator+(const LINT& L) ostream& operator<<(const ostream& os, const LINT& L) // …… } 要求: 1)构造
C++
- 本函数为一般的数运算,计算取得的4个数之间的关系(This function is a general array operation)
数组运算器
- 本程序可以用来计算数组的各种运算,功能强大并且齐全(This procedure can be used to calculate the array of various operations, powerful and complete)