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

搜索资源列表

  1. Calculator

    0下载:
  2. MFC程序,实现一个计算器,可正确实现加减乘除基本运算-MFC programs achieve a calculator, can accurately realize basic computing add, subtract, multiply and divide
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-31
    • 文件大小:13224277
    • 提供者:308195627
  1. calculator

    0下载:
  2. 运用MFC实现小型计算器的诸如加减乘除、乘方、取余等等功能,该程序简练易读-Using MFC realize small calculator such as add, subtract, multiply and divide, chengfang, take this program over etc function succinct easy to read.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:13495
    • 提供者:王雅东
  1. 1

    0下载:
  2. 构造类实现复试加减乘除 两种构造方法 构造方法-Class implements the method to construct add, subtract, multiply and divide
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:545
    • 提供者:zp
  1. Notepad-part-of-the-source-code

    0下载:
  2. 能实现计算器的加、减、乘、除基本功能。Notepad part of the source code-To achieve the calculator to add, subtract, multiply, divide the basic functionality.
  3. 所属分类:.net

    • 发布日期:2017-03-26
    • 文件大小:8313
    • 提供者:zhengxin
  1. eight-queens

    0下载:
  2. 分治法求解八皇后问题,一个简单的分治法应用算法。-Divide and conquer method to solve the eight queens problem, a simple application of divide and conquer algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:13804
    • 提供者:李俊炜
  1. calculate

    0下载:
  2. 8、实现一个计算器,界面类似 WINDOWS 中的界面,包括 0~9 十个数字、 加、减、乘、除四种运算符号和一个用于输入及显示结果的文本框,单击每个按 钮都能完成相应的功能-8, to achieve a calculator, interface similar to the WINDOWS interface, including the ten digits 0 to 9, add, subtract, multiply and divide four kinds o
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:803
    • 提供者:liuna
  1. jsq

    0下载:
  2. 简单的实现计算器功能,加、减、乘、除功能,简单易用,是我第一次写的,望包涵!-Simple implementation calculator, add, subtract, multiply, and divide functions, easy to use, is the first time I write, looking bear!
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-16
    • 文件大小:10458
    • 提供者:li
  1. 21-8

    0下载:
  2. 自定义例外类自定义错误处理类 算数异常,x不能除以0,这是自定义异常类! 按Enter键继续-Custom exception class custom error handling class count abnormalities, x can not divide by 0, this is a custom exception class! Press the Enter key to continue ...
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:825
    • 提供者:
  1. calculator

    0下载:
  2. 简易计算器.基本的实现了数据的加减乘除,代码运用了sender as减少了代码量-Simple calculator. The basic realized data add, subtract, multiply and divide, the code used to reduce the code as keep
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:43598
    • 提供者:
  1. juzhen

    0下载:
  2. 稀疏矩阵的八种变换 加减乘除以及其逆运算 -Sparse matrix add, subtract, multiply and divide eight kinds of transform and its inverse operation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:2318
    • 提供者:好搞笑
  1. div

    0下载:
  2. 32位无符号整型除以24*60 uint32_t/(24*60)-32-bit unsigned integer divide by 24* 60 uint32_t/(24* 60)
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:146462
    • 提供者:eagle鹰
  1. skfp

    0下载:
  2. EDA 16位数控分频,比较好地演示数控分频-EDA 16 位 ​ ​ digital divide, the better to demonstrate numerical frequency
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-16
    • 文件大小:223503
    • 提供者:张冰
  1. jishuanqi

    0下载:
  2. vb开发的计算器,可以进行加减乘除运算。-VB Development calculator,Can add, subtract, multiply and divide operation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:458056
    • 提供者:ygf
  1. Calcula

    0下载:
  2. 本程序是用C++编写的 主要实现了一个简单的计算器 通过该计算器可以简单的进行加减乘除操作。-This procedure is used C++ prepared to achieve a simple calculator in the calculator can be simple to add, subtract, multiply and divide operation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1892056
    • 提供者:lucy
  1. anjian-biancheng

    0下载:
  2. 按键处理,可以说,是做单片机的朋友的一项必须掌握的基本功。在本文中,匠人将试 着对按键的检测及处理做一些肤浅的分析m击键类型的划分有多种方式,比如: a) 按照击键时间来划分,可以分为“短击”和“长击”; b) 按照击键后执行的次数来划分,可以分为“单击”和“连击”。 c) 另外还用一些组合击键方法,如“双击”或“同击”等等。然后给出流程图,共三个文件-Key processing can be said, is to do a friend a microcontroller
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:768746
    • 提供者:vinkerl
  1. test1_1

    0下载:
  2. 设有8个运动员要进行比赛,设计一个日程表: 1)每个选手必须与其他7个选手各赛一次; 2)每个选手一天只能赛一次; 要求:根据分治法基本思想-Of eight athletes to compete to design a schedule: 1) Each player must match the other seven players each time 2) Each player race day only once requirements: According to
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1232452
    • 提供者:youbin
  1. Calculator

    0下载:
  2. 实现一个有加、减、乘、除、函数计算功能和电子时钟的多功能计算器。软件设计采用C语言编写,实现了14位浮点数内的加、减、乘、除基本的四则运算,带有‘sin’、‘cos’、‘tan’、‘exp’、‘ln’、‘lg’、‘倒数’、‘x^y’、‘sqrt’、‘fmod ’10个常用数学函数运算。 -To achieve an addition, subtraction, multiplication, division, function, computing and electronic clock
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:223024
    • 提供者:叶祖钦
  1. Pipeline-problem

    0下载:
  2. 使用C++语言实现了分治和递归的算法,有一定的帮助。-C++ language using a divide and conquer and recursive algorithms, have some help.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:807
    • 提供者:rucy
  1. vb-jisuanqi

    0下载:
  2. 一个简单的计算器,功能俱全。用vb实现的,可以加减可以乘除。-A simple calculator, function and taste. Using vb to achieve, you can add and subtract can multiply and divide.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:28921
    • 提供者:徐卫东
  1. computer

    0下载:
  2. 能够计算加、减、乘、除的小小简易计算器。-Can add, subtract, multiply and divide the simple calculator
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:431077
    • 提供者:guizhongyun
« 1 2 ... 24 25 26 27 28 2930 31 32 33 34 ... 50 »
搜珍网 www.dssz.com