搜索资源列表
Polynominal
- 单链表建立多项式类,实现多项式乘法与加法运算-Polynomial to establish a single list categories, the achievement of polynomial multiplication and addition operations
3
- 本程序实现计算任意长整数的加法运算,大致过程为显示提示信息-->用户输入—>显示结果。 程序中字符集限定为’1’ ’2’ ‘3’ ‘4’ ‘5’ ‘6’ ‘7’ ‘8’ ’9’ ‘0’ ’,’ ‘ ’ ,长整数的长度不予限制。 利用双向循环链表实现长整数的存储,每个结点含一个整型变量。任何整型变量的范围是-(215—1)~(215—1)。输入和输出形式:按中国对于长整数的表示习惯,每四位一组,组间用逗号隔开。-This procedure to achieve t
ALU
- ALU加法器的设计,实现带进位的加法运算!-ALU adder design, the realization of the adder into the bit computing!
MQAM-modulation-demodulation
- 产生一段随机四进制信号,对其进行QAM调制后,送入加性高斯白噪声信道传输,用加法运算在已调信号叠加白噪声,模拟加性高斯白噪声信道对信号传输的影响,在接收端对信号进行相应解调,并与原始信号比较计算误码率。改变误差白噪声的功率,绘制信噪比与误码率曲线。并与同组其他同学的性能曲线比较各种调制方式的性能优劣。-For some randomly generated four-band signal, after its QAM modulation, into the additive white Ga
jiafa
- 十字链表的加法运算代码 采用文档输入输出 自动生成文档并保存 可重现-Cross list using the addition operation code input and output files automatically and save the document to reproduce
verilog
- 带溢出的四位补码加法运算verilog代码-verilog
Linklist
- 用链表实现一元多项式的加法运算...有不足处,大家指点哦-Unary polynomial using linked list implementation of the addition operation ... there are deficiencies, we pointing oh ...
caculate
- 用MFC做的加法运算小程序,比较基础,开发环境是VS2003。-With the MFC to do a small addition operation procedure, the comparison basis, the development environment is VS2003.
4
- 超长正整数的加法源代码 用于比较长的整数的加法运算-Long positive integers in addition the source code used to compare a long integer addition operation
lianbiao
- 用单链表实现多项式的加法运算,其中没有迭代器-Polynomial with a single linked list to achieve the addition operation, which is not an iterator
5-3
- 输入并建立两个稀疏矩阵A和B的十字链表, 输出稀疏矩阵, 两完成两稀疏矩阵的加法运算,结果存放在稀疏矩阵A中, 要求相加结果为0的元素从结果稀疏矩阵的十字链表中删除, 输出A稀疏矩阵-Input and the establishment of two sparse matrices A and B, cross linked, the output matrix, the two completed the addition of two sparse matrix computation,
Matrixsum
- 矩阵相加,实现矩阵加法运算,采用十字链表存储,实现相加。-Matrix add, matrix addition operation achieved by using cross-linked storage, to achieve additive.
testDAO
- 最简单的DAO方法!文档中通过简单的加法运算实现,适合初学者。-DAO The easiest way! Document to achieve a simple addition operation, suitable for beginners.
jiajiajia
- VB加法器,可以进行加法运算,支持科学计数法以及小数等等。而已成为偷懒的好工具!-VB adder, addition operations can support scientific notation and decimal and so on. Only be a good tool for lazy!
call
- 计算器,数字以字符串输入,实行加法运算,需要内部实现字符转换,成数字,结果仍转换成字符串方式输出。-Calculators, digital input string, the implementation of addition operation, the need to achieve internal character conversion to digital, the result is still way to convert a string output.
ReloadOperate1
- VC与C++开发基础 操作符重载实现编译多态,复数的加法运算,ReloadOperate的程序源码-VC and C++ to develop basic operator overloading to achieve compile polymorphic plural addition operator, ReloadOperate, program source code
A4-1
- 二进制双精度加法运算,用于微机原理上机实验编程-Binary double-precision addition operations, Experimental Programming on Microcomputer Principle
Gradientascent1
- 2个整数的加法运算,有verilog语言编写-Two integer addition operation
assignment1
- 【问题描述】 设计一个实现一元稀疏多项式相加运算的演示程序。 【基本要求】 (1)输入并建立两个多项式; (2)多项式a与b相加,建立和多项式c; (3)输出多项式a,b,c。输出格式:比如多项式a为:A(x)=c1xe1+c2xe2+…+ cmxem,其中,ci和ei分别为第i项的系数和指数,且各项按指数的升幂排列,即0≤e1<e2<…<em。多项式b,c类似输出。([descr iption of the problem]
matlab算数运算和逻辑运算
- 实现基本的运算(算数运算和逻辑运算),例如:加法、减法、乘法、除法、开方等运算(Implementing basic operations (arithmetic and logic operations))