搜索资源列表
subtractbackground
- substract picture backgroud
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
kangtuo
- The Cantor expansion of the natural number x is x = ak * k!+a(k − 1) *(k − 1)!+.... + a2 * 2!+a1*1! where all the ai (digits) satisfy 0 ≤ ai ≤ i it is easy to find a algorithm,we find the largest integer k that can satisfy 给一个正整数求出它的康
BOOTH
- booth s substract algorithm
substract
- This 256 by 256 image substract C source code.-This is 256 by 256 image substract C source code.
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
AdderSustract
- Adder-Substracter 4bits This code allows you add four bits variables or substract four bits variables. Include adder module, sbstracter module and mux2-1 module. -Adder-Substracter 4bits This code allows you add four bits variables or substract
hesap_makinesi
- a simple computation machine multiple, sum, divide, substract. C# base.
Calculator
- Calculator of Adding, substract, multiply and division
CALCULATOR
- 基于51单片机简单实现了计算器的加、减、乘、除功能。-designing a simple calculator based on 51 micor controller using c programing to impliment the add, substract,multiple,divide operation.
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