搜索资源列表

  1. 高精度数加减乘法

    0下载:
  2. 高精度数的加减乘法,可以自定义进制,作为类实现,直接使用即可。-precision the number of addition and subtraction multiplication can be defined band, as the category achieved, can be used directly.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1.39kb
    • 提供者:哈哈
  1. 加减乘除四则运算 

    0下载:
  2. 这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下: c:\\masm>js 3+2 5 c:\\masm>js 6*7 2A c:\\masm>js 10-4 c c:\\masm>js 12/3 6-This downloaded from the Internet from a computer p
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3.74kb
    • 提供者:赖毅勇
  1. 矩阵加减乘(M)

    1下载:
  2. 一个比较简单的算法程序。输入一些数,计算后按照矩阵的形式输出。设了三个数组a[],b[],c[]。分别实现c[]=a[]+b[],c[]=a[]-b[],c[]=a[]*b[]。-a relatively simple procedure of the algorithm. The importation of some few, calculated in accordance with the matrix in the form
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7.29kb
    • 提供者:XFX
  1. 加减乘除四则运算 

    0下载:
  2. 这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下: c:\masm>js 3+2 5 c:\masm>js 6*7 2A c:\masm>js 10-4 c c:\masm>js 12/3 6-This downloaded from the Internet from a computer progr
  3. 所属分类:Windows编程

    • 发布日期:2024-11-22
    • 文件大小:3kb
    • 提供者:赖毅勇
  1. dzint

    0下载:
  2. STL算法实现的大整数加减法的程序, 能够进行正负数的加减,而且是动态数组的, 因此可以无限输入,这是本人这学期的大作业-STL algorithms and the largest integer addition and subtraction procedures, plus or minus a few to carry out addition and subtraction, but is a dynamic array,
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-22
    • 文件大小:1kb
    • 提供者:曾郁荣
  1. new加减乘除

    0下载:
  2. 这是一个可以实现长整数加减乘除的程序,请大家多多指教-this can be achieved is a long integer arithmetic procedures, please exhibitions
  3. 所属分类:界面编程

    • 发布日期:2024-11-22
    • 文件大小:2kb
    • 提供者:阿亮
  1. 矩阵加减乘(M)

    0下载:
  2. 一个比较简单的算法程序。输入一些数,计算后按照矩阵的形式输出。设了三个数组a[],b[],c[]。分别实现c[]=a[]+b[],c[]=a[]-b[],c[]=a[]*b[]。-a relatively simple procedure of the algorithm. The importation of some few, calculated in accordance with the matrix in the form
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-22
    • 文件大小:7kb
    • 提供者:XFX
  1. 高精度数加减乘法

    0下载:
  2. 高精度数的加减乘法,可以自定义进制,作为类实现,直接使用即可。-precision the number of addition and subtraction multiplication can be defined band, as the category achieved, can be used directly.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-22
    • 文件大小:1kb
    • 提供者:
  1. yiyuanduoxianshi

    0下载:
  2. 多项式加减法,通过输入多项式的系数,以及项数,返回多项式相加或相减的结果-Polynomial addition and subtraction, by entering the polynomial coefficients, as well as the number of items and return to add or subtract polynomials the result of
  3. 所属分类:其他小程序

    • 发布日期:2024-11-22
    • 文件大小:1kb
    • 提供者:JackChan
  1. jjg

    0下载:
  2. 实现大整数加减法运算,只是一个小的课程设计-Large integer addition and subtraction calculations, only a small curriculum design
  3. 所属分类:软件工程

    • 发布日期:2024-11-22
    • 文件大小:4kb
    • 提供者:李伟光
  1. 24

    0下载:
  2. 输入任意四个整数(0到10),运算符只有加减乘除,还有括号.每个数只能且必须用一次。要求判断这些表达的结果中是否有24。如果有,输出计算表达式:如输入4,6,1,1 输出 4*6*1*1 =24 (允许有括号)。-Enter any four integer (0-10), only addition and subtraction multiplication and division operators, as well as br
  3. 所属分类:C#编程

    • 发布日期:2024-11-22
    • 文件大小:1kb
    • 提供者:df
  1. Calculator

    0下载:
  2. 一个类似于windows标准计算器的程序 用Java语言编写 可以进行简单的加减乘除 取余 ,平方求导数 ,存储数字 ,调用数字等功能-A similar standard windows calculator program written in Java can be used to check simple addition and subtraction, multiplication and division, the squ
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-22
    • 文件大小:7kb
    • 提供者:wang shao hua
  1. calculator

    0下载:
  2. 一个用VC编的简易计算器,只能加减乘除,并且是只能整数加减乘除-A simple calculator!
  3. 所属分类:其他小程序

    • 发布日期:2024-11-22
    • 文件大小:244kb
    • 提供者:安树峰
  1. ADD_SUB_32bit

    0下载:
  2. 加减法器,可实现有无符号数的加减法-Modified instruments used, can be realized whether the number of addition and subtraction symbols
  3. 所属分类:VHDL编程

    • 发布日期:2024-11-22
    • 文件大小:1kb
    • 提供者:aguang
  1. signed_add

    0下载:
  2. verilog 中处理有符号数加减乘除运算的详细讨论和例子。 -Verilog signed arithmetic discussion and examples
  3. 所属分类:VHDL编程

    • 发布日期:2024-11-22
    • 文件大小:93kb
    • 提供者:严刚
  1. jsq

    0下载:
  2. 非常 精简的计算器 计算整型数 加 减 乘 除-Very, very compact calculator integer addition, subtraction
  3. 所属分类:其他小程序

    • 发布日期:2024-11-22
    • 文件大小:1.42mb
    • 提供者:
  1. Complex_2011_9_24

    0下载:
  2. 复数类,实现复数加减乘除……有界面点击按钮实现功能-Complex add/sub/multiply/div
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-22
    • 文件大小:11kb
    • 提供者:王文武
  1. HighNum

    0下载:
  2. 包含高精数的四则运算和其他内容 例如:高精×高精 高精÷高精 等等。。。(Four operations and other contents that contain high precision For example: high precision * high precision High precision and high precision. And so on.)
  3. 所属分类:

    • 发布日期:2024-11-22
    • 文件大小:353kb
    • 提供者:DarkLight
  1. 按键数显

    0下载:
  2. 显示数字 按键可加减 程序简单可用 初学者可学习使用(Display digital keys can add and subtract procedures, simple to use, beginners can learn to use)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-22
    • 文件大小:17kb
    • 提供者:邂逅灵狐
  1. 大数

    0下载:
  2. C语言中如何处理特别大的整型数加减乘,利用数组,采用进位借位处理(Large number algorithm)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-22
    • 文件大小:60kb
    • 提供者:cdw123
« 12 3 4 5 6 7 8 9 10 ... 18 »

源码中国 www.ymcn.org