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

搜索资源列表

  1. ARM_SYS_CODE

    0下载:
  2. ARM SYS CODE 用于ARM上的各种原代码,包括当前最常用的驱动程序-ARM ARM for the original code, including the most commonly used drivers
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:162238
    • 提供者:梁生
  1. TinyosCode

    1下载:
  2. tinyos中常用接口,模块代码整理。方便tinyos初学者学习。
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:71858
    • 提供者:李建伟
  1. multi_flash_driver

    0下载:
  2. 32位嵌入式中常用NOR Flash的驱动函数包。内含多种Flash的驱动,包括sst39vf1601、39vf160、atmel的等等多种驱动,并有自动检测Flash类型的功能。是不可多的的驱动代码。 使用注意的是,其操作地址是需要用户配置的。
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1988
    • 提供者:cumt
  1. C51commonlyusedassemblysubroutine

    0下载:
  2. C51常用汇编子程序:ACM-12864汉字液晶显示驱动程序,定时与中断类,Ad转换类,排序类,频率计,串行通信,代码运算类,DES算法演示,C51_table,I2c总线,IIC,键盘与显示类,交通灯,步进电机,电机控制,-C51 compilation of subprograms used: ACM-12864 character LCD driver, timer and interrupt class, Ad Conversion class, sort type, frequency
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-09
    • 文件大小:2521761
    • 提供者:apple
  1. C6722init

    0下载:
  2. tms320c6722的常用寄存器初始化程序。TI提供的库很冗余,在一些不太大的程序中,库函数显得有些大才小用。针对这一情况,本人自己总结了常用寄存器初始化的代码,有详细注释。-tms320c6722 common register initialization procedure. TI provides the libraries are redundant, in some modest program, library function seemed to be somewhat Dac
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:2047
    • 提供者:贾松松
  1. yaoyao

    0下载:
  2. STC12C2052AD 16 灯摇摇棒,精简代码学习常用代码-STC12C2052AD 16 Light shook his stick, to streamline the code to learn common codes
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:14445
    • 提供者:郭方斌
  1. 2440test-20100921

    0下载:
  2. mini2440 测试文件,包含C源代码、启动代码,以及常用头文件-mini2440 test file that contains the C source code, startup code, and common header files
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-19
    • 文件大小:5239192
    • 提供者:华兄
  1. SPI-3line-9bit-18bit

    0下载:
  2. SPI-3line-9bit 送18bit数据的方法+一些其他常用IC的初始化代码-SPI-3line-9bit 18bit data sent to some other commonly used methods+ IC initialization code
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-28
    • 文件大小:1418
    • 提供者:陈一诗
  1. Examples-for-C8051F020

    0下载:
  2. c8051f020单片机的一些常用的代码汇总,方便大家的使用。-c8051f020 SCM summary of some commonly used code to facilitate everyone' s use.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:237995
    • 提供者:清秋
  1. 51MCU-C

    0下载:
  2. 51单片机常用实例程序代码,一切非常简单明了,傻瓜式的学习包-51 single instance of code used, all very simple, fool-learning package
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-03
    • 文件大小:1407185
    • 提供者:
  1. ADC

    0下载:
  2. 德州仪器MSP430F149单片机初学者常用到的程序代码ADC部分-Texas Instruments MSP430F149 microcontroller for beginners used to the ADC part of the program code
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:12170
    • 提供者:丁佩剑
  1. SPI

    0下载:
  2. 德州仪器MSP430F149/F169初学者常用代码-Texas Instruments MSP430F149/F169 common code for beginners
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-05
    • 文件大小:9606
    • 提供者:丁佩剑
  1. Examples-for-the-MSP430F169

    0下载:
  2. 德州仪器MSP430F169的初学者常用代码-Texas Instruments MSP430F169 common code for beginners
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-31
    • 文件大小:26142
    • 提供者:丁佩剑
  1. FAT16

    0下载:
  2. 本文件系统可兼容FAT16/FAT32两种文件系统格式,完全支持长文件名,GB2312/UNICODE转换码表(文件名可以支持简体中文,繁体中文,日文,俄文等), 支持子目录,支持文件的读取,写入,删除,创建等文件系统常用功能。 另外,本文件系统完全使用C代码编写,可以无障碍的移植于多种主流单片机的平台上使用。 FAT16为我们免费提供的免费代码,用户可免费测试,研究,应用。 本代码的FAT32(兼容FAT16)与多盘版本(支持磁盘文件互拷),我们得收费, -FAT1
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-15
    • 文件大小:1369340
    • 提供者:cccc
  1. D1302

    0下载:
  2. Ds1302时钟芯片,最常用的时钟芯片 ,在仿真程序里面也可以使用的代码移植-Ds1302 clock chip, the most commonly used clock chip, code can also be used in the simulation program inside transplant
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-26
    • 文件大小:1662
    • 提供者:刘刚
  1. KK_C_V100_M168

    0下载:
  2. KK的hex文件,是四轴飞控常用的代码,请大家下载研究-KK hex file, four-axis flight control code, please download research
  3. 所属分类:Other Embeded program

    • 发布日期:2017-12-06
    • 文件大小:4121
    • 提供者:李可
  1. ADXL345

    0下载:
  2. 常用的加速度传感器ADXL345测试代码,绝对可用,驱动程序都写好了-ADXL345 accelerometer common test code, absolutely free, drivers are written
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-17
    • 文件大小:30147
    • 提供者:刘吉祥
  1. nrf_transmit

    0下载:
  2. 最常用的无线收发芯片nrf2401测试代码,51程序。-The most commonly used wireless transceiver chip nrf2401 test code, 51 procedures.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-17
    • 文件大小:29761
    • 提供者:刘吉祥
  1. LT-1B-Programs

    0下载:
  2. msp430单片机程序代码 包含各个常用模块-programmer files
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-19
    • 文件大小:5139340
    • 提供者:李威
搜珍网 www.dssz.com