搜索资源列表
成绩管理20034581赵传仕
- 学生成绩管理系统 C语言 1、掌握结构化设计方法。 2、了解大型软件的设计技术 3、在实际应用背景下灵活运用线性表的顺序存储结构和链式存储结构。 4、灵活运用线性表上的各种基本运算,完成题目需求。 5、在实例中运用排序与查找算法。-student performance management system a C language, master structural design methods. Two, understand the design of large software tec
matlab信号处理源程序1
- MATLAB,即“矩阵实验室”,它是以矩阵为基本运算单元。从最基本的运算单元出发,介绍MATLAB的命令及其用法。-MATLAB, "Matrix lab," It was based on the matrix of the basic computing unit. Operational from the most basic unit is introduced, and MATLAB orders its use.
matlab信号处理源程序2
- MATLAB,即“矩阵实验室”,它是以矩阵为基本运算单元。因此,从最基本的运算单元出发,介绍MATLAB的命令及其用法2。-MATLAB, "Matrix lab," It was based on the matrix of the basic computing unit. Therefore, from the most basic computing element is introduced, and MATLAB ordered two of its use.
matlab信号处理源程序3
- MATLAB,即“矩阵实验室”,它是以矩阵为基本运算单元。因此,从最基本的运算单元出发,介绍MATLAB的命令及其用法3。-MATLAB, "Matrix lab," It was based on the matrix of the basic computing unit. Therefore, from the most basic computing element is introduced, and MATLAB ordered three of its use.
C编写的windows计算器-源代码
- C#编写的windows计算器-源代码 可实现计算器基本运算 可做C语言学习参考-prepared by the C# windows calculator-source code can be realized calculators to do basic computing reference C Language Learning
简明计算器源码
- 这是一个改进型计算器克服了浮点运算误差新增了报数和运算符改错功能,比起我上次做的代码质量更高,更简捷,算法也不一样。当前只支持基本的四则运算,非常适用!!!,美中不足是报音慢点,但对于手慢的使用者也足够了,对于大量快速计算建议关闭报数功能。在98上通过-This is an improved version of Calculator overcome the floating-point error in the newspapers a few new and Operators Corre
VC_DigitalImageProcess
- 这是一个关于数字图像处理的源代码,目前只支持bmp格式的灰度图像,但功能强大,内容丰富,几乎包含了数字图像处理的所有基本内容。如图像的点运算,几何变换,正交变换,图像增强,形态学变换,边缘与轮廓检测,图像分析,图像复原,图像编码等等。-This is a digital image processing of the source code, only supports bmp format gray image, but powerful, rich in content, consists
liaojisuanqi
- 实现一个具有基本功能的计算器,可以实现加,减,乘,除,开方,平方等一系列运算。-for a basic function calculators, can be achieved, plus or minus, multiplication and addition, prescribing, square series of operations.
lljisuanqi
- 实现一个具有基本功能的计算器,可以实现加,减,乘,除,开方,平方等一系列运算。-for a basic function calculators, can be achieved, plus or minus, multiplication and addition, prescribing, square series of operations.
des
- vb6中DES 三重DES运算,很好用,现在项目中在用-vb6 triple DES operations in the DES, very good use, the project is now in use
Matrix
- C#实现的矩阵运算源程序,其中所有的矩阵运算采用操作符重载技术,实现了矩阵求和,差,积,转置,逆等基本运算。-C# source code implementation of matrix operations, one of all the matrix calculation using operator overloading techniques, implementation of the matrix sum, difference, product, transpose, inve
cMatLib.vb
- 适用于vb.net的矩阵运算,包括矩阵的各种运算,请大家支持,超级好用。-cMatLib
jisuanqi
- 高中使用计算器,包括代数运算、物理运算、几何运算-High school practical calculator, including algebra, set operations, physical operation
chain-of-basic-operations
- 链队的各种基本运算的实现初始化链队 (2)依次进队元素a,b,c (3)出队一个元素,输出该元素 (4)依次进队元素d,e,f (5)输出链队的元素-To achieve a variety of basic operations team chain.
basic2_dit-dif-fft-and-dit-dif-ifft
- c语言 实现fft-dit算法 可运行 完成蝶形运算-basic c conplete fft-dit
向量运算
- some basic vector operation
多项式基本运算
- 用于实现多项式的基本操作,包括加法减法乘法和微分。 实现读入文本文件及输出相应结果在输出的文本文件夹中。(The basic operations used to implement the polynomial, including addition subtraction multiplication and differentiation. Implement the read text file and output the corresponding result in the o
main
- 本程序主要是针对超大数据的基本算法的基础编程实现,包括数据的加、减、乘基本运算,可支持运算位数为10000位的基本数据,同时也可以根据文件提示进行修改增加运算位数。(This program is mainly based on large data programming basic algorithm implementation, including data add, subtraction, multiplication, can support 10000 bits as the b
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))