CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 加运算

搜索资源列表

  1. MD5加密的C++类

    0下载:
  2. 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4533
    • 提供者:俞训峰
  1. smatrix

    1下载:
  2. 数据库课程设计,用完全链表结构实现稀疏矩阵的创建,删除,以及加、减、乘、转置运算-database curriculum design, fully linked list with sparse matrix structure to achieve the creation, deletion, and, plus or minus, by transfer of home computing
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4168
    • 提供者:薄洪健
  1. 稀疏矩阵运算器加减乘

    1下载:
  2. 以十字链表表示稀疏矩阵,实现两个矩阵的相加,相减,和相乘的运算.-List said with a crossbow sparse matrix, the matrix to achieve two together, subtraction, multiplication and arithmetic.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2414
    • 提供者:罗明会
  1. 求向量加减乘运算

    0下载:
  2. 数据结构常用算法——向量的加减乘除算法。希望能给读者带来帮助-algorithm commonly used data structures -- the vector arithmetic algorithm. Hope can help readers
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1340
    • 提供者:
  1. 大数运算类实例

    0下载:
  2. 在计算机科学中有一类分常重要的代码工具是抽象的大数运算类,本工程实现对大数加减乘除的封装及实例-in computer science is often an important sub-category of tools is the code of large numbers Operational abstract category, the majority of projects to achieve the arithmetic package and examples
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5169
    • 提供者:刘胜国
  1. Data_Struction_complex

    0下载:
  2. 数据结构作业 复数运算代码。 可处理复数加减乘除运算。 图形界面。-data structure complex computing operations code. Can handle complex arithmetic operations. Graphical interface.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:418851
    • 提供者:张钊宁
  1. calculate(sign)

    0下载:
  2. 该程序用C语言实现了大整数的加减乘除运算-the program with C language of the large integer arithmetic operations
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3503
    • 提供者:梁伟明
  1. shujujiegouduoxiangshijisuan

    0下载:
  2. 这是一个数据结构实现简单的加减乘除运算的算法源代码,希望能及早通过,我想下载贵网站中的一个代码-This is a simple data structure of the arithmetic computation algorithm source code in hopes early, I want to download your site is a source of
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17539
    • 提供者:高兴
  1. TriMat

    0下载:
  2. 在目录“\\上三角矩阵类的实现”中给定了文件triMat.cpp、triMat.h,请把triMat.h文件中的9个填空位置补上正确的代码,使triMat.cpp能完成上三角矩阵的加、减、乘运算。要求输入: 输入矩阵维数:4 输入矩阵a的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 输入矩阵b的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 -in the di
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7880
    • 提供者:李昭明
  1. Poly---6yunsuan

    0下载:
  2. 可以实现两多项式的加减乘除及微积分运算,但因当时时间关系,没有对多项式进行有效性进行检查-can achieve the two polynomial arithmetic operations and calculus, but for the time, no right polynomial validity checks
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:25463
    • 提供者:lipei
  1. franction

    0下载:
  2. 简单地分数运算,实现分数地加减乘除运算!-simple computation, fractional arithmetic operations to!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7901
    • 提供者:kerry
  1. fushusizeyunsuan

    0下载:
  2. 此程序由C++语言编写而成,主要功能是实现复数之间的加、减、乘、除的运算,分别由数字键1、2、3、4代替。包含设计报告-this procedure prepared by the C language, the major function of the complex, plus or minus, multiplication, addition to the operator, Key figures from the 1, 2, 3 and 4 instead. Includes de
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12825
    • 提供者:许元雪
  1. expression

    0下载:
  2. 需求分析 (1) 任何一个表达式都是由操作数、运算符和界限符组成的,我们称之为单词. (2) 表达式求值首先要符合四则运算规则: ① 先乘除,后加减 ② 从左到右进行运算 ③ 先括号内,后括号外 (3) 功能实现: ① 若当前单词为数字串,则压入数值栈 ② 若当前单词为运算符并大于运算栈的栈顶符号,则进栈 ③ 若当前单词为运算符并等于运算栈的栈顶符号,去括号,输出 ④ 若当前单词为运算符并小于运算栈的栈顶符号,则进行运算
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-17
    • 文件大小:108916
    • 提供者:马巧英
  1. homework2_2

    1下载:
  2. 用链表(单向链表或双向链表)实现 多项式之间的运算包括:多项式之间的加、减、乘、除*法等
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:35979
    • 提供者:云从龙
  1. cprogramme

    0下载:
  2. 一个多项式运算程序 实现多项式的加 减 乘除 乘方 积分 微分 混合运算 一个二叉树运算程序 实现二叉树的创建 复制 深度计算 和树形显示 一个哈夫曼算法的演示程序 实现对电文的编码 编码的输出 和编码的还原 程序共三个 模块已经超过了五个 没有分开写
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11256
    • 提供者:张赛
  1. 定点运算器.rar

    0下载:
  2. 实现二进制定点运算: 1.定点整数补码加法 2.定点整数补码减法 3.定点小数Booth补码一位乘法 4.定点小数原码一位除法(加减交替法) 5.定点小数补码一位除法(加减交替法) 6.定点小数原码一位乘法 7.定点小数原码两位乘法 8.定点整数原码乘法 9.定点整数原码除法,achieve binary fixed point operations : 1. Sentinel integral complement Adder 2. Sentinel integral
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-01-23
    • 文件大小:11053
    • 提供者:陈婷
  1. BigNum

    0下载:
  2. 一个简单的大数运算头文件,包含了加减乘除模,BOOL,逆元,模幂等-A simple computation of large numbers header file, contains the Math module, BOOL, inverse, modular power, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:3774
    • 提供者:shadow
  1. yydxs

    0下载:
  2. 本程序用C语言编写,完成一元多项式的代数运算,加减乘。-This procedure using C language, completing a polynomial algebraic computation, addition and subtraction by.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1887
    • 提供者:xt
  1. expressions

    0下载:
  2. 数据结构线性表的应用,算术表达式求值,中缀转后缀算法,加减乘除基本运算-The application of the linear table data structure, arithmetic expression evaluation, infix suffix transfer algorithm, the basic operations addition and subtraction multiplication and division
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:10106
    • 提供者:李维
  1. dazhengshu

    0下载:
  2. 数据结构课程设计:大整数运算器 实现大整数的加减乘除运算 数据结构:线性表-Data Structure Course design: large integer arithmetic unit to achieve a large integer addition and subtraction multiplication and division data structures: linear table
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2636039
    • 提供者:周浩鹏
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com