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

搜索资源列表

  1. dianzizhong

    0下载:
  2. 基于51单片机的单子时钟,附有电路图和程序,学习单片机的好资料。-List based on MCU clock 51, with circuit diagrams and procedures, learning good information on SCM.
  3. 所属分类:SCM

    • 发布日期:2017-05-02
    • 文件大小:765809
    • 提供者:pangfen
  1. lamp_control

    0下载:
  2. 用AT89C51实现28路灯光控制程序清单,汇编语言编写,内有详细注释-28 Road with AT89C51 lighting control procedures to achieve a list of assembly language, with detailed notes
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:5802
    • 提供者:anitty
  1. LLIST

    0下载:
  2. Link List program written in C. I did in my Graduation!
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1039
    • 提供者:Shreya
  1. pb375a

    0下载:
  2. PB375 硬件及芯片测试,其中包含了芯片及模块手册资料 2.应用电路图及封装 3.SPI例程及UART例程 4.其他外围应用电路 5.232、电平转换资料 6.芯片测试文档 7.U盘支持列表-PB375 hardware and chip testing, which contains information on the chip and the module manual 2. Application of circuit and package 3.SPI rou
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-03
    • 文件大小:1417216
    • 提供者:fengxy
  1. list

    0下载:
  2. 嵌入式学习课程目录 只是一般性的目录文件 对嵌入式方向有兴趣的初学者可以参考一下 -Embedded learning steps
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:18269
    • 提供者:李增旭
  1. Topwise_Solutions_Support_Flash_List_V1.1

    0下载:
  2. Topwise Solutions Support Flash List 2009-04-18 可以查询NAND FLASH的参数格式-Topwise Solutions Support Flash List 2009-04-18 parameters can query format NAND FLASH
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-08
    • 文件大小:42127
    • 提供者:梁山伯
  1. 61IC_H2759

    0下载:
  2. OMAP-l138 核心板电路原理图,PCB版图,BOM清单-OMAP-l138 core board circuit schematics, PCB layout, BOM list
  3. 所属分类:SCM

    • 发布日期:2017-05-06
    • 文件大小:1201033
    • 提供者:郭昌东
  1. application

    0下载:
  2. 编写程序,建立作者及其作品的multimap容器-write a programme , just establish a container which has the regulated list with the author and his book name......
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:915
    • 提供者:diyingyun
  1. qqq

    0下载:
  2. 51单片机的一些程序有:红外遥控接收 基于单片机的波形发生器 -Some procedure of 51 machine have:Red the outside control from a distance to receive a slice the wave of the machine a form occurrence a machine etc. according to the list
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:17902
    • 提供者:籼稻
  1. qqqqqq

    1下载:
  2. Name:汽车防盗器控制程序 Language: C51单片机编程语言 -Name:the automobile thief alarm control procedure Language: The C51 list slice machine plait distance language
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:19163
    • 提供者:籼稻
  1. Glcd_ks108

    0下载:
  2. A graphic lcd library with 7 different fonts/symbols/different pictures and a complete list of functions. (Written for KS0108 Graphic LCD).
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:7213
    • 提供者:meh
  1. treelinklist

    0下载:
  2. this code for tree linked list. you can create node. and then yo can look child of data from root.
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:110879
    • 提供者:dias
  1. Protectioncircuit

    0下载:
  2. 简单罗列了保护电路的所需结构及电路图,包括光敏电阻等常用元件,有电流过载、短路等保护功能。-Simple list of requirements to protect the circuit structure and circuit diagram, including the photosensitive resistance, and other common components, a current overload, short circuit protection.
  3. 所属分类:SCM

    • 发布日期:2017-05-09
    • 文件大小:1615014
    • 提供者:如是
  1. CC2430DB_CC2430EM_ReferenceDesign

    0下载:
  2. TI CC2430DB和CC2430EM开发板的原理图和pcb文件,同时另外列出两者的原理图文件,是pdf格式的。-Schematic And Pcb for TI CC2430DB and CC2430EM, especially list the schematics in pdf.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-10
    • 文件大小:1746643
    • 提供者:youzuo
  1. sortQuick

    0下载:
  2. Quicksort sorts by employing a divide and conquer strategy to divide a list into two sub-lists. The steps are: Pick an element, called a pivot, from the list. Reorder the list so that all elements with values less than the pivot come before the
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:6355
    • 提供者:Mahmoud
  1. ucos

    0下载:
  2. 首先从main函数开始,下面是uC/OS-II main函数的大致流程: main(){ OSInit() TaskCreate(...) OSStart() } 首先是调用OSInit进行初始化,然后使用TaskCreate创建几个进程/Task,最后调用OSStart,操作系统就开始运行了。 - Call port specific initialization code */ #endif OS_InitMisc()
  3. 所属分类:uCOS

    • 发布日期:2017-05-26
    • 文件大小:9718421
    • 提供者:丁俊友
  1. T-Kernel_porting_checklist

    0下载:
  2. 嵌入式实时操作系统Tkernel移植时需要修改的文件列表。-File check list for Tkernel porting.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-06
    • 文件大小:107498
    • 提供者:xiaohui
  1. Application-Files

    0下载:
  2. 凌阳十六位单片机应用文集凌阳大学计划 第1章 凌阳单片机 第2章 凌阳十六位单片机 第3章 凌阳十六位单片机选型 第4章 开发工具 第5章 应用实例-Traverse 16 single slice of machines of suns application the collection of essays Ling Yang university plan Chapter 1 traverses sun list slice machine Chapter 2
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-10
    • 文件大小:2193606
    • 提供者:junka
  1. CcallASM

    0下载:
  2. 凌阳单片机程序,实例显示如何在C程序中调用汇编程序,实现简单的加法-Traverse sun list slice machine procedure, the solid example shows how to adjust to use to edit collected materials procedure in the C procedure, realization simple of addition
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:14982
    • 提供者:junka
  1. 20090910_Ver_1.0.0

    0下载:
  2. 在DOS的系統下讀取PCI Bus 下之裝置清單的源程式代碼!-The system in DOS to read the list of devices under the PCI Bus source program code!
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-10
    • 文件大小:744
    • 提供者:cj
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 26 »
搜珍网 www.dssz.com