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

搜索资源列表

  1. lab7_1

    0下载:
  2. 设计一个小型的复数类(C++标准库complex提供复数类),这里为了说明重载运算功能而设计,在小型复数类MiniComplex中,数据成员:实部与虚部。函数远远主要是重载进行复数运算的各种操作符。由于各种运算符功能的限制,将输入与输出运算符重载为友元函数,使得复数的输入与输出更加方便快捷,成员函数重载+,—,*,和/运算符来进行复数的加法、减法、乘法、和除法运算,重载逻辑运算符= =进行复数的相等比较。-Design of a small category of plural (C++ Sta
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-26
    • 文件大小:1344
    • 提供者:暮明
  1. dxshf2chengfa

    0下载:
  2. 功能介绍:改程序能完成模2多项式乘法的功能-Features: changed procedures to complete the module 2 polynomial multiplication function
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:844
    • 提供者:takle
  1. oopcompuer

    0下载:
  2. 实现简单的加减乘除运算 在VC6.0上实现-The realization of simple addition and subtraction, multiplication and division operations to achieve in VC6.0
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:27672
    • 提供者:pottermarkken
  1. JISUAN

    0下载:
  2. 实现简单的四则运算。加减乘除和带有括号的计算-The realization of simple arithmetic. Addition and subtraction and multiplication and division with the calculation of the brackets
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1205
    • 提供者:yuxin
  1. calc

    0下载:
  2. 这是一款计算机,可以实现简单的加减乘除运算,还有其他的一些功能-This is a computer, you can achieve simple addition and subtraction, multiplication and division calculations, there are other features
  3. 所属分类:Button control

    • 发布日期:2017-04-06
    • 文件大小:37275
    • 提供者:樊松召
  1. poly

    0下载:
  2. 任意元多项式的加法,减法,乘法实现 c++课的practice-Arbitrary polynomial of the adder, subtraction, multiplication to achieve c++ Class practice
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2833
    • 提供者:heaton
  1. Calculator

    0下载:
  2. 计算器,可以计算加减乘除等四则运算。当除数为0的时候会显示错误。支持连续输入进行计算。输入数值可以为浮点数-Calculator, can be calculated, such as addition and subtraction multiplication and division four computing. When the divisor is 0, when will display an error. Support for the importation calculate
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:11031
    • 提供者:姚明
  1. Calculator

    0下载:
  2. 计算器应用,可以进行简单加减乘除运算。 但有数字大小限制-Calculator application, you can perform simple addition and subtraction multiplication and division calculations. But the figures size limit
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:2124
    • 提供者:ZL
  1. Aron

    0下载:
  2. 实现九九乘法表和字符ASCII转换,有主菜单可供选择-To achieve multiplication table and the ASCII character conversion, there is the main menu options
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1570
    • 提供者:arondew
  1. Matrix

    0下载:
  2. 数学计算工具软件系统 设计软件实现下列功能: (1)矩阵乘法的运算 (2)对n个数据的排序 (3)方程的求解 (4)任意曲线的积分运算 -Mathematical tool for software system design software to achieve the following functions: (1) matrix multiplication operator (2) of the n data sorting (3) Equation
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:67211
    • 提供者:三四三
  1. caculator

    0下载:
  2. 一个简易计算器程序,可以进行基本的加减乘除,平方,倒数等操作-A simple calculator program, you can do basic addition and subtraction, multiplication and division, square, reciprocal, such as operation
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:84482
    • 提供者:孙永丰
  1. Clanguage-largenumberofhighprecisionmultiplication

    0下载:
  2. 输入任意2个较高精度的大数的乘法运算,忘多指教-Enter any two higher accuracy of the multiplication of large numbers, forget the multi-index
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3219
    • 提供者:陈生
  1. vc

    1下载:
  2. 1) 具备十进制输入(0、1、2…8、9),扩展十六进制运算符(A、B…E、F),具备基本的运算功能,包括加法、减法、乘法、除法、取反,具备小数运算; 2) 三角函数运算,(反)正弦、(反)余弦、(反)正切、(反)余切; 3) 科学运算,包括乘方、取模、开方、指数、阶乘、对数、π和e,角度、弧度切换,二进制、八进制、十进制及十六进制数切换运算, 4) 具备历史计算的记忆功能 5) 用户操作非法或出错时,系统会显示提示; -1) with decimal input
  3. 所属分类:其他小程序

    • 发布日期:2013-01-12
    • 文件大小:71293
    • 提供者:king
  1. 99shengfabiao

    0下载:
  2. 99乘法表,对初学C语言的同学应该有很大的帮助,谢谢对我的支持-99 multiplication table for beginner C language students should be of great help, thank you for my support
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:6201
    • 提供者:周玉
  1. Calculater

    0下载:
  2. 利用堆栈的方式实现计算机的加减乘除等简单功能-Way to use the stack of computer, such as simple addition and subtraction, multiplication and division functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:85962
    • 提供者:陈朋
  1. xishuduoxiangshichengfa

    0下载:
  2. 稀疏多项式乘法的实现代码,是数据结构的课程设计,这里只有源代码-The realization of sparse polynomial multiplication code, is a data structure of curriculum design, only the source code here
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1862
    • 提供者:明玲吉
  1. Calculator

    0下载:
  2. 实现加法,减法,乘法,除法计算,可以用鼠标操作。-Achieve adder, subtraction, multiplication, division calculation can be used to operate the mouse.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3802
    • 提供者:陈作成
  1. 1

    0下载:
  2. STRASSEN矩阵乘法算法 ,实现矩阵运算-Strassen matrix multiplication algorithm, the realization of matrix operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1534
    • 提供者:沈真
  1. 99multiply

    0下载:
  2. 这是一个很简单的WIN32下的九九乘法表!做了一些格式显示,使得它显示出更让用户能接受-This is a very simple multiplication table under WIN32! Done some format so that it shows even more users to accept
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:6803
    • 提供者:肖小
  1. jisuanqi

    0下载:
  2. 本代码制作计算器。执行本例实例后,将创建一个计算器,可以进行常用的加减乘除算术运算。本实例的知识点有:窗口布局器GridLayout的应用,对按钮消息的监听和响应 。-The code produced calculator. Examples of the implementation of this case, it will create a calculator that can be commonly used arithmetic operations addition and su
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:19488
    • 提供者:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com