CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 加减乘除

搜索资源列表

  1. _Poly

    0下载:
  2. 多项式加减乘除实现程序,通过逆波兰记法保存多项式于栈中,实现运算-polynomial arithmetic procedures, through reverse Polish notation in the preservation of polynomial stack, and achieving Operational
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4861
    • 提供者:David
  1. 8086smallcase

    0下载:
  2. 这是8086中用c语言实现加减乘除等算法以及相应的实验报告,这是我们的课程所做的作业-c language used arithmetic algorithm as well as the corresponding experimental report This is our doing operations
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:153768
    • 提供者:陈银桃
  1. Compute_algorithm

    0下载:
  2. 作者倾力编写的简易计算器程序,可实现八位数的加减乘除功能。显示和键扫描部分是参考他人的著作。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2673
    • 提供者:晓龙
  1. calculator

    1下载:
  2. 模拟微软的计算器功能,基本上可以实现加减乘除等简单的运算,用VC++MFC实现.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:43459
    • 提供者:姜然
  1. vec2d

    0下载:
  2. 1D/2D 向量计算封装,特别经过SSE优化,能够提供与Intel IPP速度接近的向量计算,支持矩阵转置、矩阵加减乘除。精度支持单/双精度设置,需要SSE2以上指令支持。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:7509
    • 提供者:Kaviten
  1. calcutor

    0下载:
  2. 实现了加减乘除基本功能,并且实现了角度弧度转换功能,三角函数等.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:58770
    • 提供者:范霜
  1. calculate

    0下载:
  2. QT 计算机,实现了基本的计算机功能,包括加减乘除平方开方等.-QT CALCULATOR
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1510
    • 提供者:LJC
  1. luowenfeng

    0下载:
  2. 建立试题库文件,随机产生n个题目; 题目涉及加减乘除,带括弧的混合运算; 利用栈求解表达式的值; 随时可以退出; 保留历史分数,能回顾历史,给出与历史分数比较后的评价- The establishment of test database file, the subject of n randomly generated topics related to addition, subtraction, mixed operations with parentheses
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:15832
    • 提供者:赵传喜
  1. biginteger

    0下载:
  2. 用c语言实现大整数加减乘除, 求余, 最小公倍数等计算-C language implementation with large integer addition and subtraction multiplication and division, remainder, least common multiple and other computing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:8445
    • 提供者:chen
  1. Methods

    0下载:
  2. 采用C#语言在VS2010环境中软件实现编写计算器功能,加减乘除和取余功能。-VS2010 environment software writing calculator function, addition, subtraction, multiplication and division, and modulo functions using C# language.
  3. 所属分类:Linux-Unix program

    • 发布日期:
    • 文件大小:60614
    • 提供者:窦刚
  1. cminus

    2下载:
  2. 编译原理大作业实现C编译器,实现加减乘除移位运算实现函数-Compiler Construction Principles great job to achieve C compiler, to achieve realization of the function addition and subtraction multiplication and division shift operator
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:73005
    • 提供者:
  1. jisuan

    0下载:
  2. 通过键盘计算输入的代数式,完成加减乘除运算。-Calculated through the keyboard input代数式to complete the addition and subtraction multiplication and division calculations.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1683
    • 提供者:xuni
  1. tujuzhen

    0下载:
  2. 介绍矩阵的一些应用,可以用于 一些矩阵的加减乘除的运算等。-Matrix introduced a number of applications, can be used in a number of matrix calculation, such as computing.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:7330
    • 提供者:品洋
  1. xishujuzhenyuansuanqi

    0下载:
  2. 自己编写的稀疏矩阵运算器可以运算加减乘除-I have written can be sparse matrix computing computing Math
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:32784
    • 提供者:12
  1. BIGIL

    0下载:
  2. 128位大整数运算源代码 源代码包含128位大整数的加减乘除、取模、乘幂、2进制和10进制转换等运算,可用于大整数运算和加解密算法。 -128 large integer computing source code source code contains 128 large integer addition and subtraction, multiplication and division, modulus, by power, 2-band and 10 hexadecimal
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:3158
    • 提供者:
  1. bigNumber

    0下载:
  2. 大数加减乘除的实现,完全个人写,经测试正确,代码清晰。-Math & the realization of large numbers, completely personal writing, have been tested correctly, the code clearly.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:3378
    • 提供者:中好
  1. BigNum

    0下载:
  2. C++大数类,支持基本的高精度加减乘除运算-C++ Large Number Class, support high-precision calculation of basic computing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1772
    • 提供者:superhan
  1. RandomInt

    0下载:
  2. 大数四则运算,实现加减乘除以及模运算,c++语言实验,比较实用-big number algorithm,add,minus,multiple and mod
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:273096
    • 提供者: 李好
  1. pargen

    0下载:
  2. 编译原理大作业实现C编译器,实现加减乘除移位运算实现函数-Compiler Construction Principles great job to achieve C compiler, to achieve realization of the function addition and subtraction multiplication and division shift operator
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-17
    • 文件大小:4500307
    • 提供者:
  1. 高程统一加减命令TX

    5下载:
  2. CAD数字批量加减乘除,命令TX,CAD加载插件后,按命令行提示操作即可(CAD digital batch addition, subtraction, multiplication and division)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2020-09-19
    • 文件大小:1024
    • 提供者:yylwy
« 12 3 4 »
搜珍网 www.dssz.com