CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - Math a

搜索资源列表

  1. math8051

    0下载:
  2. A collection of math routines including 8-bit, 16-bit, 32-bit signed and unsigned addition, subtraction, multiplication, and division. Very nice code library with heavy in-line documentation! Been looking for multi-byte divide? Here it is. -A colle
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4497
    • 提供者:驱逐倭寇
  1. time_math

    0下载:
  2. * DEFINITION * This a set of math functions that deal with time. The functions accept * 4-digit time values and 4-digit time of day values. Time values are * interpreted as hours-minutes and are valid if all digits are numeric and * 9 or
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:5514
    • 提供者:Qu chun lei
  1. anti-compile.c

    0下载:
  2. ead file \"YD.DOC\". Who is the intended user Beginners in assembly and programmers. Features of the program: Yilmaz Disassembler:is an interactive disassembler which lets the user be a part of the disassembling process,is flexible, the
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:100857
    • 提供者:刘清
  1. calc

    0下载:
  2. This sample displays a basic integer calculator powered by the 8051 microcontroller. Although Keil C51 has a full floating point math library the evaluation version is restricted to 2k of object code, so we have constrained this sample to in
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2825
    • 提供者:cj
  1. 51单片连tcs230的源程序

    0下载:
  2. 51单片连tcs230的源程序,绝对原创,可以记忆颜色。 #define uchar unsigned char #include <reg52.h> #include<math.h> sbit S0=P1^7 sbit S1=P1^0 //端口定义 sbit S2=P1^1 sbit S3=P1^2 sbit OE=P1^3 sbit OUT=P3^4 //频率从TO口输入 sbit key0=P1^5 sbit LED=P1^6 s
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-03-23
    • 文件大小:1424
    • 提供者:黄胜
  1. calculator3.rar

    0下载:
  2. 应用数码管7279和8051写的计算器程序,可以计算简单的四则运算和求余,加入math.h后可以计算更加复杂的运算,7279 and the use of digital control computer program written in 8051, can calculate a simple arithmetic and demand, the math.h can be calculated by adding more complex computing
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:1833
    • 提供者:zhangruibin
  1. Calcul

    0下载:
  2. 汇编语言的计算器的代码,是加减乘除,带小数点的。大家可以用-Calculator assembly language code is Math, with a decimal point. We can
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:15657
    • 提供者:q.y.cheng
  1. C51_Calculator

    0下载:
  2. 本例子显示一个基本的整数计算器的8051微控制器供电。虽然有一个完整的Keil C51的浮点运算库中的评估版本被限制为对象的代码2K的,所以我们必须限制此示例为整数的数学,以适应这个限额之内。 此设计方案的书面的 C 使用的Keil uVision 2个IDE为其提供了一个变形VSM的调试监视器的驱动程序。 变形配置运行环境与凯尔一起说明可以发现它的编辑在原理图上(点8051微控制器和按Ctrl - E)的,然后在编辑组件对话的形式帮助按钮点击。-This sample d
  3. 所属分类:SCM

    • 发布日期:2017-03-25
    • 文件大小:46668
    • 提供者:hu
  1. ltm-0.39

    0下载:
  2. lib to math is a library that can calculate very very big numbers in c or c-lib to math is a library that can calculate very very big numbers in c or c++
  3. 所属分类:SCM

    • 发布日期:2017-05-09
    • 文件大小:2131543
    • 提供者:Chang youn
  1. AD-PIC16F72

    0下载:
  2. /这是一个两路交流信号的AD转换,然后和标准比较决定输出大于标准的那一路,默认输出A路 #include <pic.h> #include <math.h> #include <stdio.h> bank1 int re0[40] //定义存放A/D转换结果的数组,在bank0中 bank1 int re1[40] //定义存放A/D转换结果的数组,在bank1中-/ This is a two way exchange of
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:1782
    • 提供者:mengchao
  1. asimpledigitalfrequencymeterBasedonPIC16F87A

    0下载:
  2. //本程序利用CCP1模块实现一个“简易数字频率计”的功能 #include <pic.h> #include <stdio.h> #include <math.h> const char table[11]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0XD8,0x80,0x90,0xFF}; //不带小数点的显示段码表 -//CCP1 module for use in this process a &q
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:2779
    • 提供者:mengchao
  1. EX_ICD

    0下载:
  2. This a simple program used to demonstrate the use of the ICD as a device. The example does some simple math and then flashes a LED at a frequency of 1Hz.-This is a simple program used to demonstrate the use of the ICD as a device. The example does s
  3. 所属分类:SCM

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

    0下载:
  2. 51单片机实现计算器,用51单片机实现,简单的计算功能,加减乘除。-MCU 51 calculator, with 51 single-chip implementation, a simple calculation functions, Math.
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:51427
    • 提供者:付江云
  1. jisuanqi.wannianli

    0下载:
  2. 用c51单片机做的一个计算器和万年历,可以进行数学运算和具有年历的功能-C51 microcontroller to do with a calculator and calendar, you can do the math and has a calendar function
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:142168
    • 提供者:许涛
  1. Simple-calculator

    0下载:
  2. 基于51单片机的简易计算器 液晶12864显示 加减乘除 -A simple calculator based on 51 single-chip LCD display Math 12864
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:3915
    • 提供者:小汪
  1. jisuanqi

    0下载:
  2. S6--S15 数字0--9的输入 S16 清零 S17 等于 S14--S17加减乘除 程序功能: 本程序为简易计算器。可以算整数且正数类型的运算。 但是暂时没有实现其连算功能,故在每次运算之后,请按下清零键。-S6- S15 digits 0- 9 is equal to the input S16 S17 Clear S14- S17, Math Program features: The program is simple calculator. Can
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:1870
    • 提供者:耙斗星
  1. avrlib-by-Procyon

    0下载:
  2. AVR的库C程序源代码,功能包括 Timer(s),Uart(s),A/D Converter,I2C Master/Slave,SPI Interface,Byte Buffering (circular),Bit Buffering (linear),Printf and other formatted print functions,VT100 Terminal Output,Command Line Interface,FAT16/32 File System (support is r
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1387637
    • 提供者:Andy
  1. math

    0下载:
  2. 数字时钟,设计一个能显示日期、小时、分钟、秒的数字电子钟,并具有整点报时的功能。 由晶振电路产生1HZ标准的信号。分、秒为六十进制计数器,时为二十四进制计数器。 可手动校正时、分时间和日期值。-Digital clock, designed a show date, hours, minutes, seconds digital electronic clock and hourly chime function. 1HZ standard signal generated by th
  3. 所属分类:SCM

    • 发布日期:2017-12-08
    • 文件大小:1437591
    • 提供者:袁宇
  1. AN003

    0下载:
  2. 本应用笔记的目的是介绍如何配置和使用片内温度传感器。本文提供了配置说明和示例代码。 温度传感器产生一个与器件基材温度成正比的电压,该电压作为一个单端输入提供给ADC(模数转换器)的多路开关。当选择温度传感器作为ADC的一个输入并且ADC启动一次转换后,可以经过简单数学运算将ADC的输出结果转换成用度数表示的温度。-The purpose of this application note is to describe how to configure and use the on-chip t
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:348263
    • 提供者:林琳
  1. MathLib

    0下载:
  2. MSP430的数学库,非常实用,有需要的朋友欢迎下载,包含所有基本数学功能-MSP430 math library, very practical, a friend in need are welcome to download, contains all the basic math functions
  3. 所属分类:SCM

    • 发布日期:2017-04-30
    • 文件大小:245023
    • 提供者:路天一
搜珍网 www.dssz.com