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

搜索资源列表

  1. Calculator

    0下载:
  2. 利用简单工厂模式设计一个计算器 的程序. -Using a simple factory pattern to design a calculator Procedure.
  3. 所属分类:Java Develop

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

    0下载:
  2. linux下设计的计算器,包括一般计算器的功能,完全源代码,内附有详细的使用说明-The design of the calculator under linux, including general calculator function, with full source code, included detailed instructions for use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:21848
    • 提供者:
  1. 2

    0下载:
  2. 一个基于51单片机的计算器设计。包括库文件,原理图和源代码-Based on 51 single-chip calculator design. Including library files, schematics and source code
  3. 所属分类:SCM

    • 发布日期:2017-05-08
    • 文件大小:1739446
    • 提供者:洋路
  1. calculator

    0下载:
  2. 一个用C编写的计算器,可以计算带括号的计算表达式的值,仅支持整数范围内的计算(开始的时候是开发给单片机用的,由于执行效率原因,所以设计不支持浮点数计算),代码很简介,只要修改下数据类型和小部分代码就可实现完全的浮点数计算了-Calculator, written in C can calculate the value of the bracketed expression is evaluated only supports integer within the calculation (th
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:7365
    • 提供者:LIJINKUN
  1. ji-suan-qi

    0下载:
  2. 基于单片机的计算器设计,包括C程序,protuse仿真,外围电路。等-Based on single-chip calculator design, including a C program, protuse simulation, the external circuit. Etc.
  3. 所属分类:SCM

    • 发布日期:2017-03-25
    • 文件大小:149936
    • 提供者:刘文明
  1. calculator

    0下载:
  2. labview 设计的计算器,供学习使用-labview design of the calculator, for learning to use
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:65695
    • 提供者:杜亚峰
  1. calculator

    0下载:
  2. 设计一个简单计算器,在功能上功能尽量模拟windows操作系统中的计算器,系统界面不做强制要求。-Design a simple calculator function try to simulate the calculator in windows operating system functions, system interfaces do not do mandatory.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:288256
    • 提供者:自动化
  1. caculator

    0下载:
  2. 计算器,MFC实现的简单计算器设计,可以简单地实现科学计算的功能。-Calculator, the MFC to achieve a simple calculator design.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2374774
    • 提供者:menglin
  1. jisuabqi

    0下载:
  2. 简单计算器功能,实现一些简单功能,如加减乘除。适合初学者-simple calculator design and achieved most of the calculator functions, is prepared by using Java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:23845
    • 提供者:johnzwq
  1. CSharp_Calculator

    0下载:
  2. 面向对象程序设计 C#程序设计 计算器设计-Object-oriented programming C# programming calculator design
  3. 所属分类:CSharp

    • 发布日期:2016-01-25
    • 文件大小:35840
    • 提供者:Ian_Wong
  1. Calculator

    0下载:
  2. 运用labview开发软件图像图形的变大变小的设计-Changed into small design using labview development software Image and Graphics
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:20076
    • 提供者:于小于
  1. SURE

    0下载:
  2. 基于89C52单片机的高精度计算器设计,并且附加了DS18B20温度传感器的程序-89C52-based high-precision calculator design, and DS18B20 temperature sensor attached procedures
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:2683
    • 提供者:李硕
  1. scientific-calculator

    0下载:
  2. 科学计算器的设计与编程,方便大家进行学习。-Design and programming of the scientific calculator, to facilitate learning.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:21743
    • 提供者:comedyfly
  1. Javaqisuanqi

    0下载:
  2. java简易计算器设计,可以实现普通的数值运算-java simple calculator design, ordinary numerical computation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:1839
    • 提供者:miss
  1. Unary-calculator

    0下载:
  2. 设计一个稀疏多项式简单计算器。用户输入两个多项式的项数、系数与指数,计算加减乘除等的结果。-Design a sparse polynomial simple calculator. The user input two polynomial of item number, coefficient and index, add, subtract, multiply and divide and results.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2650
    • 提供者:王伟
  1. calculator-algorithm

    0下载:
  2. 数据结构设计程序之计算器的算法实现,很适合初学者学习-Data structure design procedures calculator algorithm, it is suitable for beginners to learn
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:138324
    • 提供者:issachuxleg
  1. calculator

    0下载:
  2. 这是一个设计16位计算器,运用Verilog HDL语言编写,可以实现简单的加减法计算。并且可以在Xilinx91i上仿真。其中 top.v文件为目录,calculator.v为计算器设计,display.v为显示设计,divclk.v为分频设计,keypad.v为键盘设计,并且testkeypad.v为检测程序。-design a 16-bit calculator using the Spartan 3 FPGA on the Digilent circuit board, with an
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:13041
    • 提供者:wangdage
  1. Java-curriculum-design-thesis

    0下载:
  2. Java课程设计论文复杂计算器的设计 -Java curriculum design thesis- the design of complex calculator
  3. 所属分类:Applet

    • 发布日期:2017-03-30
    • 文件大小:372598
    • 提供者:aa
  1. calcu

    0下载:
  2. 基于MC9S12DG128的计算器设计,适合初学者设计单片机与应用-Calculator design based on MC9S12DG128,which suits to the students to learn
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-12-01
    • 文件大小:340321
    • 提供者:xiameng
  1. Calculator

    0下载:
  2. 程序主要实现了通过四个独立按键来完成加减乘除四则运算。是单片机课程设计的题目之一。包括了实现的源码和proteus仿真电路图-The program is mainly achieved through four separate buttons to complete the four operations of addition, subtraction, multiplication, and division. One of the topics of the MCU Design
  3. 所属分类:SCM

    • 发布日期:2017-11-28
    • 文件大小:57459
    • 提供者:李龙
« 1 2 3 4 5 6 78 9 10 11 12 ... 35 »
搜珍网 www.dssz.com