搜索资源列表
myheard
- 我们的一个数据结构的课程设计,计算一元稀疏距阵的计算器,即是一元多项式的相加\\相减\\相乘\\求导\\求X值\\...还有利用彩色文本形式编写的一个界面.非常的好看,使用也方便-the data structure of a curriculum design, calculation of one yuan sparse matrix of calculators, serves yuan polynomials together \\ subtract \\ multiply \\ der
c++_class_matrix
- 完整的矩阵类,实现的功能如下: 方阵、拷贝构造、初始化,分配矩阵数据的内存,并全部置0、将方阵初始化为方阵、设置矩阵个元素的值、得到知道元素的值、获取矩阵的列数、获取矩阵的行数、获取矩阵的数据、获取指定行的向量、获取指定列的向量、重载运算符 = 、重载运算符 ==、重载运算符 !=、重载运算符 +、重载运算符 - 重载运算符 数乘*、重载运算符 矩阵相乘* 矩阵转置。-integrity of the matrix type, function as follows : Lineup
add
- 用双向链表实现任意位数的正负整数或小数的加法、减法和乘法运算以及对文件的相关操作。 文件说明: 给定的文件a*.txt为第一个数,b*.txt为第二个数,要求加法产生的结果存储在add*.txt中,减法产生的结果存储在sub*.txt中,乘法产生的结果存储在mult*.txt中,*为对应的一组数据。 -The realization of arbitrary list with two-way median of positive and negative integers or
dashuxiangcheng
- 大数据相乘,多字节数据之间的乘法运算,使用数组存储-Large data multiply, multi-byte data of the multiplication, the use of an array of storage
jisuanqi3
- 利用数据结构栈的思想,按照四则运算加、减、乘、除、幂(^)和括号的优先关系和惯例,编写计算器程序-Stack data structure using the ideas, in accordance with the four operations add, subtract, multiply, divide, power (^) and the priority relations between the brackets and practice procedures for the p
try
- 用类实现大数的数据结构算法,可以比较两个大数的大小,两个大数间相加,大数与普通整数相加,两个大数相乘等-Large numbers with the class implements the data structure algorithms, can compare the size of two large numbers, between the sum of two large numbers, large numbers of ordinary integer add, multipl
caculate
- 《数据结构》 课设 利用栈计算浮点数的加,减,乘,除,有一定的判错功能-" Data Structure" class-based calculation of floating-point increases in the use of the stack, subtract, multiply, divide, there is a certain sub-error functions
2
- 数据结构,加减法以及乘法的实现,这是对表达式求值的过程-Data structure, add and subtract, and multiply the realization that this is the process of evaluation of expressions
quantizationandperiodograms
- Plot the periodograms of the random data line codes and to multiply fft output with sampling time to make it similar to the analog counterpart. task 1 and 2 are about quantization
yiyuanduoxiangshi
- 数据结构 一元多项式的加、减、乘简单运算-Data structure of Multinomial add, subtract, multiply simple operation
16008408_E1
- 1、实现算术表达式的求值运算,程序通过键盘输入一个表达式,通过运算得到表达式的值,并在显示器上输出完整的表达式及其值; 2、程序实现时,采用栈数据结构 3、表达式以字符串的形式输入; 4、表达式中包括的基本运算符有加、减、乘、除(分别用+、-、*、、表示),表达式中包括括号的处理,括号可以嵌套;表达式中的数字可以是整数,也可以是小数-1, and the evaluation of arithmetic operations, the program through keyboard
xinshi
- 计算器程序能够实现 从键盘输入数据 能够实现数据的加、减、乘、除-Calculator program enables data to be entered from the keyboard data to add, subtract, multiply, and divide
gaojingdu
- 高精度算法,属于处理大数字的数学计算方法。在一般的科学计算中,会经常算到小数点后几百位或者更多,当然也可能是几千亿几百亿的大数字。一般这类数字我们统称为高精度数,高精度算法是用计算机对于超大数据的一种模拟加,减,乘,除,乘方,阶乘,开方等运算。对于非常庞大的数字无法在计算机中正常存储,于是,将这个数字拆开,拆成一位一位的,或者是四位四位的存储到一个数组中, 用一个数组去表示一个数字,这样这个数字就被称谓是高精度数。高精度算法就是能处理高精度数各种运算的算法。 -High-precision
multiply
- 数据结构上机实验——矩阵相乘。可实现输入两稀疏矩阵,用户自定义选择矩阵相乘模式并显示相乘结果。简明、易懂、C++自编版。-Data structure on experiments- matrix multiplication. Enter the two sparse matrices can be realized, user-defined selection matrix multiplication mode and display the multiplication result.
longc
- 计算无限位长整数的计算器,是数据结构综合设计的实验题目,请大家参考。-This code calculates the plus,minus and multiply operation without bit limit.It is for Data structure.
Calculator
- 实现任意精度的加、减、乘、除和开方运算,精度位数可由用户设定,数据结构才用链表结构-Arbitrary-precision add, subtract, multiply, division, and square root of bits of precision can be set by the user, the data structure to a linked list structure
multiply
- 数据结构实验。利用单链表实现多项式的加法和乘法。-Data structure experiments. Polynomial addition and multiplication using a single linked list.
string-data-encryption
- Data Encryption by Matrix Multiplication We will only use numbers 0 to 26 for the encryptive mathematics operation. Numbers from 1 to 26 are for letters from A to Z and 0 is for all non-letter characters. To minimize usage of numbers, all letters
polynomial-operation
- 在C++下,实现多项式的加减乘除算法。其中用到数据结构的理论。主要是线性表的应用-In C++, to achieve add, subtract, multiply and divide algorithm of polynomial. The theory used in data structure. The main applications of linear table
bigdata
- 简单的大数定义和计算,包括大数存储结构和加减乘除计算-A large number of definitions and simple calculation, including big data storage structure and add, subtract, multiply and divide calculation