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

搜索资源列表

  1. AN_037_CC2420_w_PA_PCB

    0下载:
  2. Chipcon CC2420 reference design w/PA board rev B CC2420_w_PA_PCB.ZIP FABRICATION.PHO - fabrication drawing COPPER1.PHO - copper layer #1 (top side) COPPER2.PHO - copper layer #2 (inner ground plane) COPPER3.PHO - copper layer #3 (inner
  3. 所属分类:SCM

    • 发布日期:2017-11-12
    • 文件大小:573948
    • 提供者:宝嘉
  1. DS18B20_read_write

    0下载:
  2. DS18B20的读写程序,列出了芯片DS18B20主要指令的读写过程。-DS18B20 of reading and writing process, a list of the main chip DS18B20 the process of reading and writing instruction.
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:1289
    • 提供者:zhong
  1. wisse_2007_Delft_Pneumatic_Bipeds_C1_2

    0下载:
  2. 介绍了被动动态步行的原理并列出了PWM的最简模型的方程,最后提出进行PWM的几个合理建议-Introduced the principle of passive dynamic walking and a list of the most PWM Jane equation model, and finally put forward some reasonable proposals PWM
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:83138
    • 提供者:daifuxin
  1. listview.c

    0下载:
  2. minigui listview 源代码,主要是ubuntu下的minigui关于列表的源代码。-minigui listview source code, mainly minigui under ubuntu source code on the list.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:2571
    • 提供者:李苏宁
  1. Notepad

    0下载:
  2. 在EVC下的记事本程序,输入法为自己写的拼音输入法,程序速度不是很快。支持文件列表功能,支持新建,打开,保存,删除文件。支持文本读取,支持换行翻页功能。-In the EVC of the Notepad program, the input method for their own writing Pinyin input method, the program speed is not fast. List of features supporting documents to suppor
  3. 所属分类:Windows CE

    • 发布日期:2017-05-22
    • 文件大小:6875927
    • 提供者:刘林涛
  1. LED

    0下载:
  2. 一个完整的led矩阵的方案,包括C源代码、字符对应LED、元件清单等。-Led a complete matrix of programs, including C source code, characters corresponding LED, the list of such components.
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:137336
    • 提供者:shanchuanhua
  1. manchester_verilog

    0下载:
  2. 采用Verilog HDL语言编写的曼彻斯特码, 文件列表: help md.v md_tf.v me.v me_tf.v med.v-Using Verilog HDL language of the Manchester code, the file list: helpmd.vmd_tf.vme.vme_tf.vmed.v
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:10080
    • 提供者:吴雪松
  1. lianbiao

    0下载:
  2. 非常经典的链表程序,运行的结果正确,希望喜欢!-Very classic list procedures, the results of running correct, I hope like it!
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:1817
    • 提供者:张名
  1. PIC18FxxxMCU_Program

    0下载:
  2. 主要介绍PIC18Fxxx系列单片机的程序设计方法。书中介绍了大量的应用例程及与程序设计相关的知识,几乎涉及到PIC18Fxxx单片机的所有功能模块的编程应用,并给出了典型应用实例的原理电路图和源程序清单。-Introduces SCM Series PIC18Fxxx programming method. The book describes the application of a large number of routines and procedures and design-rel
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:231851
    • 提供者:wang
  1. ARM7LPC213x214x

    0下载:
  2. 深入浅出ARM7 上册-ARM7 on easy list
  3. 所属分类:SCM

    • 发布日期:2017-05-24
    • 文件大小:3142949
    • 提供者:蒋清锋
  1. lianbiao

    0下载:
  2. 简单链表的建立、删除节点、插入节点、倒序、计算链表的长度-The establishment of a simple list, delete node, insert node, in reverse order to calculate the length of list
  3. 所属分类:SCM

    • 发布日期:2017-05-02
    • 文件大小:8560
    • 提供者:chen
  1. PXA27xProcessor

    0下载:
  2. Intel® PXA27x Processor Family Design Check List-Intel ? PXA27x Processor Family Design Check List
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-04
    • 文件大小:598386
    • 提供者:师士
  1. Singlechip51instructionset

    0下载:
  2. 51系列微控制器指令表 算术操作类指令 逻辑操作类指令 程序转移类指令 位操作类指令-51 Series Microcontroller Instruction List Arithmetic Operators Logical Operators category type commands the transfer of command procedures for Class-bit operation instruction type instructions
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:553789
    • 提供者:LeeH
  1. particle

    0下载:
  2. 粒子效果演示(附代码) 利用C++所提供的一些标准容器很容易实现粒子效果. 简单的说就是,将粒子数据写在一个类里面,有一个粒子源,不停地生成粒子,然后放入一个stl::list中(push_back()方法), 然后在一个循环中遍例粒子链表,并渲染粒子,粒子的参数并不断更新,如果粒子的ALPHA值小于0,即不可见了,即代表粒子已经死亡, 即从list中删去(erase()方法), 销毁死去的粒子很重要, 如果搞忘了这一步, 你的内存很快就会被吃掉干净了. 第一个版
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-08
    • 文件大小:227067
    • 提供者:
  1. 01PopMusic

    0下载:
  2. 一个在线的音乐榜单的系统,提供每周的歌曲摆放,可以投票等典型操作。-An online music list system, placing songs per week, you can vote, such as a typical operation.
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:329015
    • 提供者:yinxue
  1. scp1000-d01_-d11_pressure_sensor_datasheet

    0下载:
  2. scp1000_d01_d11_pressure_sensor_datasheet列出了该芯片的功能,引脚,PCB-scp1000_d01_d11_pressure_sensor_datasheet a list of the functions of the chip, pin, PCB
  3. 所属分类:SCM

    • 发布日期:2017-04-27
    • 文件大小:306098
    • 提供者:北极熊
  1. IIc24c02Int

    0下载:
  2. 用于eeprom串行处理芯片的I2c总线的读写程序列表。注意时序的处理-For dealing with serial EEPROM chip bus I2c list of programs to read and write. Attention to the handling of timing
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:3875
    • 提供者:suitao
  1. display

    0下载:
  2. 显示器的电源电路,提供pcb电路图和原件清单。-Display power circuit, providing pcb circuit diagram and the original list.
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:36582
    • 提供者:lin
  1. MotorCtrl

    0下载:
  2. PID控制,包括算法,控制阶梯列表,算法步进-PID control, including algorithms, control ladder list, the algorithm step
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:5255
    • 提供者:zhou
  1. xuexi

    0下载:
  2. 4键矩阵开关,有用的开关,用于单片机实验上的部分程序清单 -4 key matrix switch, a useful switch for single-chip experiments on a list of some of the procedures
  3. 所属分类:SCM

    • 发布日期:2017-05-03
    • 文件大小:1111753
    • 提供者:黄茂云
« 1 2 3 4 5 67 8 9 10 11 ... 26 »
搜珍网 www.dssz.com