搜索资源列表
cn700_vc511445788846
- 一个可以对任意长整数进行加减的类 在Visual C++6.0 WinXp下编译通过采用类来实现,从CString继承而来数据运算的结果保存在CString类中理论上可对任意长的数据进行相加在Release目录下有可执行文件,将*.txt拖放到longadd.exe上即可,*.txt为数据文件。-A C++ class which can do the Add-Substract operation to integer with arbitrary length.Compiled with V
BOOTH
- booth s substract algorithm
HugeInteger
- 将整数的各个数位存储为一个长度为四十的字符数组中各个元素。能够进行四十位的整数的加减法-Create a class HugeInteger that uses a 40-element array of digits to store integers as large as 40 digits each (e.g. 8783 is stored as an array of {3,8,7,8,0,0,0,....} ), and use another boolean membe
hesap_makinesi
- a simple computation machine multiple, sum, divide, substract. C# base.
Calculator
- Calculator of Adding, substract, multiply and division
bccdata
- 用MATLAB软件提取模式资料,很有用的哦!供大家参考下!(substract model data)
BackgroundSubtraction-master
- This code shows three different ways to substract background from a video, and attached by some jpgs to test.
Calcula
- simple calculator use the basic operations add, substract, divide and multiply
Calculator
- Simple program to calculate add, substract, divide and multiply