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

搜索资源列表

  1. ise10.1_Tutorial

    0下载:
  2. 英文原版ISE软件教程,适合硬件开发工作者使用,内容丰富-ISE In-Depth Tutorial
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-12
    • 文件大小:2685793
    • 提供者:顾敬梓
  1. guandianyuanchengxu

    0下载:
  2. 单片机编写的源程序,有助于深入的学习单片机-Microcontroller to write the source code, contribute to the in-depth learning microcontroller
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:265099
    • 提供者:jiuyaju
  1. string

    0下载:
  2. 对字符串函数等的应用,要想深入理解字符串操作最好把这几个函数自己写出来,以后找工作的时候也方便!-String functions and other applications, in order to in-depth understanding of string manipulation is best to write itself these several functions, after looking for work when convenient!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:3476
    • 提供者:孔宪伟
  1. pid

    0下载:
  2. pid控制程序,实现自动化控制,测量水的深度-pid control, automated control and measurement of water depth
  3. 所属分类:ELanguage

    • 发布日期:2017-04-14
    • 文件大小:4414
    • 提供者:sdsdc
  1. Ultrasonic-ranging

    0下载:
  2. 超声波测距的程序,在许多场合都需要用到,比如侧液体的深度,这是采用超声波就非常方便了。-Ultrasonic Ranging procedures needed in many occasions, such as the depth of the liquid side, which is the ultrasonic very convenient.
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:26794
    • 提供者:曾智强
  1. GD_RAM

    0下载:
  2. 用12864显示图片,画点,画任意直线.是对12864的一个深入理解的例子。-12864 show with pictures, paintings point, draw any straight line. Is a 12,864-depth understanding of the examples.
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:73715
    • 提供者:xtjin
  1. wav

    0下载:
  2. 本例程是在ccs3.3环境下编写的基于TMS320VC5509A的WAV语音文件播放程序,采用320AIC23B语音芯片,稍加修改可实现语音采样和PCM播放。部分关键代码添加注释,便于读懂,另外,本程序未采用调用CSL的方法,而是直接配置寄存器。因此,对于想深度了解DSP各模块寄存器功能和配置方法的程序员有更好的参考价值。-This routine is written in ccs3.3 environment WAV voice file playback program based TMS
  3. 所属分类:DSP program

    • 发布日期:2017-11-16
    • 文件大小:894377
    • 提供者:张子龙
  1. tree

    0下载:
  2. 实现树的建立,前序中须后续三种遍历,计算总节点数,叶子节点数,树深度等-To achieve the establishment of the tree, the preamble to be the subsequent three kinds of traversal, calculating the total number of nodes, leaf nodes, the tree depth
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-28
    • 文件大小:1135
    • 提供者:杨斌强
  1. Timing-and-Clocking

    0下载:
  2. fpga中关于时序与时钟的深度剖析,解释了很多设计时遇到的问题以及解决方案-fpga in depth analysis of the timing clock, explains a lot of the problems encountered in the design and solutions
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-28
    • 文件大小:284722
    • 提供者:常飞
  1. RS232

    0下载:
  2. 利用51做的一个232的串口通信。让初学者有一个更加深入的了解-With 51 to do a 232 serial communication. Beginners have a more in-depth understanding of
  3. 所属分类:SCM

    • 发布日期:2017-11-29
    • 文件大小:1841
    • 提供者:陈晓科
  1. SupplyVoltageSupervisor

    0下载:
  2. MSP430单片机的电源电压监控器的使用代码。正确已试过。用于深入学习430内部结构。-The MSP430 MCU power supply voltage monitor use code. Correctly have tried. For in-depth study of 430 internal structure.
  3. 所属分类:SCM

    • 发布日期:2017-12-06
    • 文件大小:12621
    • 提供者:xid
  1. STM32_USB

    1下载:
  2. STM32USB深入开发详解,STM32F103USB开发一本通-The STM32USB depth development Elaborates, STM32F103USB develop a pass
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2016-05-07
    • 文件大小:673792
    • 提供者:周二牛
  1. AlteraPFPGA_CPLD

    0下载:
  2. FPGA和CPLD的学习资料,从初级到高级,从基础到深入,对于学习FPGA的初学者很有用处。-FPGA and CPLD learning materials, from beginner to advanced, from basic to in-depth for beginners learning FPGA useful.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-27
    • 文件大小:22209536
    • 提供者:smile
  1. vhdl_text3

    0下载:
  2. 设计一个数据宽度8bit,深度是16的 同步FIFO(读写用同一时钟),具有EMPTY、FULL输出标志。 要求FIFO的读写时钟频率为20MHz, 将1-16连续写入FIFO,写满后再将其读出来(读空为止)。 仿真上述逻辑的时序-Design a data width 8bit depth of 16 the synchronization FIFO (read and write with the same clock), EMPTY, FULL output fla
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-19
    • 文件大小:5637
    • 提供者:jiange
  1. chap11

    0下载:
  2. 这是关于FPGA第十一节的实验代码可以参考 特权同学的深入玩转FPGA一书进行学习-This is the book depth Fun FPGA FPGA section XI of experimental code can refer to the privileged students learning
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-01
    • 文件大小:5313
    • 提供者:zhangxiao
  1. The-Windows-CE-File-System

    0下载:
  2. wince 文件系统源码,很好用的文件系统代码,深入理解wince文件系统很有帮助-the wince file system source code, very good use of the file system code, in-depth understanding of the the wince file system helpful
  3. 所属分类:Windows CE

    • 发布日期:2017-11-09
    • 文件大小:27211
    • 提供者:hy
  1. EDesign1000li

    0下载:
  2. 电子设计1000例,如果想深入学习电子设计,这里可为你提供相当多的实例参考。-Electronic Design 1000 cases, if you want in-depth study of electronic design, here to provide you with a considerable number of instances of reference.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-12-03
    • 文件大小:2072589
    • 提供者:花间
  1. BlockRam

    0下载:
  2. 块状ram使用实例,实现深度和宽度可调的FIFO,buffer。-The block ram instance, depth and width adjustable FIFO, buffer.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-07
    • 文件大小:2963487
    • 提供者:zwl6600233
  1. ltc2614_spi_cosx32768

    0下载:
  2. 基于xilinx spartan 3e 开发板的正弦波信号发生,通过fpga查找ROM正弦信号表,将数字信号通过spi接口写入开发板上的12位DA芯片ITC2614。通过DA转换产生正弦波。ROM深度为32768,表示一个正弦周期最多可以有32768个点。可以通过修改相位累积值和ROM表来设定输出正弦波的频率。程序本人编写和上板实测。-Sine wave signal occurred on xilinx spartan 3e development board fpga Find ROM si
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-22
    • 文件大小:1512952
    • 提供者:李华
  1. jiangcen

    1下载:
  2. 通过STC89C51,控制气缸,步进电机,用数显深度尺进行测量,并将深度尺测量的值进行分组,最后将分组后的产品传送至相应的地方。-STC89C51 control cylinder, stepper motor, measured with a digital depth gauge and depth gauge measurement values ​ ​ are grouped, and finally grouped products sent to the appr
  3. 所属分类:SCM

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