CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - Calculate

搜索资源列表

  1. daohang

    0下载:
  2. pic876采集车轮信号,陀螺仪信号和里程信号,计算出当前的位置,在mpmab上能正确运行。-pic876 wheels signal acquisition, gyroscope signal and signal mileage calculate the current position in mpmab can function correctly.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2927
    • 提供者:啊龙
  1. vhdl平方根

    0下载:
  2. 计算某数的平方根,VHDL语言,使用简单-calculate the square root of a number, VHDL, use simple
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:40483
    • 提供者:wl
  1. 万年历星期速算法

    0下载:
  2. 用单片机做万年日历,避免不了要计算日期与星期的对应.附件是用C51实现的星期算法.-do MCU calendar years, unable to avoid a date to calculate the corresponding week. The annex is the C51 weeks algorithm.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1280
    • 提供者:黄勇
  1. SQCOMM51

    0下载:
  2. 51串行令牌格式 a51编译 Read data from serial port and write into buffer DPTR pointed in XRAM if a data frame is received and calculate the check sum if a information frame is received return control byte only -51 serial format A51 compile
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:10219
    • 提供者:qi
  1. layehare

    0下载:
  2. 水果分级,根据水果的大小自动算出经过的时间,然后控制机械部分动作实现分选-fruit grading, according to the size of fruit automatically calculate the elapsed time and then control the mechanical parts action to achieve separation
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:18557
    • 提供者:韦一
  1. Digital_Median

    0下载:
  2. * DEFINITION * This is the header file for a library module used to calculate the median * of a list of values. It finds the value that would be in the center if * the list were sorted. If the list contains an even number of values, the
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3505
    • 提供者:Qu chun lei
  1. Readhextxt

    0下载:
  2. 一个读单片机程序编译之后所存放的文本文件并且能计算其每行的长度的程序,多指教-a time after compiling SCM procedures stored in text files and can calculate the length of each procedure, more improve! !
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:33614
    • 提供者:yangzy
  1. STCISP+5[1].0.0

    0下载:
  2. MCUISP 5.0.0 是第三方STC单片机下载软件,意在提供更方便实用的操作功能,新版本新增如下功能: 1.智能自动增量,可自定义插入增量格式,如:下载时的日期时间等; 2.波特计算工具,将自动计算你所需波特的最佳值,会自动列出需要设置的特殊寄存器; 3.换肤及自定义色彩功能。本软件不针对STC单片机,但STCMCU还是将原贴删了,不可思议。 -MCUISP 5.0.0 is the third STC SCM downloading software int
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2118903
    • 提供者:龙鳞
  1. Fomula

    0下载:
  2. 这是一个汇集了单片机开发人员常用的计算公式,可以自动计算各种参数。-This is a pooling of microcontroller developers commonly used formula, it will automatically calculate various parameters.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:30199
    • 提供者:冯子新
  1. SD6033V02

    0下载:
  2. 多功能烤房温度计测量报警系统 自动干温温度测量 计算相对湿度-multifunctional barn thermometer alarm system automatically measuring temperature dry temperature measurement to calculate the relative humidity
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:3211
    • 提供者:Liu
  1. magnitude

    0下载:
  2. Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A common approach to implementing these arithmetic functions is to use the Coordinate Rotation Digital Computer (CORDIC) algorithm. The CORDIC algori
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:12917
    • 提供者:郝晋
  1. HistogramVC

    0下载:
  2. // // Histogram Sample // This sample shows how to use the Sample Grabber filter for video image processing. // Conceptual background: // A histogram is just a frequency count of every pixel value in the image. // There are various well-
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3363362
    • 提供者:yue feng
  1. a.c

    0下载:
  2. calculate the max sigma value.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:1659
    • 提供者:zhangyang
  1. 单片机课程设计1

    0下载:
  2. 编写一个延时1MS子程序根据题目选择是定时还是记数状态,本题选择记数状态。然后根据延时1MS计算出计时器的初值是E0H(高8位)18H(低5位)。最后编写算法,对T0初始化,利用T0的中断TF0调用中断处理程序。-prepared a delay rungs subroutine under the topic chosen is not a time to memorize numbers or state of mind of the few options that state. Acco
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3724
    • 提供者:李明
  1. 54X基础实验2

    0下载:
  2. 1. 了解TMS320C5400系列汇编语言程序的基本格式,以及编译、连接的基本过程 2. 进一步熟悉Code Composer Studio的使用 3. 了解C5400中标志位对计算的影响,以及计算对标志位的影响-1. Understanding TMS320C5400 series of assembly language format of the basic procedures, and compile and link the two processes. Further famil
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:1791
    • 提供者:瑶子将
  1. sqrtf.采用二分法计算正的浮点数开方的代码

    0下载:
  2. 这个函数是一段采用二分法计算正的浮点数开方的代码,采用C语言编写,在uClinux下编译通过并能正常运行。, This function is a section uses the dichotomy to calculate the floating number root the code, uses the C language compilation, translates under uClinux through and can the normal operation.
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-11-08
    • 文件大小:837
    • 提供者:朱富毅
  1. a-serial-assistance-calculate--fcs-

    0下载:
  2. 经过改进的串口助手,可自动计算要发送数据的校验和-Improved serial assistant can automatically calculate the checksum data to be sent
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-25
    • 文件大小:8515658
    • 提供者:
  1. baudrate-calculate

    0下载:
  2. 波特率计算程序,可以不用对比波特率表格自动计算数值。-baudrate calculate of intercommunity
  3. 所属分类:SCM

    • 发布日期:2017-12-06
    • 文件大小:60973
    • 提供者:
  1. AVERAGE-CALCULATE

    0下载:
  2. 提供两种去除最大值和最小值计算数组平均值的方案 皆只需循环一次-calculate average(without max and min)
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:1078
    • 提供者:邓志浩
  1. calculate-the-size-of-the-structure

    0下载:
  2. word文档。教您如何在linux平台下计算结构体的大小。-word document. Teach you how to calculate the size of the structure in the linux platform.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-25
    • 文件大小:5484
    • 提供者:阿甘
« 12 3 4 5 6 7 8 9 10 ... 40 »
搜珍网 www.dssz.com