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

搜索资源列表

  1. calculator

    0下载:
  2. 课设一个,又臭又长,是一个用verilog编写的计算器,对应革新科技的某个sopc开发平台,键盘会扫描,七段二极管会译码且是并行输出,上传的是整个工程,在该开发平台上基本正常,主程序段编写的较为幼稚,希望大家多多扔玉。注:主程序段预计做八位计算器,后来因为实验平台只有六个数码管无奈之下后两位没接,主程序中的ac有问题,在开发平台上没效果,压缩包里的图是主程序在quartus下的仿真图,开发环境是quartus,不知应选哪项。最后:初次上传欢迎指正 -Set up a class, but als
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-28
    • 文件大小:10809099
    • 提供者:raven
  1. tricordic

    0下载:
  2. 用CORDIC计算器计算sin,cos。包含浮点仿真模型和定点仿真模型-CORDIC calculator with sin, cos. Contains the floating-point simulation model and the fixed-point simulation model
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1106
    • 提供者:Fengxiaodong
  1. 8051Calculator

    0下载:
  2. 计算器的硬件仿真以及相关的程序代码。89c51单片机上实现普通计算机所具有得所有功能.-Calculator hardware emulation and the associated program code. 89c51 microcontroller implemented on ordinary computers get all the features possessed.
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:119607
    • 提供者:王佳文
  1. jishuqi

    0下载:
  2. 利用单片机AT89C51设计的计算器,其中包括用PROYUES仿真的电路图和用汇编语言编写的汇编程序。-AT89C51 microcontroller designed for the use of calculators, including the use PROYUES circuit simulation and the use of assembly language written in assembler.
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:40780
    • 提供者:周强强
  1. AVRX

    0下载:
  2. 以嵌入式的消息机制实现一个计算器,可连续加减乘除。有仿真模型-Message mechanism is embedded in a calculator, continuous, Math. A simulation model
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-28
    • 文件大小:157227
    • 提供者:狂呀彭
  1. Calculator

    0下载:
  2. 用单片机做的仿真计算器,这是在professional环境下仿真的-Calculator to do the simulation with the MCU, which is in the professional environment simulation
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:46240
    • 提供者:wwhui
  1. jisuanqi

    0下载:
  2. 功能比较强大的计算器,包括仿真和程序,科学计算功能-Function more powerful calculators, including the simulation and procedures, scientific computing
  3. 所属分类:Embeded-SCM Develop

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

    0下载:
  2. 基于MCS8051的简易计算器设计,在ISIS仿真软件下运行。-simple calculator based on MCS8051, which can run in ISIS simulation software.
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:129917
    • 提供者:yxm
  1. cbianxiededanpianjichengxu

    0下载:
  2. 单片机计算器的一个小程序,仿真的单片机计算器-SCM is a small calculator program, simulation of single chip calculator
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1841
    • 提供者:
  1. jisuanqi

    0下载:
  2. 一个一元稀疏多项式简单计算器: 1 输入并建立多项式; 2 输出多项式,输出形式为整数序列n,c1,e1, c2,e2,,,,,,, cn,en,其中n是多项式的项数,ci,ei,分别是第i项的系数和指数,序列按指数降序排序; 3 多项式a和b相加,建立多项式a+b;如果用单链表存储多项式,则用a存储多项式(a+b)。如果用队列存储多项式,则需为多项式(a+b)另外创建一个队列。 4 多项式a和b相减,建立多项式a-b;如果用单链表存储多项式,则用a存储多项式(a+b)。如果用队
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1676
    • 提供者:小强
  1. CUMT_shuzizhong

    0下载:
  2. 实现数字钟的各个功能,并且嵌入计算器和实时温度采集模块!使其功能更加强大!并且附带有proteus仿真图-Functional digital clock and calculator embedded and real-time temperature acquisition module! Make it more powerful! And comes with proteus simulation map
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-06
    • 文件大小:595596
    • 提供者:xiaopeng
  1. 8255keyboard

    0下载:
  2. 汇编计算器8255动态显示实验 1、掌握动态显示的工作原理 2、在Proteus ISIS环境下,设计硬件电路,编写动态显示 程序,实现仿真运行。 -jisuanqi
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:22450
    • 提供者:郭欢
  1. Calculator

    0下载:
  2. 计算器,阈值为99999999,加减乘除运算都没有问题,protues电路图 和 汇编语言都有,仿真过了,没问题。-caculator, with protues and keil software it is successed。hope it is helpful for you
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:40924
    • 提供者:李大力
  1. RTX51_calculator

    0下载:
  2. 用Keil RTX51的RTOS做了一个计算器,Keil 开发环境,带Proteus仿真电路-The RTOS to do with Keil RTX51 a calculator, Keil development environment, with Proteus simulation circuit
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:343951
    • 提供者:李达
  1. Calcultor

    0下载:
  2. 仿真Windows下的计算器,除了没有菜单项,功能、界面和Windows下的计算器一样,-Simulation under Windows Calculator, no menu items in addition to, functions, interface and Windows calculator under the same
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3778924
    • 提供者:杨劲松
  1. CALCULATER

    0下载:
  2. 基于GUI的计算器实现了基本加减乘除的计算机的功能,可以matlab仿真。-It is a good GUI.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:878
    • 提供者:charles
  1. c51calculator_isis

    0下载:
  2. C51计算器源码,能计算简单的加减乘除。内带Proteus仿真图。可在Proteus软件下直接仿真-C51 calculator source code, to calculate simple addition and subtraction, multiplication and division. Simulation of the map with Proteus. Can be directly simulated in the Proteus software
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:60202
    • 提供者:程茂
  1. jisuanqi

    0下载:
  2. 基于单片机的计算器,具有优先级,proteus仿真-Calculator based on single chip, with a priority level, proteus simulation
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:59777
    • 提供者:jammylee
  1. USB-Calu

    0下载:
  2. 配合“4X4矩阵键盘”与PDIUSBD12USB从机控制器来实现USB仿真Windows计算器。通过4X4矩阵键盘上的按键可以向Windows的计算器中输入数字并进行计算。-With the " 4X4 matrix keyboard" and PDIUSBD12USB USB from the controller to achieve the simulation of Windows calculator. 4X4 matrix by the keys on the ke
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:98233
    • 提供者:刘洪亮
  1. calculater

    0下载:
  2. 基于keil编的51单片机的简易计算器吗,带有proteus电路仿真-51 series of microcontrollers based on keil simple calculator you with proteus circuit simulation
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:76103
    • 提供者:聪哥
« 1 2 3 45 6 7 8 »
搜珍网 www.dssz.com