搜索资源列表
文件运算器
- 问题描述:加减乘运算器。 要 求: 输入方式:使用给定文件进行输入; 输出方式:使用文件进行输出; 使用的数据结构:双向链表 实现的功能:实现任意位数的正负整数或小数的加法、减法和乘法运算。 具体要求:每个结点存储一位数字。算出的结果若是小数,整数部分的高位若为0要去掉,小数部分的低位若为0要去掉,若0085.56700,最后结果应为85.567。 文件说明:给定的文件a*.txt为第一个数,b*.txt为第二个数,要求加法产生的结果存储在add*.txt中,减法产生
suanshu
- 一位数组的使用。真正实现对数字的加法减法。不错。-an array of use. Achieve true digital subtraction of the additive. Yes.
juzhendeyunsuan
- 矩阵的运算关于矩阵的加法运算减法运算乘法运算除法运算-matrix arithmetic of addition of Matrix Operational Operational subtraction multiplication division Operational
Sub_Demo
- 定义四个接口,其方法协议分别 完成两个数的加法、减法、乘法和除法操作,其中加法接口是一 个父接口,并依次派生出其他接口。大家帮忙看一下。谢谢! -4 interface definition, the methodology two agreements were completed several Adders, subtraction, multiplication and division operations. Adder interface which is a fathe
shuji
- 计数器用一个开关K控制,当K=1时,可逆加法计数器进行计数,K=0时可逆减法计数器进行计数,即可构成一个具有清零和预置功能的可逆加减法计数器-counter with a control switch K, K = 1, the reversible addition counter for counting, K = 0 reversible subtraction counter for counting, with constitutes a reset and preset functi
ab12
- 几篇关于谱减法的语音增强的文章,值得一看,希望有能力的同志们把代码编出来-few spectral subtraction of the speech enhancement of the article, an eye-catcher, with the hope of comrades who put out a code provision
MinusANDDivision
- VC++6.0,利用数组实现的大整数减法、除法。(小于100位整数)-VC 6.0, the use of an array of integers achieve subtraction, division. (Less than 100 integers)
polynomial
- 该源代码实现一元稀疏多项式的加法,减法的运算
17160038384
- 本程序是关于一些大数运算的程序,大数成法、除法、加法、减法
E15_8870
- 做多项式的减法subtratpolyn(polynomail *pa,polynomail *pb)时可不用重新写函数,可先对多项式的系数进行求反,然后调用加法函数addpolynmail(polynomail *pa,polynomail *pb);
1234
- 多字节BCD码减法 字节数在R7中,被减数在[R0]中,减数在[R1]中。
20040831084745_vczx_matrix_arithmetic
- 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。
rational
- C++类的概念: 这是一个有理数类 包括有理数类的加法减法乘法除法 。
多项式的加法、减法、乘法
- 数据结构——多项式的加法、减法、乘法算法实现源代码,多多指教。-data structure -- the polynomial addition, subtraction, multiplication algorithm source code, the exhibitions.
C语言的谱减法实现七
- C语言的谱减法实现. 在语音去噪中最常用的方法是谱减法,其基本思想是通过静音段(噪声段)估计语音中的噪声成分,然后将含噪声语音减去估计的噪声就得到了纯净的语音。(Implementation of spectral subtraction in C language)
matlab
- 用于基本的语音分析,包含端点检测,谱减法。(Used for basic speech analysis)
谱减法
- 语音增强,消噪,非常简单实用的matlab源程序,属于语音信号处理的范畴。(speech enhancement,noise reduction)
大整数减法
- 实现大整数减法,最多205位数,输入一个数后换行再输入另一个数。(Achieve large integer subtraction, up to 205 digits, enter a number after the line, and then enter another number.)
谱减法程序汇总
- 谱减法matlab程序汇总,案例,以及改进的谱减法(Matlab program for spectral subtraction)
Subtractive-Clustering-Algorithm-master
- 能够实现减法聚类,通过减法聚类对数据进行分类,使用python编程(It can realize subtraction clustering and use Python Programming)