搜索资源列表
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
Vectors
- Code to make operation betwen vector as add, substract, point product and cross product (vector product).
IUST_C++_Project_Matrix
- Matrix Operation, it makes a basic mathematical operation like (Add, Substract, Multiply,Divide) of two matrix
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
FiniteAutomaton
- Java实现有限自动机相关功能的工具包,包含:正则式与NFA,DFA的相互转化;DFA的交、并、差、补运算;判断一个DFA对应的正则集是否是无限集;列出一个有限正则集所包含的所有字符串,以及包含字符串的最小长度和最大长度;判断两个最小化DFA是否等价等。 代码已开源:https://a1e2w3@bitbucket.org/a1e2w3/dfa4java.git-Java implementation of finite automata related functions toolk
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.
shockwithsound
- 手机摇一摇功能+音量可根据系统音量加减键调节-Mobile phone shake function+ volume can be adjusted according to the system volume add substract key
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
jUnit-Calculator
- 一个关于加减乘除的JAVA程序,和配套的JUNIT的测试例子(a example program about sub/substract/multiply/divide using Junit)