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

搜索资源列表

  1. AT90S8515DALING

    0下载:
  2. AT90S8515打铃程序,本程序实现单片机的打铃功能,有一定的参考价值-AT90S8515 RINGING procedures, the procedures for the realization of a Bell SCM function, a certain reference value
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4609
    • 提供者:
  1. tic

    1下载:
  2. 利用单片机对CPLD进行配置,地层函数另作一个文件,移植方便-SCM right CPLD for distribution, another for the formation function, a document to facilitate transplant
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:31929
    • 提供者:baoli
  1. 2410exp-draw-using-API

    0下载:
  2. 2410实验-使用API函数绘图-简单示例-2410 experimental - use mapping API function-a simple example
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:246475
    • 提供者:ajj
  1. C8051_DA_test

    0下载:
  2. 摘 要: 本文件是C8051单片机DA测试实验程序;使用外部22.1184MHz晶振. 功能:定义 A ~ F 为功能键。 按\"A\" 键,输出250HZ的方波,按\"B\" 键,输出250HZ的正弦波形,按\"C\" 键,输出250HZ的三角波, 按\"D\" 键,输出250HZ的锯齿波。用示波器在J6(DAC0)观测结果,使用串口观测按键信息。-Abstract : This document is C8051 MCU DA laboratory procedures; us
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:61590
    • 提供者:Lance Yin
  1. C8051_I2C_time

    0下载:
  2. 摘 要: 本文件是C8051单片机I2C总线时钟读写程序,使用时将跳线器JP5短接,使用外部22.1184MHz 功能:。按 A 键从时钟芯片读取当前时间, 并在LCD上显示。按\"F\"返回显示待机界面。-Abstract : This document is C8051 MCU I2C Bus clock read and write procedures, will be used for JP5 short jumper Next, using external 22.1184
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:70586
    • 提供者:Lance Yin
  1. scmjiaocheng

    0下载:
  2. 本单片机教程是平凡老师花了大量时间,用很简易的语言说明单片机的功能的一本基础教程。是单片机自学者一本很好的教程。 我就是自学这本教程,慢慢接触单片机的。-Guide to the MCU are ordinary teachers spent a lot of time, using very simple language the SCM function a tutorial basis. SCM taught is a good guide. I was this self-study
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1744960
    • 提供者:王显勋
  1. LRC-check-function

    1下载:
  2. LRC校验函数说明及程序源码, 错误校验用于 ASCII 模式。这个错误校验码是一个 8 位二进制数,可作为 2 个 ASCII 十六进制字节传送。计算 LRC 码时,仅设备地址、功能代码、数据块字节参加-LRC calibration function descr iptions and program source code, check for errors in ASCII mode. This error check code is a binary number eight, a
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:1265
    • 提供者:wuxixi
  1. 51(AT89S52)

    1下载:
  2. read me.txt中有说明。 是我几年来学习单片机的所有的程序的精华,各个功能已经做成子函数,做项目时可以直接调用,外围模块非常丰富,包括红外,键盘鼠标操控,液晶显示等。-read me.txt is described. I have a few years to learn all the SCM process, the essence and the various functions of causing function, a project can be called di
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:373276
    • 提供者:陈雅
  1. ENC28j60_C_Source

    1下载:
  2. 网卡控制器ENC28J60的AVR单片机ATmega16程序源代码(c),实现232toUDP功能,有非常详细的注释.-card controller ENC28J60 the ATmega16 AVR microcontroller source code (c) and achieving 232 toUDP function, a very detailed notes.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:87982
    • 提供者:liuxikui
  1. a

    0下载:
  2. The widespread use of embedded systems mandates the development of industrial software design methods, i.e. computer-aided design and engineering of embedded applications using formal models (frameworks) and standardized prefabricated components, muc
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:97095
    • 提供者:李希
  1. 移植uip-1.0到Atmega32

    0下载:
  2. 移植uip-1.0到Atmega32 1)把 uip-1.0 的所有文件加入到工程,包括 uip 目录的文件(除uip-split.c)、unix 目录的文件、lib 目录的文件; 2)修改 uip/uip-neighbor.c 文件的 void uip_neighbor_add(uip_ipaddr_t ipaddr, struct uip_neighbor_addr *addr) 函数,一般注释掉 printf 语句即可,或者改为你自己的串口格式化打印实现。 3)u
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-03-23
    • 文件大小:420617
    • 提供者:yuangaoping
  1. W25X32

    0下载:
  2. 大容量Flash存储器W25X16,W25X32,W25X64读写擦除程序,在SST单片机上测试通过,使用了SST单片机的硬件SPI功能;也可以使用虚拟SPI的方法,在SST和STC单片机上测试通过。-Large-capacity Flash memory W25X16, W25X32, W25X64 erasable read-write procedure, SST Singlechip test is passed, the use of SST Single-chip hardware
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:2503052
    • 提供者:hawd
  1. HID

    0下载:
  2. 此代码实现了USB自定义设备传输数据功能,在PIC32上运行,能实现64KByte/S的传输速率,可替代串行口-This code implements a custom USB device to transfer data function to run in the PIC32, to achieve 64KByte/S transfer rate, can replace the serial port
  3. 所属分类:SCM

    • 发布日期:2017-05-09
    • 文件大小:2488997
    • 提供者:刘林
  1. function-package

    0下载:
  2. MSP430函数打包,包含多种应用UART,SPI,adc12等-MSP430 function package, containing a variety of applications UART, SPI, adc12 etc.
  3. 所属分类:DSP program

    • 发布日期:2017-04-01
    • 文件大小:4702
    • 提供者:sqzhangjun
  1. ADC

    0下载:
  2. PIC16f917 A/D转换程序,带有求平均功能,12864液晶显示-PIC16f917 A/D conversion process, with the average demand function, LCD 12864
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-30
    • 文件大小:60093
    • 提供者:LHT
  1. TIM

    0下载:
  2. 在万利199元开发板实现了STM32的定时中断功能,1秒钟产生一次中断,并且控制led在中断时闪烁。-199 yuan in Wanli STM32 development board implements the timer interrupt function, a second generating an interrupt, and interrupt control led flashes.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-25
    • 文件大小:325434
    • 提供者:苏阳
  1. USBISP_AVR

    0下载:
  2. AVR ISP下载器 运用一片M48模拟USB来实现SPI功能对AVR所有系统MCU编程。-AVR ISP Downloader to use a USB to achieve the M48 simulation SPI function on all systems MCU programming AVR.
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:449345
    • 提供者:Shawn Huang
  1. IAP

    0下载:
  2. LPC1752的IAP操作,存储和在线下载功能,很好的例子-LPC1752 the IAP operation, storage, and online download function, a good example
  3. 所属分类:SCM

    • 发布日期:2017-03-25
    • 文件大小:705928
    • 提供者:whb
  1. MF_RC531

    0下载:
  2. 采用MSP单片机驱动RC531,串行SPI总线,可读写TypeA、TypeB,函数齐全,功能完善。-By MSP Microprocessor RC531, serial SPI bus, can read and write TypeA, TypeB, the function is complete, fully functional.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:56172
    • 提供者:yuxiaofeng
  1. function_generator

    0下载:
  2. 采用VHDL语言写了一个函数发生器的程序。内含有各个模块,供大家参考,请多批评!-VHDL language used to write a function generator procedures. Contains various modules, for your reference, please criticize!
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:12144
    • 提供者:dqtyp
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com